aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+3
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+5
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-12XFS: handle hole punching via fallocate properlyJosef Bacik1-2/+5
2011-01-10Merge branch 'master' into for-linus-mergedAlex Elder38-1920/+1997
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2011-01-07xfs: provide simple rcu-walk ACL implementationNick Piggin1-3/+6
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin2-3/+7
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+12
2010-12-22Merge branch 'master' into for-nextJiri Kosina16-97/+222
2010-12-21xfs: convert grant head manipulations to lockless algorithmDave Chinner2-77/+49
2010-12-21xfs: introduce new locks for the log grant ticket wait queuesDave Chinner3-60/+97
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()Tejun Heo1-1/+1
2010-12-09xfs: log timestamp changes to the source inode in renameChristoph Hellwig1-0/+1
2010-12-04xfs: convert log grant heads to atomic variablesDave Chinner2-10/+10
2010-12-21xfs: convert l_tail_lsn to an atomic variable.Dave Chinner4-46/+63
2010-12-03xfs: convert l_last_sync_lsn to an atomic variableDave Chinner3-34/+36
2010-12-21xfs: make AIL tail pushing independent of the grant lockDave Chinner1-57/+54
2010-12-21xfs: use wait queues directly for the log wait queuesDave Chinner6-106/+52
2010-12-21xfs: combine grant heads into a single 64 bit integerDave Chinner4-91/+119
2010-12-21xfs: rework log grant space calculationsDave Chinner1-47/+48
2010-12-21xfs: fact out common grant head/log tail verification codeDave Chinner1-29/+22
2010-12-21xfs: convert log grant ticket queues to list headsDave Chinner3-97/+53
2010-12-20xfs: use AIL bulk delete function to implement single deleteDave Chinner2-72/+11
2010-12-20xfs: use AIL bulk update function to implement single updatesDave Chinner3-96/+13
2010-12-20xfs: remove all the inodes on a buffer from the AIL in bulkDave Chinner3-16/+151
2010-12-03xfs: consume iodone callback items on buffers as they are processedDave Chinner1-11/+21
2010-12-17xfs: reduce the number of AIL push wakeupsDave Chinner1-4/+16
2010-12-20xfs: bulk AIL insertion during transaction commitDave Chinner4-12/+195
2010-12-03xfs: clean up xfs_ail_delete()Dave Chinner1-20/+7
2010-12-20xfs: Pull EFI/EFD handling out from under the AIL lockDave Chinner4-49/+59
2010-12-20xfs: fix EFI transaction cancellation.Dave Chinner2-12/+9
2010-12-02xfs: connect up buffer reclaim priority hooksDave Chinner4-9/+14
2010-12-02xfs: add a lru to the XFS buffer cacheDave Chinner2-22/+150
2010-12-01xfs: only run xfs_error_test if error injection is activeDave Chinner2-2/+6
2010-12-01xfs: avoid moving stale inodes in the AILDave Chinner1-6/+25
2010-12-01xfs: delayed alloc blocks beyond EOF are valid after writebackDave Chinner2-2/+20
2010-12-01xfs: push stale, pinned buffers on trylock failuresDave Chinner1-19/+16
2010-12-01xfs: fix failed write truncation handling.Dave Chinner3-54/+121
2010-11-30xfs: convert xfsbud shrinker to a per-buftarg shrinker.Dave Chinner2-66/+27
2010-12-16xfs: convert pag_ici_lock to a spin lockDave Chinner4-11/+11
2010-12-17xfs: convert inode cache lookups to use RCU lockingDave Chinner3-42/+141
2010-12-16xfs: rcu free inodesDave Chinner1-1/+13
2010-12-23xfs: don't truncate prealloc from frequently accessed inodesDave Chinner2-27/+47
2011-01-04xfs: dynamic speculative EOF preallocationDave Chinner4-10/+110
2010-12-23xfs: use KM_NOFS for allocations during attribute list operationsDave Chinner1-2/+2
2010-12-23xfs: provide a inode iolock lockdep classDave Chinner3-0/+23
2010-12-16xfs: factor duplicate code in xfs_alloc_ag_vextent_near into a helperChristoph Hellwig1-180/+113
2010-12-16xfs: clean up xfs_alloc_ag_vextent_exactChristoph Hellwig2-26/+33
2010-12-16xfs: simplify xfs_map_at_offsetChristoph Hellwig1-11/+4