aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-10fs/dcache: allow d_obtain_alias() to return unhashed dentriesJ. Bruce Fields1-2/+24
2011-01-22fs: fix new dcache.c kernel-doc warningsRandy Dunlap1-1/+3
2011-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+4
2011-01-15Add a dentry op to handle automounting rather than abusing follow_link()David Howells1-1/+4
2011-01-14Turn d_set_d_op() BUG_ON() into WARN_ON_ONCE()Linus Torvalds1-2/+2
2011-01-12fs: fix kernel-doc for dcache::prepend_pathRandy Dunlap1-2/+1
2011-01-12fs: fix kernel-doc for dcache::d_validateRandy Dunlap1-1/+1
2011-01-12per-superblock default ->d_opAl Viro1-0/+4
2011-01-07fs: implement faster dentry memcmpNick Piggin1-9/+3
2011-01-07fs: prefetch inode data in dcache lookupNick Piggin1-0/+3
2011-01-07fs: improve scalability of pseudo filesystemsNick Piggin1-0/+12
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin1-41/+47
2011-01-07fs: dcache per-bucket dcache hash lockingNick Piggin1-50/+83
2011-01-07fs: cache optimise dentry and inode for rcu-walkNick Piggin1-2/+0
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-4/+26
2011-01-07fs: dcache remove d_mountedNick Piggin1-1/+0
2011-01-07fs: rcu-walk for path lookupNick Piggin1-22/+181
2011-01-07fs: consolidate dentry kill sequenceNick Piggin1-74/+61
2011-01-07fs: use RCU in shrink_dentry_list to reduce lock nestingNick Piggin1-21/+25
2011-01-07fs: reduce dcache_inode_lock width in lru scanningNick Piggin1-8/+8
2011-01-07fs: dcache reduce prune_one_dentry lockingNick Piggin1-12/+15
2011-01-07fs: dcache reduce d_parent lockingNick Piggin1-9/+12
2011-01-07fs: dcache rationalise dget variantsNick Piggin1-25/+11
2011-01-07fs: dcache reduce dcache_inode_lockNick Piggin1-12/+12
2011-01-07fs: dcache reduce locking in d_allocNick Piggin1-2/+4
2011-01-07fs: dcache reduce dput lockingNick Piggin1-29/+23
2011-01-07fs: dcache avoid starvation in dcache multi-step operationsNick Piggin1-14/+42
2011-01-07fs: dcache remove dcache_lockNick Piggin1-140/+20
2011-01-07fs: Use rename lock and RCU for multi-step operationsNick Piggin1-23/+111
2011-01-07fs: increase d_name lock coverageNick Piggin1-2/+12
2011-01-07fs: scale inode alias listNick Piggin1-8/+58
2011-01-07fs: dcache scale subdirsNick Piggin1-74/+174
2011-01-07fs: dcache scale d_unhashedNick Piggin1-24/+50
2011-01-07fs: dcache scale dentry refcountNick Piggin1-24/+82
2011-01-07fs: dcache scale lruNick Piggin1-28/+84
2011-01-07fs: dcache scale hashNick Piggin1-11/+62
2011-01-07hostfs: simplify lockingNick Piggin1-2/+13
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-1/+1
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-1/+3
2011-01-07fs: name case update methodNick Piggin1-0/+27
2011-01-07fs: change d_delete semanticsNick Piggin1-2/+0
2011-01-07fs: use fast counters for vfs cachesNick Piggin1-6/+13
2011-01-07vfs: revert per-cpu nr_unused counters for dentry and inodesNick Piggin1-11/+5
2011-01-07fs: d_validate fixesNick Piggin1-18/+7
2011-01-05Revert "fs: use RCU read side protection in d_validate"Nick Piggin1-12/+19
2010-10-25fs: use RCU read side protection in d_validateChristoph Hellwig1-19/+12
2010-10-25fs: clean up dentry lru modificationChristoph Hellwig1-26/+23
2010-10-25fs: split __shrink_dcache_sbChristoph Hellwig1-60/+67
2010-10-25fs: improve DCACHE_REFERENCED usageNick Piggin1-3/+6
2010-10-25fs: use percpu counter for nr_dentry and nr_dentry_unusedChristoph Hellwig1-19/+32