All of lore.kernel.org
 help / color / mirror / Atom feed
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.15-rc3
Date: Thu, 23 Sep 2021 23:36:38 +0200	[thread overview]
Message-ID: <cover.1632432123.git.dsterba@suse.com> (raw)

Hi,

a few fixes, please pull. Thanks.

- regression, fix leak of transaction handle after verity rollback
  failure

- properly reset device last error between mounts

- improve one error handling case when checksumming bios

- fixup confusing displayed size of space info free space

----------------------------------------------------------------
The following changes since commit f79645df806565a03abb2847a1d20e6930b25e7e:

  btrfs: zoned: fix double counting of split ordered extent (2021-09-07 14:30:41 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.15-rc2-tag

for you to fetch changes up to 0619b7901473c380abc05d45cf9c70bee0707db3:

  btrfs: prevent __btrfs_dump_space_info() to underflow its free space (2021-09-17 19:29:54 +0200)

----------------------------------------------------------------
Filipe Manana (2):
      btrfs: fix transaction handle leak after verity rollback failure
      btrfs: fix mount failure due to past and transient device flush error

Qu Wenruo (2):
      btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handling
      btrfs: prevent __btrfs_dump_space_info() to underflow its free space

 fs/btrfs/file-item.c  | 13 ++++++++++++-
 fs/btrfs/space-info.c |  5 +++--
 fs/btrfs/verity.c     |  6 ++++--
 fs/btrfs/volumes.c    | 13 +++++++++++++
 4 files changed, 32 insertions(+), 5 deletions(-)

             reply	other threads:[~2021-09-23 21:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-23 21:36 David Sterba [this message]
2021-09-23 21:42 ` [GIT PULL] Btrfs fixes for 5.15-rc3 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.1632432123.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.