From: "Darrick J. Wong" <djwong@kernel.org>
To: david@fromorbit.com, djwong@kernel.org
Cc: linux-xfs@vger.kernel.org
Subject: [PATCHSET 0/4] xfs: bug fixes for 6.4-rc1
Date: Thu, 27 Apr 2023 15:48:54 -0700 [thread overview]
Message-ID: <168263573426.1717721.15565213947185049577.stgit@frogsfrogsfrogs> (raw)
Hi all,
Here are some assorted bug fixes for 6.4:
* A regression fix for the allocator refactoring that we did in 6.3.
* Fix a bug that occurs when formatting an internal log with a stripe
alignment such that there's free space before the start of the log
but not after.
* Make scrub actually take the MMAPLOCK (to lock out page faults) when
scrubbing the COW fork
* If we call FUNSHARE on a hole in the data fork, don't create a
delalloc reservation in the cow fork for that hole.
If you're going to start using this mess, you probably ought to just
pull from my git trees, which are linked below.
This is an extraordinary way to destroy everything. Enjoy!
Comments and questions are, as always, welcome.
--D
kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=kernel-fixes-6.4
---
fs/xfs/libxfs/xfs_ag.c | 10 +++++-----
fs/xfs/libxfs/xfs_bmap.c | 5 +++--
fs/xfs/scrub/bmap.c | 4 ++--
fs/xfs/xfs_iomap.c | 5 +++--
4 files changed, 13 insertions(+), 11 deletions(-)
next reply other threads:[~2023-04-27 22:48 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-27 22:48 Darrick J. Wong [this message]
2023-04-27 22:48 ` [PATCH 1/4] xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eof Darrick J. Wong
2023-04-28 1:49 ` Dave Chinner
2023-04-28 4:30 ` Darrick J. Wong
2023-04-27 22:49 ` [PATCH 2/4] xfs: set bnobt/cntbt numrecs correctly when formatting new AGs Darrick J. Wong
2023-04-28 2:11 ` Dave Chinner
2023-04-28 4:29 ` Darrick J. Wong
2023-04-27 22:49 ` [PATCH 3/4] xfs: flush dirty data and drain directios before scrubbing cow fork Darrick J. Wong
2023-04-28 2:11 ` Dave Chinner
2023-04-27 22:49 ` [PATCH 4/4] xfs: don't allocate into the data fork for an unshare request Darrick J. Wong
2023-04-28 2:13 ` Dave Chinner
2023-04-28 2:20 ` Darrick J. Wong
2023-04-28 2:31 ` Dave Chinner
-- strict thread matches above, loose matches on Subject: below --
2023-04-27 22:48 [PATCHSET 0/4] xfs: bug fixes for 6.4-rc1 Darrick J. Wong
2023-04-27 22:51 ` Darrick J. Wong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=168263573426.1717721.15565213947185049577.stgit@frogsfrogsfrogs \
--to=djwong@kernel.org \
--cc=david@fromorbit.com \
--cc=linux-xfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).