mbox series

[GIT,PULL] xfs: new code for 6.0, part 2

Message ID YvfKWgGHTQVxBFBe@magnolia (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] xfs: new code for 6.0, part 2 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.20-merge-8

Message

Darrick J. Wong Aug. 13, 2022, 3:59 p.m. UTC
Hi Linus,

Please pull this second branch containing new XFS code for 6.0.  There's
not a lot time around, just the usual bug fixes and corrections for
missing error returns.

As usual, I did a test-merge with upstream master as of a few minutes
ago, and it completed flawlessly.  Please let me know if you encounter
any problems.

--D

The following changes since commit 5e9466a5d0604e20082d828008047b3165592caf:

  xfs: delete extra space and tab in blank line (2022-07-31 09:21:27 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.20-merge-8

for you to fetch changes up to 031d166f968efba6e4f091ff75d0bb5206bb3918:

  xfs: fix inode reservation space for removing transaction (2022-08-10 17:43:49 -0700)

----------------------------------------------------------------
New code for 6.0:
 - Return error codes from block device flushes to userspace.
 - Fix a deadlock between reclaim and mount time quotacheck.
 - Fix an unnecessary ENOSPC return when doing COW on a filesystem with
   severe free space fragmentation.
 - Fix a miscalculation in the transaction reservation computations for
   file removal operations.

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

----------------------------------------------------------------
Chandan Babu R (1):
      xfs: Fix false ENOSPC when performing direct write on a delalloc extent in cow fork

Darrick J. Wong (2):
      xfs: check return codes when flushing block devices
      xfs: fix intermittent hang during quotacheck

hexiaole (1):
      xfs: fix inode reservation space for removing transaction

 fs/xfs/libxfs/xfs_trans_resv.c |   2 +-
 fs/xfs/xfs_file.c              |  22 +++--
 fs/xfs/xfs_log.c               |  12 ++-
 fs/xfs/xfs_qm.c                |   5 ++
 fs/xfs/xfs_reflink.c           | 198 +++++++++++++++++++++++++++++++++--------
 5 files changed, 193 insertions(+), 46 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 13, 2022, 9:48 p.m. UTC | #1
The pull request you sent on Sat, 13 Aug 2022 08:59:22 -0700:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.20-merge-8

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

Thank you!