mbox series

[GIT,PULL] bcachefs fixes for 6.11-rc3, more

Message ID f6bxn2o6l3mt63rjaclzcyl64y4cna5sxpnktlh5ws6ezgtdzd@ga3tq6ak64pc (mailing list archive)
State New
Headers show
Series [GIT,PULL] bcachefs fixes for 6.11-rc3, more | expand

Pull-request

git://evilpiepirate.org/bcachefs.git tags/bcachefs-2024-08-10

Message

Kent Overstreet Aug. 10, 2024, 4:46 p.m. UTC
Hi Linus, couple last minute fixes for the new disk accounting.

Cheers,
Kent

The following changes since commit 73dc1656f41a42849e43b945fe44d4e3d55eb6c3:

  bcachefs: Use bch2_wait_on_allocator() in btree node alloc path (2024-08-07 21:04:55 -0400)

are available in the Git repository at:

  git://evilpiepirate.org/bcachefs.git tags/bcachefs-2024-08-10

for you to fetch changes up to 8a2491db7bea6ad88ec568731eafd583501f1c96:

  bcachefs: bcachefs_metadata_version_disk_accounting_v3 (2024-08-09 19:21:28 -0400)

----------------------------------------------------------------
bcachefs fixes for 6.11-rc2, more

- fix a bug that was causing ACLs to seemingly "disappear"
- new on disk format version, bcachefs_metadata_version_disk_accounting_v3
  bcachefs_metadata_version_disk_accounting_v2 accidentally included
  padding in disk_accounting_key; fortunately, 6.11 isn't out yet so we
  can fix this with another version bump.

----------------------------------------------------------------
Kent Overstreet (4):
      bcachefs: Switch to .get_inode_acl()
      bcachefs: bch2_accounting_invalid()
      bcachefs: improve bch2_dev_usage_to_text()
      bcachefs: bcachefs_metadata_version_disk_accounting_v3

 fs/bcachefs/acl.c                    | 11 +++---
 fs/bcachefs/acl.h                    |  2 +-
 fs/bcachefs/alloc_foreground.c       |  2 +-
 fs/bcachefs/bcachefs_format.h        |  3 +-
 fs/bcachefs/buckets.c                | 12 ++++---
 fs/bcachefs/buckets.h                |  2 +-
 fs/bcachefs/disk_accounting.c        | 65 +++++++++++++++++++++++++++++++++++-
 fs/bcachefs/disk_accounting_format.h | 15 ++++-----
 fs/bcachefs/fs.c                     |  8 ++---
 fs/bcachefs/replicas.c               |  1 -
 fs/bcachefs/sb-downgrade.c           | 27 ++++++++++++++-
 fs/bcachefs/sb-errors_format.h       |  6 +++-
 12 files changed, 126 insertions(+), 28 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 10, 2024, 6:09 p.m. UTC | #1
The pull request you sent on Sat, 10 Aug 2024 12:46:42 -0400:

> git://evilpiepirate.org/bcachefs.git tags/bcachefs-2024-08-10

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

Thank you!