summaryrefslogtreecommitdiff
path: root/fs/dcache.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-01-16
|\
| * Add a dentry op to handle automounting rather than abusing follow_link()David Howells2011-01-15
* | Turn d_set_d_op() BUG_ON() into WARN_ON_ONCE()Linus Torvalds2011-01-14
|/
* fs: fix kernel-doc for dcache::prepend_pathRandy Dunlap2011-01-12
* fs: fix kernel-doc for dcache::d_validateRandy Dunlap2011-01-12
* per-superblock default ->d_opAl Viro2011-01-12
* fs: implement faster dentry memcmpNick Piggin2011-01-07
* fs: prefetch inode data in dcache lookupNick Piggin2011-01-07
* fs: improve scalability of pseudo filesystemsNick Piggin2011-01-07
* fs: dcache per-inode inode alias lockingNick Piggin2011-01-07
* fs: dcache per-bucket dcache hash lockingNick Piggin2011-01-07
* fs: cache optimise dentry and inode for rcu-walkNick Piggin2011-01-07
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: dcache remove d_mountedNick Piggin2011-01-07
* fs: rcu-walk for path lookupNick Piggin2011-01-07
* fs: consolidate dentry kill sequenceNick Piggin2011-01-07
* fs: use RCU in shrink_dentry_list to reduce lock nestingNick Piggin2011-01-07
* fs: reduce dcache_inode_lock width in lru scanningNick Piggin2011-01-07
* fs: dcache reduce prune_one_dentry lockingNick Piggin2011-01-07
* fs: dcache reduce d_parent lockingNick Piggin2011-01-07
* fs: dcache rationalise dget variantsNick Piggin2011-01-07
* fs: dcache reduce dcache_inode_lockNick Piggin2011-01-07
* fs: dcache reduce locking in d_allocNick Piggin2011-01-07
* fs: dcache reduce dput lockingNick Piggin2011-01-07
* fs: dcache avoid starvation in dcache multi-step operationsNick Piggin2011-01-07
* fs: dcache remove dcache_lockNick Piggin2011-01-07
* fs: Use rename lock and RCU for multi-step operationsNick Piggin2011-01-07
* fs: increase d_name lock coverageNick Piggin2011-01-07
* fs: scale inode alias listNick Piggin2011-01-07
* fs: dcache scale subdirsNick Piggin2011-01-07
* fs: dcache scale d_unhashedNick Piggin2011-01-07
* fs: dcache scale dentry refcountNick Piggin2011-01-07
* fs: dcache scale lruNick Piggin2011-01-07
* fs: dcache scale hashNick Piggin2011-01-07
* hostfs: simplify lockingNick Piggin2011-01-07
* fs: change d_hash for rcu-walkNick Piggin2011-01-07
* fs: change d_compare for rcu-walkNick Piggin2011-01-07
* fs: name case update methodNick Piggin2011-01-07
* fs: change d_delete semanticsNick Piggin2011-01-07
* fs: use fast counters for vfs cachesNick Piggin2011-01-07
* vfs: revert per-cpu nr_unused counters for dentry and inodesNick Piggin2011-01-07
* fs: d_validate fixesNick Piggin2011-01-07
* Revert "fs: use RCU read side protection in d_validate"Nick Piggin2011-01-05
* fs: use RCU read side protection in d_validateChristoph Hellwig2010-10-25
* fs: clean up dentry lru modificationChristoph Hellwig2010-10-25
* fs: split __shrink_dcache_sbChristoph Hellwig2010-10-25
* fs: improve DCACHE_REFERENCED usageNick Piggin2010-10-25
* fs: use percpu counter for nr_dentry and nr_dentry_unusedChristoph Hellwig2010-10-25
* fs: simplify __d_freeChristoph Hellwig2010-10-25
* fs: take dcache_lock inside __d_pathChristoph Hellwig2010-10-25