mbox series

[GIT,PULL] xfs: fixes for 5.13-rc3

Message ID 20210522041115.GB15971@magnolia (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] xfs: fixes for 5.13-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.13-fixes-1

Message

Darrick J. Wong May 22, 2021, 4:11 a.m. UTC
Hi Linus,

Please pull this short branch containing bug fixes for 5.13-rc3.  It's a
bunch of fixes for realtime files, crasher bugs, and fixing a minor
userspace abi regression.

The branch merges cleanly against upstream as of a few minutes ago.
Please let me know if anything else strange happens during the merge
process.

--D

The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:

  Linux 5.13-rc2 (2021-05-16 15:27:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.13-fixes-1

for you to fetch changes up to e3c2b047475b52739bcf178a9e95176c42bbcf8f:

  xfs: restore old ioctl definitions (2021-05-20 08:31:22 -0700)

----------------------------------------------------------------
Fixes for 5.13-rc3:
- 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.

----------------------------------------------------------------
Darrick J. Wong (4):
      xfs: adjust rt allocation minlen when extszhint > rtextsize
      xfs: retry allocations when locality-based search fails
      xfs: fix deadlock retry tracepoint arguments
      xfs: restore old ioctl definitions

 fs/xfs/libxfs/xfs_fs.h |  4 +++
 fs/xfs/scrub/common.c  |  4 ++-
 fs/xfs/xfs_bmap_util.c | 96 ++++++++++++++++++++++++++++++++++++--------------
 3 files changed, 77 insertions(+), 27 deletions(-)

Comments

pr-tracker-bot@kernel.org May 22, 2021, 5:35 p.m. UTC | #1
The pull request you sent on Fri, 21 May 2021 21:11:15 -0700:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.13-fixes-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a3969ef463f970c6ad99f32ca154fbd2a62bf97a

Thank you!