mbox series

[GIT,PULL] bcachefs fixes for 6.14-rc4

Message ID jq44ty6ueeadfnlwsfihsvzzfxv64buipdncrb65q4lgaflezn@at52sul5ngay (mailing list archive)
State New
Headers show
Series [GIT,PULL] bcachefs fixes for 6.14-rc4 | expand

Pull-request

git://evilpiepirate.org/bcachefs.git tags/bcachefs-2025-02-20

Message

Kent Overstreet Feb. 20, 2025, 3:02 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 20, 2025, 5:03 p.m. UTC | #1
The pull request you sent on Thu, 20 Feb 2025 10:02:43 -0500:

> git://evilpiepirate.org/bcachefs.git tags/bcachefs-2025-02-20

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bf0e5ed0082ef0dbaa43c0296b045d6d9832082e

Thank you!