summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/rtrs
Commit message (Expand)AuthorAgeFilesLines
* 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-srv: Destroy path files after making sure no IOs in-flightMd Haris Iqbal2023-11-221-1/+2
* RDMA/rtrs-srv: Free srv_mr iu only when always_invalidate is trueMd Haris Iqbal2023-11-221-1/+4
* RDMA/rtrs-srv: Check return values while processing info requestMd Haris Iqbal2023-11-221-6/+18
* RDMA/rtrs-clt: Start hb after path_upJack Wang2023-11-221-2/+1
* RDMA/rtrs-srv: Do not unconditionally enable irqJack Wang2023-11-221-2/+3
* RDMA/rtrs: Fix the problem of variable not initialized fullyZhu Yanjun2023-09-191-1/+1
* RDMA/rtrs: Require holding rcu_read_lock explicitlyZhu Yanjun2023-09-191-1/+6
* RDMA: Make all 'class' structures constIvan Orlov2023-08-084-17/+21
* Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-272-33/+26
|\
| * RDMA/rtrs: Fix rxe_dealloc_pd warningLi Zhijian2023-06-011-32/+23
| * RDMA/rtrs: Fix the last iu->buf leak in err pathLi Zhijian2023-06-011-1/+3
* | RDMA/rtrs: Remove duplicate cq_num assignmentLi Zhijian2023-06-011-1/+0
|/
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-172-2/+2
* RDMA/rtrs: Don't call kobject_del for srv_path->kobjLi Zhijian2023-02-071-2/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-12-145-72/+44
|\
| * RDMA/rtrs-srv: Remove kobject_del from rtrs_srv_destroy_once_sysfs_root_foldersGuoqing Jiang2022-11-171-1/+0
| * RDMA/rtrs-srv: Fix several issues in rtrs_srv_destroy_path_filesGuoqing Jiang2022-11-171-3/+9
| * RDMA/rtrs: Clean up rtrs_rdma_dev_pd_opsGuoqing Jiang2022-11-172-21/+4
| * RDMA/rtrs-srv: Remove outdated comments from create_conGuoqing Jiang2022-11-171-6/+0
| * RDMA/rtrs-clt: Correct the checking of ib_map_mr_sgGuoqing Jiang2022-11-171-4/+2
| * RDMA/rtrs-srv: Correct the checking of ib_map_mr_sgGuoqing Jiang2022-11-171-1/+1
| * RDMA/rtrs-srv: Refactor the handling of failure case in map_cont_bufsGuoqing Jiang2022-11-171-27/+20
| * RDMA/rtrs-srv: Refactor rtrs_srv_rdma_cm_handlerGuoqing Jiang2022-11-171-9/+8
* | 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-062-11/+12
|\
| * RDMA/rtrs-srv: Pass the correct number of entries for dma mapped SGLJack Wang2022-08-211-7/+7
| * 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: Update comments for MAX_SESS_QUEUE_DEPTHGuoqing Jiang2022-09-061-4/+3
* | RDMA/rtrs: Remove 'dir' argument from rnbd_srv_rdma_evGuoqing Jiang2022-08-302-4/+3
* | RDMA/rtrs-clt: Output sg index when warning onJack Wang2022-08-211-1/+1
* | RDMA/rtrs-srv: Add event tracing supportSantosh Pradhan2022-08-215-6/+116
* | RDMA/rtrs-clt: Add event tracing supportSantosh Pradhan2022-08-214-1/+112
|/
* RDMA/rtrs-srv: Do not use mempool for page allocationJack Wang2022-07-181-17/+6
* RDMA/rtrs-clt: Replace list_next_or_null_rr_rcu with an inline functionMd Haris Iqbal2022-07-181-19/+16
* RDMA/rtrs-srv: Use per-cpu variables for rdma statsSantosh Kumar Pradhan2022-07-184-16/+42
* RDMA/rtrs-clt: Use this_cpu_ API for statsSantosh Kumar Pradhan2022-07-181-11/+3
* RDMA/rtrs-srv: Fix modinfo output for stringifyJack Wang2022-07-181-10/+11
* 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-244-22/+25
|\
| * RDMA/rtrs-clt: Do stop and failover outside reconnect work.Jack Wang2022-01-282-18/+23