]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-5.5-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Jan 2020 18:55:24 +0000 (10:55 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Jan 2020 18:55:24 +0000 (10:55 -0800)
commitf895b9338072d00f2860d82db78a3a5be3fc94fc
tree748548edcb0633df51743ec88da04ff55289bb85
parent1883aa45aba750d6e81b0a4f53d635e1fcdc643a
parent0e8b77990dc9417033916c9f9c5e19182accc397
Merge tag 'for-5.5-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fix from David Sterba:
 "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 extra fixup patch is there to silence an unnecessary warning"

* tag 'for-5.5-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: dev-replace: remove warning for unknown return codes when finished
  btrfs: scrub: Require mandatory block group RO for dev-replace