summaryrefslogtreecommitdiff
path: root/include/linux/dcache.h
AgeCommit message (Expand)Author
2025-12-05Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-17get rid of kill_litter_super()Al Viro
2025-11-16primitives for maintaining persisitencyAl Viro
2025-11-16introduce a flag for explicitly marking persistently pinned dentriesAl Viro
2025-11-12dcache: export shrink_dentry_list() and add new helper d_dispose_if_unused()Luis Henriques
2025-09-15make it easier to catch those who try to modify ->d_nameAl Viro
2025-06-11make d_set_d_op() staticAl Viro
2025-06-10new helper: set_default_d_op()Al Viro
2025-06-10new helper: d_splice_alias_ops()Al Viro
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-04-11dcache: convert dentry flag macros to enumOmar Sandoval
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown
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