summaryrefslogtreecommitdiff
path: root/net/ceph/messenger.c
AgeCommit message (Expand)Author
2025-10-10Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-10-08libceph: add empty check to ceph_con_get_out_msg()Max Kellermann
2025-10-08libceph: pass the message pointer instead of loading con->out_msgMax Kellermann
2025-10-08libceph: make ceph_con_get_out_msg() return the message pointerMax Kellermann
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-10libceph: fix invalid accesses to ceph_connection_v1_infoIlya Dryomov
2024-08-27libceph: use min() to simplify code in ceph_dns_resolve_name()Li Zetao
2023-10-09libceph: use kernel_connect()Jordan Rife
2023-08-22libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_typeJeff Layton
2023-08-22libceph: new sparse_read op, support sparse reads on msgr2 crc codepathJeff Layton
2023-07-26rbd: harden get_lock_owner_info() a bitIlya Dryomov
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington
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-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko
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: 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