summaryrefslogtreecommitdiff
path: root/include/linux/dcache.h
AgeCommit message (Expand)Author
2025-04-11dcache: convert dentry flag macros to enumOmar Sandoval
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-02-27Merge patch series "prep patches for my mkdir series"Christian Brauner
2025-02-26nfs/vfs: discard d_exact_alias()NeilBrown
2025-02-10VFS: repack DENTRY_ flags.NeilBrown
2025-02-07fs: dcache: move the sysctl to fs/dcache.cKaixiong Yu
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-01-27add a string-to-qstr constructorAl Viro
2025-01-279p: fix ->rename_sem exclusionAl Viro
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2025-01-17dcache: back inline names with a struct-wrapped array of unsigned longAl Viro
2025-01-17make sure that DNAME_INLINE_LEN is a multiple of word sizeAl Viro
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-07-03fs: fix dentry sizeChristian Brauner
2024-07-03vfs: move d_lockref out of the area used by RCU lookupMateusz Guzik
2024-06-27vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-02-09Revert "get rid of DCACHE_GENOCIDE"Al Viro
2024-02-06fs: remove the inode argument to ->d_real() methodAmir Goldstein
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