summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/rtrs/rtrs-clt.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-12Expose c0 and SW encap ICM for RDMALeon Romanovsky1-4/+3
2023-11-22RDMA/rtrs-clt: Use %pe to print errorsSupriti Singh1-6/+4
2023-11-22RDMA/rtrs-clt: Remove the warnings for req in_use checkJack Wang1-1/+1
2023-11-22RDMA/rtrs-clt: Fix the max_send_wr settingJack Wang1-1/+1
2023-11-22RDMA/rtrs-clt: Start hb after path_upJack Wang1-2/+1
2023-11-19RDMA/rtrs-clt: Add warning logs for RDMA eventsMd Haris Iqbal1-0/+2
2023-09-19RDMA/rtrs: Require holding rcu_read_lock explicitlyZhu Yanjun1-1/+6
2023-08-08RDMA: Make all 'class' structures constIvan Orlov1-8/+11
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe1-32/+23
2023-06-01RDMA/rtrs: Fix rxe_dealloc_pd warningLi Zhijian1-32/+23
2023-06-01RDMA/rtrs: Remove duplicate cq_num assignmentLi Zhijian1-1/+0
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2022-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+2
2022-12-13Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-25[infiniband] READ is "data destination", not source...Al Viro1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-11-17RDMA/rtrs-clt: Correct the checking of ib_map_mr_sgGuoqing Jiang1-4/+2
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+1
2022-10-07Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe1-4/+5
2022-09-06RDMA/rtrs-clt: Kill xchg_pathsGuoqing Jiang1-12/+2
2022-09-06RDMA/rtrs-clt: Break the loop once one path is connectedGuoqing Jiang1-1/+4
2022-08-21RDMA/rtrs-clt: Use the right sg_cnt after ib_dma_map_sgJack Wang1-4/+5
2022-08-21RDMA/rtrs-clt: Add event tracing supportSantosh Pradhan1-0/+7
2022-07-18RDMA/rtrs-clt: Replace list_next_or_null_rr_rcu with an inline functionMd Haris Iqbal1-19/+16
2022-07-18RDMA/rtrs-clt: Use bitmap_empty()Christophe JAILLET1-5/+3
2022-07-18RDMA/rtrs-clt: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+3
2022-05-26RDMA/rtrs-clt: Fix one kernel-doc commentYang Li1-1/+1
2022-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-19/+23
2022-02-18RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_closeMd Haris Iqbal1-1/+1
2022-02-18RDMA/rtrs-clt: Fix possible double free in error caseMd Haris Iqbal1-17/+20
2022-01-28RDMA/rtrs-clt: Do stop and failover outside reconnect work.Jack Wang1-18/+22
2022-01-28RDMA/rtrs-clt: Update one outdated comment in path_it_deinit()Jack Wang1-1/+1
2022-01-07RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sessVaishali Thakkar1-38/+40
2022-01-07RDMA/rtrs-clt: Rename rtrs_clt_sess to rtrs_clt_pathVaishali Thakkar1-490/+507
2022-01-07RDMA/rtrs: Rename rtrs_sess to rtrs_pathVaishali Thakkar1-33/+33
2021-11-25RDMA/rtrs-clt: Fix the initial value of min_latencyJack Wang1-1/+1
2021-10-04RDMA/rtrs: Do not allow sessname to contain special symbols / and .Md Haris Iqbal1-0/+6
2021-08-23RDMA/rtrs-clt: Fix counting inflight IOGioh Kim1-3/+4
2021-08-23RDMA/rtrs: Remove all likely and unlikelyGioh Kim1-64/+62
2021-08-23RDMA/rtrs-clt: During add_path change for_new_clt according to path_numMd Haris Iqbal1-0/+12
2021-08-19RDMA/rtrs: Remove a useless kfree()Christophe JAILLET1-1/+0
2021-07-15RDMA/rtrs: Move sq_wr_avail to rtrs_conJack Wang1-0/+1
2021-07-15RDMA/rtrs: Enable the same selective signal for heartbeat and IOJack Wang1-2/+5
2021-07-15RDMA/rtrs: move wr_cnt from rtrs_srv_con to rtrs_conJack Wang1-3/+4
2021-06-22rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.Jack Wang1-10/+8
2021-06-22RDMA/rtrs-clt: Raise MAX_SEGMENTSJack Wang1-2/+4
2021-06-22RDMA/rtrs_clt: Alloc less memory with write path fast memory registrationJack Wang1-3/+2
2021-06-22RDMA/rtrs-clt: Write path fast memory registrationJack Wang1-27/+73
2021-06-22RDMA/rtrs: Introduce head/tail wrJack Wang1-7/+9