]> www.infradead.org Git - users/willy/pagecache.git/commitdiff
Merge tag 'ceph-for-6.13-rc1' of https://github.com/ceph/ceph-client
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Nov 2024 18:22:38 +0000 (10:22 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Nov 2024 18:22:38 +0000 (10:22 -0800)
Pull ceph updates from Ilya Dryomov:
 "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"

* tag 'ceph-for-6.13-rc1' of https://github.com/ceph/ceph-client:
  ceph: fix cred leak in ceph_mds_check_access()
  ceph: pass cred pointer to ceph_mds_auth_match()
  ceph: improve caps debugging output
  ceph: correct ceph_mds_cap_peer field name
  ceph: correct ceph_mds_cap_item field name
  ceph: miscellaneous spelling fixes
  ceph: Use strscpy() instead of strcpy() in __get_snap_name()
  ceph: Use str_true_false() helper in status_show()
  ceph: requalify some char pointers as const
  ceph: extract entity name from device id
  MAINTAINERS: exclude net/ceph from networking
  ceph: Remove fs/ceph deadcode
  libceph: Remove unused ceph_crypto_key_encode
  libceph: Remove unused ceph_osdc_watch_check
  libceph: Remove unused pagevec functions
  libceph: Remove unused ceph_pagelist functions

1  2 
MAINTAINERS
fs/ceph/addr.c

diff --cc MAINTAINERS
index c1fcc56bf2fba4e82f87fd8ccb9686cb36af533e,a9ab78904e934c25d6e7ce8f03420a3f3ca57074..9417ce74905e261871a8ab779b00a14076784aa4
@@@ -16352,7 -16157,7 +16352,8 @@@ X:   include/net/mac80211.
  X:    include/net/wext.h
  X:    net/9p/
  X:    net/bluetooth/
 +X:    net/can/
+ X:    net/ceph/
  X:    net/mac80211/
  X:    net/rfkill/
  X:    net/wireless/
diff --cc fs/ceph/addr.c
Simple merge