| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-15 | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -225/+324 |
| 2026-06-15 | Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+12 |
| 2026-06-05 | make cursors NORCU | Al Viro | 1 | -1/+3 |
| 2026-06-05 | nfs: get rid of fake root dentries | Al Viro | 1 | -6/+2 |
| 2026-06-05 | wind ->s_roots via ->d_sib instead of ->d_hash | Al Viro | 1 | -18/+47 |
| 2026-06-05 | shrink_dentry_tree(): unify the calls of shrink_dentry_list() | Al Viro | 1 | -17/+17 |
| 2026-06-05 | shrinking rcu_read_lock() scope in d_alloc_parallel() | Al Viro | 1 | -17/+12 |
| 2026-06-05 | d_walk(): shrink rcu_read_lock() scope | Al Viro | 1 | -4/+2 |
| 2026-06-05 | document dentry_kill() | Al Viro | 1 | -0/+38 |
| 2026-06-05 | adjust calling conventions of lock_for_kill(), fold __dentry_kill() into dent... | Al Viro | 1 | -58/+54 |
| 2026-06-05 | Document rcu_read_lock() use in select_collect2() | Al Viro | 1 | -1/+21 |
| 2026-06-05 | Shift rcu_read_{,un}lock() inside fast_dput() | Al Viro | 1 | -16/+14 |
| 2026-06-05 | simplify safety for lock_for_kill() slowpath | Al Viro | 1 | -15/+32 |
| 2026-06-05 | fold lock_for_kill() and __dentry_kill() into common helper | Al Viro | 1 | -15/+13 |
| 2026-06-05 | fold lock_for_kill() into shrink_kill() | Al Viro | 1 | -16/+7 |
| 2026-06-05 | shrink_dentry_list(): start with removing from shrink list | Al Viro | 1 | -9/+9 |
| 2026-06-05 | d_prune_aliases(): make sure to skip NORCU aliases | Al Viro | 1 | -1/+2 |
| 2026-06-05 | kill d_dispose_if_unused() | Al Viro | 1 | -24/+27 |
| 2026-06-05 | make to_shrink_list() return whether it has moved dentry to list | Al Viro | 1 | -14/+9 |
| 2026-06-05 | select_collect(): ignore dentries on shrink lists if they have positive refco... | Al Viro | 1 | -3/+1 |
| 2026-06-05 | fix a race between d_find_any_alias() and final dput() of NORCU dentries | Al Viro | 1 | -3/+18 |
| 2026-06-05 | VFS: use wait_var_event for waiting in d_alloc_parallel() | NeilBrown | 1 | -37/+46 |
| 2026-05-21 | dcache: add extra sanity checks of the dentry in dentry_free() | Jeff Layton | 1 | -2/+8 |
| 2026-05-21 | dcache: use kmalloc_flex() in __d_alloc | Thorsten Blum | 1 | -4/+4 |
| 2026-05-11 | fs: allow lockless ->i_count bumps as long as it does not transition 0->1 | Mateusz Guzik | 1 | -0/+4 |
| 2026-04-21 | Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -31/+98 |
| 2026-04-14 | vfs: get rid of BUG_ON() in d_mark_tmpfile_name() | Paulo Alcantara | 1 | -5/+9 |
| 2026-04-13 | Merge tag 'v7.1-rc1-part1-smb3-client-fixes' of git://git.samba.org/sfrench/c... | Linus Torvalds | 1 | -0/+19 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
| 2026-04-10 | vfs: introduce d_mark_tmpfile_name() | Paulo Alcantara | 1 | -0/+19 |
| 2026-04-04 | get rid of busy-waiting in shrink_dcache_tree() | Al Viro | 1 | -6/+73 |
| 2026-04-02 | dcache.c: more idiomatic "positives are not allowed" sanity checks | Al Viro | 1 | -5/+5 |
| 2026-04-02 | struct dentry: make ->d_u anonymous | Al Viro | 1 | -24/+24 |
| 2026-04-02 | for_each_alias(): helper macro for iterating through dentries of given inode | Al Viro | 1 | -3/+3 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 1 | -2/+2 |
| 2026-02-19 | dcache: Limit the minimal number of bucket to two | Zhihao Cheng | 1 | -2/+2 |
| 2026-02-16 | Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+5 |
| 2026-02-09 | Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -7/+1 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+1 |
| 2026-01-29 | fs: dcache: fix typo in enum d_walk_ret comment | Chelsy Ratnawat | 1 | -5/+5 |
| 2026-01-16 | vfs: document d_dispose_if_unused() | Miklos Szeredi | 1 | -0/+10 |
| 2026-01-13 | struct filename: use names_cachep only for getname() and friends | Al Viro | 1 | -7/+1 |
| 2025-12-24 | dcache: Replace simple_strtoul with kstrtoul in set_dhash_entries | Thorsten Blum | 1 | -4/+1 |
| 2025-12-05 | Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+12 |
| 2025-12-05 | Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -39/+72 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -13/+16 |
| 2025-11-28 | dcache: touch up predicts in __d_lookup_rcu() | Mateusz Guzik | 1 | -3/+12 |
| 2025-11-25 | fs: rework I_NEW handling to operate without fences | Mateusz Guzik | 1 | -10/+0 |
| 2025-11-17 | d_make_discardable(): warn if given a non-persistent dentry | Al Viro | 1 | -8/+1 |
| 2025-11-17 | get rid of kill_litter_super() | Al Viro | 1 | -21/+0 |
| 2025-11-16 | primitives for maintaining persisitency | Al Viro | 1 | -15/+59 |
| 2025-11-16 | introduce a flag for explicitly marking persistently pinned dentries | Al Viro | 1 | -5/+22 |
| 2025-11-12 | fs: hide dentry_cache behind runtime const machinery | Mateusz Guzik | 1 | -2/+4 |
| 2025-11-12 | dcache: export shrink_dentry_list() and add new helper d_dispose_if_unused() | Luis Henriques | 1 | -6/+12 |
| 2025-10-20 | Coccinelle-based conversion to use ->i_state accessors | Mateusz Guzik | 1 | -4/+4 |
| 2025-10-20 | fs: add missing fences to I_NEW handling | Mateusz Guzik | 1 | -0/+4 |
| 2025-10-07 | vfs: Don't leak disconnected dentries on umount | Jan Kara | 1 | -0/+2 |
| 2025-10-03 | Merge tag 'pull-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -13/+13 |
| 2025-10-03 | Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -2/+2 |
| 2025-09-29 | Merge tag 'vfs-6.18-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
| 2025-09-25 | afs: Add support for RENAME_NOREPLACE and RENAME_EXCHANGE | David Howells | 1 | -0/+1 |
| 2025-09-15 | path_has_submounts(): use guard(mount_locked_reader) | Al Viro | 1 | -2/+2 |
| 2025-09-15 | make it easier to catch those who try to modify ->d_name | Al Viro | 1 | -13/+13 |
| 2025-08-25 | fs: Use try_cmpxchg() in start_dir_add() | Uros Bizjak | 1 | -2/+2 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+5 |
| 2025-06-23 | docs/vfs: update references to i_mutex to i_rwsem | Junxuan Liao | 1 | -5/+5 |
| 2025-06-11 | d_alloc_parallel(): set DCACHE_PAR_LOOKUP earlier | Al Viro | 1 | -3/+7 |
| 2025-06-11 | make d_set_d_op() static | Al Viro | 1 | -3/+3 |
| 2025-06-11 | set_default_d_op(): calculate the matching value for ->d_flags | Al Viro | 1 | -2/+4 |
| 2025-06-11 | correct the set of flags forbidden at d_set_d_op() time | Al Viro | 1 | -1/+2 |
| 2025-06-10 | split d_flags calculation out of d_set_d_op() | Al Viro | 1 | -23/+30 |
| 2025-06-10 | new helper: set_default_d_op() | Al Viro | 1 | -2/+8 |
| 2025-06-10 | new helper: d_splice_alias_ops() | Al Viro | 1 | -27/+36 |
| 2025-06-08 | d_set_mounted(): we don't need to bump seqcount component of rename_lock | Al Viro | 1 | -2/+2 |
| 2025-05-26 | Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+10 |
| 2025-05-15 | vfs: Add sysctl vfs_cache_pressure_denom for bulk file operations | Yafang Shao | 1 | -1/+10 |
| 2025-04-08 | Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS | NeilBrown | 1 | -1/+0 |
| 2025-03-26 | Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+19 |
| 2025-03-24 | Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -46/+0 |
| 2025-03-24 | Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+2 |
| 2025-03-18 | fs: use wq_has_sleeper() in end_dir_add() | Mateusz Guzik | 1 | -1/+2 |
| 2025-02-26 | nfs/vfs: discard d_exact_alias() | NeilBrown | 1 | -46/+0 |
| 2025-02-07 | Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2025-02-07 | fs: dcache: move the sysctl to fs/dcache.c | Kaixiong Yu | 1 | -2/+19 |
| 2025-02-07 | lockref: remove count argument of lockref_init | Andreas Gruenbacher | 1 | -1/+1 |
| 2025-02-03 | Merge tag 'pull-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -2/+2 |
| 2025-02-03 | fix braino in "9p: fix ->rename_sem exclusion" | Al Viro | 1 | -2/+2 |
| 2025-01-30 | Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -43/+60 |
| 2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 1 | -1/+1 |
| 2025-01-27 | 9p: fix ->rename_sem exclusion | Al Viro | 1 | -0/+5 |
| 2025-01-27 | dissolve external_name.u into separate members | Al Viro | 1 | -13/+17 |
| 2025-01-17 | make take_dentry_name_snapshot() lockless | Al Viro | 1 | -10/+25 |
| 2025-01-17 | dcache: back inline names with a struct-wrapped array of unsigned long | Al Viro | 1 | -24/+19 |
| 2025-01-17 | make sure that DNAME_INLINE_LEN is a multiple of word size | Al Viro | 1 | -3/+1 |
| 2025-01-16 | dcache: use lockref_init for d_lockref | Christoph Hellwig | 1 | -2/+1 |
| 2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
| 2024-11-11 | mm/list_lru: simplify the list_lru walk callback function | Kairui Song | 1 | -2/+2 |
| 2024-10-22 | fs: Reorganize kerneldoc parameter names | Julia Lawall | 1 | -2/+2 |
| 2024-10-22 | vfs: Add a sysctl for automated deletion of dentry | Yafang Shao | 1 | -0/+12 |
| 2024-09-16 | Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -4/+6 |
| 2024-08-30 | inode: port __I_NEW to var event | Christian Brauner | 1 | -1/+6 |
| 2024-08-30 | fs: remove comment about d_rcu_to_refcount | Jeff Layton | 1 | -3/+0 |
| 2024-08-30 | dcache: keep dentry_hashtable or d_hash_shift even when not used | Stephen Brennan | 1 | -2/+7 |
| 2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 1 | -1/+1 |
| 2024-07-15 | Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -1/+29 |
| 2024-07-15 | Merge branch 'runtime-constants' | Linus Torvalds | 1 | -4/+13 |
| 2024-07-11 | Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+9 |
| 2024-07-05 | vfs: don't mod negative dentry count when on shrinker list | Brian Foster | 1 | -3/+9 |
| 2024-07-02 | fs: better handle deep ancestor chains in is_subdir() | Christian Brauner | 1 | -17/+14 |
| 2024-06-27 | vfs: rename parent_ino to d_parent_ino and make it use RCU | Mateusz Guzik | 1 | -0/+28 |
| 2024-06-19 | runtime constants: add default dummy infrastructure | Linus Torvalds | 1 | -1/+10 |
| 2024-06-19 | vfs: dcache: move hashlen_hash() from callers into d_hash() | Linus Torvalds | 1 | -4/+4 |
| 2024-06-03 | vfs: replace WARN(down_read_trylock, ...) abuse with proper asserts | Mateusz Guzik | 1 | -1/+1 |
| 2024-05-29 | Revert "vfs: Delete the associated dentry when deleting a file" | Linus Torvalds | 1 | -7/+8 |
| 2024-05-22 | vfs: Delete the associated dentry when deleting a file | Yafang Shao | 1 | -8/+7 |
| 2024-04-09 | fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading | linke li | 1 | -1/+1 |
| 2024-03-11 | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+1 |
| 2024-02-27 | vfs: remove SLAB_MEM_SPREAD flag usage | Chengming Zhou | 1 | -1/+1 |
| 2024-02-09 | Revert "get rid of DCACHE_GENOCIDE" | Al Viro | 1 | -1/+4 |
| 2024-01-11 | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -413/+237 |
| 2024-01-10 | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+0 |
| 2023-12-28 | fs: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -1/+0 |
| 2023-12-12 | list_lru: allow explicit memcg and NUMA node selection | Nhat Pham | 1 | -3/+5 |
| 2023-11-25 | dcache: remove unnecessary NULL check in dget_dlock() | Vegard Nossum | 1 | -12/+4 |
| 2023-11-25 | kill DCACHE_MAY_FREE | Al Viro | 1 | -4/+2 |
| 2023-11-25 | Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcache | Al Viro | 1 | -310/+183 |
| 2023-11-25 | __d_unalias() doesn't use inode argument | Al Viro | 1 | -3/+2 |
| 2023-11-25 | d_alloc_parallel(): in-lookup hash insertion doesn't need an RCU variant | Al Viro | 1 | -1/+1 |
| 2023-11-25 | get rid of DCACHE_GENOCIDE | Al Viro | 1 | -4/+1 |
| 2023-11-25 | d_alloc_pseudo(): move setting ->d_op there from the (sole) caller | Al Viro | 1 | -1/+7 |
| 2023-11-25 | kill d_instantate_anon(), fold __d_instantiate_anon() into remaining caller | Al Viro | 1 | -55/+35 |
| 2023-11-25 | retain_dentry(): introduce a trimmed-down lockless variant | Al Viro | 1 | -48/+47 |
| 2023-11-25 | __dentry_kill(): new locking scheme | Al Viro | 1 | -81/+48 |
| 2023-11-25 | d_prune_aliases(): use a shrink list | Al Viro | 1 | -25/+5 |
| 2023-11-25 | switch select_collect{,2}() to use of to_shrink_list() | Al Viro | 1 | -14/+6 |
| 2023-11-25 | to_shrink_list(): call only if refcount is 0 | Al Viro | 1 | -5/+2 |
| 2023-11-25 | fold dentry_kill() into dput() | Al Viro | 1 | -25/+12 |
| 2023-11-25 | don't try to cut corners in shrink_lock_dentry() | Al Viro | 1 | -93/+66 |
| 2023-11-25 | fold the call of retain_dentry() into fast_dput() | Al Viro | 1 | -9/+4 |
| 2023-11-25 | Call retain_dentry() with refcount 0 | Al Viro | 1 | -8/+2 |
| 2023-11-25 | dentry_kill(): don't bother with retain_dentry() on slow path | Al Viro | 1 | -6/+2 |
| 2023-11-25 | __dentry_kill(): get consistent rules for victim's refcount | Al Viro | 1 | -0/+2 |
| 2023-11-25 | make retain_dentry() neutral with respect to refcounting | Al Viro | 1 | -1/+5 |
| 2023-11-25 | __dput_to_list(): do decrement of refcount in the callers | Al Viro | 1 | -10/+11 |
| 2023-11-25 | fast_dput(): new rules for refcount | Al Viro | 1 | -7/+2 |
| 2023-11-25 | fast_dput(): handle underflows gracefully | Al Viro | 1 | -3/+4 |
| 2023-11-25 | fast_dput(): having ->d_delete() is not reason to delay refcount decrement | Al Viro | 1 | -10/+2 |
| 2023-11-25 | shrink_dentry_list(): no need to check that dentry refcount is marked dead | Al Viro | 1 | -3/+2 |
| 2023-11-25 | centralize killing dentry from shrink list | Al Viro | 1 | -10/+11 |
| 2023-11-25 | dentry: switch the lists of children to hlist | Al Viro | 1 | -39/+37 |
| 2023-11-18 | kill d_{is,set}_fallthru() | Al Viro | 1 | -18/+2 |
| 2023-11-18 | get rid of __dget() | Al Viro | 1 | -6/+1 |
| 2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -4/+4 |
| 2023-10-18 | treewide: mark stuff as __ro_after_init | Alexey Dobriyan | 1 | -4/+4 |
| 2023-09-11 | fs: factor out d_mark_tmpfile() | Kent Overstreet | 1 | -2/+10 |
| 2023-08-19 | fs/dcache: Replace printk and WARN_ON by WARN | Anh Tuan Phan | 1 | -2/+1 |
| 2023-08-09 | fs: unexport d_genocide | Christoph Hellwig | 1 | -2/+0 |
| 2022-10-10 | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+3 |
| 2022-09-24 | vfs: open inside ->tmpfile() | Miklos Szeredi | 1 | -1/+3 |
| 2022-09-19 | dentry: Use preempt_[dis|en]able_nested() | Thomas Gleixner | 1 | -11/+2 |
| 2022-08-17 | dcache: move the DCACHE_OP_COMPARE case out of the __d_lookup_rcu loop | Linus Torvalds | 1 | -23/+49 |
| 2022-08-11 | Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 1 | -4/+11 |
| 2022-08-03 | fs/dcache: export d_same_name() helper | Xiubo Li | 1 | -4/+11 |
| 2022-07-30 | fs/dcache: Move wakeup out of i_seq_dir write held region. | Sebastian Andrzej Siewior | 1 | -5/+5 |
| 2022-07-30 | fs/dcache: Move the wakeup from __d_lookup_done() to the caller. | Sebastian Andrzej Siewior | 1 | -7/+28 |
| 2022-07-30 | fs/dcache: Disable preemption on i_dir_seq write side on PREEMPT_RT | Sebastian Andrzej Siewior | 1 | -1/+11 |
| 2022-07-30 | d_add_ci(): make sure we don't miss d_lookup_done() | Al Viro | 1 | -0/+1 |
| 2022-03-22 | mm: dcache: use kmem_cache_alloc_lru() to allocate dentry | Muchun Song | 1 | -1/+2 |
| 2022-01-22 | fs: move dcache sysctls to its own file | Luis Chamberlain | 1 | -6/+31 |
| 2021-04-15 | useful constants: struct qstr for ".." | Al Viro | 1 | -0/+2 |
| 2021-02-24 | fs: delete repeated words in comments | Randy Dunlap | 1 | -2/+2 |
| 2021-02-22 | Merge branch 'work.audit' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -0/+25 |
| 2021-01-21 | fs: fix kernel-doc markups | Mauro Carvalho Chehab | 1 | -31/+32 |
| 2021-01-16 | new helper: d_find_alias_rcu() | Al Viro | 1 | -0/+25 |
| 2020-12-10 | fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set | Hao Li | 1 | -1/+8 |
| 2020-07-29 | vfs: Use sequence counter with associated spinlock | Ahmed S. Darwish | 1 | -1/+1 |
| 2020-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -1/+1 |
| 2020-05-13 | fs: Introduce DCACHE_DONTCACHE | Ira Weiny | 1 | -0/+19 |
| 2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 1 | -1/+1 |
| 2019-12-08 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2019-12-06 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -2/+4 |
| 2019-11-15 | fs/namei.c: fix missing barriers when checking positivity | Al Viro | 1 | -1/+1 |
| 2019-11-15 | fix dget_parent() fastpath race | Al Viro | 1 | -1/+3 |
| 2019-10-25 | make __d_alloc() static | Al Viro | 1 | -1/+1 |
| 2019-10-09 | locking/lockdep: Remove unused @nested argument from lock_release() | Qian Cai | 1 | -1/+1 |
| 2019-07-20 | Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -17/+83 |
| 2019-07-10 | Teach shrink_dcache_parent() to cope with mixed-filesystem shrink lists | Al Viro | 1 | -17/+83 |
| 2019-06-20 | fsnotify: move fsnotify_nameremove() hook out of d_delete() | Amir Goldstein | 1 | -2/+0 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-07 | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 1 | -0/+2 |
| 2019-04-26 | ovl_lookup_real_one(): don't bother with strlen() | Al Viro | 1 | -8/+6 |
| 2019-04-17 | fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory | Eric Biggers | 1 | -0/+2 |
| 2019-04-09 | unexport d_alloc_pseudo() | Al Viro | 1 | -1/+3 |
| 2019-04-09 | dcache: sort the freeing-without-RCU-delay mess for good. | Al Viro | 1 | -11/+13 |
| 2019-01-30 | fs/dcache: Track & report number of negative dentries | Waiman Long | 1 | -0/+32 |
| 2019-01-30 | fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb() | Waiman Long | 1 | -5/+1 |
| 2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+1 |
| 2018-10-26 | dcache: allocate external names from reclaimable kmalloc caches | Vlastimil Babka | 1 | -29/+9 |
| 2018-08-17 | fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot() | Tetsuo Handa | 1 | -1/+2 |
| 2018-08-13 | Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -33/+6 |