Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 31 Jan 2011 22:15:40 +0000 (08:15 +1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 31 Jan 2011 22:15:40 +0000 (08:15 +1000)
commitfb9f1f17e9c117c0bf7a8f1b7a0efe5db5bc1836
tree21f544b7489aa2a4b5fb9c754f67dc8ff6e9fe66
parent2426ec8fe78884272a12a0a0f38b008a6195f094
parent24446fc66fdebbdd8baca0f44fd2a47ad77ba580
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs

* 'for-linus' of git://oss.sgi.com/xfs/xfs:
  xfs: xfs_bmap_add_extent_delay_real should init br_startblock
  xfs: fix dquot shaker deadlock
  xfs: handle CIl transaction commit failures correctly
  xfs: limit extsize to size of AGs and/or MAXEXTLEN
  xfs: prevent extsize alignment from exceeding maximum extent size
  xfs: limit extent length for allocation to AG size
  xfs: speculative delayed allocation uses rounddown_power_of_2 badly
  xfs: fix efi item leak on forced shutdown
  xfs: fix log ticket leak on forced shutdown.