aboutsummaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-09RCU'd vfsmountsGravatar Al Viro 1-6/+14
2013-11-09switch shrink_dcache_for_umount() to use of d_walk()Gravatar Al Viro 1-110/+85
2013-11-06seqcount: Add lockdep functionality to seqcount/seqlock structuresGravatar John Stultz 1-2/+2
2013-10-31vfs: decrapify dput(), fix cache behavior under normal loadGravatar Linus Torvalds 1-2/+3
2013-10-24vfs: introduce d_instantiate_no_diralias()Gravatar Miklos Szeredi 1-0/+27
2013-10-24move taking vfsmount_lock down into prepend_path()Gravatar Al Viro 1-9/+2
2013-10-22vfs: fix new kernel-doc warningsGravatar Randy Dunlap 1-8/+7
2013-09-15vfs: fix typo in comment in recent dentry workGravatar Linus Torvalds 1-1/+1
2013-09-13vfs: fix dentry LRU list handling and nr_dentry_unused accountingGravatar Linus Torvalds 1-27/+101
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-98/+178
2013-09-12vfs: make d_path() get the root path under RCUGravatar Linus Torvalds 1-2/+14
2013-09-12vfs: use __getname/__putname for getcwd() system callGravatar Linus Torvalds 1-5/+5
2013-09-12vfs: don't copy things to user space holding the rcu readlockGravatar Linus Torvalds 1-1/+2
2013-09-12vfs: make getcwd() get the root and pwd path under rcuGravatar Linus Torvalds 1-11/+12
2013-09-12vfs: move get_fs_root_and_pwd() to single callerGravatar Linus Torvalds 1-0/+11
2013-09-12dcache: get/release read lock in read_seqbegin_or_lock() & friendGravatar Waiman Long 1-15/+16
2013-09-10fs: convert inode and dentry shrinking to be node awareGravatar Dave Chinner 1-3/+5
2013-09-10list_lru: remove special case function list_lru_dispose_all.Gravatar Glauber Costa 1-20/+29
2013-09-10dcache: convert to use new lru list infrastructureGravatar Dave Chinner 1-92/+78
2013-09-10shrinker: convert superblock shrinkers to new APIGravatar Dave Chinner 1-2/+5
2013-09-10dcache: remove dentries from LRU before putting on dispose listGravatar Dave Chinner 1-21/+78
2013-09-10dentry: move to per-sb LRU locksGravatar Dave Chinner 1-17/+16
2013-09-10dcache: convert dentry_stat.nr_unused to per-cpu countersGravatar Dave Chinner 1-3/+27
2013-09-10fs: bump inode and dentry counters to longGravatar Glauber Costa 1-4/+4
2013-09-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-76/+144
2013-09-09split read_seqretry_or_unlock(), convert d_walk() to resulting primitivesGravatar Al Viro 1-33/+31
2013-09-09dcache: Translating dentry into pathname without taking rename_lockGravatar Waiman Long 1-63/+133
2013-09-08vfs: use lockred "dead" flag to mark unrecoverably dead dentriesGravatar Linus Torvalds 1-7/+10
2013-09-08vfs: reorganize dput() memory accessesGravatar Linus Torvalds 1-10/+10
2013-09-05vfs: check unlinked ancestors before mountGravatar Miklos Szeredi 1-0/+33
2013-09-05vfs: check submounts and drop atomicallyGravatar Miklos Szeredi 1-0/+65
2013-09-05vfs: add d_walk()Gravatar Miklos Szeredi 1-161/+148
2013-09-05vfs: restructure d_genocide()Gravatar Miklos Szeredi 1-8/+4