aboutsummaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)Author
2015-09-14Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-rtlsk-v3.14-16.01-rtlsk-v3.14-15.12-rtlsk-v3.14-15.11-rtlsk-v3.14-15.10-rtlsk-v3.14-15.09-rtKevin Hilman
2015-09-14Merge tag 'v3.14.52' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...lsk-v3.14-15.09Kevin Hilman
2015-08-16dcache: don't need rcu in shrink_dentry_list()Miklos Szeredi
2015-08-16more graceful recovery in umount_collect()Al Viro
2015-08-16don't remove from shrink list in select_collect()Al Viro
2015-08-16dentry_kill(): don't try to remove from shrink listAl Viro
2015-08-16expand the call of dentry_lru_del() in dentry_kill()Al Viro
2015-08-16new helper: dentry_free()Al Viro
2015-08-16fold try_prune_one_dentry()Al Viro
2015-08-16fold d_kill() and d_free()Al Viro
2015-08-14Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-rtlsk-v3.14-15.08-rtKevin Hilman
2015-08-14Merge tag 'v3.14.50' into linux-linaro-lsk-v3.14Kevin Hilman
2015-08-10freeing unlinked file indefinitely delayedAl Viro
2015-08-03Merge tag 'v3.14.48' of git://git./linux/kernel/git/stable/linux-stable into ...Shannon Zhao
2015-07-10vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman
2015-06-29Merge tag 'v3.14.44' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...Kevin Hilman
2015-06-10Merge branch 'linux-3.14.y' of git://git.kernel.org/pub/scm/linux/kernel/git/...lsk-v3.14-15.06Kevin Hilman
2015-06-06d_walk() might skip too muchAl Viro
2015-06-04Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-rtKevin Hilman
2015-05-26Merge branch 'linux-3.14.y' of git://git.kernel.org/pub/scm/linux/kernel/git/...Shannon Zhao
2015-05-17deal with deadlock in d_walk()Al Viro
2015-05-06Merge branch 'linux-3.14.y' of git://git.kernel.org/pub/scm/linux/kernel/git/...Kevin Hilman
2015-04-29move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2015-04-18Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-rtAlex Shi
2015-04-17vfs: add cross-renameMiklos Szeredi
2014-11-14Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-rtMark Brown
2014-11-14missing data dependency barrier in prepend_name()Al Viro
2014-09-17Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-rtlsk-v3.14-rt-14.09Mark Brown
2014-09-17vfs: fix bad hashing of dentriesLinus Torvalds
2014-07-08Merge tag 'v3.14.10' into v3.14-rtAnders Roxell
2014-06-30fs: dcache: Use cpu_chill() in trylock loopsThomas Gleixner
2014-06-07fix races between __d_instantiate() and checks of dentry flagsAl Viro
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