summaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
Commit message (Expand)AuthorAgeFilesLines
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-0/+1
* Merge branch 'old.dcache' into work.dcacheAl Viro2018-04-041-2/+2
|\
| * constify more dcache.h inlined helpers.NeilBrown2017-10-201-2/+2
* | take out orphan externs (empty_string/slash_string)Al Viro2018-03-291-2/+0
* | vfs: factor out helpers d_instantiate_anon() and d_alloc_anon()Miklos Szeredi2018-01-241-0/+2
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* / locking/atomics, fs/dcache: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-251-2/+2
|/
* ovl: fix relatime for directoriesMiklos Szeredi2017-09-051-0/+3
* vfs: add flags to d_real()Miklos Szeredi2017-09-041-5/+6
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-1/+1
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-1/+1
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-0/+5
|\ \
| * | VFS: Provide empty name qstrDavid Howells2017-07-061-0/+5
| |/
* | include/linux/dcache.h: use unsigned chars in struct name_snapshotStephen Rothwell2017-07-121-2/+2
* | dentry name snapshotsAl Viro2017-07-071-0/+6
|/
* rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar2017-03-021-0/+1
* scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada2017-02-271-2/+2
* vfs: remove unused have_submounts() functionIan Kent2016-12-031-1/+0
* vfs: add path_has_submounts()Ian Kent2016-12-031-0/+1
* vfs: change d_manage() to take a struct pathIan Kent2016-12-021-1/+1
* vfs: make argument of d_real_inode() constMiklos Szeredi2016-09-161-2/+3
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-071-1/+1
|\
| * get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-1/+1
* | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-1/+1
|\ \ | |/ |/|
| * qstr constify instances in fs/dcache.cAl Viro2016-07-201-1/+1
* | vfs: new d_init methodMiklos Szeredi2016-07-241-0/+1
* | vfs: document ->d_real()Miklos Szeredi2016-06-301-1/+13
* | vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2016-06-301-20/+8
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-06-201-0/+1
|\
| * much milder d_walk() raceAl Viro2016-06-101-0/+1
* | Merge branch 'overlayfs-af_unix-fix' into overlayfs-linusMiklos Szeredi2016-06-121-0/+12
|\ \ | |/ |/|
| * vfs: add d_real_inode() helperMiklos Szeredi2016-05-201-0/+12
* | Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-281-26/+1
|\ \
| * | Pull out string hash to <linux/stringhash.h>George Spelvin2016-05-281-26/+1
| |/
* | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-171-0/+12
|\|
| * vfs: add vfs_select_inode() helperMiklos Szeredi2016-05-101-0/+12
* | parallel lookups machinery, part 4 (and last)Al Viro2016-05-021-2/+6
* | parallel lookups machinery, part 3Al Viro2016-05-021-0/+2
* | beginning of transition to parallel lookups - marking in-lookup dentriesAl Viro2016-05-021-0/+18
|/
* fs: add file_dentry()Miklos Szeredi2016-03-261-0/+10
* Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-03-211-0/+2
|\
| * fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2016-03-171-0/+2
* | uninline d_add()Al Viro2016-03-141-14/+1
* | replace d_add_unique() with saner primitiveAl Viro2016-03-141-17/+1
* | use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro2016-02-291-3/+1
|/
* include/linux/dcache.h: remove semicolons from HASH_LEN_DECLAREAndrew Morton2016-01-141-2/+2
* include, lib: add __printf attributes to several function prototypesNicolas Iooss2015-07-171-1/+2
* make simple_positive() publicAl Viro2015-06-231-0/+5
* overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells2015-06-191-0/+2