aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: dcache remove d_mountedNick Piggin2011-01-073-6/+37
* fs: fs_struct use seqlockNick Piggin2011-01-072-13/+31
* fs: rcu-walk for path lookupNick Piggin2011-01-074-159/+794
* fs: avoid inode RCU freeing for pseudo fsNick Piggin2011-01-072-1/+11
* fs: icache RCU free inodesNick Piggin2011-01-0750-51/+415
* 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-075-29/+15
* 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-0723-232/+59
* fs: Use rename lock and RCU for multi-step operationsNick Piggin2011-01-073-27/+139
* fs: increase d_name lock coverageNick Piggin2011-01-071-2/+12
* fs: scale inode alias listNick Piggin2011-01-078-9/+77
* fs: dcache scale subdirsNick Piggin2011-01-0711-153/+302
* fs: dcache scale d_unhashedNick Piggin2011-01-077-54/+95
* fs: dcache scale dentry refcountNick Piggin2011-01-0716-50/+108
* fs: dcache scale lruNick Piggin2011-01-071-28/+84
* fs: dcache scale hashNick Piggin2011-01-071-11/+62
* hostfs: simplify lockingNick Piggin2011-01-072-16/+23
* fs: change d_hash for rcu-walkNick Piggin2011-01-0719-43/+71
* fs: change d_compare for rcu-walkNick Piggin2011-01-0717-139/+191
* fs: name case update methodNick Piggin2011-01-072-29/+33
* jfs: dont overwrite dentry name in d_revalidateNick Piggin2011-01-071-8/+35
* cifs: dont overwrite dentry name in d_revalidateNick Piggin2011-01-071-19/+24
* fs: change d_delete semanticsNick Piggin2011-01-0715-20/+18
* config fs: avoid switching ->d_op on live dentryNick Piggin2011-01-071-8/+9
* fs: use fast counters for vfs cachesNick Piggin2011-01-072-13/+23
* vfs: revert per-cpu nr_unused counters for dentry and inodesNick Piggin2011-01-072-21/+12
* 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
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-12-238-28/+81
|\
| * ocfs2: Fix system inodes cache overflow.Tao Ma2010-12-221-1/+1
| * ocfs2: Hold ip_lock when set/clear flags for indexed dir.Tao Ma2010-12-161-0/+4
| * ocfs2: Adjust masklog flag valuesSunil Mushran2010-12-162-8/+10
| * Ocfs2: Teach 'coherency=full' O_DIRECT writes to correctly up_read i_alloc_sem.Tristan Ye2010-12-093-6/+39
| * ocfs2/dlm: Migrate lockres with no locks if it has a referenceSunil Mushran2010-12-091-13/+27
* | Merge branch 'linus-hot-fix' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-12-231-0/+5
|\ \
| * | ext4: fix on-line resizing regressionTheodore Ts'o2010-12-231-0/+5
* | | logfs: fix "Kernel BUG at readwrite.c:1193"Prasad Joshi2010-12-221-0/+3
* | | logfs: fix deadlock in logfs_get_wblocks, hold and wait on super->s_write_mutexPrasad Joshi2010-12-221-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-12-202-17/+25
|\ \ \
| * | | ceph: mark user pages dirty on direct-io readsHenry C Chang2010-12-171-4/+4
| * | | ceph: fix null pointer dereference in ceph_init_dentry for nfs reexportSage Weil2010-12-171-1/+2
| * | | ceph: fix direct-io on non-page-aligned buffersHenry C Chang2010-12-151-12/+19