summaryrefslogtreecommitdiff
path: root/include/linux/dcache.h
AgeCommit message (Expand)AuthorFilesLines
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2025-04-11dcache: convert dentry flag macros to enumOmar Sandoval1-56/+50
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown1-1/+0
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown1-1/+2
2025-03-27Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+1
2025-02-27Merge patch series "prep patches for my mkdir series"Christian Brauner1-1/+0
2025-02-26nfs/vfs: discard d_exact_alias()NeilBrown1-1/+0
2025-02-10VFS: repack DENTRY_ flags.NeilBrown1-19/+19
2025-02-07fs: dcache: move the sysctl to fs/dcache.cKaixiong Yu1-6/+1
2025-02-02Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2025-01-28add a string-to-qstr constructorAl Viro1-0/+1
2025-01-289p: fix ->rename_sem exclusionAl Viro1-0/+2
2025-01-28Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-1/+2
2025-01-18dcache: back inline names with a struct-wrapped array of unsigned longAl Viro1-2/+8
2025-01-18make sure that DNAME_INLINE_LEN is a multiple of word sizeAl Viro1-3/+5
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+7
2024-07-03fs: fix dentry sizeChristian Brauner1-1/+1
2024-07-03vfs: move d_lockref out of the area used by RCU lookupMateusz Guzik1-1/+6
2024-06-27vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik1-0/+2
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-7/+11
2024-02-10Revert "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-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