linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <djwong@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org,
	david@fromorbit.com, linux-kernel@vger.kernel.org,
	sandeen@sandeen.net, hch@lst.de
Subject: [GIT PULL] xfs: fixes for 5.13-rc3
Date: Fri, 21 May 2021 21:11:15 -0700	[thread overview]
Message-ID: <20210522041115.GB15971@magnolia> (raw)

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(-)

             reply	other threads:[~2021-05-22  4:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-22  4:11 Darrick J. Wong [this message]
2021-05-22 17:35 ` [GIT PULL] xfs: fixes for 5.13-rc3 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210522041115.GB15971@magnolia \
    --to=djwong@kernel.org \
    --cc=david@fromorbit.com \
    --cc=hch@lst.de \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    --cc=sandeen@sandeen.net \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).