index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dcache.c
Age
Commit message (
Expand
)
Author
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-15
Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-07-15
Merge branch 'runtime-constants'
Linus Torvalds
2024-07-11
Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-07-05
vfs: don't mod negative dentry count when on shrinker list
Brian Foster
2024-07-02
fs: better handle deep ancestor chains in is_subdir()
Christian Brauner
2024-06-27
vfs: rename parent_ino to d_parent_ino and make it use RCU
Mateusz Guzik
2024-06-19
runtime constants: add default dummy infrastructure
Linus Torvalds
2024-06-19
vfs: dcache: move hashlen_hash() from callers into d_hash()
Linus Torvalds
2024-06-03
vfs: replace WARN(down_read_trylock, ...) abuse with proper asserts
Mateusz Guzik
2024-05-29
Revert "vfs: Delete the associated dentry when deleting a file"
Linus Torvalds
2024-05-22
vfs: Delete the associated dentry when deleting a file
Yafang Shao
2024-04-09
fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading
linke li
2024-03-11
Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-02-27
vfs: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
2024-02-09
Revert "get rid of DCACHE_GENOCIDE"
Al Viro
2024-01-11
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2024-01-10
Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2023-12-28
fs: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2023-12-12
list_lru: allow explicit memcg and NUMA node selection
Nhat Pham
2023-11-25
dcache: remove unnecessary NULL check in dget_dlock()
Vegard Nossum
2023-11-25
kill DCACHE_MAY_FREE
Al Viro
2023-11-25
Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcache
Al Viro
2023-11-25
__d_unalias() doesn't use inode argument
Al Viro
2023-11-25
d_alloc_parallel(): in-lookup hash insertion doesn't need an RCU variant
Al Viro
2023-11-25
get rid of DCACHE_GENOCIDE
Al Viro
2023-11-25
d_alloc_pseudo(): move setting ->d_op there from the (sole) caller
Al Viro
2023-11-25
kill d_instantate_anon(), fold __d_instantiate_anon() into remaining caller
Al Viro
2023-11-25
retain_dentry(): introduce a trimmed-down lockless variant
Al Viro
2023-11-25
__dentry_kill(): new locking scheme
Al Viro
2023-11-25
d_prune_aliases(): use a shrink list
Al Viro
2023-11-25
switch select_collect{,2}() to use of to_shrink_list()
Al Viro
2023-11-25
to_shrink_list(): call only if refcount is 0
Al Viro
2023-11-25
fold dentry_kill() into dput()
Al Viro
2023-11-25
don't try to cut corners in shrink_lock_dentry()
Al Viro
2023-11-25
fold the call of retain_dentry() into fast_dput()
Al Viro
2023-11-25
Call retain_dentry() with refcount 0
Al Viro
2023-11-25
dentry_kill(): don't bother with retain_dentry() on slow path
Al Viro
2023-11-25
__dentry_kill(): get consistent rules for victim's refcount
Al Viro
2023-11-25
make retain_dentry() neutral with respect to refcounting
Al Viro
2023-11-25
__dput_to_list(): do decrement of refcount in the callers
Al Viro
2023-11-25
fast_dput(): new rules for refcount
Al Viro
2023-11-25
fast_dput(): handle underflows gracefully
Al Viro
2023-11-25
fast_dput(): having ->d_delete() is not reason to delay refcount decrement
Al Viro
2023-11-25
shrink_dentry_list(): no need to check that dentry refcount is marked dead
Al Viro
2023-11-25
centralize killing dentry from shrink list
Al Viro
2023-11-25
dentry: switch the lists of children to hlist
Al Viro
2023-11-18
kill d_{is,set}_fallthru()
Al Viro
2023-11-18
get rid of __dget()
Al Viro
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
[next]