aboutsummaryrefslogtreecommitdiff
path: root/include/linux/dcache.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-04vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.cGravatar Linus Torvalds 1-20/+0
2012-03-02vfs: clarify and clean up dentry_cmp()Gravatar Linus Torvalds 1-5/+4
2012-03-02vfs: uninline full_name_hash()Gravatar Linus Torvalds 1-8/+1
2012-03-02vfs: trivial __d_lookup_rcu() cleanupsGravatar Linus Torvalds 1-1/+2
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-0/+1
2012-01-12vfs: export symbol d_find_any_alias()Gravatar Sage Weil 1-0/+1
2012-01-10fix shrink_dcache_parent() livelockGravatar Miklos Szeredi 1-0/+1
2012-01-09vfs: new helper - d_make_root()Gravatar Al Viro 1-0/+1
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIGravatar Al Viro 1-1/+2
2011-11-02vfs: add d_prune dentry operationGravatar Sage Weil 1-3/+5
2011-08-06vfs: renumber DCACHE_xyz flags, remove some stale onesGravatar Linus Torvalds 1-17/+13
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-20kill lookup_create()Gravatar Al Viro 1-1/+0
2011-07-20fs: add a DCACHE_NEED_LOOKUP flag for d_flagsGravatar Josef Bacik 1-0/+7
2011-04-24vfs: get rid of insane dentry hashing rulesGravatar Linus Torvalds 1-2/+2
2011-03-21FS: lookup_mnt() is only used in the core fs routines nowGravatar David Howells 1-1/+0
2011-03-18lose 'mounting_here' argument in ->d_manage()Gravatar Al Viro 1-1/+1
2011-01-15Allow d_manage() to be used in RCU-walk modeGravatar David Howells 1-1/+1
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitGravatar David Howells 1-2/+9
2011-01-15Add a dentry op to handle automounting rather than abusing follow_link()Gravatar David Howells 1-1/+6
2011-01-10fs: fix dcache.h kernel-doc notationGravatar Randy Dunlap 1-1/+1
2011-01-07fs: implement faster dentry memcmpGravatar Nick Piggin 1-0/+21
2011-01-07fs: improve scalability of pseudo filesystemsGravatar Nick Piggin 1-0/+1
2011-01-07fs: dcache per-inode inode alias lockingGravatar Nick Piggin 1-1/+0
2011-01-07fs: dcache per-bucket dcache hash lockingGravatar Nick Piggin 1-1/+2
2011-01-07fs: rcu-walk aware d_revalidate methodGravatar Nick Piggin 1-1/+0
2011-01-07fs: cache optimise dentry and inode for rcu-walkGravatar Nick Piggin 1-17/+19
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-0/+6
2011-01-07fs: dcache remove d_mountedGravatar Nick Piggin 1-21/+21
2011-01-07fs: rcu-walk for path lookupGravatar Nick Piggin 1-3/+29
2011-01-07fs: dcache rationalise dget variantsGravatar Nick Piggin 1-12/+3
2011-01-07fs: dcache remove dcache_lockGravatar Nick Piggin 1-3/+2
2011-01-07fs: Use rename lock and RCU for multi-step operationsGravatar Nick Piggin 1-0/+1
2011-01-07fs: scale inode alias listGravatar Nick Piggin 1-0/+1
2011-01-07fs: dcache scale subdirsGravatar Nick Piggin 1-0/+1
2011-01-07fs: dcache scale dentry refcountGravatar Nick Piggin 1-14/+15
2011-01-07fs: dcache scale hashGravatar Nick Piggin 1-33/+2
2011-01-07hostfs: simplify lockingGravatar Nick Piggin 1-1/+1
2011-01-07fs: change d_hash for rcu-walkGravatar Nick Piggin 1-1/+2
2011-01-07fs: change d_compare for rcu-walkGravatar Nick Piggin 1-7/+5
2011-01-07fs: name case update methodGravatar Nick Piggin 1-0/+2
2011-01-07fs: change d_delete semanticsGravatar Nick Piggin 1-3/+3
2011-01-07fs: dcache documentation cleanupGravatar Nick Piggin 1-12/+6
2010-08-11vfs: show unreachable paths in getcwd and procGravatar Miklos Szeredi 1-0/+1
2010-08-09new helper: __dentry_path()Gravatar Al Viro 1-0/+1
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitGravatar Al Viro 1-0/+14
2009-06-11dcache: extrace and use d_unlinked()Gravatar Alexey Dobriyan 1-0/+5
2009-06-11switch lookup_mnt()Gravatar Al Viro 1-1/+1
2009-06-11fsnotify: parent event notificationGravatar Eric Paris 1-1/+3
2009-03-27fs: make struct dentry->d_op constGravatar Jan Engelhardt 1-1/+1