summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/rtrs/rtrs-clt.c
AgeCommit message (Expand)Author
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
2021-08-22RDMA/rtrs-clt: During add_path change for_new_clt according to path_numMd Haris Iqbal
2021-08-19RDMA/rtrs: Remove a useless kfree()Christophe JAILLET
2021-07-15RDMA/rtrs: Move sq_wr_avail to rtrs_conJack Wang
2021-07-15RDMA/rtrs: Enable the same selective signal for heartbeat and IOJack Wang
2021-07-15RDMA/rtrs: move wr_cnt from rtrs_srv_con to rtrs_conJack Wang
2021-06-21rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.Jack Wang
2021-06-21RDMA/rtrs-clt: Raise MAX_SEGMENTSJack Wang
2021-06-21RDMA/rtrs_clt: Alloc less memory with write path fast memory registrationJack Wang
2021-06-21RDMA/rtrs-clt: Write path fast memory registrationJack Wang
2021-06-21RDMA/rtrs: Introduce head/tail wrJack Wang
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky
2021-06-18RDMA/rtrs: Check device max_qp_wr limit when create QPJack Wang
2021-06-18RDMA/rtrs: Rename cq_size/queue_size to cq_num/queue_numGuoqing Jiang
2021-06-18RDMA/rtrs: RDMA_RXE requires more number of WRMd Haris Iqbal
2021-06-18RDMA/rtrs-clt: Use minimal max_send_sge when create qpJack Wang
2021-05-31RDMA/rtrs: Avoid Wtautological-constant-out-of-range-compareJack Wang
2021-05-28RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_statsGioh Kim
2021-05-28RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnectionMd Haris Iqbal
2021-05-28RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its statsMd Haris Iqbal
2021-05-28RDMA/rtrs-clt: Remove redundant 'break'Guoqing Jiang
2021-05-28RDMA/rtrs-clt: Kill rtrs_clt_disconnect_from_sysfsGuoqing Jiang
2021-05-28RDMA/rtrs-clt: Kill rtrs_clt_{start,stop}_hbGuoqing Jiang