]> www.infradead.org Git - users/hch/configfs.git/commitdiff
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)
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()


Trivial merge