summaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
Commit message (Expand)AuthorAgeFilesLines
* VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells2015-02-221-3/+14
* VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells2015-02-221-0/+9
* VFS: Add a whiteout dentry typeDavid Howells2015-02-221-6/+18
* VFS: Introduce inode-getting helpers for layered/unioned fs environmentsDavid Howells2015-02-221-0/+57
* kill d_validate()Al Viro2015-01-261-3/+0Star
* switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-191-1/+0Star
* merge d_materialise_unique() into d_splice_alias()Al Viro2014-11-191-1/+1
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-4/+4
* don't need that forward declaration of struct nameidata in dcache.h anymoreAl Viro2014-10-121-1/+0Star
* take dname_external() into fs/dcache.cAl Viro2014-10-121-5/+0Star
* vfs: Make d_invalidate return voidEric W. Biederman2014-10-091-1/+1
* vfs: Merge check_submounts_and_drop and d_invalidateEric W. Biederman2014-10-091-1/+0Star
* vfs: avoid non-forwarding large load after small store in path lookupLinus Torvalds2014-09-151-0/+1
* dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields2014-08-071-0/+1
* dentry_kill(): don't try to remove from shrink listAl Viro2014-05-011-0/+2
* vfs: add cross-renameMiklos Szeredi2014-04-011-0/+1
* vfs: add d_is_dir()Miklos Szeredi2014-04-011-1/+6
* dcache: allow word-at-a-time name hashing with big-endian CPUsWill Deacon2013-12-121-0/+2
* VFS: Put a small type field into struct dentry::d_flagsDavid Howells2013-11-091-20/+83
* vfs: introduce d_instantiate_no_diralias()Miklos Szeredi2013-10-251-0/+1
* super: fix calculation of shrinkable objects for small numbersGlauber Costa2013-09-111-0/+4
* fs: bump inode and dentry counters to longGlauber Costa2013-09-111-5/+5
* vfs: reorganize dput() memory accessesLinus Torvalds2013-09-081-0/+1
* constify dcache.c inlined helpers where possibleAl Viro2013-09-051-6/+6
* vfs: check submounts and drop atomicallyMiklos Szeredi2013-09-051-0/+1
* vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock()Linus Torvalds2013-09-021-22/+0Star
* vfs: make the dentry cache use the lockref infrastructureWaiman Long2013-08-291-10/+9Star
* cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro2013-08-241-0/+1
* vfs: constify dentry parameter in d_count()Peng Tao2013-07-201-1/+1
* helper for reading ->d_countAl Viro2013-07-051-0/+5
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-6/+3Star
* [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2013-06-291-0/+2
* vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton2013-02-261-0/+3
* constify d_lookup() argumentsAl Viro2013-02-231-1/+1
* constify __d_lookup() argumentsAl Viro2013-02-231-1/+1
* vfs: remove d_path_with_unreachableJeff Layton2013-02-231-1/+0Star
* vfs: remove DCACHE_NEED_LOOKUPJeff Layton2012-12-201-8/+0Star
* vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi2012-09-181-0/+2
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-1/+1
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-1/+1
* vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-111-2/+17
* vfs: clean up __d_lookup_rcu() and dentry_cmp() interfacesLinus Torvalds2012-05-051-1/+1
* vfs: d_alloc_root() goneAl Viro2012-03-211-1/+0Star
* vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.cLinus Torvalds2012-03-051-20/+0Star
* vfs: clarify and clean up dentry_cmp()Linus Torvalds2012-03-021-5/+4Star
* vfs: uninline full_name_hash()Linus Torvalds2012-03-021-8/+1Star
* vfs: trivial __d_lookup_rcu() cleanupsLinus Torvalds2012-03-021-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-01-131-0/+1
|\
| * vfs: export symbol d_find_any_alias()Sage Weil2012-01-121-0/+1
* | fix shrink_dcache_parent() livelockMiklos Szeredi2012-01-101-0/+1