[GIT PULL] Ceph updates for 6.19-rc1
From: Ilya Dryomov
Date: Fri Dec 12 2025 - 14:02:34 EST
Hi Linus,
The following changes since commit 7d0a66e4bb9081d75c82ec4957c50034cb0ea449:
Linux 6.18 (2025-11-30 14:42:10 -0800)
are available in the Git repository at:
https://github.com/ceph/ceph-client.git tags/ceph-for-6.19-rc1
for you to fetch changes up to 21c1466ea25114871707d95745a16ebcf231e197:
rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AES (2025-12-10 11:50:54 +0100)
The reason I'm sending this pretty late is that I was waiting for
another fix for a regression in CephFS that was introduced in 6.18-rc1.
Unfortunately, it didn't get finalized this week.
----------------------------------------------------------------
We have a patch that adds an initial set of tracepoints to the MDS
client from Max, a fix that hardens osdmap parsing code from myself
(marked for stable) and a few assorted fixups.
----------------------------------------------------------------
Andy Shevchenko (2):
ceph: Amend checking to fix `make W=1` build breakage
libceph: Amend checking to fix `make W=1` build breakage
Eric Biggers (1):
ceph: stop selecting CRC32, CRYPTO, and CRYPTO_AES
Ilya Dryomov (2):
libceph: make decode_pool() more resilient against corrupted osdmaps
rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AES
Max Kellermann (1):
ceph: add trace points to the MDS client
Simon Buttgereit (1):
libceph: fix log output race condition in OSD client
drivers/block/Kconfig | 3 -
fs/ceph/Kconfig | 3 -
fs/ceph/caps.c | 4 +
fs/ceph/mds_client.c | 20 +++-
fs/ceph/snap.c | 2 +-
fs/ceph/super.c | 3 +
include/trace/events/ceph.h | 234 ++++++++++++++++++++++++++++++++++++++++++++
net/ceph/osd_client.c | 6 +-
net/ceph/osdmap.c | 120 ++++++++++-------------
9 files changed, 316 insertions(+), 79 deletions(-)
create mode 100644 include/trace/events/ceph.h