]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'bcachefs-2024-08-21' of https://github.com/koverstreet/bcachefs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Sep 2024 03:23:20 +0000 (15:23 +1200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Sep 2024 03:23:20 +0000 (15:23 +1200)
commita4c763129fbcc7da5d3134ea95f9577f25bc637d
tree049fd5f846319b7ae7425301bd803616b1bcf3e9
parent6cd90e5ea72f35fa40f971c419e16142cd8272bf
parent3d3020c461936009dc58702e267ff67b0076cbf2
Merge tag 'bcachefs-2024-08-21' of https://github.com/koverstreet/bcachefs

Push bcachefs fixes from Kent Overstreet:
 "The data corruption in the buffered write path is troubling; inode
  lock should not have been able to cause that...

   - Fix a rare data corruption in the rebalance path, caught as a nonce
     inconsistency on encrypted filesystems

   - Revert lockless buffered write path

   - Mark more errors as autofix"

* tag 'bcachefs-2024-08-21' of https://github.com/koverstreet/bcachefs:
  bcachefs: Mark more errors as autofix
  bcachefs: Revert lockless buffered IO path
  bcachefs: Fix bch2_extents_match() false positive
  bcachefs: Fix failure to return error in data_update_index_update()