]> www.infradead.org Git - users/willy/pagecache.git/commitdiff
Merge tag 'bcachefs-2025-02-20' of git://evilpiepirate.org/bcachefs
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Feb 2025 16:51:57 +0000 (08:51 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Feb 2025 16:51:57 +0000 (08:51 -0800)
Pull bcachefs fixes from Kent Overstreet:
 "Small stuff:

   - The fsck code for Hongbo's directory i_size patch was wrong, caught
     by transaction restart injection: we now have the CI running
     another test variant with restart injection enabled

   - Another fixup for reflink pointers to missing indirect extents:
     previous fix was for fsck code, this fixes the normal runtime paths

   - Another small srcu lock hold time fix, reported by jpsollie"

* tag 'bcachefs-2025-02-20' of git://evilpiepirate.org/bcachefs:
  bcachefs: Fix srcu lock warning in btree_update_nodes_written()
  bcachefs: Fix bch2_indirect_extent_missing_error()
  bcachefs: Fix fsck directory i_size checking


Trivial merge