aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-7/+11
2024-02-09Revert "get rid of DCACHE_GENOCIDE"Al Viro1-0/+1
2024-02-06fs: remove the inode argument to ->d_real() methodAmir Goldstein1-7/+11
2023-11-25dcache: remove unnecessary NULL check in dget_dlock()Vegard Nossum1-11/+30
2023-11-25kill DCACHE_MAY_FREEAl Viro1-1/+0
2023-11-25Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcacheAl Viro1-5/+15
2023-11-25get rid of DCACHE_GENOCIDEAl Viro1-1/+0
2023-11-25d_genocide(): move the extern into fs/internal.hAl Viro1-3/+0
2023-11-25kill d_instantate_anon(), fold __d_instantiate_anon() into remaining callerAl Viro1-1/+0
2023-11-25dentry: switch the lists of children to hlistAl Viro1-5/+15
2023-11-18kill d_backing_dentry()Al Viro1-15/+0
2023-11-18[software coproarchaeology] dentry.h: kill a mysterious commentAl Viro1-1/+0
2023-11-18dentry.h: trim externsAl Viro1-5/+0
2023-11-18kill d_{is,set}_fallthru()Al Viro1-13/+4
2023-11-18DCACHE_COOKIE: RIPAl Viro1-1/+0
2023-11-18DCACHE_... ->d_flags bits: switch to BIT()Al Viro1-38/+38
2023-11-18struct dentry: get rid of randomize_layout idiocyAl Viro1-1/+1
2023-09-11fs: factor out d_mark_tmpfile()Kent Overstreet1-0/+1
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-1/+2
2022-08-20dynamic_dname(): drop unused dentry argumentAl Viro1-2/+2
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-0/+2
2022-08-03fs/dcache: export d_same_name() helperXiubo Li1-0/+2
2022-07-30fs/dcache: Move the wakeup from __d_lookup_done() to the caller.Sebastian Andrzej Siewior1-6/+3
2022-01-22fs: move dcache sysctls to its own fileLuis Chamberlain1-10/+0
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/v...Linus 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/...Linus Torvalds1-11/+4
2018-08-13Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Linus 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/kerne...Linus Torvalds1-1/+1
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus 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_wai...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/v...Linus Torvalds1-1/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-1/+1
2016-07-24vfs: new d_init methodMiklos Szeredi1-0/+1
2016-07-20qstr constify instances in fs/dcache.cAl Viro1-1/+1
2016-06-30vfs: document ->d_real()Miklos Szeredi1-1/+13
2016-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi1-20/+8
2016-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2016-06-12Merge branch 'overlayfs-af_unix-fix' into overlayfs-linusMiklos Szeredi1-0/+12
2016-06-10much milder d_walk() raceAl Viro1-0/+1
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds1-26/+1
2016-05-28Pull out string hash to <linux/stringhash.h>George Spelvin1-26/+1
2016-05-20vfs: add d_real_inode() helperMiklos Szeredi1-0/+12
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro1-0/+12
2016-05-10vfs: add vfs_select_inode() helperMiklos Szeredi1-0/+12
2016-05-02parallel lookups machinery, part 4 (and last)Al Viro1-2/+6
2016-05-02parallel lookups machinery, part 3Al Viro1-0/+2
2016-05-02beginning of transition to parallel lookups - marking in-lookup dentriesAl Viro1-0/+18
2016-03-26fs: add file_dentry()Miklos Szeredi1-0/+10
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-0/+2
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim1-0/+2
2016-03-14uninline d_add()Al Viro1-14/+1
2016-03-14replace d_add_unique() with saner primitiveAl Viro1-17/+1
2016-02-29use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro1-3/+1
2016-01-14include/linux/dcache.h: remove semicolons from HASH_LEN_DECLAREAndrew Morton1-2/+2
2015-07-17include, lib: add __printf attributes to several function prototypesNicolas Iooss1-1/+2
2015-06-23make simple_positive() publicAl Viro1-0/+5
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells1-0/+2
2015-04-15VFS: Impose ordering on accesses of d_inode and d_flagsDavid Howells1-18/+3
2015-04-15VFS: Add owner-filesystem positive/negative dentry checksDavid Howells1-0/+38
2015-02-22VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells1-3/+14
2015-02-22VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells1-0/+9
2015-02-22VFS: Add a whiteout dentry typeDavid Howells1-6/+18
2015-02-22VFS: Introduce inode-getting helpers for layered/unioned fs environmentsDavid Howells1-0/+57
2015-01-25kill d_validate()Al Viro1-3/+0
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro1-1/+0
2014-11-19merge d_materialise_unique() into d_splice_alias()Al Viro1-1/+1
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-4/+4
2014-10-12don't need that forward declaration of struct nameidata in dcache.h anymoreAl Viro1-1/+0
2014-10-12take dname_external() into fs/dcache.cAl Viro1-5/+0
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman1-1/+1
2014-10-09vfs: Merge check_submounts_and_drop and d_invalidateEric W. Biederman1-1/+0
2014-09-14vfs: avoid non-forwarding large load after small store in path lookupLinus Torvalds1-0/+1
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields1-0/+1
2014-05-01dentry_kill(): don't try to remove from shrink listAl Viro1-0/+2
2014-04-01vfs: add cross-renameMiklos Szeredi1-0/+1
2014-04-01vfs: add d_is_dir()Miklos Szeredi1-1/+6
2013-12-12dcache: allow word-at-a-time name hashing with big-endian CPUsWill Deacon1-0/+2
2013-11-09VFS: Put a small type field into struct dentry::d_flagsDavid Howells1-20/+83
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi1-0/+1
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa1-0/+4
2013-09-10fs: bump inode and dentry counters to longGlauber Costa1-5/+5
2013-09-08vfs: reorganize dput() memory accessesLinus Torvalds1-0/+1
2013-09-05constify dcache.c inlined helpers where possibleAl Viro1-6/+6
2013-09-05vfs: check submounts and drop atomicallyMiklos Szeredi1-0/+1
2013-09-02vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock()Linus Torvalds1-22/+0
2013-08-28vfs: make the dentry cache use the lockref infrastructureWaiman Long1-10/+9
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro1-0/+1
2013-07-20vfs: constify dentry parameter in d_count()Peng Tao1-1/+1
2013-07-05helper for reading ->d_countAl Viro1-0/+5
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-6/+3
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro1-0/+2
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton1-0/+3
2013-02-22constify d_lookup() argumentsAl Viro1-1/+1
2013-02-22constify __d_lookup() argumentsAl Viro1-1/+1
2013-02-22vfs: remove d_path_with_unreachableJeff Layton1-1/+0
2012-12-20vfs: remove DCACHE_NEED_LOOKUPJeff Layton1-8/+0
2012-09-18vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi1-0/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-1/+1
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+1
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-2/+17
2012-05-04vfs: clean up __d_lookup_rcu() and dentry_cmp() interfacesLinus Torvalds1-1/+1
2012-03-20vfs: d_alloc_root() goneAl Viro1-1/+0
2012-03-04vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.cLinus Torvalds1-20/+0
2012-03-02vfs: clarify and clean up dentry_cmp()Linus Torvalds1-5/+4
2012-03-02vfs: uninline full_name_hash()Linus Torvalds1-8/+1
2012-03-02vfs: trivial __d_lookup_rcu() cleanupsLinus Torvalds1-1/+2
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-0/+1
2012-01-12vfs: export symbol d_find_any_alias()Sage Weil1-0/+1
2012-01-10fix shrink_dcache_parent() livelockMiklos Szeredi1-0/+1
2012-01-09vfs: new helper - d_make_root()Al Viro1-0/+1
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro1-1/+2
2011-11-02vfs: add d_prune dentry operationSage Weil1-3/+5
2011-08-06vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds1-17/+13
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-20kill lookup_create()Al Viro1-1/+0
2011-07-20fs: add a DCACHE_NEED_LOOKUP flag for d_flagsJosef Bacik1-0/+7
2011-04-24vfs: get rid of insane dentry hashing rulesLinus Torvalds1-2/+2
2011-03-21FS: lookup_mnt() is only used in the core fs routines nowDavid Howells1-1/+0
2011-03-18lose 'mounting_here' argument in ->d_manage()Al Viro1-1/+1
2011-01-15Allow d_manage() to be used in RCU-walk modeDavid Howells1-1/+1
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells1-2/+9
2011-01-15Add a dentry op to handle automounting rather than abusing follow_link()David Howells1-1/+6
2011-01-10fs: fix dcache.h kernel-doc notationRandy Dunlap1-1/+1
2011-01-07fs: implement faster dentry memcmpNick Piggin1-0/+21
2011-01-07fs: improve scalability of pseudo filesystemsNick Piggin1-0/+1
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin1-1/+0
2011-01-07fs: dcache per-bucket dcache hash lockingNick Piggin1-1/+2
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-1/+0
2011-01-07fs: cache optimise dentry and inode for rcu-walkNick Piggin1-17/+19
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-0/+6
2011-01-07fs: dcache remove d_mountedNick Piggin1-21/+21
2011-01-07fs: rcu-walk for path lookupNick Piggin1-3/+29
2011-01-07fs: dcache rationalise dget variantsNick Piggin1-12/+3
2011-01-07fs: dcache remove dcache_lockNick Piggin1-3/+2
2011-01-07fs: Use rename lock and RCU for multi-step operationsNick Piggin1-0/+1
2011-01-07fs: scale inode alias listNick Piggin1-0/+1
2011-01-07fs: dcache scale subdirsNick Piggin1-0/+1
2011-01-07fs: dcache scale dentry refcountNick Piggin1-14/+15
2011-01-07fs: dcache scale hashNick Piggin1-33/+2
2011-01-07hostfs: simplify lockingNick Piggin1-1/+1
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-1/+2
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-7/+5
2011-01-07fs: name case update methodNick Piggin1-0/+2
2011-01-07fs: change d_delete semanticsNick Piggin1-3/+3
2011-01-07fs: dcache documentation cleanupNick Piggin1-12/+6
2010-08-11vfs: show unreachable paths in getcwd and procMiklos Szeredi1-0/+1
2010-08-09new helper: __dentry_path()Al Viro1-0/+1
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro1-0/+14
2009-06-11dcache: extrace and use d_unlinked()Alexey Dobriyan1-0/+5
2009-06-11switch lookup_mnt()Al Viro1-1/+1
2009-06-11fsnotify: parent event notificationEric Paris1-1/+3
2009-03-27fs: make struct dentry->d_op constJan Engelhardt1-1/+1
2008-12-31shrink struct dentryNick Piggin1-7/+14
2008-10-23[PATCH vfs-2.6 2/6] vfs: add d_ancestor()OGAWA Hirofumi1-0/+1
2008-10-23[PATCH] kill d_alloc_anonChristoph Hellwig1-1/+0
2008-10-23[PATCH] new helper: d_obtain_aliasChristoph Hellwig1-0/+1
2008-08-25[PATCH] change d_add_ci argument orderingChristoph Hellwig1-1/+1