]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'bcachefs-2025-03-06' of git://evilpiepirate.org/bcachefs
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Mar 2025 23:52:15 +0000 (13:52 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Mar 2025 23:52:15 +0000 (13:52 -1000)
commit0f52fd4f67c67f7f2ea3063c627e466255f027fd
tree7e0f38860adc8e42b588eb38e425a02d7d6be949
parentf315296c92fd4b7716bdea17f727ab431891dc3b
parent8ba73f53dc5b7545776e09e6982115dcbcbabec4
Merge tag 'bcachefs-2025-03-06' of git://evilpiepirate.org/bcachefs

Pull bcachefs fixes from Kent Overstreet:

 - 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

* tag 'bcachefs-2025-03-06' of git://evilpiepirate.org/bcachefs:
  bcachefs: copygc now skips non-rw devices
  bcachefs: Fix bch2_dev_journal_alloc() spuriously failing
  bcachefs: Don't set BCH_FEATURE_incompat_version_field unless requested