mbox series

[GIT,PULL] xfs: bug fixes for 6.3

Message ID 167863926526.335292.4073445070513678525.stg-ugh@magnolia (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] xfs: bug fixes for 6.3 | expand

Pull-request

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

Message

Darrick J. Wong March 12, 2023, 4:44 p.m. UTC
Hi Linus,

Please pull this branch with a couple of bug fixes.

As usual, I did a test-merge with the main upstream branch as of a few
minutes ago, and didn't see any conflicts.  Please let me know if you
encounter any problems.

--D

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 8ac5b996bf5199f15b7687ceae989f8b2a410dda:

xfs: fix off-by-one-block in xfs_discard_folio() (2023-03-05 15:13:23 -0800)

----------------------------------------------------------------
Fixes for 6.3-rc1:

* Fix a crash if mount time quotacheck fails when there are inodes
queued for garbage collection.
* Fix an off by one error when discarding folios after writeback
failure.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>

----------------------------------------------------------------
Dave Chinner (2):
xfs: quotacheck failure can race with background inode inactivation
xfs: fix off-by-one-block in xfs_discard_folio()

fs/xfs/xfs_aops.c | 21 ++++++++++++++-------
fs/xfs/xfs_qm.c   | 40 ++++++++++++++++++++++++++--------------
2 files changed, 40 insertions(+), 21 deletions(-)

Comments

pr-tracker-bot@kernel.org March 12, 2023, 4:57 p.m. UTC | #1
The pull request you sent on Sun, 12 Mar 2023 09:44:10 -0700:

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

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

Thank you!