summaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
Commit message (Expand)AuthorAgeFilesLines
* fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long2019-02-061-5/+1
* dcache: account external names as indirectly reclaimable memoryRoman Gushchin2018-10-181-9/+29
* fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa2018-09-151-1/+2
* make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro2018-08-151-5/+2
* root dentries need RCU-delayed freeingAl Viro2018-08-151-2/+4
* fs: dcache: Use READ_ONCE when accessing i_dir_seqWill Deacon2018-05-301-1/+1
* fs: dcache: Avoid livelock between d_alloc_parallel and __d_addWill Deacon2018-05-301-1/+7
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-301-0/+22
* VFS: close race between getcwd() and d_move()NeilBrown2018-04-121-7/+16
* lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro2018-03-211-3/+8
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-221-2/+0
* locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-251-2/+2
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-2/+6
|\
| * VFS: Provide empty name qstrDavid Howells2017-07-061-2/+6
* | fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala2017-07-101-2/+3
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-07-081-0/+32
|\ \
| * | dentry name snapshotsAl Viro2017-07-071-0/+27
| * | fs/dcache: init in_lookup_hashtableSebastian Andrzej Siewior2017-06-291-0/+5
| |/
* / mm: update callers to use HASH_ZERO flagPavel Tatashin2017-07-061-14/+4
|/
* Hang/soft lockup in d_invalidate with simultaneous callsAl Viro2017-06-151-6/+4
* fs: don't set *REFERENCED on single use objectsJosef Bacik2017-05-031-2/+2
* mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman2017-01-101-2/+5
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* vfs: remove unused have_submounts() functionIan Kent2016-12-031-33/+0
* vfs: add path_has_submounts()Ian Kent2016-12-031-0/+39
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-071-40/+15
|\
| * get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-2/+2
| * fold _d_rehash() and __d_rehash() togetherAl Viro2016-07-291-23/+11
| * fold dentry_rcuwalk_invalidate() into its only remaining callerAl Viro2016-07-291-15/+2
* | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-2/+2
|\ \ | |/ |/|
| * qstr constify instances in fs/dcache.cAl Viro2016-07-201-2/+2
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-139/+69
|\ \
| * | fs/dcache.c: avoid soft-lockup in dput()Wei Fang2016-07-241-2/+5
| * | vfs: new d_init methodMiklos Szeredi2016-07-241-0/+11
| * | Merge branch 'test.d_iput' into work.miscAl Viro2016-07-241-35/+10
| |\ \
| | * | unify dentry_iput() and dentry_unlink_inode()Al Viro2016-05-291-35/+10
| * | | Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro2016-06-301-3/+0
| |\ \ \
| | * | | vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2016-06-301-3/+0
| | | |/ | | |/|
| * | | new helper: d_same_name()Al Viro2016-06-301-91/+36
| * | | dentry_cmp(): use lockless_dereference() instead of smp_read_barrier_depends()He Kuang2016-06-301-4/+3
| * | | Merge branch 'for-linus' into work.miscAl Viro2016-06-301-13/+66
| |\| | | | |/ | |/|
| * | trim fsnotify hooks a bitAl Viro2016-05-291-4/+4
* | | Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-13/+10
|\ \ \ | |_|/ |/| |
| * | fs/dcache.c: Save one 32-bit multiply in dcache lookupGeorge Spelvin2016-06-111-1/+1
| * | vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-12/+9
* | | fix idiotic braino in d_alloc_parallel()Al Viro2016-06-201-5/+12
* | | much milder d_walk() raceAl Viro2016-06-101-6/+52
|/ /
* / fix d_walk()/non-delayed __d_free() raceAl Viro2016-06-071-2/+2
|/
* Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-281-2/+1
|\
| * fs/namei.c: Add hashlen_string() functionGeorge Spelvin2016-05-281-2/+1