From: "Darrick J. Wong" <djwong@kernel.org>
To: xfs <linux-xfs@vger.kernel.org>
Subject: [ANNOUNCE] xfs-linux: for-next updated to 919edbadebe1
Date: Wed, 30 Mar 2022 10:19:26 -0700 [thread overview]
Message-ID: <20220330171926.GJ27690@magnolia> (raw)
Hi folks,
The for-next branch of the xfs-linux repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
has just been updated.
Patches often get missed, so please check if your outstanding patches
were in this update. If they have not been in this update, please
resubmit them to linux-xfs@vger.kernel.org so they can be picked up in
the next update. These are all bug fixes that we've been working on for
the past couple of weeks.
A reminder: Dave Chinner will be taking over as XFS maintainer for one
release cycle, starting from the day 5.18-rc1 drops until 5.19-rc1 is
tagged so that I can focus on starting a massive design review for the
(feature complete after five years) online repair feature.
The new head of the for-next branch is commit:
919edbadebe1 xfs: drop async cache flushes from CIL commits.
14 new commits:
Darrick J. Wong (6):
[93defd5a15dd] xfs: document the XFS_ALLOC_AGFL_RESERVE constant
[c8c568259772] xfs: don't include bnobt blocks when reserving free block pool
[15f04fdc75aa] xfs: remove infinite loop when reserving free block pool
[0baa2657dc4d] xfs: always succeed at setting the reserve pool size
[82be38bcf8a2] xfs: fix overfilling of reserve pool
[85bcfa26f9a3] xfs: don't report reserved bnobt space as available
Dave Chinner (8):
[d2d7c0473586] xfs: aborting inodes on shutdown may need buffer lock
[ab9c81ef321f] xfs: shutdown in intent recovery has non-intent items in the AIL
[cd6f79d1fb32] xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks
[b5f17bec1213] xfs: log shutdown triggers should only shut down the log
[41e636218358] xfs: xfs_do_force_shutdown needs to block racing shutdowns
[3c4cb76bce43] xfs: xfs_trans_commit() path must check for log shutdown
[5652ef31705f] xfs: shutdown during log recovery needs to mark the log shutdown
[919edbadebe1] xfs: drop async cache flushes from CIL commits.
Code Diffstat:
fs/xfs/libxfs/xfs_alloc.c | 28 ++++++--
fs/xfs/libxfs/xfs_alloc.h | 1 -
fs/xfs/xfs_bio_io.c | 35 ----------
fs/xfs/xfs_fsops.c | 60 ++++++++---------
fs/xfs/xfs_icache.c | 2 +-
fs/xfs/xfs_inode.c | 2 +-
fs/xfs/xfs_inode_item.c | 164 +++++++++++++++++++++++++++++++++++++---------
fs/xfs/xfs_inode_item.h | 1 +
fs/xfs/xfs_linux.h | 2 -
fs/xfs/xfs_log.c | 109 ++++++++++++++++--------------
fs/xfs/xfs_log_cil.c | 46 +++++--------
fs/xfs/xfs_log_priv.h | 14 +++-
fs/xfs/xfs_log_recover.c | 56 ++++++----------
fs/xfs/xfs_mount.c | 3 +-
fs/xfs/xfs_mount.h | 15 +++++
fs/xfs/xfs_super.c | 3 +-
fs/xfs/xfs_trans.c | 48 +++++++++-----
fs/xfs/xfs_trans_ail.c | 8 +--
18 files changed, 348 insertions(+), 249 deletions(-)
reply other threads:[~2022-03-30 17:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20220330171926.GJ27690@magnolia \
--to=djwong@kernel.org \
--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