aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin56-128/+159
2011-01-07fs: dcache remove d_mountedNick Piggin3-6/+37
2011-01-07fs: fs_struct use seqlockNick Piggin2-13/+31
2011-01-07fs: rcu-walk for path lookupNick Piggin4-159/+794
2011-01-07fs: avoid inode RCU freeing for pseudo fsNick Piggin2-1/+11
2011-01-07fs: icache RCU free inodesNick Piggin50-51/+415
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 Piggin5-29/+15
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 Piggin23-232/+59
2011-01-07fs: Use rename lock and RCU for multi-step operationsNick Piggin3-27/+139
2011-01-07fs: increase d_name lock coverageNick Piggin1-2/+12
2011-01-07fs: scale inode alias listNick Piggin8-9/+77
2011-01-07fs: dcache scale subdirsNick Piggin11-153/+302
2011-01-07fs: dcache scale d_unhashedNick Piggin7-54/+95
2011-01-07fs: dcache scale dentry refcountNick Piggin16-50/+108
2011-01-07fs: dcache scale lruNick Piggin1-28/+84
2011-01-07fs: dcache scale hashNick Piggin1-11/+62
2011-01-07hostfs: simplify lockingNick Piggin2-16/+23
2011-01-07fs: change d_hash for rcu-walkNick Piggin19-43/+71
2011-01-07fs: change d_compare for rcu-walkNick Piggin17-139/+191
2011-01-07fs: name case update methodNick Piggin2-29/+33
2011-01-07jfs: dont overwrite dentry name in d_revalidateNick Piggin1-8/+35
2011-01-07cifs: dont overwrite dentry name in d_revalidateNick Piggin1-19/+24
2011-01-07fs: change d_delete semanticsNick Piggin15-20/+18
2011-01-07config fs: avoid switching ->d_op on live dentryNick Piggin1-8/+9
2011-01-07fs: use fast counters for vfs cachesNick Piggin2-13/+23
2011-01-07vfs: revert per-cpu nr_unused counters for dentry and inodesNick Piggin2-21/+12
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-12-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds8-28/+81
2010-12-23Merge branch 'linus-hot-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+5
2010-12-23ext4: fix on-line resizing regressionTheodore Ts'o1-0/+5
2010-12-22logfs: fix "Kernel BUG at readwrite.c:1193"Prasad Joshi1-0/+3
2010-12-22logfs: fix deadlock in logfs_get_wblocks, hold and wait on super->s_write_mutexPrasad Joshi1-1/+1
2010-12-22ocfs2: Fix system inodes cache overflow.Tao Ma1-1/+1
2010-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-17/+25
2010-12-20Fix btrfs b0rkageAl Viro1-1/+1
2010-12-17ceph: mark user pages dirty on direct-io readsHenry C Chang1-4/+4
2010-12-17ceph: fix null pointer dereference in ceph_init_dentry for nfs reexportSage Weil1-1/+2
2010-12-16Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds4-31/+60
2010-12-16ocfs2: Hold ip_lock when set/clear flags for indexed dir.Tao Ma1-0/+4
2010-12-16ocfs2: Adjust masklog flag valuesSunil Mushran2-8/+10