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 5.8-rc5
Date: Tue, 7 Jul 2020 15:27:12 +0200 [thread overview]
Message-ID: <cover.1594127892.git.dsterba@suse.com> (raw)
Hi,
please pull the following fixes, thanks.
- regression fix of a leak in global block reserve accounting
- fix a (hard to hit) race of readahead vs releasepage that could lead
to crash
- convert all remaining uses of comment fall through annotations to the
pseudo keyword
- fix crash when mounting a fuzzed image with -o recovery
----------------------------------------------------------------
The following changes since commit b091f7fede97cc64f7aaad3eeb37965aebee3082:
btrfs: use kfree() in btrfs_ioctl_get_subvol_info() (2020-06-16 19:24:03 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.8-rc4-tag
for you to fetch changes up to 0465337c5599bbe360cdcff452992a1a6b7ed2d4:
btrfs: reset tree root pointer after error in init_tree_roots (2020-07-02 10:27:12 +0200)
----------------------------------------------------------------
Boris Burkov (1):
btrfs: fix fatal extent_buffer readahead vs releasepage race
Filipe Manana (1):
btrfs: fix reclaim_size counter leak after stealing from global reserve
Josef Bacik (1):
btrfs: reset tree root pointer after error in init_tree_roots
Marcos Paulo de Souza (1):
btrfs: convert comments to fallthrough annotations
fs/btrfs/ctree.c | 2 +-
fs/btrfs/disk-io.c | 6 ++++--
fs/btrfs/extent_io.c | 40 ++++++++++++++++++++++++----------------
fs/btrfs/ref-verify.c | 2 +-
fs/btrfs/space-info.c | 2 +-
fs/btrfs/super.c | 6 +++---
fs/btrfs/volumes.h | 2 +-
7 files changed, 35 insertions(+), 25 deletions(-)
next reply other threads:[~2020-07-07 13:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-07 13:27 David Sterba [this message]
2020-07-07 21:25 ` [GIT PULL] Btrfs fixes for 5.8-rc5 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.1594127892.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.