summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/rtrs/rtrs-clt.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rtrs-clt: Remove an extra spaceJack Wang2024-08-281-1/+1
* RDMA/rtrs-clt: Do local invalidate after write io completionJack Wang2024-08-281-13/+7
* RDMA/rtrs: Register ib event handlerGrzegorz Prajsner2024-08-281-1/+20
* RDMA/rtrs-clt: Print request type for errorsJack Wang2024-08-281-2/+4
* RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in boundsMd Haris Iqbal2024-08-281-0/+6
* RDMA/rtrs-clt: Reuse need_inval from mrJack Wang2024-08-281-9/+9
* RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peerJack Wang2024-08-281-1/+2
* RDMA/rtrs-clt: Rate limit errors in IO pathJack Wang2024-08-281-3/+3
* RDMA/rtrs-clt: Fix need_inv setting in error caseJack Wang2024-08-281-11/+9
* RDMA/rtrs: For HB error add additional clt/srv specific loggingMd Haris Iqbal2024-08-281-0/+2
* 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-121-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-111-2/+1
* Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-061-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-241-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-221-3/+4
* RDMA/rtrs: Remove all likely and unlikelyGioh Kim2021-08-221-64/+62