summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/rtrs/rtrs-clt.c
AgeCommit message (Expand)Author
2024-08-28RDMA/rtrs-clt: Remove an extra spaceJack Wang
2024-08-28RDMA/rtrs-clt: Do local invalidate after write io completionJack Wang
2024-08-28RDMA/rtrs: Register ib event handlerGrzegorz Prajsner
2024-08-28RDMA/rtrs-clt: Print request type for errorsJack Wang
2024-08-28RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in boundsMd Haris Iqbal
2024-08-28RDMA/rtrs-clt: Reuse need_inval from mrJack Wang
2024-08-28RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peerJack Wang
2024-08-28RDMA/rtrs-clt: Rate limit errors in IO pathJack Wang
2024-08-28RDMA/rtrs-clt: Fix need_inv setting in error caseJack Wang
2024-08-28RDMA/rtrs: For HB error add additional clt/srv specific loggingMd Haris Iqbal
2023-12-12Expose c0 and SW encap ICM for RDMALeon Romanovsky
2023-11-22RDMA/rtrs-clt: Use %pe to print errorsSupriti Singh
2023-11-22RDMA/rtrs-clt: Remove the warnings for req in_use checkJack Wang
2023-11-22RDMA/rtrs-clt: Fix the max_send_wr settingJack Wang
2023-11-22RDMA/rtrs-clt: Start hb after path_upJack Wang
2023-11-19RDMA/rtrs-clt: Add warning logs for RDMA eventsMd Haris Iqbal
2023-09-19RDMA/rtrs: Require holding rcu_read_lock explicitlyZhu Yanjun
2023-08-08RDMA: Make all 'class' structures constIvan Orlov
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe
2023-06-01RDMA/rtrs: Fix rxe_dealloc_pd warningLi Zhijian
2023-06-01RDMA/rtrs: Remove duplicate cq_num assignmentLi Zhijian
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2022-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-25[infiniband] READ is "data destination", not source...Al Viro
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-17RDMA/rtrs-clt: Correct the checking of ib_map_mr_sgGuoqing Jiang
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-06Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe
2022-09-06RDMA/rtrs-clt: Kill xchg_pathsGuoqing Jiang
2022-09-06RDMA/rtrs-clt: Break the loop once one path is connectedGuoqing Jiang
2022-08-21RDMA/rtrs-clt: Use the right sg_cnt after ib_dma_map_sgJack Wang
2022-08-21RDMA/rtrs-clt: Add event tracing supportSantosh Pradhan
2022-07-18RDMA/rtrs-clt: Replace list_next_or_null_rr_rcu with an inline functionMd Haris Iqbal
2022-07-18RDMA/rtrs-clt: Use bitmap_empty()Christophe JAILLET
2022-07-18RDMA/rtrs-clt: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-05-26RDMA/rtrs-clt: Fix one kernel-doc commentYang Li
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-02-18RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_closeMd Haris Iqbal
2022-02-18RDMA/rtrs-clt: Fix possible double free in error caseMd Haris Iqbal
2022-01-28RDMA/rtrs-clt: Do stop and failover outside reconnect work.Jack Wang
2022-01-28RDMA/rtrs-clt: Update one outdated comment in path_it_deinit()Jack Wang
2022-01-07RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sessVaishali Thakkar
2022-01-07RDMA/rtrs-clt: Rename rtrs_clt_sess to rtrs_clt_pathVaishali Thakkar
2022-01-07RDMA/rtrs: Rename rtrs_sess to rtrs_pathVaishali Thakkar
2021-11-25RDMA/rtrs-clt: Fix the initial value of min_latencyJack Wang
2021-10-04RDMA/rtrs: Do not allow sessname to contain special symbols / and .Md Haris Iqbal
2021-08-22RDMA/rtrs-clt: Fix counting inflight IOGioh Kim
2021-08-22RDMA/rtrs: Remove all likely and unlikelyGioh Kim