aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-11-02pnfs-obj: Get rid of objlayout_{alloc,free}_io_stateGravatar Boaz Harrosh 3-142/+112
2011-11-02pnfs-obj: Return PNFS_NOT_ATTEMPTED in case of read/write_pagelistGravatar Boaz Harrosh 3-35/+37
2011-11-02pnfs-obj: Remove redundant EOF from objlayout_io_stateGravatar Boaz Harrosh 2-10/+7
2011-11-02nfs: Remove unused variable from write.cGravatar Rakib Mullick 1-2/+1
2011-11-02nfs: Fix unused variable warning from file.cGravatar Rakib Mullick 1-6/+3
2011-11-02Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2011-11-02Merge branch 'akpm' (Andrew's incoming - part two)Gravatar Linus Torvalds 7-89/+290
2011-11-02aio: allocate kiocbs in batchesGravatar Jeff Moyer 1-29/+107
2011-11-02sysctl: add support for poll()Gravatar Lucas De Marchi 1-0/+45
2011-11-02proc: fix races against execve() of /proc/PID/fd**Gravatar Vasiliy Kulikov 1-43/+103
2011-11-02procfs: report EISDIR when reading sysctl dirs in procGravatar Pavel Emelyanov 1-0/+1
2011-11-02hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsGravatar Phillip Lougher 1-5/+15
2011-11-02isofs: add readpages supportGravatar Namjae Jeon 1-1/+9
2011-11-02ramfs: remove module leftoversGravatar Richard Weinberger 1-10/+0
2011-11-02binfmt_elf: fix PIE execution with randomization disabledGravatar Jiri Kosina 1-1/+10
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Gravatar Linus Torvalds 100-221/+262
2011-11-02Squashfs: Add an option to set dev block size to 4KGravatar Phillip Lougher 3-1/+30
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 26-1159/+2328
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 21-333/+258
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxGravatar Linus Torvalds 1-1/+0
2011-11-02um: kill useless include of user.hGravatar Al Viro 1-1/+0
2011-11-02vfs: add d_prune dentry operationGravatar Sage Weil 1-5/+35
2011-11-02vfs: protect i_nlinkGravatar Miklos Szeredi 1-1/+1
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 78-146/+148
2011-11-02filesystems: add missing nlink wrappersGravatar Miklos Szeredi 29-55/+52
2011-11-02logfs: remove unnecessary nlink settingGravatar Miklos Szeredi 1-1/+0
2011-11-02ocfs2: remove unnecessary nlink settingGravatar Miklos Szeredi 1-2/+0
2011-11-02jfs: remove unnecessary nlink settingGravatar Miklos Szeredi 1-1/+0
2011-11-02vfs: ignore error on forced remountGravatar Miklos Szeredi 1-2/+7
2011-11-02readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsGravatar Andy Whitcroft 2-7/+16
2011-11-02vfs: fix dentry leak in simple_fill_super()Gravatar Konstantin Khlebnikov 1-1/+3
2011-11-01jbd2: Unify log messages in jbd2 codeGravatar Eryu Guan 4-47/+47
2011-11-01jbd/jbd2: validate sb->s_first in journal_get_superblock()Gravatar Eryu Guan 2-0/+16
2011-11-01ext4: let ext4_ext_rm_leaf work with EXT_DEBUG definedGravatar Yongqiang Yang 1-1/+1
2011-11-01ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabledGravatar Yongqiang Yang 1-8/+8
2011-11-01nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_accessGravatar Benny Halevy 1-1/+1
2011-11-01Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Gravatar Linus Torvalds 3-26/+109
2011-11-01sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees.Gravatar Eric W. Biederman 1-8/+6
2011-10-31epoll: fix spurious lockdep warningsGravatar Nelson Elhage 1-7/+18
2011-10-31fat: follow rename pack_hex_byte() to hex_byte_pack()Gravatar Andy Shevchenko 1-2/+2
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 13-87/+90
2011-10-31fs/pipe.c: add ->statfs callback for pipefsGravatar Pavel Emelyanov 1-0/+1
2011-10-31fs/buffer.c: add device information for error output in __find_get_block_slow()Gravatar Tao Ma 1-1/+4
2011-10-31vmscan: fix shrinker callback bug in fs/super.cGravatar Mikulas Patocka 1-1/+1
2011-10-31lib/string.c: introduce memchr_inv()Gravatar Akinobu Mita 2-23/+0
2011-10-31ext4: warn if direct reclaim tries to writeback pagesGravatar Mel Gorman 1-1/+5
2011-10-31xfs: warn if direct reclaim tries to writeback pagesGravatar Mel Gorman 1-4/+4
2011-10-31mm: distinguish between mlocked and pinned pagesGravatar Christoph Lameter 1-0/+2
2011-10-31tmpfs: add "tmpfs" to the Kconfig prompt to make it obvious.Gravatar Robert P. J. Day 1-1/+1
2011-10-31oom: remove oom_disable_countGravatar David Rientjes 2-17/+0