summaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)Author
2026-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-14vfs: get rid of BUG_ON() in d_mark_tmpfile_name()Paulo Alcantara
2026-04-13Merge tag 'v7.1-rc1-part1-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-10vfs: introduce d_mark_tmpfile_name()Paulo Alcantara
2026-04-04get rid of busy-waiting in shrink_dcache_tree()Al Viro
2026-04-02dcache.c: more idiomatic "positives are not allowed" sanity checksAl Viro
2026-04-02struct dentry: make ->d_u anonymousAl Viro
2026-04-02for_each_alias(): helper macro for iterating through dentries of given inodeAl Viro
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-02-19dcache: Limit the minimal number of bucket to twoZhihao Cheng
2026-02-16Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-09Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-01-29fs: dcache: fix typo in enum d_walk_ret commentChelsy Ratnawat
2026-01-16vfs: document d_dispose_if_unused()Miklos Szeredi
2026-01-13struct filename: use names_cachep only for getname() and friendsAl Viro
2025-12-24dcache: Replace simple_strtoul with kstrtoul in set_dhash_entriesThorsten Blum
2025-12-05Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-28dcache: touch up predicts in __d_lookup_rcu()Mateusz Guzik
2025-11-25fs: rework I_NEW handling to operate without fencesMateusz Guzik
2025-11-17d_make_discardable(): warn if given a non-persistent dentryAl Viro
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-12fs: hide dentry_cache behind runtime const machineryMateusz Guzik
2025-11-12dcache: export shrink_dentry_list() and add new helper d_dispose_if_unused()Luis Henriques
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-10-20fs: add missing fences to I_NEW handlingMateusz Guzik
2025-10-07vfs: Don't leak disconnected dentries on umountJan Kara
2025-10-03Merge tag 'pull-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-10-03Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-25afs: Add support for RENAME_NOREPLACE and RENAME_EXCHANGEDavid Howells
2025-09-15path_has_submounts(): use guard(mount_locked_reader)Al Viro
2025-09-15make it easier to catch those who try to modify ->d_nameAl Viro
2025-08-25fs: Use try_cmpxchg() in start_dir_add()Uros Bizjak
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-06-23docs/vfs: update references to i_mutex to i_rwsemJunxuan Liao
2025-06-11d_alloc_parallel(): set DCACHE_PAR_LOOKUP earlierAl Viro
2025-06-11make d_set_d_op() staticAl Viro
2025-06-11set_default_d_op(): calculate the matching value for ->d_flagsAl Viro
2025-06-11correct the set of flags forbidden at d_set_d_op() timeAl Viro
2025-06-10split d_flags calculation out of d_set_d_op()Al Viro
2025-06-10new helper: set_default_d_op()Al Viro
2025-06-10new helper: d_splice_alias_ops()Al Viro
2025-06-08d_set_mounted(): we don't need to bump seqcount component of rename_lockAl Viro
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds