aboutsummaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-07fs: mark __d_obtain_alias staticGravatar Fengguang Wu 1-1/+1
2014-08-07dcache: d_splice_alias should detect loopsGravatar J. Bruce Fields 1-0/+5
2014-08-07dcache: d_find_alias needn't recheck IS_ROOT && DCACHE_DISCONNECTEDGravatar J. Bruce Fields 1-6/+3
2014-08-07dcache: remove unused d_find_alias parameterGravatar J. Bruce Fields 1-8/+5
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDGravatar J. Bruce Fields 1-20/+49
2014-08-07dcache: d_splice_alias should ignore DCACHE_DISCONNECTEDGravatar J. Bruce Fields 1-4/+4
2014-08-07dcache: d_splice_alias mustn't create directory aliasesGravatar J. Bruce Fields 1-2/+9
2014-08-07dcache: close d_move race in d_splice_aliasGravatar J. Bruce Fields 1-1/+6
2014-08-07dcache: move d_splice_aliasGravatar J. Bruce Fields 1-52/+52
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+3
2014-06-12lock_parent: don't step on stale ->d_parent of all-but-freed oneGravatar Al Viro 1-1/+3
2014-06-06fs: convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-1/+1
2014-05-31dcache: add missing lockdep annotationGravatar Linus Torvalds 1-1/+1
2014-05-30dentry_kill() doesn't need the second argument nowGravatar Al Viro 1-7/+4
2014-05-30dealing with the rest of shrink_dentry_list() livelockGravatar Al Viro 1-2/+20
2014-05-30shrink_dentry_list(): take parent's ->d_lock earlierGravatar Al Viro 1-12/+41
2014-05-29expand dentry_kill(dentry, 0) in shrink_dentry_list()Gravatar Al Viro 1-13/+17
2014-05-29split dentry_kill()Gravatar Al Viro 1-26/+36
2014-05-28lift the "already marked killed" case into shrink_dentry_list()Gravatar Al Viro 1-6/+9
2014-05-03dcache: don't need rcu in shrink_dentry_list()Gravatar Miklos Szeredi 1-23/+4
2014-05-03more graceful recovery in umount_collect()Gravatar Al Viro 1-76/+25
2014-05-03don't remove from shrink list in select_collect()Gravatar Al Viro 1-21/+10
2014-05-01dentry_kill(): don't try to remove from shrink listGravatar Al Viro 1-8/+19
2014-04-30expand the call of dentry_lru_del() in dentry_kill()Gravatar Al Viro 1-1/+6
2014-04-30new helper: dentry_free()Gravatar Al Viro 1-5/+10
2014-04-30fold try_prune_one_dentry()Gravatar Al Viro 1-50/+25
2014-04-30fold d_kill() and d_free()Gravatar Al Viro 1-52/+24
2014-04-19fix races between __d_instantiate() and checks of dentry flagsGravatar Al Viro 1-2/+1
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-0/+1
2014-04-01vfs: add cross-renameGravatar Miklos Szeredi 1-9/+41
2014-03-31Merge tag 'v3.14' into drm-intel-next-queuedGravatar Daniel Vetter 1-2/+2
2014-03-23make prepend_name() work correctly when called with negative *buflenGravatar Al Viro 1-2/+2
2014-03-16drm: add pseudo filesystem for shared inodesGravatar David Herrmann 1-0/+1
2014-01-26__dentry_path() fixesGravatar Al Viro 1-3/+6
2014-01-26vfs: Remove second variable named error in __dentry_pathGravatar Eric W. Biederman 1-1/+0
2014-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+6
2013-12-12dcache: allow word-at-a-time name hashing with big-endian CPUsGravatar Will Deacon 1-1/+1
2013-11-26vfs: In d_path don't call d_dname on a mount pointGravatar Eric W. Biederman 1-1/+6
2013-11-15fold try_to_ascend() into the sole remaining callerGravatar Al Viro 1-31/+18
2013-11-15dcache.c: get rid of pointless macrosGravatar Al Viro 1-4/+2
2013-11-15take read_seqbegin_or_lock() and friends to seqlock.hGravatar Al Viro 1-29/+0
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2013-11-13prepend_path() needs to reinitialize dentry/vfsmount/mnt on restartsGravatar Al Viro 1-3/+6
2013-11-13fix unpaired rcu lock in prepend_path()Gravatar Li Zhong 1-0/+4
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-155/+187
2013-11-09dcache: don't clear DCACHE_DISCONNECTED too earlyGravatar J. Bruce Fields 1-1/+0
2013-11-09dcache: Don't set DISCONNECTED on "pseudo filesystem" dentriesGravatar J. Bruce Fields 1-4/+9
2013-11-09dcache: use IS_ROOT to decide where dentry is hashedGravatar J. Bruce Fields 1-1/+6
2013-11-09VFS: Put a small type field into struct dentry::d_flagsGravatar David Howells 1-5/+37
2013-11-09fold __d_shrink() into its only remaining callerGravatar Al Viro 1-22/+10