summaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'KASAN-read_word_at_a_time'Linus Torvalds2018-02-011-6/+1Star
|\
| * fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan...Andrey Ryabinin2018-02-011-5/+0Star
| * fs/dcache: Use read_word_at_a_time() in dentry_string_cmp()Andrey Ryabinin2018-02-011-1/+1
* | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-02-011-7/+16
|\ \
| * | VFS: close race between getcwd() and d_move()NeilBrown2017-12-281-7/+16
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-15/+17
|\ \ \
| * | | dcache: delete unused d_hash_maskAlexey Dobriyan2018-01-261-3/+2Star
| * | | dcache: subtract d_hash_shift from 32 in advanceAlexey Dobriyan2018-01-261-1/+3
| |/ /
| * | VFS: don't keep disconnected dentries on d_anonNeilBrown2017-12-261-10/+12
| * | vfs: remove unused hardirq.hYang Shi2017-12-071-1/+0Star
| |/
* / fs/dcache: Use release-acquire for name/length updatePaul E. McKenney2017-12-041-7/+3Star
|/
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-161-2/+0Star
* locking/atomics, fs/dcache: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-251-9/+9
* locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-241-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-111-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-081-0/+27
| * | fs/dcache: init in_lookup_hashtableSebastian Andrzej Siewior2017-06-301-0/+5
| |/
* / mm: update callers to use HASH_ZERO flagPavel Tatashin2017-07-071-14/+4Star
|/
* Hang/soft lockup in d_invalidate with simultaneous callsAl Viro2017-06-151-6/+4Star
* 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-041-33/+0Star
* vfs: add path_has_submounts()Ian Kent2016-12-041-0/+39
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-071-40/+15Star
|\
| * 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/+11Star
| * fold dentry_rcuwalk_invalidate() into its only remaining callerAl Viro2016-07-291-15/+2Star
* | 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-211-2/+2
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-139/+69Star
|\ \
| * | 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/+10Star
| |\ \
| | * | unify dentry_iput() and dentry_unlink_inode()Al Viro2016-05-301-35/+10Star
| * | | Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro2016-07-011-3/+0Star
| |\ \ \
| | * | | vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2016-06-301-3/+0Star
| | | |/ | | |/|
| * | | new helper: d_same_name()Al Viro2016-07-011-91/+36Star
| * | | dentry_cmp(): use lockless_dereference() instead of smp_read_barrier_depends()He Kuang2016-07-011-4/+3Star
| * | | Merge branch 'for-linus' into work.miscAl Viro2016-07-011-13/+66
| |\| | | | |/ | |/|
| * | trim fsnotify hooks a bitAl Viro2016-05-301-4/+4
* | | Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-13/+10Star
|\ \ \ | |_|/ |/| |
| * | 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-111-12/+9Star
* | | 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-081-2/+2
|/