index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ceph
/
messenger.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-10-10
Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-5
/
+7
2025-10-08
libceph: add empty check to ceph_con_get_out_msg()
Max Kellermann
1
-1
/
+3
2025-10-08
libceph: pass the message pointer instead of loading con->out_msg
Max Kellermann
1
-2
/
+2
2025-10-08
libceph: make ceph_con_get_out_msg() return the message pointer
Max Kellermann
1
-2
/
+2
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+2
2025-09-10
libceph: fix invalid accesses to ceph_connection_v1_info
Ilya Dryomov
1
-3
/
+4
2024-08-27
libceph: use min() to simplify code in ceph_dns_resolve_name()
Li Zetao
1
-1
/
+1
2023-10-09
libceph: use kernel_connect()
Jordan Rife
1
-2
/
+2
2023-08-22
libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type
Jeff Layton
1
-0
/
+77
2023-08-22
libceph: new sparse_read op, support sparse reads on msgr2 crc codepath
Jeff Layton
1
-0
/
+1
2023-07-26
rbd: harden get_lock_owner_info() a bit
Ilya Dryomov
1
-0
/
+1
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
1
-0
/
+4
2022-12-19
Treewide: Stop corrupting socket's task_frag
Benjamin Coddington
1
-0
/
+1
2022-10-04
libceph: drop last_piece flag from ceph_msg_data_cursor
Jeff Layton
1
-35
/
+5
2022-02-02
libceph: optionally use bounce buffer on recv path in crc mode
Ilya Dryomov
1
-0
/
+4
2022-01-20
Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-7
/
+8
2022-01-15
mm: allow !GFP_KERNEL allocations for kvmalloc
Michal Hocko
1
-1
/
+1
2022-01-13
libceph: generalize addr/ip parsing based on delimiter
Venky Shankar
1
-7
/
+8
2020-12-14
libceph, ceph: implement msgr2.1 protocol (crc and secure modes)
Ilya Dryomov
1
-12
/
+56
2020-12-14
libceph: move msgr1 protocol specific fields to its own struct
Ilya Dryomov
1
-4
/
+4
2020-12-14
libceph: move msgr1 protocol implementation to its own file
Ilya Dryomov
1
-1495
/
+0
2020-12-14
libceph: separate msgr1 protocol implementation
Ilya Dryomov
1
-50
/
+88
2020-12-14
libceph: export remaining protocol independent infrastructure
Ilya Dryomov
1
-82
/
+75
2020-12-14
libceph: export zero_page
Ilya Dryomov
1
-8
/
+9
2020-12-14
libceph: rename and export con->flags bits
Ilya Dryomov
1
-43
/
+34
2020-12-14
libceph: rename and export con->state states
Ilya Dryomov
1
-51
/
+39
2020-12-14
libceph: make con->state an int
Ilya Dryomov
1
-10
/
+6
2020-12-14
libceph: don't export ceph_messenger_{init_fini}() to modules
Ilya Dryomov
1
-2
/
+0
2020-12-14
libceph: make sure our addr->port is zero and addr->nonce is non-zero
Ilya Dryomov
1
-10
/
+17
2020-12-14
libceph: factor out ceph_con_get_out_msg()
Ilya Dryomov
1
-20
/
+39
2020-12-14
libceph: change ceph_con_in_msg_alloc() to take hdr
Ilya Dryomov
1
-5
/
+6
2020-12-14
libceph: change ceph_msg_data_cursor_init() to take cursor
Ilya Dryomov
1
-4
/
+3
2020-12-14
libceph: handle discarding acked and requeued messages separately
Ilya Dryomov
1
-20
/
+54
2020-12-14
libceph: drop msg->ack_stamp field
Ilya Dryomov
1
-1
/
+0
2020-12-14
libceph: remove redundant session reset log message
Ilya Dryomov
1
-4
/
+3
2020-12-14
libceph: clear con->peer_global_seq on RESETSESSION
Ilya Dryomov
1
-3
/
+3
2020-12-14
libceph: rename reset_connection() to ceph_con_reset_session()
Ilya Dryomov
1
-6
/
+4
2020-12-14
libceph: split protocol reset bits out of reset_connection()
Ilya Dryomov
1
-26
/
+24
2020-12-14
libceph: don't call reset_connection() on version/feature mismatches
Ilya Dryomov
1
-3
/
+0
2020-12-14
libceph: lower exponential backoff delay
Ilya Dryomov
1
-3
/
+9
2020-12-14
libceph: include middle_len in process_message() dout
Ilya Dryomov
1
-1
/
+2
2020-10-12
libceph: clear con->out_msg on Policy::stateful_server faults
Ilya Dryomov
1
-0
/
+5
2020-10-12
libceph: format ceph_entity_addr nonces as unsigned
Ilya Dryomov
1
-3
/
+3
2020-10-12
libceph: move a dout in queue_con_delay()
Ilya Dryomov
1
-1
/
+1
2020-10-02
libceph: use sendpage_ok() in ceph_tcp_sendpage()
Coly Li
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-05-28
tcp: add tcp_sock_set_nodelay
Christoph Hellwig
1
-9
/
+2
2020-03-23
libceph: fix alloc_msg_with_page_vector() memory leaks
Ilya Dryomov
1
-2
/
+7
2019-11-27
libceph, rbd, ceph: convert to use the new mount API
David Howells
1
-2
/
+0
[next]