summaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
Commit message (Expand)AuthorAgeFilesLines
* move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)Al Viro2017-01-271-1/+6
* fix d_walk()/non-delayed __d_free() raceWilly Tarreau2016-09-291-0/+1
* fix d_walk()/non-delayed __d_free() raceAl Viro2016-07-181-2/+2
* dcache: use IS_ROOT to decide where dentry is hashedJ. Bruce Fields2016-02-121-1/+6
* dcache: Handle escaped paths in prepend_pathEric W. Biederman2015-10-051-0/+7
* freeing unlinked file indefinitely delayedAl Viro2015-08-191-0/+3
* vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman2015-07-301-11/+0
* d_walk() might skip too muchAl Viro2015-06-031-4/+4
* deal with deadlock in d_walk()Al Viro2015-01-291-15/+16
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-291-28/+28
* missing data dependency barrier in prepend_name()Al Viro2014-11-131-0/+5
* lock_parent: don't step on stale ->d_parent of all-but-freed oneAl Viro2014-10-301-1/+3
* dcache: add missing lockdep annotationLinus Torvalds2014-10-301-1/+1
* dentry_kill() doesn't need the second argument nowAl Viro2014-10-301-7/+4
* dealing with the rest of shrink_dentry_list() livelockAl Viro2014-10-301-2/+20
* shrink_dentry_list(): take parent's ->d_lock earlierAl Viro2014-10-301-12/+41
* expand dentry_kill(dentry, 0) in shrink_dentry_list()Al Viro2014-10-301-13/+17
* split dentry_kill()Al Viro2014-10-301-26/+36
* lift the "already marked killed" case into shrink_dentry_list()Al Viro2014-10-301-6/+9
* dcache: don't need rcu in shrink_dentry_list()Miklos Szeredi2014-10-301-23/+4
* more graceful recovery in umount_collect()Al Viro2014-10-301-76/+25
* don't remove from shrink list in select_collect()Al Viro2014-10-301-21/+10
* dentry_kill(): don't try to remove from shrink listAl Viro2014-10-301-8/+19
* expand the call of dentry_lru_del() in dentry_kill()Al Viro2014-10-301-1/+6
* new helper: dentry_free()Al Viro2014-10-301-5/+10
* fold try_prune_one_dentry()Al Viro2014-10-301-50/+25
* fold d_kill() and d_free()Al Viro2014-10-301-52/+24
* fold try_to_ascend() into the sole remaining callerAl Viro2014-10-301-31/+18
* fold __d_shrink() into its only remaining callerAl Viro2014-10-301-22/+10
* switch shrink_dcache_for_umount() to use of d_walk()Al Viro2014-10-301-110/+85
* vfs: fix bad hashing of dentriesLinus Torvalds2014-09-151-2/+1
* dcache.c: get rid of pointless macrosAl Viro2014-09-151-4/+2
* __dentry_path() fixesAl Viro2014-05-051-3/+6
* dcache: restore error on restart in prepend_pathMikulas Patocka2014-05-051-0/+1
* make prepend_name() work correctly when called with negative *buflenAl Viro2014-04-031-2/+2
* vfs: Remove second variable named error in __dentry_pathEric W. Biederman2014-02-061-1/+0
* vfs: In d_path don't call d_dname on a mount pointEric W. Biederman2014-01-251-1/+6
* prepend_path() needs to reinitialize dentry/vfsmount/mnt on restartsAl Viro2013-11-291-3/+6
* vfs: decrapify dput(), fix cache behavior under normal loadLinus Torvalds2013-10-311-2/+3
* vfs: fix new kernel-doc warningsRandy Dunlap2013-10-221-8/+7
* vfs: fix typo in comment in recent dentry workLinus Torvalds2013-09-151-1/+1
* vfs: fix dentry LRU list handling and nr_dentry_unused accountingLinus Torvalds2013-09-131-27/+101
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-121-98/+178
|\
| * fs: convert inode and dentry shrinking to be node awareDave Chinner2013-09-101-3/+5
| * list_lru: remove special case function list_lru_dispose_all.Glauber Costa2013-09-101-20/+29
| * dcache: convert to use new lru list infrastructureDave Chinner2013-09-101-92/+78
| * shrinker: convert superblock shrinkers to new APIDave Chinner2013-09-101-2/+5
| * dcache: remove dentries from LRU before putting on dispose listDave Chinner2013-09-101-21/+78
| * dentry: move to per-sb LRU locksDave Chinner2013-09-101-17/+16
| * dcache: convert dentry_stat.nr_unused to per-cpu countersDave Chinner2013-09-101-3/+27