index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
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
pinetabv-6.6.y-devel
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
starfive-6.6.48-dubhe
starfive-6.6.63-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
/
include
/
linux
/
dcache.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-26
Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2025-04-11
dcache: convert dentry flag macros to enum
Omar Sandoval
1
-56
/
+50
2025-04-08
Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS
NeilBrown
1
-1
/
+0
2025-04-07
VFS: improve interface for lookup_one functions
NeilBrown
1
-1
/
+2
2025-03-27
Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-6
/
+1
2025-02-27
Merge patch series "prep patches for my mkdir series"
Christian Brauner
1
-1
/
+0
2025-02-26
nfs/vfs: discard d_exact_alias()
NeilBrown
1
-1
/
+0
2025-02-10
VFS: repack DENTRY_ flags.
NeilBrown
1
-19
/
+19
2025-02-07
fs: dcache: move the sysctl to fs/dcache.c
Kaixiong Yu
1
-6
/
+1
2025-02-02
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-0
/
+1
2025-01-28
add a string-to-qstr constructor
Al Viro
1
-0
/
+1
2025-01-28
9p: fix ->rename_sem exclusion
Al Viro
1
-0
/
+2
2025-01-28
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
1
-1
/
+2
2025-01-18
dcache: back inline names with a struct-wrapped array of unsigned long
Al Viro
1
-2
/
+8
2025-01-18
make sure that DNAME_INLINE_LEN is a multiple of word size
Al Viro
1
-3
/
+5
2024-07-15
Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-2
/
+7
2024-07-03
fs: fix dentry size
Christian Brauner
1
-1
/
+1
2024-07-03
vfs: move d_lockref out of the area used by RCU lookup
Mateusz Guzik
1
-1
/
+6
2024-06-27
vfs: rename parent_ino to d_parent_ino and make it use RCU
Mateusz Guzik
1
-0
/
+2
2024-03-11
Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-7
/
+11
2024-02-10
Revert "get rid of DCACHE_GENOCIDE"
Al Viro
1
-0
/
+1
2024-02-06
fs: remove the inode argument to ->d_real() method
Amir Goldstein
1
-7
/
+11
2023-11-25
dcache: remove unnecessary NULL check in dget_dlock()
Vegard Nossum
1
-11
/
+30
2023-11-25
kill DCACHE_MAY_FREE
Al Viro
1
-1
/
+0
2023-11-25
Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcache
Al Viro
1
-5
/
+15
2023-11-25
get rid of DCACHE_GENOCIDE
Al Viro
1
-1
/
+0
2023-11-25
d_genocide(): move the extern into fs/internal.h
Al Viro
1
-3
/
+0
2023-11-25
kill d_instantate_anon(), fold __d_instantiate_anon() into remaining caller
Al Viro
1
-1
/
+0
2023-11-25
dentry: switch the lists of children to hlist
Al Viro
1
-5
/
+15
2023-11-19
kill d_backing_dentry()
Al Viro
1
-15
/
+0
2023-11-19
[software coproarchaeology] dentry.h: kill a mysterious comment
Al Viro
1
-1
/
+0
2023-11-19
dentry.h: trim externs
Al Viro
1
-5
/
+0
2023-11-19
kill d_{is,set}_fallthru()
Al Viro
1
-13
/
+4
2023-11-19
DCACHE_COOKIE: RIP
Al Viro
1
-1
/
+0
2023-11-19
DCACHE_... ->d_flags bits: switch to BIT()
Al Viro
1
-38
/
+38
2023-11-19
struct dentry: get rid of randomize_layout idiocy
Al Viro
1
-1
/
+1
2023-09-12
fs: factor out d_mark_tmpfile()
Kent Overstreet
1
-0
/
+1
2022-10-11
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+2
2022-09-24
vfs: open inside ->tmpfile()
Miklos Szeredi
1
-1
/
+2
2022-08-20
dynamic_dname(): drop unused dentry argument
Al Viro
1
-2
/
+2
2022-08-11
Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-0
/
+2
2022-08-03
fs/dcache: export d_same_name() helper
Xiubo Li
1
-0
/
+2
2022-07-30
fs/dcache: Move the wakeup from __d_lookup_done() to the caller.
Sebastian Andrzej Siewior
1
-6
/
+3
2022-01-22
fs: move dcache sysctls to its own file
Luis Chamberlain
1
-10
/
+0
2021-04-16
useful constants: struct qstr for ".."
Al Viro
1
-0
/
+1
2021-03-21
constify dentry argument of dentry_path()/dentry_path_raw()
Al Viro
1
-2
/
+2
2021-01-16
new helper: d_find_alias_rcu()
Al Viro
1
-0
/
+2
2020-12-16
kernel.h: split out mathematical helpers
Andy Shevchenko
1
-0
/
+1
2020-09-24
fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAME
Eric Biggers
1
-1
/
+1
2020-07-29
vfs: Use sequence counter with associated spinlock
Ahmed S. Darwish
1
-1
/
+1
[next]