aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
Commit message (Expand)AuthorAge
* vfs: make argument of d_real_inode() constMiklos Szeredi2016-09-16
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-07
|\
| * get rid of 'parent' argument of ->d_compare()Al Viro2016-07-31
* | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-06
|\ \ | |/ |/|
| * qstr constify instances in fs/dcache.cAl Viro2016-07-20
* | vfs: new d_init methodMiklos Szeredi2016-07-24
* | vfs: document ->d_real()Miklos Szeredi2016-06-30
* | vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2016-06-30
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-06-20
|\
| * much milder d_walk() raceAl Viro2016-06-10
* | Merge branch 'overlayfs-af_unix-fix' into overlayfs-linusMiklos Szeredi2016-06-12
|\ \ | |/ |/|
| * vfs: add d_real_inode() helperMiklos Szeredi2016-05-20
* | Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-28
|\ \
| * | Pull out string hash to <linux/stringhash.h>George Spelvin2016-05-28
| |/
* | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-17
|\|
| * vfs: add vfs_select_inode() helperMiklos Szeredi2016-05-10
* | parallel lookups machinery, part 4 (and last)Al Viro2016-05-02
* | parallel lookups machinery, part 3Al Viro2016-05-02
* | beginning of transition to parallel lookups - marking in-lookup dentriesAl Viro2016-05-02
|/
* fs: add file_dentry()Miklos Szeredi2016-03-26
* Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-03-21
|\
| * fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2016-03-18
* | uninline d_add()Al Viro2016-03-14
* | replace d_add_unique() with saner primitiveAl Viro2016-03-14
* | use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro2016-02-29
|/
* include/linux/dcache.h: remove semicolons from HASH_LEN_DECLAREAndrew Morton2016-01-14
* include, lib: add __printf attributes to several function prototypesNicolas Iooss2015-07-17
* make simple_positive() publicAl Viro2015-06-23
* overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells2015-06-19
* VFS: Impose ordering on accesses of d_inode and d_flagsDavid Howells2015-04-15
* VFS: Add owner-filesystem positive/negative dentry checksDavid Howells2015-04-15
* VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells2015-02-22
* VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells2015-02-22
* VFS: Add a whiteout dentry typeDavid Howells2015-02-22
* VFS: Introduce inode-getting helpers for layered/unioned fs environmentsDavid Howells2015-02-22
* kill d_validate()Al Viro2015-01-25
* switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-19
* merge d_materialise_unique() into d_splice_alias()Al Viro2014-11-19
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-03
* don't need that forward declaration of struct nameidata in dcache.h anymoreAl Viro2014-10-12
* take dname_external() into fs/dcache.cAl Viro2014-10-12
* vfs: Make d_invalidate return voidEric W. Biederman2014-10-09
* vfs: Merge check_submounts_and_drop and d_invalidateEric W. Biederman2014-10-09
* vfs: avoid non-forwarding large load after small store in path lookupLinus Torvalds2014-09-14
* dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields2014-08-07
* dentry_kill(): don't try to remove from shrink listAl Viro2014-05-01
* vfs: add cross-renameMiklos Szeredi2014-04-01
* vfs: add d_is_dir()Miklos Szeredi2014-04-01
* dcache: allow word-at-a-time name hashing with big-endian CPUsWill Deacon2013-12-12
* VFS: Put a small type field into struct dentry::d_flagsDavid Howells2013-11-09