aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-01-07fs: scale mntget/mntputNick Piggin
2011-01-07fs: rename vfsmount counter helpersNick Piggin
2011-01-07fs: implement faster dentry memcmpNick Piggin
2011-01-07fs: prefetch inode data in dcache lookupNick Piggin
2011-01-07fs: improve scalability of pseudo filesystemsNick Piggin
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin
2011-01-07fs: dcache per-bucket dcache hash lockingNick Piggin
2011-01-07xfs: provide simple rcu-walk ACL implementationNick Piggin
2011-01-07btrfs: provide simple rcu-walk ACL implementationNick Piggin
2011-01-07ext2,3,4: provide simple rcu-walk ACL implementationNick Piggin
2011-01-07fs: provide simple rcu-walk generic_check_acl implementationNick Piggin
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: cache optimise dentry and inode for rcu-walkNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: dcache remove d_mountedNick Piggin
2011-01-07fs: fs_struct use seqlockNick Piggin
2011-01-07fs: rcu-walk for path lookupNick Piggin
2011-01-07fs: avoid inode RCU freeing for pseudo fsNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: consolidate dentry kill sequenceNick Piggin
2011-01-07fs: use RCU in shrink_dentry_list to reduce lock nestingNick Piggin
2011-01-07fs: reduce dcache_inode_lock width in lru scanningNick Piggin
2011-01-07fs: dcache reduce prune_one_dentry lockingNick Piggin
2011-01-07fs: dcache reduce d_parent lockingNick Piggin
2011-01-07fs: dcache rationalise dget variantsNick Piggin
2011-01-07fs: dcache reduce dcache_inode_lockNick Piggin
2011-01-07fs: dcache reduce locking in d_allocNick Piggin
2011-01-07fs: dcache reduce dput lockingNick Piggin
2011-01-07fs: dcache avoid starvation in dcache multi-step operationsNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: Use rename lock and RCU for multi-step operationsNick Piggin
2011-01-07fs: increase d_name lock coverageNick Piggin
2011-01-07fs: scale inode alias listNick Piggin
2011-01-07fs: dcache scale subdirsNick Piggin
2011-01-07fs: dcache scale d_unhashedNick Piggin
2011-01-07fs: dcache scale dentry refcountNick Piggin
2011-01-07fs: dcache scale lruNick Piggin
2011-01-07fs: dcache scale hashNick Piggin
2011-01-07hostfs: simplify lockingNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2011-01-07fs: change d_compare for rcu-walkNick Piggin
2011-01-07fs: name case update methodNick Piggin
2011-01-07jfs: dont overwrite dentry name in d_revalidateNick Piggin
2011-01-07cifs: dont overwrite dentry name in d_revalidateNick Piggin