summaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-051-31/+57
|\
| * vfs: factor out helpers d_instantiate_anon() and d_alloc_anon()Miklos Szeredi2018-01-241-31/+56
| * ovl: verify directory index entries on mountAmir Goldstein2018-01-241-0/+1
* | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-4/+5
|\ \
| * | vfs: Define usercopy region in names_cache slab cachesDavid Windsor2018-01-151-2/+2
| * | dcache: Define usercopy region in dentry_cache slab cacheDavid Windsor2018-01-151-2/+3
| |/
* | Merge branch 'KASAN-read_word_at_a_time'Linus Torvalds2018-02-011-6/+1
|\ \
| * | fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan...Andrey Ryabinin2018-02-011-5/+0
| * | 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-01-311-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-251-3/+2
| * | | dcache: subtract d_hash_shift from 32 in advanceAlexey Dobriyan2018-01-251-1/+3
| |/ /
| * | VFS: don't keep disconnected dentries on d_anonNeilBrown2017-12-251-10/+12
| * | vfs: remove unused hardirq.hYang Shi2017-12-071-1/+0
| |/
* | fs/dcache: Use release-acquire for name/length updatePaul E. McKenney2017-12-041-7/+3
|/
* 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
OpenPOWER on IntegriCloud