index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
rtrs
/
rtrs-clt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sess
Vaishali Thakkar
2022-01-07
1
-38
/
+40
*
RDMA/rtrs-clt: Rename rtrs_clt_sess to rtrs_clt_path
Vaishali Thakkar
2022-01-07
1
-490
/
+507
*
RDMA/rtrs: Rename rtrs_sess to rtrs_path
Vaishali Thakkar
2022-01-07
1
-33
/
+33
*
RDMA/rtrs-clt: Fix the initial value of min_latency
Jack Wang
2021-11-25
1
-1
/
+1
*
RDMA/rtrs: Do not allow sessname to contain special symbols / and .
Md Haris Iqbal
2021-10-04
1
-0
/
+6
*
RDMA/rtrs-clt: Fix counting inflight IO
Gioh Kim
2021-08-23
1
-3
/
+4
*
RDMA/rtrs: Remove all likely and unlikely
Gioh Kim
2021-08-23
1
-64
/
+62
*
RDMA/rtrs-clt: During add_path change for_new_clt according to path_num
Md Haris Iqbal
2021-08-23
1
-0
/
+12
*
RDMA/rtrs: Remove a useless kfree()
Christophe JAILLET
2021-08-19
1
-1
/
+0
*
RDMA/rtrs: Move sq_wr_avail to rtrs_con
Jack Wang
2021-07-15
1
-0
/
+1
*
RDMA/rtrs: Enable the same selective signal for heartbeat and IO
Jack Wang
2021-07-15
1
-2
/
+5
*
RDMA/rtrs: move wr_cnt from rtrs_srv_con to rtrs_con
Jack Wang
2021-07-15
1
-3
/
+4
*
rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.
Jack Wang
2021-06-22
1
-10
/
+8
*
RDMA/rtrs-clt: Raise MAX_SEGMENTS
Jack Wang
2021-06-22
1
-2
/
+4
*
RDMA/rtrs_clt: Alloc less memory with write path fast memory registration
Jack Wang
2021-06-22
1
-3
/
+2
*
RDMA/rtrs-clt: Write path fast memory registration
Jack Wang
2021-06-22
1
-27
/
+73
*
RDMA/rtrs: Introduce head/tail wr
Jack Wang
2021-06-22
1
-7
/
+9
*
RDMA: Fix kernel-doc warnings about wrong comment
Leon Romanovsky
2021-06-22
1
-2
/
+2
*
RDMA/rtrs: Check device max_qp_wr limit when create QP
Jack Wang
2021-06-18
1
-14
/
+15
*
RDMA/rtrs: Rename cq_size/queue_size to cq_num/queue_num
Guoqing Jiang
2021-06-18
1
-9
/
+9
*
RDMA/rtrs: RDMA_RXE requires more number of WR
Md Haris Iqbal
2021-06-18
1
-3
/
+4
*
RDMA/rtrs-clt: Use minimal max_send_sge when create qp
Jack Wang
2021-06-18
1
-6
/
+8
*
RDMA/rtrs: Avoid Wtautological-constant-out-of-range-compare
Jack Wang
2021-05-31
1
-5
/
+0
*
RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_stats
Gioh Kim
2021-05-29
1
-0
/
+6
*
RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnection
Md Haris Iqbal
2021-05-29
1
-4
/
+15
*
RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its stats
Md Haris Iqbal
2021-05-29
1
-0
/
+3
*
RDMA/rtrs-clt: Remove redundant 'break'
Guoqing Jiang
2021-05-29
1
-1
/
+0
*
RDMA/rtrs-clt: Kill rtrs_clt_disconnect_from_sysfs
Guoqing Jiang
2021-05-29
1
-8
/
+1
*
RDMA/rtrs-clt: Kill rtrs_clt_{start,stop}_hb
Guoqing Jiang
2021-05-29
1
-12
/
+2
*
RDMA/rtrs: Use strscpy instead of strlcpy
Dima Stepanov
2021-05-29
1
-2
/
+2
*
RDMA/rtrs-clt: Remove MAX_SESS_QUEUE_DEPTH from rtrs_send_sess_info
Gioh Kim
2021-05-29
1
-1
/
+1
*
Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-05-07
1
-1
/
+2
|
\
|
*
RDMA/rtrs: fix uninitialized symbol 'cnt'
Gioh Kim
2021-05-03
1
-1
/
+2
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2021-05-01
1
-21
/
+101
|
\
\
|
|
/
|
/
|
|
*
RDMA/rtrs-clt: Simplify error message
Gioh Kim
2021-04-14
1
-16
/
+7
|
*
RDMA/rtrs-clt: Print more info when an error happens
Gioh Kim
2021-04-14
1
-4
/
+38
|
*
RDMA/rtrs-clt: Add a minimum latency multipath policy
Gioh Kim
2021-04-14
1
-1
/
+56
|
*
RDMA/rtrs-clt: destroy sysfs after removing session from active list
Gioh Kim
2021-04-13
1
-1
/
+1
|
*
RDMA/rtrs-clt: Cap max_io_size
Jack Wang
2021-04-01
1
-1
/
+3
|
*
RDMA/rtrs: Remove sessname and sess_kobj from rtrs_attrs
Guoqing Jiang
2021-04-01
1
-2
/
+0
|
*
RDMA/rtrs-clt: Remove redundant code from rtrs_clt_read_req
Guoqing Jiang
2021-04-01
1
-4
/
+1
|
*
RDMA/rtrs-clt: Use rdma_event_msg in log
Jack Wang
2021-03-11
1
-3
/
+6
|
*
RDMA/rtrs: Use new shared CQ mechanism
Jack Wang
2021-03-11
1
-5
/
+5
*
|
Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-28
1
-22
/
+53
|
\
\
|
*
|
block/rnbd-clt: Remove max_segment_size
Jack Wang
2021-04-20
1
-10
/
+5
|
*
|
block/rnbd-clt: Support polling mode for IO latency optimization
Gioh Kim
2021-04-20
1
-13
/
+49
|
*
|
block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}
Gioh Kim
2021-04-20
1
-2
/
+2
|
|
/
*
/
RDMA/rtrs-clt: Close rtrs client conn before destroying rtrs clt session files
Md Haris Iqbal
2021-04-01
1
-1
/
+1
|
/
*
RDMA/rtrs: Only allow addition of path to an already established session
Md Haris Iqbal
2021-02-16
1
-0
/
+7
*
RDMA/rtrs-clt: Use bitmask to check sess->flags
Jack Wang
2021-01-15
1
-7
/
+7
[next]