aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/dcache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-7/+11
2024-02-09Revert "get rid of DCACHE_GENOCIDE"Al Viro1-0/+1
2024-02-06fs: remove the inode argument to ->d_real() methodAmir Goldstein1-7/+11
2023-11-25dcache: remove unnecessary NULL check in dget_dlock()Vegard Nossum1-11/+30
2023-11-25kill DCACHE_MAY_FREEAl Viro1-1/+0
2023-11-25Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcacheAl Viro1-5/+15
2023-11-25get rid of DCACHE_GENOCIDEAl Viro1-1/+0
2023-11-25d_genocide(): move the extern into fs/internal.hAl Viro1-3/+0
2023-11-25kill d_instantate_anon(), fold __d_instantiate_anon() into remaining callerAl Viro1-1/+0
2023-11-25dentry: switch the lists of children to hlistAl Viro1-5/+15
2023-11-18kill d_backing_dentry()Al Viro1-15/+0
2023-11-18[software coproarchaeology] dentry.h: kill a mysterious commentAl Viro1-1/+0
2023-11-18dentry.h: trim externsAl Viro1-5/+0
2023-11-18kill d_{is,set}_fallthru()Al Viro1-13/+4
2023-11-18DCACHE_COOKIE: RIPAl Viro1-1/+0
2023-11-18DCACHE_... ->d_flags bits: switch to BIT()Al Viro1-38/+38
2023-11-18struct dentry: get rid of randomize_layout idiocyAl Viro1-1/+1
2023-09-11fs: factor out d_mark_tmpfile()Kent Overstreet1-0/+1
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-1/+2
2022-08-20dynamic_dname(): drop unused dentry argumentAl Viro1-2/+2
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-0/+2
2022-08-03fs/dcache: export d_same_name() helperXiubo Li1-0/+2
2022-07-30fs/dcache: Move the wakeup from __d_lookup_done() to the caller.Sebastian Andrzej Siewior1-6/+3
2022-01-22fs: move dcache sysctls to its own fileLuis Chamberlain1-10/+0
2021-04-15useful constants: struct qstr for ".."Al Viro1-0/+1
2021-03-21constify dentry argument of dentry_path()/dentry_path_raw()Al Viro1-2/+2
2021-01-16new helper: d_find_alias_rcu()Al Viro1-0/+2
2020-12-15kernel.h: split out mathematical helpersAndy Shevchenko1-0/+1
2020-09-23fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEEric Biggers1-1/+1
2020-07-29vfs: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+1
2020-05-13fs: Introduce DCACHE_DONTCACHEIra Weiny1-0/+2
2019-11-15fs/namei.c: pull positivity check into follow_managed()Al Viro1-0/+5
2019-07-31docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab1-1/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2019-06-08docs: fs: fix broken links to vfs.txt with was renamed to vfs.rstMauro Carvalho Chehab1-2/+2
2019-05-21unexport simple_dname()Al Viro1-1/+0
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-1/+1
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Al Viro1-1/+1
2019-04-17fscrypt: clean up and improve dentry revalidationEric Biggers1-1/+1
2019-04-09unexport d_alloc_pseudo()Al Viro1-1/+0
2019-04-09dcache: sort the freeing-without-RCU-delay mess for good.Al Viro1-1/+1
2019-01-30fs/dcache: Track & report number of negative dentriesWaiman Long1-3/+4
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-11/+4
2018-08-13Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2018-08-01kill d_instantiate_no_diralias()Al Viro1-1/+0
2018-07-18vfs: remove open_flags from d_real()Miklos Szeredi1-7/+4
2018-07-18Revert "vfs: add flags to d_real()"Miklos Szeredi1-6/+5
2018-07-18Revert "ovl: fix relatime for directories"Miklos Szeredi1-3/+0
2018-06-23kill dentry_update_name_case()Al Viro1-2/+0