]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Sep 2019 08:48:47 +0000 (09:48 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Sep 2019 08:48:47 +0000 (09:48 +0100)
commitbf625e7ea492ff677d5eb305f56d20d612f2b467
treef8727159a28159faaf07df87ec1d0175d6d9582a
parenta66921630c6e08e71591f4408b018cc2933e043d
parenta49e9938a9ffa5993e807d20421da9aa4e83b298
Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:
 "Here are two fixes, one of them urgent fixing a bug introduced in 5.2
  and reported by many users. It took time to identify the root cause,
  catching the 5.3 release is higly desired also to push the fix to 5.2
  stable tree.

  The bug is a mess up of return values after adding proper error
  handling and honestly the kind of bug that can cause sleeping
  disorders until it's caught. My appologies to everybody who was
  affected.

  Summary of what could happen:

  1) either a hang when committing a transaction, if this happens
     there's no risk of corruption, still the hang is very inconvenient
     and can't be resolved without a reboot

  2) writeback for some btree nodes may never be started and we end up
     committing a transaction without noticing that, this is really
     serious and that will lead to the "parent transid verify failed"
     messages"

* tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  Btrfs: fix unwritten extent buffers and hangs on future writeback attempts
  Btrfs: fix assertion failure during fsync and use of stale transaction
fs/btrfs/extent_io.c