aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-18vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi1-0/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-1/+1
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+1
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-2/+17
2012-05-04vfs: clean up __d_lookup_rcu() and dentry_cmp() interfacesLinus Torvalds1-1/+1
2012-03-20vfs: d_alloc_root() goneAl Viro1-1/+0
2012-03-04vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.cLinus Torvalds1-20/+0
2012-03-02vfs: clarify and clean up dentry_cmp()Linus Torvalds1-5/+4
2012-03-02vfs: uninline full_name_hash()Linus Torvalds1-8/+1
2012-03-02vfs: trivial __d_lookup_rcu() cleanupsLinus Torvalds1-1/+2
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+1
2012-01-12vfs: export symbol d_find_any_alias()Sage Weil1-0/+1
2012-01-10fix shrink_dcache_parent() livelockMiklos Szeredi1-0/+1
2012-01-09vfs: new helper - d_make_root()Al Viro1-0/+1
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro1-1/+2
2011-11-02vfs: add d_prune dentry operationSage Weil1-3/+5
2011-08-06vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds1-17/+13
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-20kill lookup_create()Al Viro1-1/+0
2011-07-20fs: add a DCACHE_NEED_LOOKUP flag for d_flagsJosef Bacik1-0/+7
2011-04-24vfs: get rid of insane dentry hashing rulesLinus Torvalds1-2/+2
2011-03-21FS: lookup_mnt() is only used in the core fs routines nowDavid Howells1-1/+0
2011-03-18lose 'mounting_here' argument in ->d_manage()Al Viro1-1/+1
2011-01-15Allow d_manage() to be used in RCU-walk modeDavid Howells1-1/+1
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells1-2/+9
2011-01-15Add a dentry op to handle automounting rather than abusing follow_link()David Howells1-1/+6
2011-01-10fs: fix dcache.h kernel-doc notationRandy Dunlap1-1/+1
2011-01-07fs: implement faster dentry memcmpNick Piggin1-0/+21
2011-01-07fs: improve scalability of pseudo filesystemsNick Piggin1-0/+1
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin1-1/+0
2011-01-07fs: dcache per-bucket dcache hash lockingNick Piggin1-1/+2
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-1/+0
2011-01-07fs: cache optimise dentry and inode for rcu-walkNick Piggin1-17/+19
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-0/+6
2011-01-07fs: dcache remove d_mountedNick Piggin1-21/+21
2011-01-07fs: rcu-walk for path lookupNick Piggin1-3/+29
2011-01-07fs: dcache rationalise dget variantsNick Piggin1-12/+3
2011-01-07fs: dcache remove dcache_lockNick Piggin1-3/+2
2011-01-07fs: Use rename lock and RCU for multi-step operationsNick Piggin1-0/+1
2011-01-07fs: scale inode alias listNick Piggin1-0/+1
2011-01-07fs: dcache scale subdirsNick Piggin1-0/+1
2011-01-07fs: dcache scale dentry refcountNick Piggin1-14/+15
2011-01-07fs: dcache scale hashNick Piggin1-33/+2
2011-01-07hostfs: simplify lockingNick Piggin1-1/+1
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-1/+2
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-7/+5
2011-01-07fs: name case update methodNick Piggin1-0/+2
2011-01-07fs: change d_delete semanticsNick Piggin1-3/+3
2011-01-07fs: dcache documentation cleanupNick Piggin1-12/+6
2010-08-11vfs: show unreachable paths in getcwd and procMiklos Szeredi1-0/+1