summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds100-221/+262
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds26-1159/+2328
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds21-333/+258
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds1-1/+0
2011-11-02um: kill useless include of user.hAl Viro1-1/+0
2011-11-02vfs: add d_prune dentry operationSage Weil1-5/+35
2011-11-02vfs: protect i_nlinkMiklos Szeredi1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi78-146/+148
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi29-55/+52
2011-11-02logfs: remove unnecessary nlink settingMiklos Szeredi1-1/+0
2011-11-02ocfs2: remove unnecessary nlink settingMiklos Szeredi1-2/+0
2011-11-02jfs: remove unnecessary nlink settingMiklos Szeredi1-1/+0
2011-11-02vfs: ignore error on forced remountMiklos Szeredi1-2/+7
2011-11-02readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft2-7/+16
2011-11-02vfs: fix dentry leak in simple_fill_super()Konstantin Khlebnikov1-1/+3
2011-11-02jbd2: Unify log messages in jbd2 codeEryu Guan4-47/+47
2011-11-02jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan2-0/+16
2011-11-02ext4: let ext4_ext_rm_leaf work with EXT_DEBUG definedYongqiang Yang1-1/+1
2011-11-02ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabledYongqiang Yang1-8/+8
2011-11-01Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds3-26/+109
2011-11-01sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees.Eric W. Biederman1-8/+6
2011-11-01epoll: fix spurious lockdep warningsNelson Elhage1-7/+18
2011-11-01fat: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko1-2/+2
2011-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches13-87/+90
2011-11-01fs/pipe.c: add ->statfs callback for pipefsPavel Emelyanov1-0/+1
2011-11-01fs/buffer.c: add device information for error output in __find_get_block_slow()Tao Ma1-1/+4
2011-11-01vmscan: fix shrinker callback bug in fs/super.cMikulas Patocka1-1/+1
2011-11-01lib/string.c: introduce memchr_inv()Akinobu Mita2-23/+0
2011-11-01ext4: warn if direct reclaim tries to writeback pagesMel Gorman1-1/+5
2011-11-01xfs: warn if direct reclaim tries to writeback pagesMel Gorman1-4/+4
2011-11-01mm: distinguish between mlocked and pinned pagesChristoph Lameter1-0/+2
2011-11-01tmpfs: add "tmpfs" to the Kconfig prompt to make it obvious.Robert P. J. Day1-1/+1
2011-11-01oom: remove oom_disable_countDavid Rientjes2-17/+0
2011-11-01Cross Memory AttachChristopher Yeoh3-8/+11
2011-11-01/proc/self/numa_maps: restore "huge" tag for hugetlb vmasAndrew Morton1-0/+3
2011-11-01ext4: fix a typo in struct ext4_allocation_contextRobin Dong1-1/+1
2011-11-01udf: Cleanup metadata flags handlingJan Kara3-8/+10
2011-11-01udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon4-36/+43
2011-11-01ext3: Allow quota file use root reservationDmitry Monakhov1-4/+4
2011-11-01quota: Drop path reference on error exit from quotactlJan Kara1-2/+5
2011-11-01udf: Neaten udf_debug usesJoe Perches6-59/+50
2011-11-01udf: Neaten logging output, use vsprintf extension %pVJoe Perches1-11/+17
2011-11-01udf: Convert printks to pr_<level>Joe Perches7-98/+83
2011-11-01ext4: Don't normalize an falloc request if it can fit in 1 extent.Greg Harm1-2/+8
2011-11-01ext4: remove comments about extent mount option in ext4_new_inode()Eryu Guan1-5/+1
2011-11-01ext4: let ext4_discard_partial_buffers handle unaligned range correctlyYongqiang Yang1-2/+2
2011-11-01ext4: return ENOMEM if find_or_create_pages failsYongqiang Yang1-2/+2
2011-11-01ext4: move vars to local scope in ext4_discard_partial_page_buffers_no_lock()Yongqiang Yang1-1/+2
2011-11-01ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwrittenTao Ma4-20/+18
2011-10-31ext4: optimize locking for end_io extent conversionTheodore Ts'o2-29/+13