aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplusLinus Torvalds17-400/+701
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-19/+18
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds5-6/+12
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds3-0/+116
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npigginLinus Torvalds161-1416/+3454
2011-01-07fs: scale mntget/mntputNick Piggin8-58/+245
2011-01-07fs: rename vfsmount counter helpersNick Piggin1-11/+11
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 Piggin3-2/+14
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin8-59/+67
2011-01-07fs: dcache per-bucket dcache hash lockingNick Piggin2-51/+85
2011-01-07xfs: provide simple rcu-walk ACL implementationNick Piggin1-3/+6
2011-01-07btrfs: provide simple rcu-walk ACL implementationNick Piggin2-12/+12
2011-01-07ext2,3,4: provide simple rcu-walk ACL implementationNick Piggin3-6/+15
2011-01-07fs: provide simple rcu-walk generic_check_acl implementationNick Piggin1-10/+12
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin50-130/+215
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin20-43/+159
2011-01-07fs: cache optimise dentry and inode for rcu-walkNick Piggin1-2/+0
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