FS/XFS testing framework
 help / color / mirror / Atom feed
* [GIT PULL] xfs: new code for 6.0, part 2
@ 2022-08-13 15:59 Darrick J. Wong
  2022-08-13 21:48 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Darrick J. Wong @ 2022-08-13 15:59 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-fsdevel, linux-xfs, david, linux-kernel, sandeen, hch,
	fstests

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-13 21:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-13 15:59 [GIT PULL] xfs: new code for 6.0, part 2 Darrick J. Wong
2022-08-13 21:48 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox