mbox series

[GIT,PULL] bcachefs fixes for 6.14-rc6

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

Pull-request

git://evilpiepirate.org/bcachefs.git tags/bcachefs-2025-03-06

Message

Kent Overstreet March 6, 2025, 11:25 p.m. UTC
The following changes since commit eb54d2695b57426638fed0ec066ae17a18c4426c:

  bcachefs: Fix truncate sometimes failing and returning 1 (2025-02-26 19:31:05 -0500)

are available in the Git repository at:

  git://evilpiepirate.org/bcachefs.git tags/bcachefs-2025-03-06

for you to fetch changes up to 8ba73f53dc5b7545776e09e6982115dcbcbabec4:

  bcachefs: copygc now skips non-rw devices (2025-03-06 18:15:01 -0500)

----------------------------------------------------------------
bcachefs fixes for 6.14-rc6

- Fix a compatibility issue: we shouldn't be setting incompat feature
  bits unless explicitly requested
- Fix another bug where the journal alloc/resize path could spuriously
  fail with -BCH_ERR_open_buckets_empty
- Copygc shouldn't run on read-only devices: fragmentation isn't an
  issue if we're not currently writing to a given device, and it may not
  have anywhere to move the data to.

----------------------------------------------------------------
Kent Overstreet (3):
      bcachefs: Don't set BCH_FEATURE_incompat_version_field unless requested
      bcachefs: Fix bch2_dev_journal_alloc() spuriously failing
      bcachefs: copygc now skips non-rw devices

 fs/bcachefs/journal.c  | 59 +++++++++++++++++++++++++++-----------------------
 fs/bcachefs/movinggc.c | 25 ++++++++++-----------
 fs/bcachefs/super-io.c | 24 +++++++++++++-------
 fs/bcachefs/super-io.h | 11 ++++------
 4 files changed, 64 insertions(+), 55 deletions(-)

Comments

pr-tracker-bot@kernel.org March 6, 2025, 11:59 p.m. UTC | #1
The pull request you sent on Thu, 6 Mar 2025 18:25:30 -0500:

> git://evilpiepirate.org/bcachefs.git tags/bcachefs-2025-03-06

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

Thank you!