index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
dcache.h
Age
Commit message (
Expand
)
Author
2024-07-15
Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2024-07-03
fs: fix dentry size
Christian Brauner
2024-07-03
vfs: move d_lockref out of the area used by RCU lookup
Mateusz Guzik
2024-06-27
vfs: rename parent_ino to d_parent_ino and make it use RCU
Mateusz Guzik
2024-03-11
Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-02-09
Revert "get rid of DCACHE_GENOCIDE"
Al Viro
2024-02-06
fs: remove the inode argument to ->d_real() method
Amir Goldstein
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
get rid of DCACHE_GENOCIDE
Al Viro
2023-11-25
d_genocide(): move the extern into fs/internal.h
Al Viro
2023-11-25
kill d_instantate_anon(), fold __d_instantiate_anon() into remaining caller
Al Viro
2023-11-25
dentry: switch the lists of children to hlist
Al Viro
2023-11-18
kill d_backing_dentry()
Al Viro
2023-11-18
[software coproarchaeology] dentry.h: kill a mysterious comment
Al Viro
2023-11-18
dentry.h: trim externs
Al Viro
2023-11-18
kill d_{is,set}_fallthru()
Al Viro
2023-11-18
DCACHE_COOKIE: RIP
Al Viro
2023-11-18
DCACHE_... ->d_flags bits: switch to BIT()
Al Viro
2023-11-18
struct dentry: get rid of randomize_layout idiocy
Al Viro
2023-09-11
fs: factor out d_mark_tmpfile()
Kent Overstreet
2022-10-10
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2022-09-24
vfs: open inside ->tmpfile()
Miklos Szeredi
2022-08-20
dynamic_dname(): drop unused dentry argument
Al Viro
2022-08-11
Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2022-08-03
fs/dcache: export d_same_name() helper
Xiubo Li
2022-07-30
fs/dcache: Move the wakeup from __d_lookup_done() to the caller.
Sebastian Andrzej Siewior
2022-01-22
fs: move dcache sysctls to its own file
Luis Chamberlain
2021-04-15
useful constants: struct qstr for ".."
Al Viro
2021-03-21
constify dentry argument of dentry_path()/dentry_path_raw()
Al Viro
2021-01-16
new helper: d_find_alias_rcu()
Al Viro
2020-12-15
kernel.h: split out mathematical helpers
Andy Shevchenko
2020-09-23
fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAME
Eric Biggers
2020-07-29
vfs: Use sequence counter with associated spinlock
Ahmed S. Darwish
2020-05-13
fs: Introduce DCACHE_DONTCACHE
Ira Weiny
2019-11-15
fs/namei.c: pull positivity check into follow_managed()
Al Viro
2019-07-31
docs: fs: convert docs without extension to ReST
Mauro Carvalho Chehab
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-06-08
docs: fs: fix broken links to vfs.txt with was renamed to vfs.rst
Mauro Carvalho Chehab
2019-05-21
unexport simple_dname()
Al Viro
2019-05-07
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2019-04-26
ovl_lookup_real_one(): don't bother with strlen()
Al Viro
2019-04-17
fscrypt: clean up and improve dentry revalidation
Eric Biggers
2019-04-09
unexport d_alloc_pseudo()
Al Viro
2019-04-09
dcache: sort the freeing-without-RCU-delay mess for good.
Al Viro
2019-01-30
fs/dcache: Track & report number of negative dentries
Waiman Long
2018-08-21
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-08-13
Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2018-08-01
kill d_instantiate_no_diralias()
Al Viro
[next]