summaryrefslogtreecommitdiff
path: root/include/linux/dcache.h
AgeCommit message (Expand)AuthorFilesLines
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-19kill d_backing_dentry()Al Viro1-15/+0
2023-11-19[software coproarchaeology] dentry.h: kill a mysterious commentAl Viro1-1/+0
2023-11-19dentry.h: trim externsAl Viro1-5/+0
2023-11-19kill d_{is,set}_fallthru()Al Viro1-13/+4
2023-11-19DCACHE_COOKIE: RIPAl Viro1-1/+0
2023-11-19DCACHE_... ->d_flags bits: switch to BIT()Al Viro1-38/+38
2023-11-19struct dentry: get rid of randomize_layout idiocyAl Viro1-1/+1
2023-09-12fs: factor out d_mark_tmpfile()Kent Overstreet1-0/+1
2022-10-11Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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-16useful 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-16kernel.h: split out mathematical helpersAndy Shevchenko1-0/+1
2020-09-24fscrypt: 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/v...Linus 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-08Merge 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-10unexport d_alloc_pseudo()Al Viro1-1/+0
2019-04-10dcache: 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-22Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+4
2018-08-14Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+0
2018-08-02kill 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-24kill dentry_update_name_case()Al Viro1-2/+0
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-0/+1
2018-04-04Merge branch 'old.dcache' into work.dcacheAl Viro1-2/+2
2018-03-29take out orphan externs (empty_string/slash_string)Al Viro1-2/+0