aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-10-14fs: check bh blocknr earlier when searching lruGravatar Zach Brown 1-2/+2
2014-10-14isofs: replace strnicmp with strncasecmpGravatar Rasmus Villemoes 1-1/+1
2014-10-14ocfs2: replace strnicmp with strncasecmpGravatar Rasmus Villemoes 2-4/+4
2014-10-14cifs: replace strnicmp with strncasecmpGravatar Rasmus Villemoes 2-5/+5
2014-10-14FS/OMFS: block number sanity check during fill_super operationGravatar Fabian Frederick 2-3/+8
2014-10-14fs/affs: remove redundant sys_tz declarationsGravatar Fabian Frederick 3-5/+0
2014-10-14fs/affs/file.c: fix shadow warningsGravatar Fabian Frederick 1-15/+24
2014-10-14fs/affs/inode.c: remove unused variableGravatar Fabian Frederick 1-2/+0
2014-10-14fs/affs/super.c: remove unused variableGravatar Fabian Frederick 1-3/+1
2014-10-14coredump: add %i/%I in core_pattern to report the tid of the crashed threadGravatar Oleg Nesterov 1-0/+8
2014-10-14fat: remove redundant sys_tz declarationGravatar Fabian Frederick 1-2/+0
2014-10-14fs/reiserfs/journal.c: fix sparse context imbalance warningGravatar Fabian Frederick 1-3/+5
2014-10-14fs/ufs/balloc.c: remove unused variableGravatar Fabian Frederick 1-3/+0
2014-10-14fs/hfs/hfs_fs.h: remove redundant sys_tz declarationGravatar Fabian Frederick 1-2/+0
2014-10-14nilfs2: improve the performance of fdatasync()Gravatar Andreas Rohner 3-11/+20
2014-10-14nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Gravatar Andreas Rohner 5-10/+37
2014-10-14fs/befs/btree.c: remove typedef befs_btree_nodeGravatar Himangi Saraogi 1-24/+29
2014-10-14autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode.Gravatar NeilBrown 1-6/+20
2014-10-14autofs4: avoid taking fs_lock during rcu-walkGravatar NeilBrown 2-8/+42
2014-10-14autofs4: make "autofs4_can_expire" idempotent.Gravatar NeilBrown 1-6/+4
2014-10-14autofs4: factor should_expire() out of autofs4_expire_indirect.Gravatar NeilBrown 1-74/+88
2014-10-14autofs4: allow RCU-walk to walk through autofs4Gravatar NeilBrown 4-18/+34
2014-10-14fs/ncpfs/dir.c: remove redundant sys_tz declarationGravatar Fabian Frederick 1-3/+0
2014-10-14binfmt_misc: work around gcc-4.9 warningGravatar Arnd Bergmann 1-2/+2
2014-10-14binfmt_misc: expand the register format limit to 1920 bytesGravatar Mike Frysinger 1-2/+17
2014-10-13fs/fscache/object-list.c: use __seq_open_private()Gravatar Rob Jones 1-14/+2
2014-10-13CacheFiles: Fix incorrect test for in-memory object collisionGravatar David Howells 1-1/+1
2014-10-13NFS: Fix a bogus warning in nfs_generic_pgioGravatar Trond Myklebust 1-4/+3
2014-10-13NFS: Fix an uninitialised pointer Oops in the writeback error pathGravatar Trond Myklebust 1-1/+2
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-8/+0
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2014-10-13Merge tag 'xfs-for-linus-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 47-1176/+1304
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 46-537/+502
2014-10-13Merge branch 'xfs-misc-fixes-for-3.18-3' into for-nextGravatar Dave Chinner 16-61/+57
2014-10-13xfs: fix agno increment in xfs_inumbers() loopGravatar Eric Sandeen 1-1/+2
2014-10-12fs/file_table.c: Update alloc_file() commentGravatar Eric Biggers 1-10/+2
2014-10-12vfs: Deduplicate code shared by xattr system calls operating on pathsGravatar Eric Biggers 1-77/+39
2014-10-12reiserfs: remove pointless forward declaration of struct nameidataGravatar Al Viro 1-1/+0
2014-10-12take dname_external() into fs/dcache.cGravatar Al Viro 1-0/+5
2014-10-12let path_init() failures treated the same way as subsequent link_path_walk()Gravatar Al Viro 1-2/+3
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 5-6/+2
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 13-417/+300
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 48-1518/+3548
2014-10-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 14-68/+101
2014-10-11Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-23/+11
2014-10-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 8-18/+38
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 9-21/+26
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-35/+4
2014-10-09fs/buffer.c: increase the buffer-head per-CPU LRU sizeGravatar Sebastien Buisson 1-1/+1
2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitGravatar Konstantin Khlebnikov 1-0/+3