[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <f6bxn2o6l3mt63rjaclzcyl64y4cna5sxpnktlh5ws6ezgtdzd@ga3tq6ak64pc>
Date: Sat, 10 Aug 2024 12:46:42 -0400
From: Kent Overstreet <kent.overstreet@...ux.dev>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-bcachefs@...r.kernel.org, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] bcachefs fixes for 6.11-rc3, more
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(-)
Powered by blists - more mailing lists