summaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)Author
2023-11-25to_shrink_list(): call only if refcount is 0Al Viro
2023-11-25fold dentry_kill() into dput()Al Viro
2023-11-25don't try to cut corners in shrink_lock_dentry()Al Viro
2023-11-25fold the call of retain_dentry() into fast_dput()Al Viro
2023-11-25Call retain_dentry() with refcount 0Al Viro
2023-11-25dentry_kill(): don't bother with retain_dentry() on slow pathAl Viro
2023-11-25__dentry_kill(): get consistent rules for victim's refcountAl Viro
2023-11-25make retain_dentry() neutral with respect to refcountingAl Viro
2023-11-25__dput_to_list(): do decrement of refcount in the callersAl Viro
2023-11-25fast_dput(): new rules for refcountAl Viro
2023-11-25fast_dput(): handle underflows gracefullyAl Viro
2023-11-25fast_dput(): having ->d_delete() is not reason to delay refcount decrementAl Viro
2023-11-25shrink_dentry_list(): no need to check that dentry refcount is marked deadAl Viro
2023-11-25centralize killing dentry from shrink listAl Viro
2023-11-25dentry: switch the lists of children to hlistAl Viro
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-09-11fs: factor out d_mark_tmpfile()Kent Overstreet
2023-08-19fs/dcache: Replace printk and WARN_ON by WARNAnh Tuan Phan
2023-08-09fs: unexport d_genocideChristoph Hellwig
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi
2022-09-19dentry: Use preempt_[dis|en]able_nested()Thomas Gleixner
2022-08-17dcache: move the DCACHE_OP_COMPARE case out of the __d_lookup_rcu loopLinus Torvalds
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-08-03fs/dcache: export d_same_name() helperXiubo Li
2022-07-30fs/dcache: Move wakeup out of i_seq_dir write held region.Sebastian Andrzej Siewior
2022-07-30fs/dcache: Move the wakeup from __d_lookup_done() to the caller.Sebastian Andrzej Siewior
2022-07-30fs/dcache: Disable preemption on i_dir_seq write side on PREEMPT_RTSebastian Andrzej Siewior
2022-07-30d_add_ci(): make sure we don't miss d_lookup_done()Al Viro
2022-03-22mm: dcache: use kmem_cache_alloc_lru() to allocate dentryMuchun Song
2022-01-22fs: move dcache sysctls to its own fileLuis Chamberlain
2021-04-15useful constants: struct qstr for ".."Al Viro
2021-02-24fs: delete repeated words in commentsRandy Dunlap
2021-02-22Merge branch 'work.audit' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-01-21fs: fix kernel-doc markupsMauro Carvalho Chehab
2021-01-16new helper: d_find_alias_rcu()Al Viro
2020-12-10fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is setHao Li
2020-07-29vfs: Use sequence counter with associated spinlockAhmed S. Darwish
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-13fs: Introduce DCACHE_DONTCACHEIra Weiny
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2019-12-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-11-15fs/namei.c: fix missing barriers when checking positivityAl Viro
2019-11-15fix dget_parent() fastpath raceAl Viro
2019-10-25make __d_alloc() staticAl Viro
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-10Teach shrink_dcache_parent() to cope with mixed-filesystem shrink listsAl Viro