aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
Commit message (Expand)AuthorAgeFilesLines
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-011-4/+4
* vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi2012-10-101-0/+2
* fix shrink_dcache_parent() livelockMiklos Szeredi2012-01-251-0/+1
* fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro2011-12-061-1/+2
* vfs: add d_prune dentry operationSage Weil2011-11-021-3/+5
* vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds2011-08-061-17/+13
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* kill lookup_create()Al Viro2011-07-201-1/+0
* fs: add a DCACHE_NEED_LOOKUP flag for d_flagsJosef Bacik2011-07-201-0/+7
* vfs: get rid of insane dentry hashing rulesLinus Torvalds2011-04-241-2/+2
* FS: lookup_mnt() is only used in the core fs routines nowDavid Howells2011-03-211-1/+0
* lose 'mounting_here' argument in ->d_manage()Al Viro2011-03-181-1/+1
* Allow d_manage() to be used in RCU-walk modeDavid Howells2011-01-151-1/+1
* Add a dentry op to allow processes to be held during pathwalk transitDavid Howells2011-01-151-2/+9
* Add a dentry op to handle automounting rather than abusing follow_link()David Howells2011-01-151-1/+6
* fs: fix dcache.h kernel-doc notationRandy Dunlap2011-01-101-1/+1
* fs: implement faster dentry memcmpNick Piggin2011-01-071-0/+21
* fs: improve scalability of pseudo filesystemsNick Piggin2011-01-071-0/+1
* fs: dcache per-inode inode alias lockingNick Piggin2011-01-071-1/+0
* fs: dcache per-bucket dcache hash lockingNick Piggin2011-01-071-1/+2
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-1/+0
* fs: cache optimise dentry and inode for rcu-walkNick Piggin2011-01-071-17/+19
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-0/+6
* fs: dcache remove d_mountedNick Piggin2011-01-071-21/+21
* fs: rcu-walk for path lookupNick Piggin2011-01-071-3/+29
* fs: dcache rationalise dget variantsNick Piggin2011-01-071-12/+3
* fs: dcache remove dcache_lockNick Piggin2011-01-071-3/+2
* fs: Use rename lock and RCU for multi-step operationsNick Piggin2011-01-071-0/+1
* fs: scale inode alias listNick Piggin2011-01-071-0/+1
* fs: dcache scale subdirsNick Piggin2011-01-071-0/+1
* fs: dcache scale dentry refcountNick Piggin2011-01-071-14/+15
* fs: dcache scale hashNick Piggin2011-01-071-33/+2
* hostfs: simplify lockingNick Piggin2011-01-071-1/+1
* fs: change d_hash for rcu-walkNick Piggin2011-01-071-1/+2
* fs: change d_compare for rcu-walkNick Piggin2011-01-071-7/+5
* fs: name case update methodNick Piggin2011-01-071-0/+2
* fs: change d_delete semanticsNick Piggin2011-01-071-3/+3
* fs: dcache documentation cleanupNick Piggin2011-01-071-12/+6
* vfs: show unreachable paths in getcwd and procMiklos Szeredi2010-08-111-0/+1
* new helper: __dentry_path()Al Viro2010-08-091-0/+1
* Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro2010-05-151-0/+14
* dcache: extrace and use d_unlinked()Alexey Dobriyan2009-06-111-0/+5
* switch lookup_mnt()Al Viro2009-06-111-1/+1
* fsnotify: parent event notificationEric Paris2009-06-111-1/+3
* fs: make struct dentry->d_op constJan Engelhardt2009-03-271-1/+1
* shrink struct dentryNick Piggin2008-12-311-7/+14
* [PATCH vfs-2.6 2/6] vfs: add d_ancestor()OGAWA Hirofumi2008-10-231-0/+1
* [PATCH] kill d_alloc_anonChristoph Hellwig2008-10-231-1/+0
* [PATCH] new helper: d_obtain_aliasChristoph Hellwig2008-10-231-0/+1
* [PATCH] change d_add_ci argument orderingChristoph Hellwig2008-08-251-1/+1