index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ceph
/
messenger_v1.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libceph: just wait for more data to be available on the socket
Xiubo Li
2024-02-07
1
-12
/
+13
*
libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()
Xiubo Li
2024-02-07
1
-4
/
+4
*
libceph: add sparse read support to msgr1
Jeff Layton
2023-08-22
1
-8
/
+90
*
libceph: Partially revert changes to support MSG_SPLICE_PAGES
David Howells
2023-06-27
1
-21
/
+37
*
ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
2023-06-25
1
-40
/
+20
*
libceph: use bvec_set_page to initialize bvecs
Christoph Hellwig
2023-02-03
1
-5
/
+2
*
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-2
/
+2
*
libceph: drop last_piece flag from ceph_msg_data_cursor
Jeff Layton
2022-10-04
1
-3
/
+3
*
libceph: optionally use bounce buffer on recv path in crc mode
Ilya Dryomov
2022-02-02
1
-6
/
+48
*
libceph: fix "Boolean result is used in bitwise operation" warning
Ilya Dryomov
2021-01-21
1
-1
/
+1
*
libceph: move msgr1 protocol specific fields to its own struct
Ilya Dryomov
2020-12-14
1
-208
/
+212
*
libceph: move msgr1 protocol implementation to its own file
Ilya Dryomov
2020-12-14
1
-0
/
+1502