index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dcache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-12
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-413
/
+237
2024-01-11
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-19
kill d_{is,set}_fallthru()
Al Viro
1
-18
/
+2
2023-11-19
get rid of __dget()
Al Viro
1
-6
/
+1
2023-11-03
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-4
/
+4
2023-10-19
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
1
-4
/
+4
2023-09-12
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-11
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-18
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-23
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
[next]