summaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+4
2023-10-19treewide: mark stuff as __ro_after_initAlexey Dobriyan1-4/+4
2023-09-12fs: factor out d_mark_tmpfile()Kent Overstreet1-2/+10
2023-08-19fs/dcache: Replace printk and WARN_ON by WARNAnh Tuan Phan1-2/+1
2023-08-09fs: unexport d_genocideChristoph Hellwig1-2/+0
2022-10-11Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+3
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-1/+3
2022-09-19dentry: Use preempt_[dis|en]able_nested()Thomas Gleixner1-11/+2
2022-08-18dcache: move the DCACHE_OP_COMPARE case out of the __d_lookup_rcu loopLinus Torvalds1-23/+49
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-4/+11
2022-08-03fs/dcache: export d_same_name() helperXiubo Li1-4/+11
2022-07-30fs/dcache: Move wakeup out of i_seq_dir write held region.Sebastian Andrzej Siewior1-5/+5
2022-07-30fs/dcache: Move the wakeup from __d_lookup_done() to the caller.Sebastian Andrzej Siewior1-7/+28
2022-07-30fs/dcache: Disable preemption on i_dir_seq write side on PREEMPT_RTSebastian Andrzej Siewior1-1/+11
2022-07-30d_add_ci(): make sure we don't miss d_lookup_done()Al Viro1-0/+1
2022-03-23mm: dcache: use kmem_cache_alloc_lru() to allocate dentryMuchun Song1-1/+2
2022-01-22fs: move dcache sysctls to its own fileLuis Chamberlain1-6/+31
2021-04-16useful constants: struct qstr for ".."Al Viro1-0/+2
2021-02-25fs: delete repeated words in commentsRandy Dunlap1-2/+2
2021-02-23Merge branch 'work.audit' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-0/+25
2021-01-22fs: fix kernel-doc markupsMauro Carvalho Chehab1-31/+32
2021-01-16new helper: d_find_alias_rcu()Al Viro1-0/+25
2020-12-11fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is setHao Li1-1/+8
2020-07-29vfs: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+1
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-05-13fs: Introduce DCACHE_DONTCACHEIra Weiny1-0/+19
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2019-12-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+4
2019-11-15fs/namei.c: fix missing barriers when checking positivityAl Viro1-1/+1
2019-11-15fix dget_parent() fastpath raceAl Viro1-1/+3
2019-10-25make __d_alloc() staticAl Viro1-1/+1
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-1/+1
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-17/+83
2019-07-10Teach shrink_dcache_parent() to cope with mixed-filesystem shrink listsAl Viro1-17/+83
2019-06-20fsnotify: move fsnotify_nameremove() hook out of d_delete()Amir Goldstein1-2/+0
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-08Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-0/+2
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Al Viro1-8/+6
2019-04-17fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directoryEric Biggers1-0/+2
2019-04-10unexport d_alloc_pseudo()Al Viro1-1/+3
2019-04-10dcache: sort the freeing-without-RCU-delay mess for good.Al Viro1-11/+13
2019-01-30fs/dcache: Track & report number of negative dentriesWaiman Long1-0/+32
2019-01-30fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long1-5/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-27dcache: allocate external names from reclaimable kmalloc cachesVlastimil Babka1-29/+9
2018-08-18fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa1-1/+2
2018-08-14Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Linus Torvalds1-33/+6
2018-08-14Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-28/+1