| Age | Commit message (Expand) | Author | Files | Lines |
| 6 days | Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+12 |
| 6 days | Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -39/+72 |
| 11 days | Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -13/+16 |
| 14 days | 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 |
| 2018-08-13 | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -28/+1 |
| 2018-08-09 | make sure that __dentry_kill() always invalidates d_seq, unhashed or not | Al Viro | 1 | -5/+2 |
| 2018-08-06 | root dentries need RCU-delayed freeing | Al Viro | 1 | -2/+4 |
| 2018-08-05 | fs: dcache: Use true and false for boolean values | Gustavo A. R. Silva | 1 | -6/+6 |
| 2018-08-03 | new primitive: discard_new_inode() | Al Viro | 1 | -1/+1 |
| 2018-08-01 | kill d_instantiate_no_diralias() | Al Viro | 1 | -27/+0 |
| 2018-06-23 | kill dentry_update_name_case() | Al Viro | 1 | -27/+0 |
| 2018-06-04 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -49/+34 |
| 2018-06-04 | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -79/+43 |
| 2018-05-13 | get rid of dead code in d_find_alias() | Al Viro | 1 | -49/+34 |
| 2018-05-11 | do d_instantiate/unlock_new_inode combinations safely | Al Viro | 1 | -0/+22 |
| 2018-04-19 | restore cond_resched() in shrink_dcache_parent() | Al Viro | 1 | -2/+7 |
| 2018-04-15 | dput(): turn into explicit while() loop | Al Viro | 1 | -18/+13 |
| 2018-04-15 | dcache: move cond_resched() into the end of __dentry_kill() | Al Viro | 1 | -3/+1 |
| 2018-04-15 | d_walk(): kill 'finish' callback | Al Viro | 1 | -11/+7 |
| 2018-04-15 | d_invalidate(): unhash immediately | Al Viro | 1 | -46/+16 |
| 2018-04-11 | fs/dcache.c: add cond_resched() in shrink_dentry_list() | Nikolay Borisov | 1 | -3/+2 |
| 2018-04-11 | dcache: account external names as indirectly reclaimable memory | Roman Gushchin | 1 | -9/+30 |
| 2018-03-29 | d_genocide: move export to definition | Al Viro | 1 | -2/+2 |
| 2018-03-29 | fold dentry_lock_for_move() into its sole caller and clean it up | Al Viro | 1 | -26/+23 |
| 2018-03-29 | make non-exchanging __d_move() copy ->d_parent rather than swap them | Al Viro | 1 | -63/+30 |
| 2018-03-29 | split d_path() and friends into a separate file | Al Viro | 1 | -466/+1 |
| 2018-03-29 | dcache.c: trim includes | Al Viro | 1 | -3/+0 |
| 2018-03-29 | fs/dcache: Avoid a try_lock loop in shrink_dentry_list() | John Ogness | 1 | -31/+10 |
| 2018-03-29 | get rid of trylock loop around dentry_kill() | Al Viro | 1 | -7/+27 |
| 2018-03-29 | handle move to LRU in retain_dentry() | Al Viro | 1 | -13/+6 |
| 2018-03-29 | dput(): consolidate the "do we need to retain it?" into an inlined helper | Al Viro | 1 | -19/+23 |
| 2018-03-29 | split the slow part of lock_parent() off | Al Viro | 1 | -6/+12 |
| 2018-03-29 | now lock_parent() can't run into killed dentry | Al Viro | 1 | -10/+3 |
| 2018-03-29 | get rid of trylock loop in locking dentries on shrink list | Al Viro | 1 | -37/+67 |
| 2018-03-12 | d_delete(): get rid of trylock loop | Al Viro | 1 | -19/+9 |
| 2018-03-12 | fs/dcache: Move dentry_kill() below lock_parent() | John Ogness | 1 | -31/+31 |
| 2018-03-12 | fs/dcache: Remove stale comment from dentry_kill() | John Ogness | 1 | -1/+0 |
| 2018-03-12 | take write_seqcount_invalidate() into __d_drop() | Al Viro | 1 | -22/+22 |
| 2018-02-25 | fs: dcache: Use READ_ONCE when accessing i_dir_seq | Will Deacon | 1 | -1/+1 |
| 2018-02-25 | fs: dcache: Avoid livelock between d_alloc_parallel and __d_add | Will Deacon | 1 | -1/+7 |
| 2018-02-23 | lock_parent() needs to recheck if dentry got __dentry_kill'ed under it | Al Viro | 1 | -3/+8 |
| 2018-02-05 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -31/+57 |
| 2018-02-03 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+5 |
| 2018-02-01 | Merge branch 'KASAN-read_word_at_a_time' | Linus Torvalds | 1 | -6/+1 |
| 2018-02-01 | fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan... | Andrey Ryabinin | 1 | -5/+0 |
| 2018-02-01 | fs/dcache: Use read_word_at_a_time() in dentry_string_cmp() | Andrey Ryabinin | 1 | -1/+1 |
| 2018-01-31 | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -7/+16 |