Hi Linus, another small one. The following changes since commit 406e445b3c6be65ab0ee961145e74bfd7ef6c9e1: bcachefs: Reuse transaction (2025-02-12 18:44:50 -0500) are available in the Git repository at: git://evilpiepirate.org/bcachefs.git tags/bcachefs-2025-02-20 for you to fetch changes up to b04974f759ac7574d8556deb7c602a8d01a0dcc6: bcachefs: Fix srcu lock warning in btree_update_nodes_written() (2025-02-19 18:52:42 -0500) ---------------------------------------------------------------- bcachefs fixes for 6.14-rc4 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 ---------------------------------------------------------------- Kent Overstreet (3): bcachefs: Fix fsck directory i_size checking bcachefs: Fix bch2_indirect_extent_missing_error() bcachefs: Fix srcu lock warning in btree_update_nodes_written() fs/bcachefs/btree_update_interior.c | 2 + fs/bcachefs/fsck.c | 78 +++++++++++++++---------------------- fs/bcachefs/reflink.c | 18 ++++----- fs/bcachefs/sb-downgrade.c | 2 +- 4 files changed, 42 insertions(+), 58 deletions(-)