summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* libceph: fix doc warnings in cls_lock_client.cBaokun Li2021-06-281-3/+9
* libceph: remove unnecessary ret variable in ceph_auth_init()zuoqilin2021-06-281-6/+1
* libceph: fix some spelling mistakesZheng Yongjun2021-06-283-4/+4
* libceph: kill ceph_none_authorizer::reply_bufIlya Dryomov2021-06-282-3/+2
* libceph: set global_id as soon as we get an auth ticketIlya Dryomov2021-06-243-14/+13
* libceph: don't pass result into ac->ops->handle_reply()Ilya Dryomov2021-06-243-11/+14
* Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-05-063-20/+38
|\
| * libceph: allow addrvecs with a single NONE/blank addressIlya Dryomov2021-05-041-6/+14
| * libceph: don't set global_id until we get an auth ticketIlya Dryomov2021-04-271-13/+23
| * libceph: bump CephXAuthenticate encoding versionIlya Dryomov2021-04-271-1/+1
* | net: ceph: Fix a typo in osdmap.cLu Wei2021-03-251-1/+1
|/
* libceph: remove osdtimeout option entirelyIlya Dryomov2021-02-161-6/+0
* libceph: deprecate [no]cephx_require_signatures optionsIlya Dryomov2021-02-161-6/+5
* libceph: fix "Boolean result is used in bitwise operation" warningIlya Dryomov2021-01-211-1/+1
* libceph, ceph: disambiguate ceph_connection_operations handlersIlya Dryomov2021-01-042-27/+27
* libceph: zero out session key and connection secretIlya Dryomov2021-01-043-43/+62
* libceph: align session_key and con_secret to 16 bytesIlya Dryomov2020-12-281-2/+10
* libceph: fix auth_signature buffer allocation in secure modeIlya Dryomov2020-12-281-1/+2
* Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-12-1716-1914/+6384
|\
| * libceph: drop ceph_auth_{create,update}_authorizer()Ilya Dryomov2020-12-141-28/+0
| * libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1Ilya Dryomov2020-12-141-16/+5
| * libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov2020-12-148-24/+4046
| * libceph: introduce connection modes and ms_mode optionIlya Dryomov2020-12-144-6/+87
| * libceph, rbd: ignore addr->type while comparing in some casesIlya Dryomov2020-12-141-2/+4
| * libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov2020-12-144-55/+195
| * libceph: factor out finish_auth()Ilya Dryomov2020-12-141-22/+30
| * libceph: drop ac->ops->name fieldIlya Dryomov2020-12-142-2/+0
| * libceph: amend cephx init_protocol() and build_request()Ilya Dryomov2020-12-142-28/+49
| * libceph, ceph: incorporate nautilus cephx changesIlya Dryomov2020-12-146-48/+194
| * libceph: safer en/decoding of cephx requests and repliesIlya Dryomov2020-12-141-21/+26
| * libceph: more insight into ticket expiry and invalidationIlya Dryomov2020-12-141-14/+25
| * libceph: move msgr1 protocol specific fields to its own structIlya Dryomov2020-12-142-212/+216
| * libceph: move msgr1 protocol implementation to its own fileIlya Dryomov2020-12-143-1496/+1504
| * libceph: separate msgr1 protocol implementationIlya Dryomov2020-12-141-50/+88
| * libceph: export remaining protocol independent infrastructureIlya Dryomov2020-12-141-82/+75
| * libceph: export zero_pageIlya Dryomov2020-12-141-8/+9
| * libceph: rename and export con->flags bitsIlya Dryomov2020-12-141-43/+34
| * libceph: rename and export con->state statesIlya Dryomov2020-12-141-51/+39
| * libceph: make con->state an intIlya Dryomov2020-12-141-10/+6
| * libceph: don't export ceph_messenger_{init_fini}() to modulesIlya Dryomov2020-12-141-2/+0
| * libceph: make sure our addr->port is zero and addr->nonce is non-zeroIlya Dryomov2020-12-141-10/+17
| * libceph: factor out ceph_con_get_out_msg()Ilya Dryomov2020-12-141-20/+39
| * libceph: change ceph_con_in_msg_alloc() to take hdrIlya Dryomov2020-12-141-5/+6
| * libceph: change ceph_msg_data_cursor_init() to take cursorIlya Dryomov2020-12-141-4/+3
| * libceph: handle discarding acked and requeued messages separatelyIlya Dryomov2020-12-141-20/+54
| * libceph: drop msg->ack_stamp fieldIlya Dryomov2020-12-141-1/+0
| * libceph: remove redundant session reset log messageIlya Dryomov2020-12-141-4/+3
| * libceph: clear con->peer_global_seq on RESETSESSIONIlya Dryomov2020-12-141-3/+3
| * libceph: rename reset_connection() to ceph_con_reset_session()Ilya Dryomov2020-12-141-6/+4
| * libceph: split protocol reset bits out of reset_connection()Ilya Dryomov2020-12-141-26/+24