index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-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-10
Revert "get rid of DCACHE_GENOCIDE"
Al Viro
1
-1
/
+4
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
[next]