aboutsummaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)Author
2014-03-23make prepend_name() work correctly when called with negative *buflenAl Viro
2014-01-26__dentry_path() fixesAl Viro
2014-01-26vfs: Remove second variable named error in __dentry_pathEric W. Biederman
2014-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-12-12dcache: allow word-at-a-time name hashing with big-endian CPUsWill Deacon
2013-11-26vfs: In d_path don't call d_dname on a mount pointEric W. Biederman
2013-11-15fold try_to_ascend() into the sole remaining callerAl Viro
2013-11-15dcache.c: get rid of pointless macrosAl Viro
2013-11-15take read_seqbegin_or_lock() and friends to seqlock.hAl Viro
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-13prepend_path() needs to reinitialize dentry/vfsmount/mnt on restartsAl Viro
2013-11-13fix unpaired rcu lock in prepend_path()Li Zhong
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-09dcache: don't clear DCACHE_DISCONNECTED too earlyJ. Bruce Fields
2013-11-09dcache: Don't set DISCONNECTED on "pseudo filesystem" dentriesJ. Bruce Fields
2013-11-09dcache: use IS_ROOT to decide where dentry is hashedJ. Bruce Fields
2013-11-09VFS: Put a small type field into struct dentry::d_flagsDavid Howells
2013-11-09fold __d_shrink() into its only remaining callerAl Viro
2013-11-09RCU'd vfsmountsAl Viro
2013-11-09switch shrink_dcache_for_umount() to use of d_walk()Al Viro
2013-11-06seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz
2013-10-31vfs: decrapify dput(), fix cache behavior under normal loadLinus Torvalds
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi
2013-10-24move taking vfsmount_lock down into prepend_path()Al Viro
2013-10-22vfs: fix new kernel-doc warningsRandy Dunlap
2013-09-15vfs: fix typo in comment in recent dentry workLinus Torvalds
2013-09-13vfs: fix dentry LRU list handling and nr_dentry_unused accountingLinus Torvalds
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-12vfs: make d_path() get the root path under RCULinus Torvalds
2013-09-12vfs: use __getname/__putname for getcwd() system callLinus Torvalds
2013-09-12vfs: don't copy things to user space holding the rcu readlockLinus Torvalds
2013-09-12vfs: make getcwd() get the root and pwd path under rcuLinus Torvalds
2013-09-12vfs: move get_fs_root_and_pwd() to single callerLinus Torvalds
2013-09-12dcache: get/release read lock in read_seqbegin_or_lock() & friendWaiman Long
2013-09-10fs: convert inode and dentry shrinking to be node awareDave Chinner
2013-09-10list_lru: remove special case function list_lru_dispose_all.Glauber Costa
2013-09-10dcache: convert to use new lru list infrastructureDave Chinner
2013-09-10shrinker: convert superblock shrinkers to new APIDave Chinner
2013-09-10dcache: remove dentries from LRU before putting on dispose listDave Chinner
2013-09-10dentry: move to per-sb LRU locksDave Chinner
2013-09-10dcache: convert dentry_stat.nr_unused to per-cpu countersDave Chinner
2013-09-10fs: bump inode and dentry counters to longGlauber Costa
2013-09-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-09split read_seqretry_or_unlock(), convert d_walk() to resulting primitivesAl Viro
2013-09-09dcache: Translating dentry into pathname without taking rename_lockWaiman Long
2013-09-08vfs: use lockred "dead" flag to mark unrecoverably dead dentriesLinus Torvalds
2013-09-08vfs: reorganize dput() memory accessesLinus Torvalds
2013-09-05vfs: check unlinked ancestors before mountMiklos Szeredi
2013-09-05vfs: check submounts and drop atomicallyMiklos Szeredi
2013-09-05vfs: add d_walk()Miklos Szeredi