summaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
Commit message (Expand)AuthorAgeFilesLines
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-2/+0
* 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-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
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-181-6/+7
|\ \
| * | __d_alloc(): treat NULL name as QSTR("/", 1)Al Viro2016-03-271-6/+7
* | | parallel lookups: actual switch to rwsemAl Viro2016-05-021-4/+5
* | | parallel lookups machinery, part 4 (and last)Al Viro2016-05-021-20/+74
* | | parallel lookups machinery, part 3Al Viro2016-05-021-0/+104
* | | parallel lookups machinery, part 2Al Viro2016-05-021-2/+32
* | | beginning of transition to parallel lookups - marking in-lookup dentriesAl Viro2016-05-021-0/+13
* | | __d_add(): don't drop/regain ->d_lockAl Viro2016-05-021-3/+11
* | | security_d_instantiate(): move to the point prior to attaching dentry to inodeAl Viro2016-05-021-8/+7
| |/ |/|
OpenPOWER on IntegriCloud