summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/rtrs/rtrs-clt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Expose c0 and SW encap ICM for RDMALeon Romanovsky2023-12-121-4/+3
|\
| * RDMA/rtrs-clt: Remove the warnings for req in_use checkJack Wang2023-11-221-1/+1
| * RDMA/rtrs-clt: Fix the max_send_wr settingJack Wang2023-11-221-1/+1
| * RDMA/rtrs-clt: Start hb after path_upJack Wang2023-11-221-2/+1
* | RDMA/rtrs-clt: Use %pe to print errorsSupriti Singh2023-11-221-6/+4
* | RDMA/rtrs-clt: Add warning logs for RDMA eventsMd Haris Iqbal2023-11-191-0/+2
|/
* RDMA/rtrs: Require holding rcu_read_lock explicitlyZhu Yanjun2023-09-191-1/+6
* RDMA: Make all 'class' structures constIvan Orlov2023-08-081-8/+11
* Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-271-32/+23
|\
| * RDMA/rtrs: Fix rxe_dealloc_pd warningLi Zhijian2023-06-011-32/+23
* | RDMA/rtrs: Remove duplicate cq_num assignmentLi Zhijian2023-06-011-1/+0
|/
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-12-141-4/+2
|\
| * RDMA/rtrs-clt: Correct the checking of ib_map_mr_sgGuoqing Jiang2022-11-171-4/+2
* | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-131-1/+1
|\ \
| * | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
| * | [infiniband] READ is "data destination", not source...Al Viro2022-11-251-1/+1
| |/
* / treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-121-2/+1
* Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-071-4/+5
|\
| * RDMA/rtrs-clt: Use the right sg_cnt after ib_dma_map_sgJack Wang2022-08-211-4/+5
* | RDMA/rtrs-clt: Kill xchg_pathsGuoqing Jiang2022-09-061-12/+2
* | RDMA/rtrs-clt: Break the loop once one path is connectedGuoqing Jiang2022-09-061-1/+4
* | RDMA/rtrs-clt: Add event tracing supportSantosh Pradhan2022-08-211-0/+7
|/
* RDMA/rtrs-clt: Replace list_next_or_null_rr_rcu with an inline functionMd Haris Iqbal2022-07-181-19/+16
* RDMA/rtrs-clt: Use bitmap_empty()Christophe JAILLET2022-07-181-5/+3
* RDMA/rtrs-clt: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-181-4/+3
* RDMA/rtrs-clt: Fix one kernel-doc commentYang Li2022-05-261-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-03-251-19/+23
|\
| * RDMA/rtrs-clt: Do stop and failover outside reconnect work.Jack Wang2022-01-281-18/+22
| * RDMA/rtrs-clt: Update one outdated comment in path_it_deinit()Jack Wang2022-01-281-1/+1
* | RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_closeMd Haris Iqbal2022-02-181-1/+1
* | RDMA/rtrs-clt: Fix possible double free in error caseMd Haris Iqbal2022-02-181-17/+20
|/
* RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sessVaishali Thakkar2022-01-071-38/+40
* RDMA/rtrs-clt: Rename rtrs_clt_sess to rtrs_clt_pathVaishali Thakkar2022-01-071-490/+507
* RDMA/rtrs: Rename rtrs_sess to rtrs_pathVaishali Thakkar2022-01-071-33/+33
* RDMA/rtrs-clt: Fix the initial value of min_latencyJack Wang2021-11-251-1/+1
* RDMA/rtrs: Do not allow sessname to contain special symbols / and .Md Haris Iqbal2021-10-041-0/+6
* RDMA/rtrs-clt: Fix counting inflight IOGioh Kim2021-08-231-3/+4
* RDMA/rtrs: Remove all likely and unlikelyGioh Kim2021-08-231-64/+62
* RDMA/rtrs-clt: During add_path change for_new_clt according to path_numMd Haris Iqbal2021-08-231-0/+12
* RDMA/rtrs: Remove a useless kfree()Christophe JAILLET2021-08-191-1/+0
* RDMA/rtrs: Move sq_wr_avail to rtrs_conJack Wang2021-07-151-0/+1
* RDMA/rtrs: Enable the same selective signal for heartbeat and IOJack Wang2021-07-151-2/+5
* RDMA/rtrs: move wr_cnt from rtrs_srv_con to rtrs_conJack Wang2021-07-151-3/+4
* rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.Jack Wang2021-06-221-10/+8
* RDMA/rtrs-clt: Raise MAX_SEGMENTSJack Wang2021-06-221-2/+4
* RDMA/rtrs_clt: Alloc less memory with write path fast memory registrationJack Wang2021-06-221-3/+2
* RDMA/rtrs-clt: Write path fast memory registrationJack Wang2021-06-221-27/+73
* RDMA/rtrs: Introduce head/tail wrJack Wang2021-06-221-7/+9