aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/kees/linuxLinus Torvalds1-1/+1
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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_wait.h>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/viro/vfsLinus Torvalds1-1/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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/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