[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1760633129.git.dsterba@suse.com>
Date: Thu, 16 Oct 2025 18:59:52 +0200
From: David Sterba <dsterba@...e.com>
To: torvalds@...ux-foundation.org
Cc: David Sterba <dsterba@...e.com>,
linux-btrfs@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] Btrfs fixes for 6.18-rc2
Hi,
please pull a bunch of one-liners and short fixes. Thanks.
- in tree-checker fix extref bounds check
- reorder send context structure to avoid -Wflex-array-member-not-at-end
warning
- fix extent readahead length for compressed extents
- fix memory leaks on error paths (qgroup assign ioctl, zone loading
with raid stripe tree enabled)
- fix how device specific mount options are applied, in particular the
'ssd' option will be set unexpectedly
- fix tracking of relocation state when tasks are running and
cancellation is attempted
- adjust assertion condition for folios allocated for scrub
- remove incorrect assertion checking for block group when populating
free space tree
----------------------------------------------------------------
The following changes since commit 4335c4496b1bcf8e85761af23550a180e937bac6:
btrfs: fix PAGE_SIZE format specifier in open_ctree() (2025-10-01 16:27:28 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.18-rc1-tag
for you to fetch changes up to 8aec9dbf2db2e958de5bd20e23b8fbb8f2aa1fa6:
btrfs: send: fix -Wflex-array-member-not-at-end warning in struct send_ctx (2025-10-13 22:36:38 +0200)
----------------------------------------------------------------
Boris Burkov (1):
btrfs: fix incorrect readahead expansion length
Dan Carpenter (1):
btrfs: tree-checker: fix bounds check in check_inode_extref()
Filipe Manana (2):
btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation already running
btrfs: do not assert we found block group item when creating free space tree
Gustavo A. R. Silva (1):
btrfs: send: fix -Wflex-array-member-not-at-end warning in struct send_ctx
Miquel Sabaté Solà (2):
btrfs: fix memory leak on duplicated memory in the qgroup assign ioctl
btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RST
Qu Wenruo (2):
btrfs: only set the device specific options after devices are opened
btrfs: do not use folio_test_partial_kmap() in ASSERT()s
fs/btrfs/extent_io.c | 2 +-
fs/btrfs/free-space-tree.c | 15 ++++++++-------
fs/btrfs/ioctl.c | 2 +-
fs/btrfs/relocation.c | 13 +++++++------
fs/btrfs/scrub.c | 4 ++--
fs/btrfs/send.c | 4 +++-
fs/btrfs/super.c | 3 +--
fs/btrfs/tree-checker.c | 2 +-
fs/btrfs/zoned.c | 2 +-
9 files changed, 25 insertions(+), 22 deletions(-)
Powered by blists - more mailing lists