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