aboutsummaryrefslogtreecommitdiff
path: root/include/linux/dcache.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-22fs: move dcache sysctls to its own fileGravatar Luis Chamberlain 1-10/+0
2021-04-15useful constants: struct qstr for ".."Gravatar Al Viro 1-0/+1
2021-03-21constify dentry argument of dentry_path()/dentry_path_raw()Gravatar Al Viro 1-2/+2
2021-01-16new helper: d_find_alias_rcu()Gravatar Al Viro 1-0/+2
2020-12-15kernel.h: split out mathematical helpersGravatar Andy Shevchenko 1-0/+1
2020-09-23fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEGravatar Eric Biggers 1-1/+1
2020-07-29vfs: Use sequence counter with associated spinlockGravatar Ahmed S. Darwish 1-1/+1
2020-05-13fs: Introduce DCACHE_DONTCACHEGravatar Ira Weiny 1-0/+2
2019-11-15fs/namei.c: pull positivity check into follow_managed()Gravatar Al Viro 1-0/+5
2019-07-31docs: fs: convert docs without extension to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+0
2019-06-08docs: fs: fix broken links to vfs.txt with was renamed to vfs.rstGravatar Mauro Carvalho Chehab 1-2/+2
2019-05-21unexport simple_dname()Gravatar Al Viro 1-1/+0
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 1-1/+1
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Gravatar Al Viro 1-1/+1
2019-04-17fscrypt: clean up and improve dentry revalidationGravatar Eric Biggers 1-1/+1
2019-04-09unexport d_alloc_pseudo()Gravatar Al Viro 1-1/+0
2019-04-09dcache: sort the freeing-without-RCU-delay mess for good.Gravatar Al Viro 1-1/+1
2019-01-30fs/dcache: Track & report number of negative dentriesGravatar Waiman Long 1-3/+4
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-11/+4
2018-08-13Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-2/+0
2018-08-01kill d_instantiate_no_diralias()Gravatar Al Viro 1-1/+0
2018-07-18vfs: remove open_flags from d_real()Gravatar Miklos Szeredi 1-7/+4
2018-07-18Revert "vfs: add flags to d_real()"Gravatar Miklos Szeredi 1-6/+5
2018-07-18Revert "ovl: fix relatime for directories"Gravatar Miklos Szeredi 1-3/+0
2018-06-23kill dentry_update_name_case()Gravatar Al Viro 1-2/+0
2018-05-11do d_instantiate/unlock_new_inode combinations safelyGravatar Al Viro 1-0/+1
2018-04-04Merge branch 'old.dcache' into work.dcacheGravatar Al Viro 1-2/+2
2018-03-29take out orphan externs (empty_string/slash_string)Gravatar Al Viro 1-2/+0
2018-01-24vfs: factor out helpers d_instantiate_anon() and d_alloc_anon()Gravatar Miklos Szeredi 1-0/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-25locking/atomics, fs/dcache: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Gravatar Mark Rutland 1-2/+2
2017-10-20constify more dcache.h inlined helpers.Gravatar NeilBrown 1-2/+2
2017-09-05ovl: fix relatime for directoriesGravatar Miklos Szeredi 1-0/+3
2017-09-04vfs: add flags to d_real()Gravatar Miklos Szeredi 1-5/+6
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-0/+5
2017-07-12include/linux/dcache.h: use unsigned chars in struct name_snapshotGravatar Stephen Rothwell 1-2/+2
2017-07-07dentry name snapshotsGravatar Al Viro 1-0/+6
2017-07-06VFS: Provide empty name qstrGravatar David Howells 1-0/+5
2017-06-30randstruct: Mark various structs for randomizationGravatar Kees Cook 1-1/+1
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Gravatar Ingo Molnar 1-0/+1
2017-02-27scripts/spelling.txt: add "an union" pattern and fix typo instancesGravatar Masahiro Yamada 1-2/+2
2016-12-03vfs: remove unused have_submounts() functionGravatar Ian Kent 1-1/+0
2016-12-03vfs: add path_has_submounts()Gravatar Ian Kent 1-0/+1
2016-12-02vfs: change d_manage() to take a struct pathGravatar Ian Kent 1-1/+1
2016-09-16vfs: make argument of d_real_inode() constGravatar Miklos Szeredi 1-2/+3
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1