aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+3
2014-06-12lock_parent: don't step on stale ->d_parent of all-but-freed oneAl Viro1-1/+3
2014-06-06fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2014-05-31dcache: add missing lockdep annotationLinus Torvalds1-1/+1
2014-05-30dentry_kill() doesn't need the second argument nowAl Viro1-7/+4
2014-05-30dealing with the rest of shrink_dentry_list() livelockAl Viro1-2/+20
2014-05-30shrink_dentry_list(): take parent's ->d_lock earlierAl Viro1-12/+41
2014-05-29expand dentry_kill(dentry, 0) in shrink_dentry_list()Al Viro1-13/+17
2014-05-29split dentry_kill()Al Viro1-26/+36
2014-05-28lift the "already marked killed" case into shrink_dentry_list()Al Viro1-6/+9
2014-05-03dcache: don't need rcu in shrink_dentry_list()Miklos Szeredi1-23/+4
2014-05-03more graceful recovery in umount_collect()Al Viro1-76/+25
2014-05-03don't remove from shrink list in select_collect()Al Viro1-21/+10
2014-05-01dentry_kill(): don't try to remove from shrink listAl Viro1-8/+19
2014-04-30expand the call of dentry_lru_del() in dentry_kill()Al Viro1-1/+6
2014-04-30new helper: dentry_free()Al Viro1-5/+10
2014-04-30fold try_prune_one_dentry()Al Viro1-50/+25
2014-04-30fold d_kill() and d_free()Al Viro1-52/+24
2014-04-19fix races between __d_instantiate() and checks of dentry flagsAl Viro1-2/+1
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2014-04-01vfs: add cross-renameMiklos Szeredi1-9/+41
2014-03-31Merge tag 'v3.14' into drm-intel-next-queuedDaniel Vetter1-2/+2
2014-03-23make prepend_name() work correctly when called with negative *buflenAl Viro1-2/+2
2014-03-16drm: add pseudo filesystem for shared inodesDavid Herrmann1-0/+1
2014-01-26__dentry_path() fixesAl Viro1-3/+6
2014-01-26vfs: Remove second variable named error in __dentry_pathEric W. Biederman1-1/+0
2014-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+6
2013-12-12dcache: allow word-at-a-time name hashing with big-endian CPUsWill Deacon1-1/+1
2013-11-26vfs: In d_path don't call d_dname on a mount pointEric W. Biederman1-1/+6
2013-11-15fold try_to_ascend() into the sole remaining callerAl Viro1-31/+18
2013-11-15dcache.c: get rid of pointless macrosAl Viro1-4/+2
2013-11-15take read_seqbegin_or_lock() and friends to seqlock.hAl Viro1-29/+0
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2013-11-13prepend_path() needs to reinitialize dentry/vfsmount/mnt on restartsAl Viro1-3/+6
2013-11-13fix unpaired rcu lock in prepend_path()Li Zhong1-0/+4
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-155/+187
2013-11-09dcache: don't clear DCACHE_DISCONNECTED too earlyJ. Bruce Fields1-1/+0
2013-11-09dcache: Don't set DISCONNECTED on "pseudo filesystem" dentriesJ. Bruce Fields1-4/+9
2013-11-09dcache: use IS_ROOT to decide where dentry is hashedJ. Bruce Fields1-1/+6
2013-11-09VFS: Put a small type field into struct dentry::d_flagsDavid Howells1-5/+37
2013-11-09fold __d_shrink() into its only remaining callerAl Viro1-22/+10
2013-11-09RCU'd vfsmountsAl Viro1-6/+14
2013-11-09switch shrink_dcache_for_umount() to use of d_walk()Al Viro1-110/+85
2013-11-06seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz1-2/+2
2013-10-31vfs: decrapify dput(), fix cache behavior under normal loadLinus Torvalds1-2/+3
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi1-0/+27
2013-10-24move taking vfsmount_lock down into prepend_path()Al Viro1-9/+2
2013-10-22vfs: fix new kernel-doc warningsRandy Dunlap1-8/+7
2013-09-15vfs: fix typo in comment in recent dentry workLinus Torvalds1-1/+1
2013-09-13vfs: fix dentry LRU list handling and nr_dentry_unused accountingLinus Torvalds1-27/+101