summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-04-12ext4: remove unnecessary check for APPEND and IMMUTABLELukas Czerner2-11/+1
2014-04-11ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()Theodore Ts'o2-20/+13
2014-04-11ext4: return ENOMEM rather than EIO when find_###_page() failsYounger Liu1-4/+12
2014-04-11ext4: fix COLLAPSE_RANGE test failure in data journalling modeNamjae Jeon1-0/+7
2014-04-08ext4: update PF_MEMALLOC handling in ext4_write_inode()Theodore Ts'o1-12/+11
2014-04-07ext4: fix jbd2 warning under heavy xattr loadJan Kara1-4/+19
2014-04-07ext4: note the error in ext4_end_bio()Matthew Wilcox1-2/+3
2014-04-07ext4: initialize multi-block allocator before checking block descriptorsAzat Khuzhin1-24/+27
2014-04-07ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio1-0/+4
2014-04-07ext4: fix 64-bit number truncation warningChen Gang1-1/+1
2014-04-05Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds54-415/+1177
2014-04-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds61-464/+1434
2014-04-05Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-10/+14
2014-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-83/+378
2014-04-05Merge tag 'dlm-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds8-47/+48
2014-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds34-1626/+2000
2014-04-05Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds30-439/+609
2014-04-05Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds5-161/+304
2014-04-05Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-301/+577
2014-04-04Merge branch 'akpm' (incoming from Andrew)Linus Torvalds113-727/+1330
2014-04-04fs/reiserfs/super.c: add __init to init_inodecacheFabian Frederick1-1/+1
2014-04-04fs/reiserfs: move prototype declaration to header fileRashika Kheria2-1/+1
2014-04-04fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache()Fabian Frederick2-2/+2
2014-04-04fs/hfsplus/extents.c: fix concurrent acess of alloc_blocksSougata Santra1-5/+9
2014-04-04fs/hfsplus/extents.c: remove unused variable in hfsplus_get_blockSougata Santra1-2/+0
2014-04-04nilfs2: verify metadata sizes read from diskRyusuke Konishi4-0/+46
2014-04-04nilfs2: add FITRIM ioctl support for nilfs2Andreas Rohner1-0/+45
2014-04-04nilfs2: add nilfs_sufile_trim_fs to trim clean segsAndreas Rohner2-0/+153
2014-04-04nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctlAndreas Rohner1-0/+92
2014-04-04nilfs2: add nilfs_sufile_set_suinfo to update segment usageAndreas Rohner2-0/+132
2014-04-04fs/coda/inode.c: add __init to init_inodecache()Fabian Frederick2-2/+2
2014-04-04BEFS: logging cleanupFabian Frederick8-204/+195
2014-04-04fs/befs/linuxvfs.c: add __init to befs_init_inodecache()Fabian Frederick1-2/+1
2014-04-04befs: replace kmalloc/memset 0 by kzallocFabian Frederick1-2/+1
2014-04-04fs/minix/inode.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-04binfmt_misc: add missing 'break' statementLuis Henriques1-0/+1
2014-04-04fs/efs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-04fs, kernel: permit disabling the uselib syscallJosh Triplett2-1/+10
2014-04-04kernel/groups.c: remove return value of set_groupsWang YanQing1-4/+1
2014-04-04sys_sysfs: Add CONFIG_SYSFS_SYSCALLFabian Frederick1-0/+2
2014-04-04drop_caches: add some documentation and info messageDave Hansen1-2/+14
2014-04-04mm: remove read_cache_page_async()Sasha Levin2-3/+2
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner42-51/+49
2014-04-04mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-1/+1
2014-04-04mm: filemap: move radix tree hole searching hereJohannes Weiner1-1/+1
2014-04-04fs: cachefiles: use add_to_page_cache_lru()Johannes Weiner1-20/+13
2014-04-04mm, hugetlb: unify region structure handlingJoonsoo Kim1-2/+15
2014-04-04fs/direct-io.c: remove some left over checksDan Carpenter3-3/+3
2014-04-04fs/direct-io.c: remove redundant comparisonGu Zheng1-1/+0
2014-04-04ocfs2: pass "new" parameter to ocfs2_init_xattr_bucketWengang Wang1-8/+15