summaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
AgeCommit message (Expand)AuthorLines
2018-02-05Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-31/+57
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+5
2018-02-01Merge branch 'KASAN-read_word_at_a_time'Linus Torvalds-6/+1
2018-02-01fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan...Andrey Ryabinin-5/+0
2018-02-01fs/dcache: Use read_word_at_a_time() in dentry_string_cmp()Andrey Ryabinin-1/+1
2018-01-31Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-7/+16
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-15/+17
2018-01-25dcache: delete unused d_hash_maskAlexey Dobriyan-3/+2
2018-01-25dcache: subtract d_hash_shift from 32 in advanceAlexey Dobriyan-1/+3
2018-01-24vfs: factor out helpers d_instantiate_anon() and d_alloc_anon()Miklos Szeredi-31/+56
2018-01-24ovl: verify directory index entries on mountAmir Goldstein-0/+1
2018-01-15vfs: Define usercopy region in names_cache slab cachesDavid Windsor-2/+2
2018-01-15dcache: Define usercopy region in dentry_cache slab cacheDavid Windsor-2/+3
2017-12-28VFS: close race between getcwd() and d_move()NeilBrown-7/+16
2017-12-25VFS: don't keep disconnected dentries on d_anonNeilBrown-10/+12
2017-12-07vfs: remove unused hardirq.hYang Shi-1/+0
2017-12-04fs/dcache: Use release-acquire for name/length updatePaul E. McKenney-7/+3
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)-2/+0
2017-10-25locking/atomics, fs/dcache: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland-9/+9
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon-2/+2
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-2/+6
2017-07-10fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala-2/+3
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+32
2017-07-07dentry name snapshotsAl Viro-0/+27
2017-07-06mm: update callers to use HASH_ZERO flagPavel Tatashin-14/+4
2017-07-06VFS: Provide empty name qstrDavid Howells-2/+6
2017-06-29fs/dcache: init in_lookup_hashtableSebastian Andrzej Siewior-0/+5
2017-06-15Hang/soft lockup in d_invalidate with simultaneous callsAl Viro-6/+4
2017-05-03fs: don't set *REFERENCED on single use objectsJosef Bacik-2/+2
2017-01-10mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman-2/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-03vfs: remove unused have_submounts() functionIan Kent-33/+0
2016-12-03vfs: add path_has_submounts()Ian Kent-0/+39
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-40/+15
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro-2/+2
2016-07-29fold _d_rehash() and __d_rehash() togetherAl Viro-23/+11
2016-07-29fold dentry_rcuwalk_invalidate() into its only remaining callerAl Viro-15/+2
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-139/+69
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds-13/+10
2016-07-24fs/dcache.c: avoid soft-lockup in dput()Wei Fang-2/+5
2016-07-24vfs: new d_init methodMiklos Szeredi-0/+11
2016-07-24Merge branch 'test.d_iput' into work.miscAl Viro-35/+10
2016-07-20qstr constify instances in fs/dcache.cAl Viro-2/+2
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro-3/+0
2016-06-30new helper: d_same_name()Al Viro-91/+36
2016-06-30dentry_cmp(): use lockless_dereference() instead of smp_read_barrier_depends()He Kuang-4/+3
2016-06-30Merge branch 'for-linus' into work.miscAl Viro-13/+66
2016-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi-3/+0
2016-06-20fix idiotic braino in d_alloc_parallel()Al Viro-5/+12