summaryrefslogtreecommitdiff
path: root/include/linux/dcache.h
AgeCommit message (Expand)Author
2021-04-15useful constants: struct qstr for ".."Al Viro
2021-03-21constify dentry argument of dentry_path()/dentry_path_raw()Al Viro
2021-01-16new helper: d_find_alias_rcu()Al Viro
2020-12-15kernel.h: split out mathematical helpersAndy Shevchenko
2020-09-23fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEEric Biggers
2020-07-29vfs: Use sequence counter with associated spinlockAhmed S. Darwish
2020-05-13fs: Introduce DCACHE_DONTCACHEIra Weiny
2019-11-15fs/namei.c: pull positivity check into follow_managed()Al Viro
2019-07-31docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-06-08docs: fs: fix broken links to vfs.txt with was renamed to vfs.rstMauro Carvalho Chehab
2019-05-21unexport simple_dname()Al Viro
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Al Viro
2019-04-17fscrypt: clean up and improve dentry revalidationEric Biggers
2019-04-09unexport d_alloc_pseudo()Al Viro
2019-04-09dcache: sort the freeing-without-RCU-delay mess for good.Al Viro
2019-01-30fs/dcache: Track & report number of negative dentriesWaiman Long
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-13Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Linus Torvalds
2018-08-01kill d_instantiate_no_diralias()Al Viro
2018-07-18vfs: remove open_flags from d_real()Miklos Szeredi
2018-07-18Revert "vfs: add flags to d_real()"Miklos Szeredi
2018-07-18Revert "ovl: fix relatime for directories"Miklos Szeredi
2018-06-23kill dentry_update_name_case()Al Viro
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-04-04Merge branch 'old.dcache' into work.dcacheAl Viro
2018-03-29take out orphan externs (empty_string/slash_string)Al Viro
2018-01-24vfs: factor out helpers d_instantiate_anon() and d_alloc_anon()Miklos Szeredi
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics, fs/dcache: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland
2017-10-20constify more dcache.h inlined helpers.NeilBrown
2017-09-05ovl: fix relatime for directoriesMiklos Szeredi
2017-09-04vfs: add flags to d_real()Miklos Szeredi
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-12include/linux/dcache.h: use unsigned chars in struct name_snapshotStephen Rothwell
2017-07-07dentry name snapshotsAl Viro
2017-07-06VFS: Provide empty name qstrDavid Howells
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar
2017-02-27scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada
2016-12-03vfs: remove unused have_submounts() functionIan Kent
2016-12-03vfs: add path_has_submounts()Ian Kent
2016-12-02vfs: change d_manage() to take a struct pathIan Kent
2016-09-16vfs: make argument of d_real_inode() constMiklos Szeredi
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro