Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 May 2011 22:19:16 +0000 (15:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 May 2011 22:19:16 +0000 (15:19 -0700)
commita77febbef105554c5a37241cf903f48ab7bc03c7
treed6f96d9d5837312ce6dc2db9f3fc93a243eec87b
parent42cd71bf1e3a081b3150018bbf448cb6c8a844a5
parentbf59170a66bc3eaf3ee513aa6ce9774aa2ab5188
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs

* 'for-linus' of git://oss.sgi.com/xfs/xfs:
  xfs: obey minleft values during extent allocation correctly
  xfs: reset buffer pointers before freeing them
  xfs: avoid getting stuck during async inode flushes
  xfs: fix xfs_itruncate_start tracing
  xfs: fix duplicate workqueue initialisation
  xfs: kill off xfs_printk()
  xfs: fix race condition in AIL push trigger
  xfs: make AIL target updates and compares 32bit safe.
  xfs: always push the AIL to the target
  xfs: exit AIL push work correctly when AIL is empty
  xfs: ensure reclaim cursor is reset correctly at end of AG
  xfs: add an x86 compat handler for XFS_IOC_ZERO_RANGE
  xfs: fix compiler warning in xfs_trace.h
  xfs: cleanup duplicate initializations
  xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busy
  xfs: exact busy extent tracking
  xfs: do not immediately reuse busy extent ranges
  xfs: optimize AGFL refills
fs/xfs/xfs_inode.c