aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
AgeCommit message (Expand)Author
2024-02-09Revert "get rid of DCACHE_GENOCIDE"Al Viro
2023-11-25dcache: remove unnecessary NULL check in dget_dlock()Vegard Nossum
2023-11-25kill DCACHE_MAY_FREEAl Viro
2023-11-25Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcacheAl Viro
2023-11-25get rid of DCACHE_GENOCIDEAl Viro
2023-11-25d_genocide(): move the extern into fs/internal.hAl Viro
2023-11-25kill d_instantate_anon(), fold __d_instantiate_anon() into remaining callerAl Viro
2023-11-25dentry: switch the lists of children to hlistAl Viro
2023-11-18kill d_backing_dentry()Al Viro
2023-11-18[software coproarchaeology] dentry.h: kill a mysterious commentAl Viro
2023-11-18dentry.h: trim externsAl Viro
2023-11-18kill d_{is,set}_fallthru()Al Viro
2023-11-18DCACHE_COOKIE: RIPAl Viro
2023-11-18DCACHE_... ->d_flags bits: switch to BIT()Al Viro
2023-11-18struct dentry: get rid of randomize_layout idiocyAl Viro
2023-09-11fs: factor out d_mark_tmpfile()Kent Overstreet
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-08-20dynamic_dname(): drop unused dentry argumentAl Viro
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 the wakeup from __d_lookup_done() to the caller.Sebastian Andrzej Siewior
2022-01-22fs: move dcache sysctls to its own fileLuis Chamberlain
2021-04-15useful constants: struct qstr for ".."Al Viro
2021-03-21constify dentry argument of dentry_path()/dentry_path_raw()Al Viro
2021-01-16new helper: d_find_alias_rcu()Al Viro
2020-12-15kernel.h: split out mathematical helpersAndy Shevchenko
2020-09-23fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEEric Biggers
2020-07-29vfs: Use sequence counter with associated spinlockAhmed S. Darwish
2020-05-13fs: Introduce DCACHE_DONTCACHEIra Weiny
2019-11-15fs/namei.c: pull positivity check into follow_managed()Al Viro
2019-07-31docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-06-08docs: fs: fix broken links to vfs.txt with was renamed to vfs.rstMauro Carvalho Chehab
2019-05-21unexport simple_dname()Al Viro
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Al Viro
2019-04-17fscrypt: clean up and improve dentry revalidationEric Biggers
2019-04-09unexport d_alloc_pseudo()Al Viro
2019-04-09dcache: sort the freeing-without-RCU-delay mess for good.Al Viro
2019-01-30fs/dcache: Track & report number of negative dentriesWaiman Long
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-13Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Linus Torvalds
2018-08-01kill d_instantiate_no_diralias()Al Viro
2018-07-18vfs: remove open_flags from d_real()Miklos Szeredi
2018-07-18Revert "vfs: add flags to d_real()"Miklos Szeredi
2018-07-18Revert "ovl: fix relatime for directories"Miklos Szeredi
2018-06-23kill dentry_update_name_case()Al Viro
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-04-04Merge branch 'old.dcache' into work.dcacheAl Viro