summaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
Commit message (Expand)AuthorAgeFilesLines
* fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long2019-05-021-5/+1
* make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro2018-11-201-5/+2
* unify dentry_iput() and dentry_unlink_inode()Al Viro2018-11-201-35/+10
* use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro2018-11-201-12/+5
* VFS: Impose ordering on accesses of d_inode and d_flagsDavid Howells2018-11-201-7/+39
* root dentries need RCU-delayed freeingAl Viro2018-11-201-2/+4
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-10-211-0/+22
* lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro2018-06-161-3/+8
* fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala2017-10-121-2/+3
* dentry name snapshotsAl Viro2017-08-261-0/+37
* fix d_walk()/non-delayed __d_free() raceAl Viro2016-08-221-2/+3
* dcache: Handle escaped paths in prepend_pathEric W. Biederman2015-10-061-0/+7
* freeing unlinked file indefinitely delayedAl Viro2015-08-121-0/+3
* vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman2015-07-151-11/+0
* d_walk() might skip too muchAl Viro2015-06-031-4/+4
* deal with deadlock in d_walk()Al Viro2015-01-151-15/+16
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-151-29/+30
* dcache: fix kmemcheck warning in switch_namesMikulas Patocka2015-01-051-0/+2
* vfs: Don't exchange "short" filenames unconditionally.Mikhail Efremov2014-12-011-9/+19
* fold swapping ->d_name.hash into switch_names()Linus Torvalds2014-12-011-3/+1
* missing data dependency barrier in prepend_name()Al Viro2014-11-141-0/+5
* vfs: fix bad hashing of dentriesLinus Torvalds2014-09-171-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-1/+3
|\
| * lock_parent: don't step on stale ->d_parent of all-but-freed oneAl Viro2014-06-121-1/+3
* | fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-1/+1
|/
* dcache: add missing lockdep annotationLinus Torvalds2014-05-311-1/+1
* dentry_kill() doesn't need the second argument nowAl Viro2014-05-301-7/+4
* dealing with the rest of shrink_dentry_list() livelockAl Viro2014-05-301-2/+20
* shrink_dentry_list(): take parent's ->d_lock earlierAl Viro2014-05-301-12/+41
* expand dentry_kill(dentry, 0) in shrink_dentry_list()Al Viro2014-05-291-13/+17
* split dentry_kill()Al Viro2014-05-291-26/+36
* lift the "already marked killed" case into shrink_dentry_list()Al Viro2014-05-281-6/+9
* dcache: don't need rcu in shrink_dentry_list()Miklos Szeredi2014-05-031-23/+4
* more graceful recovery in umount_collect()Al Viro2014-05-031-76/+25
* don't remove from shrink list in select_collect()Al Viro2014-05-031-21/+10
* dentry_kill(): don't try to remove from shrink listAl Viro2014-05-011-8/+19
* expand the call of dentry_lru_del() in dentry_kill()Al Viro2014-04-301-1/+6
* new helper: dentry_free()Al Viro2014-04-301-5/+10
* fold try_prune_one_dentry()Al Viro2014-04-301-50/+25
* fold d_kill() and d_free()Al Viro2014-04-301-52/+24
* fix races between __d_instantiate() and checks of dentry flagsAl Viro2014-04-191-2/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-04-081-0/+1
|\
| * Merge tag 'v3.14' into drm-intel-next-queuedDaniel Vetter2014-03-311-2/+2
| |\
| * | drm: add pseudo filesystem for shared inodesDavid Herrmann2014-03-161-0/+1
* | | vfs: add cross-renameMiklos Szeredi2014-04-011-9/+41
| |/ |/|
* | make prepend_name() work correctly when called with negative *buflenAl Viro2014-03-231-2/+2
|/
* __dentry_path() fixesAl Viro2014-01-261-3/+6
* vfs: Remove second variable named error in __dentry_pathEric W. Biederman2014-01-261-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-01-171-1/+6
|\
| * vfs: In d_path don't call d_dname on a mount pointEric W. Biederman2013-11-261-1/+6