aboutsummaryrefslogtreecommitdiff
path: root/net/ceph/messenger_v1.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-07libceph: just wait for more data to be available on the socketGravatar Xiubo Li 1-12/+13
2024-02-07libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()Gravatar Xiubo Li 1-4/+4
2023-08-22libceph: add sparse read support to msgr1Gravatar Jeff Layton 1-8/+90
2023-06-27libceph: Partially revert changes to support MSG_SPLICE_PAGESGravatar David Howells 1-21/+37
2023-06-24ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageGravatar David Howells 1-40/+20
2023-02-03libceph: use bvec_set_page to initialize bvecsGravatar Christoph Hellwig 1-5/+2
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-2/+2
2022-10-04libceph: drop last_piece flag from ceph_msg_data_cursorGravatar Jeff Layton 1-3/+3
2022-02-02libceph: optionally use bounce buffer on recv path in crc modeGravatar Ilya Dryomov 1-6/+48
2021-01-21libceph: fix "Boolean result is used in bitwise operation" warningGravatar Ilya Dryomov 1-1/+1
2020-12-14libceph: move msgr1 protocol specific fields to its own structGravatar Ilya Dryomov 1-208/+212
2020-12-14libceph: move msgr1 protocol implementation to its own fileGravatar Ilya Dryomov 1-0/+1502