aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/ceph/messenger.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-07libceph: just wait for more data to be available on the socketXiubo Li1-1/+1
2023-08-22libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_typeJeff Layton1-0/+8
2023-08-22libceph: add sparse read support to msgr1Jeff Layton1-0/+4
2023-08-22libceph: new sparse_read op, support sparse reads on msgr2 crc codepathJeff Layton1-0/+28
2022-10-04libceph: drop last_piece flag from ceph_msg_data_cursorJeff Layton1-3/+1
2022-02-02libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov1-0/+1
2022-02-02libceph: make recv path in secure mode work the same as send pathIlya Dryomov1-0/+4
2022-01-13libceph: generalize addr/ip parsing based on delimiterVenky Shankar1-1/+1
2020-12-14libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov1-3/+133
2020-12-14libceph: move msgr1 protocol specific fields to its own structIlya Dryomov1-35/+41
2020-12-14libceph: move msgr1 protocol implementation to its own fileIlya Dryomov1-0/+1
2020-12-14libceph: separate msgr1 protocol implementationIlya Dryomov1-0/+8
2020-12-14libceph: export remaining protocol independent infrastructureIlya Dryomov1-1/+38
2020-12-14libceph: export zero_pageIlya Dryomov1-0/+1
2020-12-14libceph: rename and export con->flags bitsIlya Dryomov1-1/+12
2020-12-14libceph: rename and export con->state statesIlya Dryomov1-1/+11
2020-12-14libceph: make con->state an intIlya Dryomov1-1/+1
2020-12-14libceph: drop msg->ack_stamp fieldIlya Dryomov1-1/+0
2020-12-14libceph: lower exponential backoff delayIlya Dryomov1-2/+2
2020-10-12libceph: fix ENTITY_NAME format suggestionIlya Dryomov1-1/+1
2020-03-23libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov1-3/+4
2019-09-16libceph: add function that reset client's entity addrYan, Zheng1-0/+1
2019-05-07libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton1-1/+2
2018-10-22libceph: preallocate message data itemsIlya Dryomov1-19/+5
2018-08-02libceph: add authorizer challengeIlya Dryomov1-0/+3
2018-08-02libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov1-2/+1
2018-08-02libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann1-1/+1
2018-04-02libceph: introduce BVECS data typeIlya Dryomov1-0/+42
2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov1-8/+51
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-07libceph: ceph_connection_operations::reencode_message() methodIlya Dryomov1-0/+2
2016-12-16Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov1-1/+1
2016-11-01ceph: don't include blk_types.h in messenger.hChristoph Hellwig1-1/+1
2016-01-21libceph: fix ceph_msg_revoke()Ilya Dryomov1-1/+1
2015-11-02libceph: stop duplicating client fields in messengerIlya Dryomov1-10/+1
2015-11-02libceph: msg signing callouts don't need con argumentIlya Dryomov1-3/+2
2015-09-17libceph: don't access invalid memory in keepalive2 pathIlya Dryomov1-1/+3
2015-09-08libceph: use keepalive2 to verify the mon session is aliveYan, Zheng1-0/+4
2015-07-09libceph: enable ceph in a non-default network namespaceIlya Dryomov1-0/+3
2015-02-19libceph: tcp_nodelay supportChaitanya Huilgol1-1/+3
2014-12-17libceph: message signature supportYan, Zheng1-1/+8
2014-07-08libceph: move and add dout()s to ceph_msg_{get,put}()Ilya Dryomov1-12/+2
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2014-01-26libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov1-1/+0
2014-01-14libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov1-1/+1
2013-12-31libceph: all features fields must be u64Ilya Dryomov1-5/+5
2013-11-23ceph: Convert to immutable biovecsKent Overstreet1-2/+2
2013-05-01libceph: add, don't set data for a messageAlex Elder1-3/+3
2013-05-01libceph: implement multiple data items in a messageAlex Elder1-1/+4