summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-11-03pnfs-obj: Get rid of objlayout_{alloc,free}_io_stateBoaz Harrosh3-142/+112
2011-11-03pnfs-obj: Return PNFS_NOT_ATTEMPTED in case of read/write_pagelistBoaz Harrosh3-35/+37
2011-11-03pnfs-obj: Remove redundant EOF from objlayout_io_stateBoaz Harrosh2-10/+7
2011-11-03nfs: Remove unused variable from write.cRakib Mullick1-2/+1
2011-11-03nfs: Fix unused variable warning from file.cRakib Mullick1-6/+3
2011-11-03Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2011-11-03Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds7-89/+290
2011-11-03aio: allocate kiocbs in batchesJeff Moyer1-29/+107
2011-11-03sysctl: add support for poll()Lucas De Marchi1-0/+45
2011-11-03proc: fix races against execve() of /proc/PID/fd**Vasiliy Kulikov1-43/+103
2011-11-03procfs: report EISDIR when reading sysctl dirs in procPavel Emelyanov1-0/+1
2011-11-03hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsPhillip Lougher1-5/+15
2011-11-03isofs: add readpages supportNamjae Jeon1-1/+9
2011-11-03ramfs: remove module leftoversRichard Weinberger1-10/+0
2011-11-03binfmt_elf: fix PIE execution with randomization disabledJiri Kosina1-1/+10
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds100-221/+262
2011-11-02Squashfs: Add an option to set dev block size to 4KPhillip Lougher3-1/+30
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-02nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_accessBenny Halevy1-1/+1
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