mbox series

[GIT,PULL,05/10] xfs: preparation for realtime allocation groups

Message ID 173085054289.1980968.4851664328873752187.stg-ugh@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series None | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/rtgroups-prep-6.13_2024-11-05

Message

Darrick J. Wong Nov. 5, 2024, 11:51 p.m. UTC
Hi Carlos,

Please pull this branch with changes for xfs for 6.13-rc1.

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 f220f6da5f4ad7da538c39075cf57e829d5202f7:

xfs: make RT extent numbers relative to the rtgroup (2024-11-05 13:38:38 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/rtgroups-prep-6.13_2024-11-05

for you to fetch changes up to 64c58d7c99343a910edf995e15d8037e19ec5777:

iomap: add a merge boundary flag (2024-11-05 13:38:39 -0800)

----------------------------------------------------------------
xfs: preparation for realtime allocation groups [v5.5 05/10]

Prepare for realtime groups by adding a few bug fixes and generic code
that will be necessary.

With a bit of luck, this should all go splendidly.

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

----------------------------------------------------------------
Christoph Hellwig (1):
iomap: add a merge boundary flag

Darrick J. Wong (1):
xfs: fix rt device offset calculations for FITRIM

fs/iomap/buffered-io.c |  6 ++++++
fs/xfs/xfs_discard.c   | 19 +++++++++++--------
include/linux/iomap.h  |  4 ++++
3 files changed, 21 insertions(+), 8 deletions(-)