mbox series

[GIT,PULL] Btrfs fix for 5.5-rc8

Message ID cover.1579953624.git.dsterba@suse.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Btrfs fix for 5.5-rc8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.5-rc8-tag

Message

David Sterba Jan. 25, 2020, 12:14 p.m. UTC
Hi,

here's a last minute fix for a regression introduced in this development
cycle. There's a small chance of a silent corruption when device replace
and NOCOW data writes happen at the same time in one block group.
Metadata or COW data writes are unaffected. The fixup patch is there to
silence an unnecessary warning.

Please pull, thanks.

----------------------------------------------------------------
The following changes since commit b35cf1f0bf1f2b0b193093338414b9bd63b29015:

  btrfs: check rw_devices, not num_devices for balance (2020-01-17 15:40:54 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.5-rc8-tag

for you to fetch changes up to 4cea9037f82a6deed0f2f61e4054b7ae2519ef87:

  btrfs: dev-replace: remove warning for unknown return codes when finished (2020-01-25 12:49:12 +0100)

----------------------------------------------------------------
David Sterba (1):
      btrfs: dev-replace: remove warning for unknown return codes when finished

Qu Wenruo (1):
      btrfs: scrub: Require mandatory block group RO for dev-replace

 fs/btrfs/dev-replace.c |  5 +----
 fs/btrfs/scrub.c       | 33 ++++++++++++++++++++++++++++-----
 2 files changed, 29 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 25, 2020, 7:05 p.m. UTC | #1
The pull request you sent on Sat, 25 Jan 2020 13:14:00 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.5-rc8-tag

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a075f23dd4b036ebaf918b3af477aa1f249ddfa0

Thank you!