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