[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1579953624.git.dsterba@suse.com>
Date: Sat, 25 Jan 2020 13:14:00 +0100
From: David Sterba <dsterba@...e.com>
To: torvalds@...ux-foundation.org
Cc: David Sterba <dsterba@...e.com>, linux-btrfs@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] Btrfs fix for 5.5-rc8
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(-)
Powered by blists - more mailing lists