]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0ac48cda729815f70edb330651c0c9c50a60ef9e
tree9d87729f4687c8549379d3bd28551422ae5b1728
parenta080ba6c922b4c314c2019aa79035a3713a91dba
parent0288168f88c294d1e75b3fb8896199cd13ebadb6
Merge tag 'xfs-5.13-fixes-1' of git://git.kernel.org/pub/scm/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