From: "Darrick J. Wong" <djwong@kernel.org>
To: Andrey Albershteyn <aalbersh@redhat.com>
Cc: xfs <linux-xfs@vger.kernel.org>, Christoph Hellwig <hch@infradead.org>
Subject: [PATCHBOMB v3] xfsprogs: everything I have for 6.12
Date: Thu, 31 Oct 2024 15:57:21 -0700 [thread overview]
Message-ID: <20241031225721.GC2386201@frogsfrogsfrogs> (raw)
Hi Andrey,
All of the patches that I've submitted for xfsprogs 6.12 have completed
review, and I'm about to send you pull requests for all of those
branches. However, I'm first resending all those patches to the list so
that they are archived in their final form.
With these patches pulled, you will be in a position to say that
xfsprogs is (at last!) in sync with the kernel. This should make it
/much/ easier for authors of large patchsets to run QA on matching
kernel and userspace.
--D
next reply other threads:[~2024-10-31 22:57 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-31 22:57 Darrick J. Wong [this message]
2024-10-31 23:07 ` [PATCHSET 1/7] libxfs: new code for 6.12 Darrick J. Wong
2024-10-31 23:08 ` [PATCH 01/41] libxfs: require -std=gnu11 for compilation by default Darrick J. Wong
2024-10-31 23:09 ` [PATCH 02/41] libxfs: test compiling public headers with a C++ compiler Darrick J. Wong
2024-10-31 23:09 ` [PATCH 03/41] libxfs: port IS_ENABLED from the kernel Darrick J. Wong
2024-10-31 23:09 ` [PATCH 04/41] libfrog: add xarray emulation Darrick J. Wong
2024-10-31 23:10 ` [PATCH 05/41] xfs: introduce new file range commit ioctls Darrick J. Wong
2024-10-31 23:10 ` [PATCH 06/41] xfs: pass the icreate args object to xfs_dialloc Darrick J. Wong
2024-10-31 23:10 ` [PATCH 07/41] xfs: remove xfs_validate_rtextents Darrick J. Wong
2024-10-31 23:10 ` [PATCH 08/41] xfs: factor out a xfs_validate_rt_geometry helper Darrick J. Wong
2024-10-31 23:11 ` [PATCH 09/41] xfs: remove the limit argument to xfs_rtfind_back Darrick J. Wong
2024-10-31 23:11 ` [PATCH 10/41] xfs: assert a valid limit in xfs_rtfind_forw Darrick J. Wong
2024-10-31 23:11 ` [PATCH 11/41] xfs: add bounds checking to xfs_rt{bitmap,summary}_read_buf Darrick J. Wong
2024-10-31 23:11 ` [PATCH 12/41] xfs: factor out rtbitmap/summary initialization helpers Darrick J. Wong
2024-10-31 23:12 ` [PATCH 13/41] xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock Darrick J. Wong
2024-10-31 23:12 ` [PATCH 14/41] xfs: ensure rtx mask/shift are correct after growfs Darrick J. Wong
2024-10-31 23:12 ` [PATCH 15/41] xfs: remove xfs_rtb_to_rtxrem Darrick J. Wong
2024-10-31 23:12 ` [PATCH 16/41] xfs: simplify xfs_rtalloc_query_range Darrick J. Wong
2024-10-31 23:13 ` [PATCH 17/41] xfs: clean up the ISVALID macro in xfs_bmap_adjacent Darrick J. Wong
2024-10-31 23:13 ` [PATCH 18/41] xfs: remove xfs_{rtbitmap,rtsummary}_wordcount Darrick J. Wong
2024-10-31 23:13 ` [PATCH 19/41] xfs: replace m_rsumsize with m_rsumblocks Darrick J. Wong
2024-10-31 23:13 ` [PATCH 20/41] xfs: fix a sloppy memory handling bug in xfs_iroot_realloc Darrick J. Wong
2024-10-31 23:14 ` [PATCH 21/41] xfs: replace shouty XFS_BM{BT,DR} macros Darrick J. Wong
2024-10-31 23:14 ` [PATCH 22/41] xfs: standardize the btree maxrecs function parameters Darrick J. Wong
2024-10-31 23:14 ` [PATCH 23/41] xfs: use kvmalloc for xattr buffers Darrick J. Wong
2024-10-31 23:14 ` [PATCH 24/41] xfs: remove unnecessary check Darrick J. Wong
2024-10-31 23:15 ` [PATCH 25/41] xfs: use kfree_rcu_mightsleep to free the perag structures Darrick J. Wong
2024-10-31 23:15 ` [PATCH 26/41] xfs: move the tagged perag lookup helpers to xfs_icache.c Darrick J. Wong
2024-10-31 23:15 ` [PATCH 27/41] xfs: convert perag lookup to xarray Darrick J. Wong
2024-10-31 23:15 ` [PATCH 28/41] xfs: ensure st_blocks never goes to zero during COW writes Darrick J. Wong
2024-10-31 23:16 ` [PATCH 29/41] xfs: enable block size larger than page size support Darrick J. Wong
2024-10-31 23:16 ` [PATCH 30/41] xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname Darrick J. Wong
2024-10-31 23:16 ` [PATCH 31/41] xfs: return bool from xfs_attr3_leaf_add Darrick J. Wong
2024-10-31 23:17 ` [PATCH 32/41] xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split Darrick J. Wong
2024-10-31 23:17 ` [PATCH 33/41] xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addname Darrick J. Wong
2024-10-31 23:17 ` [PATCH 34/41] xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate Darrick J. Wong
2024-10-31 23:17 ` [PATCH 35/41] xfs: don't ifdef around the exact minlen allocations Darrick J. Wong
2024-10-31 23:18 ` [PATCH 36/41] xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc Darrick J. Wong
2024-10-31 23:18 ` [PATCH 37/41] xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc Darrick J. Wong
2024-10-31 23:18 ` [PATCH 38/41] xfs: pass the exact range to initialize to xfs_initialize_perag Darrick J. Wong
2024-10-31 23:18 ` [PATCH 39/41] xfs: merge the perag freeing helpers Darrick J. Wong
2024-10-31 23:19 ` [PATCH 40/41] xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag Darrick J. Wong
2024-10-31 23:19 ` [PATCH 41/41] xfs: update the pag for the last AG at recovery time Darrick J. Wong
2024-10-31 23:07 ` [PATCHSET v31.3 2/7] xfsprogs: atomic file content commits Darrick J. Wong
2024-10-31 23:19 ` [PATCH 1/7] man: document file range commit ioctls Darrick J. Wong
2024-10-31 23:19 ` [PATCH 2/7] libfrog: add support for commit range ioctl family Darrick J. Wong
2024-10-31 23:20 ` [PATCH 3/7] libxfs: remove unused xfs_inode fields Darrick J. Wong
2024-10-31 23:20 ` [PATCH 4/7] libxfs: validate inumber in xfs_iget Darrick J. Wong
2024-10-31 23:20 ` [PATCH 5/7] xfs_fsr: port to new file exchange library function Darrick J. Wong
2024-10-31 23:20 ` [PATCH 6/7] xfs_io: add a commitrange option to the exchangerange command Darrick J. Wong
2024-10-31 23:21 ` [PATCH 7/7] xfs_io: add atomic file update commands to exercise file commit range Darrick J. Wong
2024-10-31 23:07 ` [PATCHSET v5.3 3/7] xfs_db: debug realtime geometry Darrick J. Wong
2024-10-31 23:21 ` [PATCH 1/8] xfs_db: support passing the realtime device to the debugger Darrick J. Wong
2024-10-31 23:21 ` [PATCH 2/8] xfs_db: report the realtime device when associated with each io cursor Darrick J. Wong
2024-10-31 23:21 ` [PATCH 3/8] xfs_db: make the daddr command target the realtime device Darrick J. Wong
2024-10-31 23:22 ` [PATCH 4/8] xfs_db: access realtime file blocks Darrick J. Wong
2024-10-31 23:22 ` [PATCH 5/8] xfs_db: access arbitrary realtime blocks and extents Darrick J. Wong
2024-10-31 23:22 ` [PATCH 6/8] xfs_db: enable conversion of rt space units Darrick J. Wong
2024-10-31 23:23 ` [PATCH 7/8] xfs_db: convert rtbitmap geometry Darrick J. Wong
2024-10-31 23:23 ` [PATCH 8/8] xfs_db: convert rtsummary geometry Darrick J. Wong
2024-10-31 23:07 ` [PATCHSET v5.3 4/7] xfs_metadump: support external devices Darrick J. Wong
2024-10-31 23:23 ` [PATCH 1/1] xfs_db: allow setting current address to log blocks Darrick J. Wong
2024-10-31 23:08 ` [PATCHSET v5.3 5/7] mkfs/repair: use new rtbitmap helpers Darrick J. Wong
2024-10-31 23:23 ` [PATCH 1/6] xfs_repair: checking rt free space metadata must happen during phase 4 Darrick J. Wong
2024-10-31 23:24 ` [PATCH 2/6] xfs_repair: use xfs_validate_rt_geometry Darrick J. Wong
2024-10-31 23:24 ` [PATCH 3/6] mkfs: remove a pointless rtfreesp_init forward declaration Darrick J. Wong
2024-10-31 23:24 ` [PATCH 4/6] mkfs: use xfs_rtfile_initialize_blocks Darrick J. Wong
2024-10-31 23:24 ` [PATCH 5/6] xfs_repair: use libxfs_rtfile_initialize_blocks Darrick J. Wong
2024-10-31 23:25 ` [PATCH 6/6] xfs_repair: stop preallocating blocks in mk_rbmino and mk_rsumino Darrick J. Wong
2024-10-31 23:08 ` [PATCHSET v31.3 6/7] xfs_scrub_all: bug fix for 6.12 Darrick J. Wong
2024-10-31 23:25 ` [PATCH 1/1] xfs_scrub_all: wait for services to start activating Darrick J. Wong
2024-10-31 23:08 ` [PATCHSET 7/7] mkfs: new config file for 6.12 LTS Darrick J. Wong
2024-10-31 23:25 ` [PATCH 1/1] mkfs: add a config file for 6.12 LTS kernels 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=20241031225721.GC2386201@frogsfrogsfrogs \
--to=djwong@kernel.org \
--cc=aalbersh@redhat.com \
--cc=hch@infradead.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