aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
AgeCommit message (Expand)Author
2019-02-08Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2019-02-08Merge tag 'v4.14.98' into v4.14/standard/baseBruce Ashfield
2019-02-06fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long
2018-11-06Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2018-11-06Merge tag 'v4.14.77' into v4.14/standard/baseBruce Ashfield
2018-10-18dcache: account external names as indirectly reclaimable memoryRoman Gushchin
2018-09-21Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2018-09-21Merge tag 'v4.14.70' into v4.14/standard/baseBruce Ashfield
2018-09-15fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa
2018-08-29Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2018-08-29Merge tag 'v4.14.63' into v4.14/standard/baseBruce Ashfield
2018-08-15make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro
2018-08-15root dentries need RCU-delayed freeingAl Viro
2018-06-06Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2018-06-06Merge tag 'v4.14.45' into v4.14/standard/baseBruce Ashfield
2018-05-30fs: dcache: Use READ_ONCE when accessing i_dir_seqWill Deacon
2018-05-30fs: dcache: Avoid livelock between d_alloc_parallel and __d_addWill Deacon
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-05-10Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2018-05-10Merge tag 'v4.14.34' into v4.14/standard/baseBruce Ashfield
2018-04-12VFS: close race between getcwd() and d_move()NeilBrown
2018-03-26Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2018-03-26Merge tag 'v4.14.29' into v4.14/standard/baseBruce Ashfield
2018-03-21lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro
2018-03-05Merge branch 'v4.14/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2018-03-05Merge branch 'v4.14/base' into v4.14/standard/baseBruce Ashfield
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2018-02-13fs/dcache: use swait_queue instead of waitqueueSebastian Andrzej Siewior
2018-02-13fs: dcache: Use cpu_chill() in trylock loopsThomas Gleixner
2018-02-13fs/dcache: disable preemption on i_dir_seq's write sideSebastian Andrzej Siewior
2018-02-13fs/dcache: bringt back explicit INIT_HLIST_BL_HEAD initSebastian Andrzej Siewior
2018-02-01aufs4: standalone supportBruce Ashfield
2018-02-01aufs4: base supportBruce Ashfield
2017-12-25locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-10fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-07-07dentry name snapshotsAl Viro
2017-07-06mm: update callers to use HASH_ZERO flagPavel Tatashin
2017-07-06VFS: Provide empty name qstrDavid Howells
2017-06-29fs/dcache: init in_lookup_hashtableSebastian Andrzej Siewior
2017-06-15Hang/soft lockup in d_invalidate with simultaneous callsAl Viro
2017-05-03fs: don't set *REFERENCED on single use objectsJosef Bacik
2017-01-10mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-03vfs: remove unused have_submounts() functionIan Kent
2016-12-03vfs: add path_has_submounts()Ian Kent
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro