-
- Downloads
Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-client
Pull ceph updates from Ilya Dryomov: "The big ticket item here is support for msgr2 on-wire protocol, which adds the option of full in-transit encryption using AES-GCM algorithm (myself). On top of that we have a series to avoid intermittent errors during recovery with recover_session=clean and some MDS request encoding work from Jeff, a cap handling fix and assorted observability improvements from Luis and Xiubo and a good number of cleanups. Luis also ran into a corner case with quotas which sadly means that we are back to denying cross-quota-realm renames" * tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-client: (59 commits) libceph: drop ceph_auth_{create,update}_authorizer() libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1 libceph, ceph: implement msgr2.1 protocol (crc and secure modes) libceph: introduce connection modes and ms_mode option libceph, rbd: ignore addr->type while comparing in some cases libceph, ceph: get and handle cluster maps with addrvecs libceph: factor out finish_auth() libceph: drop ac->ops->name field libceph: amend cephx init_protocol() and build_request() libceph, ceph: incorporate nautilus cephx changes libceph: safer en/decoding of cephx requests and replies libceph: more insight into ticket expiry and invalidation libceph: move msgr1 protocol specific fields to its own struct libceph: move msgr1 protocol implementation to its own file libceph: separate msgr1 protocol implementation libceph: export remaining protocol independent infrastructure libceph: export zero_page libceph: rename and export con->flags bits libceph: rename and export con->state states libceph: make con->state an int ...
Showing
- drivers/block/rbd.c 6 additions, 2 deletionsdrivers/block/rbd.c
- fs/ceph/addr.c 3 additions, 3 deletionsfs/ceph/addr.c
- fs/ceph/caps.c 16 additions, 11 deletionsfs/ceph/caps.c
- fs/ceph/debugfs.c 20 additions, 0 deletionsfs/ceph/debugfs.c
- fs/ceph/dir.c 4 additions, 5 deletionsfs/ceph/dir.c
- fs/ceph/inode.c 23 additions, 18 deletionsfs/ceph/inode.c
- fs/ceph/locks.c 4 additions, 4 deletionsfs/ceph/locks.c
- fs/ceph/mds_client.c 205 additions, 75 deletionsfs/ceph/mds_client.c
- fs/ceph/mds_client.h 1 addition, 2 deletionsfs/ceph/mds_client.h
- fs/ceph/mdsmap.c 13 additions, 12 deletionsfs/ceph/mdsmap.c
- fs/ceph/metric.c 15 additions, 3 deletionsfs/ceph/metric.c
- fs/ceph/metric.h 14 additions, 0 deletionsfs/ceph/metric.h
- fs/ceph/quota.c 1 addition, 57 deletionsfs/ceph/quota.c
- fs/ceph/super.c 10 additions, 4 deletionsfs/ceph/super.c
- fs/ceph/super.h 3 additions, 4 deletionsfs/ceph/super.h
- fs/ceph/xattr.c 78 additions, 3 deletionsfs/ceph/xattr.c
- include/linux/ceph/auth.h 53 additions, 15 deletionsinclude/linux/ceph/auth.h
- include/linux/ceph/ceph_features.h 8 additions, 3 deletionsinclude/linux/ceph/ceph_features.h
- include/linux/ceph/ceph_fs.h 43 additions, 1 deletioninclude/linux/ceph/ceph_fs.h
- include/linux/ceph/decode.h 8 additions, 0 deletionsinclude/linux/ceph/decode.h
Loading
Please register or sign in to comment