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