* [GIT PULL] xfs: new code for 6.5
@ 2023-06-29 16:41 Darrick J. Wong
2023-06-29 20:51 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Darrick J. Wong @ 2023-06-29 16:41 UTC (permalink / raw)
To: djwong, torvalds; +Cc: dchinner, hch, leo.lilong, linux-fsdevel, linux-xfs
Hi Linus,
Please pull this branch with changes for xfs for 6.5-rc1. There's not
much going on this cycle -- the large extent counts feature graduated,
so now users can create more extremely fragmented files! :P The rest
are bug fixes; and I'll be sending more next week.
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 858fd168a95c5b9669aac8db6c14a9aeab446375:
Linux 6.4-rc6 (2023-06-11 14:35:30 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.5-merge-2
for you to fetch changes up to c3b880acadc95d6e019eae5d669e072afda24f1b:
xfs: fix ag count overflow during growfs (2023-06-13 08:49:20 -0700)
----------------------------------------------------------------
New code for 6.5:
* Fix a problem where shrink would blow out the space reserve by
declining to shrink the filesystem.
* Drop the EXPERIMENTAL tag for the large extent counts feature.
* Set FMODE_CAN_ODIRECT and get rid of an address space op.
* Fix an AG count overflow bug in growfs if the new device size is
redonkulously large.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
----------------------------------------------------------------
Christoph Hellwig (1):
xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Darrick J. Wong (2):
xfs: don't deplete the reserve pool when trying to shrink the fs
xfs: drop EXPERIMENTAL tag for large extent counts
Long Li (1):
xfs: fix ag count overflow during growfs
fs/xfs/libxfs/xfs_fs.h | 2 ++
fs/xfs/xfs_aops.c | 2 --
fs/xfs/xfs_file.c | 2 +-
fs/xfs/xfs_fsops.c | 23 ++++++++++++++++-------
fs/xfs/xfs_super.c | 4 ----
5 files changed, 19 insertions(+), 14 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] xfs: new code for 6.5
2023-06-29 16:41 [GIT PULL] xfs: new code for 6.5 Darrick J. Wong
@ 2023-06-29 20:51 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-06-29 20:51 UTC (permalink / raw)
To: Darrick J. Wong
Cc: djwong, torvalds, dchinner, hch, leo.lilong, linux-fsdevel,
linux-xfs
The pull request you sent on Thu, 29 Jun 2023 09:41:30 -0700:
> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.5-merge-2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9e06150d3c04d1a5028a485263912ea892545d2f
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-06-29 20:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-29 16:41 [GIT PULL] xfs: new code for 6.5 Darrick J. Wong
2023-06-29 20:51 ` 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;
as well as URLs for NNTP newsgroup(s).