summaryrefslogtreecommitdiffstats
path: root/net/ceph/messenger.c
AgeCommit message (Expand)Author
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: don't export ceph_messenger_{init_fini}() to modulesIlya Dryomov
2020-12-14libceph: make sure our addr->port is zero and addr->nonce is non-zeroIlya Dryomov
2020-12-14libceph: factor out ceph_con_get_out_msg()Ilya Dryomov
2020-12-14libceph: change ceph_con_in_msg_alloc() to take hdrIlya Dryomov
2020-12-14libceph: change ceph_msg_data_cursor_init() to take cursorIlya Dryomov
2020-12-14libceph: handle discarding acked and requeued messages separatelyIlya Dryomov
2020-12-14libceph: drop msg->ack_stamp fieldIlya Dryomov
2020-12-14libceph: remove redundant session reset log messageIlya Dryomov
2020-12-14libceph: clear con->peer_global_seq on RESETSESSIONIlya Dryomov
2020-12-14libceph: rename reset_connection() to ceph_con_reset_session()Ilya Dryomov
2020-12-14libceph: split protocol reset bits out of reset_connection()Ilya Dryomov
2020-12-14libceph: don't call reset_connection() on version/feature mismatchesIlya Dryomov
2020-12-14libceph: lower exponential backoff delayIlya Dryomov
2020-12-14libceph: include middle_len in process_message() doutIlya Dryomov
2020-10-12libceph: clear con->out_msg on Policy::stateful_server faultsIlya Dryomov
2020-10-12libceph: format ceph_entity_addr nonces as unsignedIlya Dryomov
2020-10-12libceph: move a dout in queue_con_delay()Ilya Dryomov
2020-10-02libceph: use sendpage_ok() in ceph_tcp_sendpage()Coly Li
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig
2020-03-23libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells
2019-09-16libceph: add function that reset client's entity addrYan, Zheng
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-07-08libceph: rename ceph_encode_addr to ceph_encode_banner_addrJeff Layton
2019-07-08libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONEJeff Layton
2019-07-08libceph: fix sa_family just after reading addressJeff Layton
2019-06-27keys: Pass the network namespace into request_key mechanismDavid Howells
2019-05-16Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-05-15dns_resolver: Allow used keys to be invalidatedDavid Howells
2019-05-07libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton
2019-05-07libceph: fix unaligned accesses in ceph_entity_addr handlingJeff Layton
2019-03-25libceph: fix breakage caused by multipage bvecsIlya Dryomov
2019-02-18libceph: handle an empty authorize replyIlya Dryomov
2019-01-21libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov
2018-12-26libceph: switch more to bool in ceph_tcp_sendmsg()Ilya Dryomov
2018-12-26libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage()Ilya Dryomov
2018-12-26libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage()Ilya Dryomov
2018-12-26libceph: drop last_piece logic from write_partial_message_data()Ilya Dryomov
2018-11-19libceph: fall back to sendmsg for slab pagesIlya Dryomov
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds