summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | hfsplus: write up fsync for directoriesChristoph Hellwig2010-11-233-1/+3
| * | | | | hfsplus: simplify fsyncChristoph Hellwig2010-11-231-21/+20
| * | | | | hfsplus: avoid useless work in hfsplus_sync_fsChristoph Hellwig2010-11-231-0/+3
| * | | | | hfsplus: make sure sync writes out all metadataChristoph Hellwig2010-11-231-1/+19
| * | | | | hfsplus: use raw bio access for partition tablesChristoph Hellwig2010-11-232-70/+71
| * | | | | hfsplus: use raw bio access for the volume headersChristoph Hellwig2010-11-233-88/+131
| * | | | | hfsplus: always use hfsplus_sync_fs to write the volume headerChristoph Hellwig2010-11-231-6/+3
| * | | | | hfsplus: silence a few debug printksChristoph Hellwig2010-11-234-5/+3
| * | | | | hfsplus: fix option parsing during remountChristoph Hellwig2010-11-073-5/+30
* | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-19/+18
|\ \ \ \ \ \
| * | | | | | fs: Use this_cpu_inc_return in buffer.cChristoph Lameter2010-12-171-1/+1
| * | | | | | Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-1754-424/+705
| |\ \ \ \ \ \
| * | | | | | | fs: Use this_cpu_xx operations in buffer.cChristoph Lameter2010-12-171-18/+17
* | | | | | | | 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
OpenPOWER on IntegriCloud