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 updates for v5.10-rc4
Date: Tue, 10 Nov 2020 17:05:52 +0100 [thread overview]
Message-ID: <cover.1605023716.git.dsterba@suse.com> (raw)
Hi,
a handful of minor fixes and updates:
- handle missing device replace item on mount (syzbot report)
- fix space reservation calculation when finishing relocation
- fix memory leak on error path in ref-verify (debugging feature)
- fix potential overflow during defrag on 32bit arches
- minor code update to silence smatch warning
- minor error message updates
Please pull, thanks.
----------------------------------------------------------------
The following changes since commit d5c8238849e7bae6063dfc16c08ed62cee7ee688:
btrfs: convert data_seqcount to seqcount_mutex_t (2020-10-27 15:11:51 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.10-rc3-tag
for you to fetch changes up to 468600c6ec28613b756193c5f780aac062f1acdf:
btrfs: ref-verify: fix memory leak in btrfs_ref_tree_mod (2020-11-05 13:03:39 +0100)
----------------------------------------------------------------
Anand Jain (1):
btrfs: dev-replace: fail mount if we don't have replace item with target device
Dan Carpenter (1):
btrfs: clean up NULL checks in qgroup_unreserve_range()
David Sterba (1):
btrfs: scrub: update message regarding read-only status
Dinghao Liu (1):
btrfs: ref-verify: fix memory leak in btrfs_ref_tree_mod
Josef Bacik (2):
btrfs: print the block rsv type when we fail our reservation
btrfs: fix min reserved size calculation in merge_reloc_root
Matthew Wilcox (Oracle) (1):
btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit arch
fs/btrfs/block-rsv.c | 3 ++-
fs/btrfs/dev-replace.c | 26 ++++++++++++++++++++++++--
fs/btrfs/ioctl.c | 10 ++++------
fs/btrfs/qgroup.c | 12 ++++--------
fs/btrfs/ref-verify.c | 1 +
fs/btrfs/relocation.c | 4 +++-
fs/btrfs/scrub.c | 5 +++--
fs/btrfs/volumes.c | 26 +++++++-------------------
8 files changed, 48 insertions(+), 39 deletions(-)
next reply other threads:[~2020-11-10 16:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-10 16:05 David Sterba [this message]
2020-11-11 13:39 ` [GIT PULL] Btrfs updates for v5.10-rc4 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.1605023716.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.