index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
msg
/
async
/
rdma
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: cache pthread names
Patrick Donnelly
2024-10-25
1
-1
/
+1
*
msg/async/rdma: cleanup unused variables
kshtsk
2024-07-21
1
-2
/
+0
*
msg: add min delay packets support for mons
Song Shun
2022-08-06
2
-0
/
+6
*
msg/async: do not pass worker id to Stack::spawn_worker()
Kefu Chai
2021-02-26
2
-2
/
+2
*
async/rdma: do not reference worker id in RDMAStack::spawn_worker()
Kefu Chai
2021-02-26
1
-2
/
+1
*
async/rdma: initialize worker in RDMAStack::create_worker()
Kefu Chai
2021-02-26
1
-8
/
+4
*
async/rdma: move RDMAStack::create_worker() to .cc
Kefu Chai
2021-02-26
2
-3
/
+6
*
common/Tub: remove Tub.h
Kefu Chai
2021-02-14
1
-1
/
+0
*
msg/async: drop "NetworkStack::type"
Kefu Chai
2020-12-09
2
-3
/
+3
*
msg/async: refine worker creation in NetworkStack
Insu Jang
2020-12-03
1
-0
/
+4
*
msg/async/rdma: use wr_id address to check valid chunk
Chunsong Feng
2020-09-01
2
-1
/
+5
*
msg/async/rdma: avoid enqueue_dead_qp deadlock
Chunsong Feng
2020-08-29
2
-5
/
+12
*
Merge pull request #33882 from rosinL/wip-fix-rdma-segfault
Kefu Chai
2020-03-26
3
-0
/
+12
|
\
|
*
msg/async/rdma: add return value check after qp created
yehu
2020-03-21
3
-0
/
+12
*
|
msg: Build target 'common' without using namespace in headers
Adam C. Emerson
2020-03-07
8
-44
/
+45
|
/
*
Merge pull request #31041 from liu-chunmei/ceph_seastar_alien_blue_store
Kefu Chai
2020-03-02
1
-1
/
+1
|
\
|
*
crimson:common add TOPNSPC namespace for ceph and crimson
Chunmei Liu
2020-02-28
1
-1
/
+1
*
|
Merge pull request #31109 from liupengs/wip-msg-async-fix-event-center-block
Kefu Chai
2020-03-01
2
-27
/
+82
|
\
\
|
|
/
|
/
|
|
*
msg/async/rdma: move C_handle_connection to RDMAConnectionSocketImpl.cc
liupengs
2020-03-01
2
-23
/
+21
|
*
msg/async/rdma: fix bug event center is blocked by rdma construct connection ...
liupengs
2020-03-01
2
-5
/
+62
*
|
include, common, *: unify getting number of buffers in bufferlist.
Radoslaw Zarzynski
2020-02-04
1
-2
/
+2
*
|
Merge pull request #28921 from rzarzynski/wip-msgr-drop-0c
Kefu Chai
2020-01-07
2
-49
/
+0
|
\
\
|
*
|
msg/async: drop zero_copy_read() & co from ConnectedSocket.
Radoslaw Zarzynski
2019-07-08
2
-49
/
+0
*
|
|
Merge pull request #31692 from rzarzynski/wip-fips-zeroize-memset_bzero
Kefu Chai
2019-11-24
4
-0
/
+12
|
\
\
\
|
*
|
|
msg/async: audit memset & bzero users for FIPS.
Radoslaw Zarzynski
2019-11-17
4
-0
/
+12
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #31532 from tchaikov/wip-42742
Kefu Chai
2019-11-16
2
-13
/
+26
|
\
\
\
|
*
|
|
msg/async/rdma: do not init mutex before lockdeps is ready
Kefu Chai
2019-11-12
2
-13
/
+26
|
|
/
/
*
|
|
msg/async/rdma: add configuration to select gid_idx
Changcheng Liu
2019-11-11
2
-3
/
+4
*
|
|
msg/async/rdma: use gid_idx as index to get gid
Changcheng Liu
2019-11-11
1
-2
/
+2
|
/
/
*
|
msg/async/rdma: initialize some variables in-class
Changcheng Liu
2019-09-16
2
-6
/
+7
*
|
msg/async/rdma: remove extra variable
Changcheng Liu
2019-09-16
1
-4
/
+3
*
|
msg/async/rdma: change rdma_event_channel to be non blocked
Changcheng Liu
2019-09-16
1
-0
/
+11
*
|
msg/async/rdma: librdamcm set local_qpn after creating QueuePair
Changcheng Liu
2019-09-16
1
-3
/
+1
*
|
msg/async/rdma: RDMAIWARPConnectedSocketImpl inherit member from base class
Changcheng Liu
2019-09-16
2
-7
/
+6
*
|
msg/async/rdma: remove unused Send WR with immediate data
Changcheng Liu
2019-09-16
1
-4
/
+0
*
|
msg/async/rdma: refine handle_async_event implementation
Changcheng Liu
2019-09-16
1
-26
/
+45
*
|
msg/async/rdma: refine handle_rx_handle log under WCE failure case
Changcheng Liu
2019-09-16
1
-27
/
+53
*
|
msg/async/rdma: refine handle_tx_handle log under WCE fail case
Changcheng Liu
2019-09-16
1
-28
/
+68
*
|
msg/async/rdma: support hardware NIC without SRQ
Changcheng Liu
2019-09-16
4
-6
/
+62
*
|
msg/async/rdma: get local/peer qpn from RDMAConnectedSocketImpl
Changcheng Liu
2019-09-16
1
-0
/
+2
*
|
msg/async/rdma: remove redundant code
Roman Penyaev
2019-09-16
3
-18
/
+1
*
|
msg/async/rdma: no need to audit inflight SQ WQEs
Roman Penyaev
2019-09-16
3
-10
/
+0
*
|
msg/async/rdma: use special Beacon to detect SQ WRs drained
Roman Penyaev
2019-09-16
5
-55
/
+90
*
|
msg/async/rdma: call member function to get QP status
Changcheng Liu
2019-09-16
1
-1
/
+1
*
|
msg/async/rdma: use QueuePair as args to get more info
Changcheng Liu
2019-09-16
6
-8
/
+8
*
|
msg/async/rdma: complete get_qp_lockless to get get qp
Changcheng Liu
2019-09-16
2
-2
/
+8
*
|
msg/async/rdma: refactor QP state switch & ib_cm_meta_t transaction
Changcheng Liu
2019-09-16
5
-115
/
+128
*
|
msg/async/rdma: implement connection management data in QueuePair
Changcheng Liu
2019-09-10
2
-1
/
+8
*
|
msg/async/rdma: implement send/recv in QueuePair
Changcheng Liu
2019-09-10
3
-95
/
+103
*
|
msg/async/rdma: implement modify_qp_to_init to init qp
Changcheng Liu
2019-09-10
2
-38
/
+41
[next]