summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/messenger.h
Commit message (Expand)AuthorAgeFilesLines
* libceph: just wait for more data to be available on the socketXiubo Li2024-02-071-1/+1
* libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_typeJeff Layton2023-08-221-0/+8
* libceph: add sparse read support to msgr1Jeff Layton2023-08-221-0/+4
* libceph: new sparse_read op, support sparse reads on msgr2 crc codepathJeff Layton2023-08-221-0/+28
* libceph: drop last_piece flag from ceph_msg_data_cursorJeff Layton2022-10-041-3/+1
* libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov2022-02-021-0/+1
* libceph: make recv path in secure mode work the same as send pathIlya Dryomov2022-02-021-0/+4
* libceph: generalize addr/ip parsing based on delimiterVenky Shankar2022-01-131-1/+1
* libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov2020-12-141-3/+133
* libceph: move msgr1 protocol specific fields to its own structIlya Dryomov2020-12-141-35/+41
* libceph: move msgr1 protocol implementation to its own fileIlya Dryomov2020-12-141-0/+1
* libceph: separate msgr1 protocol implementationIlya Dryomov2020-12-141-0/+8
* libceph: export remaining protocol independent infrastructureIlya Dryomov2020-12-141-1/+38
* libceph: export zero_pageIlya Dryomov2020-12-141-0/+1
* libceph: rename and export con->flags bitsIlya Dryomov2020-12-141-1/+12
* libceph: rename and export con->state statesIlya Dryomov2020-12-141-1/+11
* libceph: make con->state an intIlya Dryomov2020-12-141-1/+1
* libceph: drop msg->ack_stamp fieldIlya Dryomov2020-12-141-1/+0
* libceph: lower exponential backoff delayIlya Dryomov2020-12-141-2/+2
* libceph: fix ENTITY_NAME format suggestionIlya Dryomov2020-10-121-1/+1
* libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov2020-03-231-3/+4
* libceph: add function that reset client's entity addrYan, Zheng2019-09-161-0/+1
* libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton2019-05-071-1/+2
* libceph: preallocate message data itemsIlya Dryomov2018-10-221-19/+5
* libceph: add authorizer challengeIlya Dryomov2018-08-021-0/+3
* libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov2018-08-021-2/+1
* libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann2018-08-021-1/+1
* libceph: introduce BVECS data typeIlya Dryomov2018-04-021-0/+42
* libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov2018-04-021-8/+51
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* libceph: ceph_connection_operations::reencode_message() methodIlya Dryomov2017-07-071-0/+2
* Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-12-161-1/+1
|\
| * libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov2016-12-121-1/+1
* | ceph: don't include blk_types.h in messenger.hChristoph Hellwig2016-11-011-1/+1
|/
* libceph: fix ceph_msg_revoke()Ilya Dryomov2016-01-211-1/+1
* libceph: stop duplicating client fields in messengerIlya Dryomov2015-11-021-10/+1
* libceph: msg signing callouts don't need con argumentIlya Dryomov2015-11-021-3/+2
* libceph: don't access invalid memory in keepalive2 pathIlya Dryomov2015-09-171-1/+3
* libceph: use keepalive2 to verify the mon session is aliveYan, Zheng2015-09-081-0/+4
* libceph: enable ceph in a non-default network namespaceIlya Dryomov2015-07-091-0/+3
* libceph: tcp_nodelay supportChaitanya Huilgol2015-02-191-1/+3
* libceph: message signature supportYan, Zheng2014-12-171-1/+8
* libceph: move and add dout()s to ceph_msg_{get,put}()Ilya Dryomov2014-07-081-12/+2
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-2/+2
|\
| * ceph: Convert to immutable biovecsKent Overstreet2013-11-231-2/+2
* | libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov2014-01-261-1/+0
* | libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov2014-01-141-1/+1
* | libceph: all features fields must be u64Ilya Dryomov2013-12-311-5/+5
|/
* libceph: add, don't set data for a messageAlex Elder2013-05-011-3/+3
* libceph: implement multiple data items in a messageAlex Elder2013-05-011-1/+4