summaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-03Hang/soft lockup in d_invalidate with simultaneous callsAl Viro1-6/+4
2019-02-06fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long1-5/+1
2018-09-15fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa1-1/+2
2018-08-15root dentries need RCU-delayed freeingAl Viro1-2/+4
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro1-0/+22
2018-03-22lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro1-3/+8
2017-08-07dentry name snapshotsAl Viro1-0/+27
2017-07-21fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala1-2/+3
2017-01-19mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman1-2/+5
2016-08-16fs/dcache.c: avoid soft-lockup in dput()Wei Fang1-2/+5
2016-06-24fix d_walk()/non-delayed __d_free() raceAl Viro1-2/+2
2016-04-20fs: add file_dentry()Miklos Szeredi1-1/+4
2016-03-10use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro1-15/+5
2015-08-21dcache: Reduce the scope of i_lock in d_splice_aliasEric W. Biederman1-4/+3
2015-08-21dcache: Handle escaped paths in prepend_pathEric W. Biederman1-0/+7
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman1-10/+3
2015-07-12freeing unlinked file indefinitely delayedAl Viro1-2/+5
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+4
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-11/+0
2015-07-01vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman1-11/+0
2015-06-23Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+8
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells1-1/+4
2015-06-19seqcount: Rename write_seqcount_barrier()Peter Zijlstra1-8/+8
2015-05-29d_walk() might skip too muchAl Viro1-4/+4
2015-04-15VFS: Impose ordering on accesses of d_inode and d_flagsDavid Howells1-8/+39
2015-04-12dcache: return -ESTALE not -EBUSY on distributed fs raceJ. Bruce Fields1-1/+1
2015-02-22VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells1-5/+13
2015-02-22VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells1-1/+18
2015-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-35/+114
2015-02-14fs: dcache: manually unpoison dname after allocation to shut up kasan's reportsAndrey Ryabinin1-0/+5
2015-02-13list_lru: add helpers to isolate itemsVladimir Davydov1-10/+11
2015-02-13list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov1-8/+6
2015-01-26dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds1-4/+114
2015-01-26kill d_validate()Al Viro1-31/+0
2014-12-09Merge branch 'iov_iter' into for-nextAl Viro1-0/+1
2014-11-19vfs: fix reference leak in d_prune_aliases()Yan, Zheng1-0/+1
2014-11-19dcache: fix kmemcheck warning in switch_namesMikulas Patocka1-0/+2
2014-11-19merge d_materialise_unique() into d_splice_alias()Al Viro1-108/+35
2014-11-19d_add_ci() should just accept a hashed exact match if it finds oneAl Viro1-39/+7
2014-11-03deal with deadlock in d_walk()Al Viro1-15/+16
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-27/+26
2014-10-24fix inode leaks on d_splice_alias() failure exitsAl Viro1-0/+2
2014-10-13take dname_external() into fs/dcache.cAl Viro1-0/+5
2014-10-09dcache: Fix no spaces at the start of a line in dcache.cDaeseok Youn1-4/+4
2014-10-09dcache.c: call ->d_prune() regardless of d_unhashed()Al Viro1-1/+1
2014-10-09d_prune_alias(): just lock the parent and call __dentry_kill()Al Viro1-14/+7
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman1-12/+3
2014-10-09vfs: Merge check_submounts_and_drop and d_invalidateEric W. Biederman1-33/+22
2014-10-09vfs: Lazily remove mounts on unlinked files and directories.Eric W. Biederman1-27/+33
2014-10-09vfs: More precise tests in d_invalidateEric W. Biederman1-34/+4