]> www.infradead.org Git - users/willy/pagecache.git/commit
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)
commitbf0e5ed0082ef0dbaa43c0296b045d6d9832082e
tree94f4ad691bafe5471e5bafee23fd055088a2e793
parent770b7eec04c986ace0e632527ee7e1fafc2e5964
parentb04974f759ac7574d8556deb7c602a8d01a0dcc6
Merge tag 'bcachefs-2025-02-20' of git://evilpiepirate.org/bcachefs

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