Hi Linus, The following changes since commit adc218676eef25575469234709c2d87185ca223a: Linux 6.12 (2024-11-17 14:15:08 -0800) are available in the Git repository at: https://github.com/ceph/ceph-client.git tags/ceph-for-6.13-rc1 for you to fetch changes up to c5cf420303256dcd6ff175643e9e9558543c2047: ceph: fix cred leak in ceph_mds_check_access() (2024-11-25 15:51:13 +0100) There is a trivial conflict in MAINTAINERS caused by an unrelated X: entry for NETWORKING [GENERAL] that merged last week. ---------------------------------------------------------------- A fix for the mount "device" string parser from Patrick and two cred reference counting fixups from Max, marked for stable. Also included a number of cleanups and a tweak to MAINTAINERS to avoid unnecessarily CCing netdev list. ---------------------------------------------------------------- Abdul Rahim (1): ceph: Use strscpy() instead of strcpy() in __get_snap_name() Dmitry Antipov (1): ceph: miscellaneous spelling fixes Dr. David Alan Gilbert (5): libceph: Remove unused ceph_pagelist functions libceph: Remove unused pagevec functions libceph: Remove unused ceph_osdc_watch_check libceph: Remove unused ceph_crypto_key_encode ceph: Remove fs/ceph deadcode Ilya Dryomov (1): MAINTAINERS: exclude net/ceph from networking Max Kellermann (2): ceph: pass cred pointer to ceph_mds_auth_match() ceph: fix cred leak in ceph_mds_check_access() Patrick Donnelly (5): ceph: extract entity name from device id ceph: requalify some char pointers as const ceph: correct ceph_mds_cap_item field name ceph: correct ceph_mds_cap_peer field name ceph: improve caps debugging output Thorsten Blum (1): ceph: Use str_true_false() helper in status_show() MAINTAINERS | 1 + fs/ceph/addr.c | 2 +- fs/ceph/caps.c | 63 ++++++++++++++++------------------------- fs/ceph/crypto.h | 2 +- fs/ceph/debugfs.c | 2 +- fs/ceph/dir.c | 4 +-- fs/ceph/export.c | 12 ++++++-- fs/ceph/inode.c | 2 +- fs/ceph/mds_client.c | 27 +++++++----------- fs/ceph/mds_client.h | 2 -- fs/ceph/super.c | 12 ++++++-- fs/ceph/super.h | 3 +- fs/ceph/xattr.c | 2 +- include/linux/ceph/ceph_fs.h | 4 +-- include/linux/ceph/libceph.h | 6 ---- include/linux/ceph/osd_client.h | 2 -- include/linux/ceph/pagelist.h | 12 -------- net/ceph/crypto.c | 12 -------- net/ceph/crypto.h | 1 - net/ceph/osd_client.c | 34 ---------------------- net/ceph/pagelist.c | 38 ------------------------- net/ceph/pagevec.c | 52 ---------------------------------- 22 files changed, 65 insertions(+), 230 deletions(-)