aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-075-6/+12
|\
| * ncpfs: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+6
| * ocfs2: don't use flush_scheduled_work()Tejun Heo2010-12-242-3/+4
| * workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-152-2/+2
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-073-0/+116
|\ \
| * | TTY: Add tty ioctl to figure device node of the system console.Werner Fink2010-12-161-0/+1
| * | console: add /proc/consolesJiri Slaby2010-11-162-0/+115
* | | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-07161-1416/+3454
|\ \ \
| * | | fs: scale mntget/mntputNick Piggin2011-01-078-58/+245
| * | | fs: rename vfsmount counter helpersNick Piggin2011-01-071-11/+11
| * | | fs: implement faster dentry memcmpNick Piggin2011-01-071-9/+3
| * | | fs: prefetch inode data in dcache lookupNick Piggin2011-01-071-0/+3
| * | | fs: improve scalability of pseudo filesystemsNick Piggin2011-01-073-2/+14
| * | | fs: dcache per-inode inode alias lockingNick Piggin2011-01-078-59/+67
| * | | fs: dcache per-bucket dcache hash lockingNick Piggin2011-01-072-51/+85
| * | | xfs: provide simple rcu-walk ACL implementationNick Piggin2011-01-071-3/+6
| * | | btrfs: provide simple rcu-walk ACL implementationNick Piggin2011-01-072-12/+12
| * | | ext2,3,4: provide simple rcu-walk ACL implementationNick Piggin2011-01-073-6/+15
| * | | fs: provide simple rcu-walk generic_check_acl implementationNick Piggin2011-01-071-10/+12
| * | | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-0750-130/+215
| * | | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-0720-43/+159
| * | | fs: cache optimise dentry and inode for rcu-walkNick Piggin2011-01-071-2/+0
| * | | fs: dcache reduce branches in lookup pathNick Piggin2011-01-0756-128/+159
| * | | 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