From: David Sterba <dsterba@suse.com>
To: torvalds@linux-foundation.org
Cc: David Sterba <dsterba@suse.com>,
linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] Btrfs fixes for 6.11-rc6
Date: Wed, 28 Aug 2024 13:23:12 +0200 [thread overview]
Message-ID: <cover.1724844084.git.dsterba@suse.com> (raw)
Hi,
a few more misc fixes. Please pull, thanks.
- fix use-after-free when submitting bios for read, after an error and
partially submitted bio the original one is freed while it can be still be
accessed again
- fix fstests case btrfs/301, with enabled quotas wait for delayed iputs when
flushing delalloc
- fix regression in periodic block group reclaim, an unitialized value can be
returned if there are no block groups to reclaim
- fix build warning (-Wmaybe-uninitialized)
----------------------------------------------------------------
The following changes since commit 534f7eff9239c1b0af852fc33f5af2b62c00eddf:
btrfs: only enable extent map shrinker for DEBUG builds (2024-08-16 21:22:39 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.11-rc5-tag
for you to fetch changes up to ecb54277cb63c273e8d74272e5b9bfd80c2185d9:
btrfs: fix uninitialized return value from btrfs_reclaim_sweep() (2024-08-27 16:42:09 +0200)
----------------------------------------------------------------
David Sterba (1):
btrfs: initialize last_extent_end to fix -Wmaybe-uninitialized warning in extent_fiemap()
Filipe Manana (1):
btrfs: fix uninitialized return value from btrfs_reclaim_sweep()
Josef Bacik (1):
btrfs: run delayed iputs when flushing delalloc
Qu Wenruo (1):
btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()
fs/btrfs/bio.c | 26 ++++++++++++++++++--------
fs/btrfs/fiemap.c | 2 +-
fs/btrfs/qgroup.c | 2 ++
fs/btrfs/space-info.c | 17 +++++------------
fs/btrfs/space-info.h | 2 +-
5 files changed, 27 insertions(+), 22 deletions(-)
next reply other threads:[~2024-08-28 11:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-28 11:23 David Sterba [this message]
2024-08-28 11:50 ` [GIT PULL] Btrfs fixes for 6.11-rc6 Filipe Manana
2024-08-28 12:18 ` David Sterba
2024-08-28 19:11 ` pr-tracker-bot
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=cover.1724844084.git.dsterba@suse.com \
--to=dsterba@suse.com \
--cc=linux-btrfs@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.