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 6.4-rc7
Date: Mon, 12 Jun 2023 19:36:33 +0200	[thread overview]
Message-ID: <cover.1686588386.git.dsterba@suse.com> (raw)

Hi,

a few more fixes and regression fixes. This pull request got a bit
delayed due to testing and there are at least two more fixes I'd like to
get merged to 6.4-rc7, expected to be sent in time.

Please pull, thanks.

- in subpage mode, fix crash when repairing metadata at the and of a
  stripe

- properly enable async discard when remounting from read-only to
  read-write

- scrub regression fixes:
  - respect read-only scrub when attempting to do a repair
  - fix reporting of found errors, the stats don't get properly
    accounted after a stripe repair

----------------------------------------------------------------
The following changes since commit b675df0257bb717082f592626da3ddfc5bdc2b6b:

  btrfs: zoned: fix dev-replace after the scrub rework (2023-06-01 15:12:02 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-6.4-rc6-tag

for you to fetch changes up to 79b8ee702c918f1936e17cc53e14bec388ce1045:

  btrfs: scrub: also report errors hit during the initial read (2023-06-08 14:34:01 +0200)

----------------------------------------------------------------
Chris Mason (1):
      btrfs: properly enable async discard when switching from RO->RW

Qu Wenruo (3):
      btrfs: subpage: fix a crash in metadata repair path
      btrfs: scrub: respect the read-only flag during repair
      btrfs: scrub: also report errors hit during the initial read

 fs/btrfs/disk-io.c |  9 +++++----
 fs/btrfs/scrub.c   | 26 +++++++++++++++++++-------
 fs/btrfs/super.c   |  6 ++++++
 3 files changed, 30 insertions(+), 11 deletions(-)

             reply	other threads:[~2023-06-12 17:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-12 17:36 David Sterba [this message]
2023-06-12 18:28 ` [GIT PULL] Btrfs fixes for 6.4-rc7 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.1686588386.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.