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