Merge tag 'xfs-5.13-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 May 2021 04:45:09 +0000 (18:45 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 May 2021 04:45:09 +0000 (18:45 -1000)
commita3969ef463f970c6ad99f32ca154fbd2a62bf97a
tree9d87729f4687c8549379d3bd28551422ae5b1728
parent45af60e7ced07ae3def41368c3d260dbf496fbce
parente3c2b047475b52739bcf178a9e95176c42bbcf8f
Merge tag 'xfs-5.13-fixes-1' of git://git./fs/xfs/xfs-linux

Pull xfs fixes from Darrick Wong:

 - Fix some math errors in the realtime allocator when extent size hints
   are applied.

 - Fix unnecessary short writes to realtime files when free space is
   fragmented.

 - Fix a crash when using scrub tracepoints.

 - Restore ioctl uapi definitions that were accidentally removed in
   5.13-rc1.

* tag 'xfs-5.13-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  xfs: restore old ioctl definitions
  xfs: fix deadlock retry tracepoint arguments
  xfs: retry allocations when locality-based search fails
  xfs: adjust rt allocation minlen when extszhint > rtextsize