aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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/jaegeuk/f2fsLinus 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