summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/rtrs
AgeCommit message (Expand)Author
2021-05-28RDMA/rtrs-srv: Fix memory leak when having multiple sessionsJack Wang
2021-05-28RDMA/rtrs-srv: Fix memory leak of unfreed rtrs_srv_stats objectGioh Kim
2021-05-28RDMA/rtrs-srv: Duplicated session name is not allowedGioh Kim
2021-05-28RDMA/rtrs: Do not reset hb_missed_max after re-connectionGioh Kim
2021-05-28RDMA/rtrs-srv: convert scnprintf to sysfs_emitJack Wang
2021-05-28RDMA/rtrs-srv: Replace atomic_t with percpu_ref for ids_inflightMd 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-srv: Kill __rtrs_srv_change_stateGuoqing 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
2021-05-28RDMA/rtrs: Use strscpy instead of strlcpyDima Stepanov
2021-05-28RDMA/rtrs: Define MIN_CHUNK_SIZEGioh Kim
2021-05-28RDMA/rtrs: Change MAX_SESS_QUEUE_DEPTHGioh Kim
2021-05-28RDMA/rtrs-srv: Clean up the code in __rtrs_srv_change_stateGuoqing Jiang
2021-05-28RDMA/rtrs-srv: Add error messages for cases when failing RDMA connectionMd Haris Iqbal
2021-05-28RDMA/rtrs-clt: Remove MAX_SESS_QUEUE_DEPTH from rtrs_send_sess_infoGioh Kim
2021-05-28RDMA/rtrs-srv: Kill reject_w_econnreset labelGuoqing Jiang
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-05-03RDMA/rtrs: fix uninitialized symbol 'cnt'Gioh Kim
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-20block/rnbd-clt: Remove max_segment_sizeJack Wang
2021-04-20block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_evGioh Kim
2021-04-20block/rnbd-clt: Support polling mode for IO latency optimizationGioh Kim
2021-04-20block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}Gioh Kim
2021-04-13RDMA/rtrs-clt: Simplify error messageGioh Kim
2021-04-13RDMA/rtrs-srv: More debugging info when fail to send replyGioh Kim
2021-04-13RDMA/rtrs-clt: Print more info when an error happensGioh Kim
2021-04-13RDMA/rtrs-clt: New sysfs attribute to print the latency of each pathGioh Kim
2021-04-13RDMA/rtrs-clt: Add a minimum latency multipath policyGioh Kim
2021-04-12RDMA/rtrs-clt: destroy sysfs after removing session from active listGioh Kim
2021-04-01RDMA/rtrs-clt: Cap max_io_sizeJack Wang
2021-04-01RDMA/rtrs: Cleanup unused 's' variable in __alloc_sessJack Wang
2021-04-01RDMA/rtrs-srv: Report temporary sessname for error messageGioh Kim
2021-04-01RDMA/rtrs: New function converting rtrs_addr to stringGioh Kim
2021-04-01RDMA/rtrs-clt: Close rtrs client conn before destroying rtrs clt session filesMd Haris Iqbal
2021-04-01RDMA/rtrs: Cleanup the code in rtrs_srv_rdma_cm_handlerGuoqing Jiang
2021-04-01RDMA/rtrs: Remove sessname and sess_kobj from rtrs_attrsGuoqing Jiang
2021-04-01RDMA/rtrs: Kill the put label in rtrs_srv_create_once_sysfs_root_foldersGuoqing Jiang
2021-04-01RDMA/rtrs-clt: Remove redundant code from rtrs_clt_read_reqGuoqing Jiang
2021-03-11RDMA/rtrs-clt: Use rdma_event_msg in logJack Wang
2021-03-11RDMA/rtrs: Use new shared CQ mechanismJack Wang
2021-02-16RDMA/rtrs-srv: Do not pass a valid pointer to PTR_ERR()Jack Wang
2021-02-16RDMA/rtrs-srv-sysfs: fix missing put_deviceGioh Kim
2021-02-16RDMA/rtrs-srv: fix memory leak by missing kobject freeGioh Kim
2021-02-16RDMA/rtrs: Only allow addition of path to an already established sessionMd Haris Iqbal
2021-02-16RDMA/rtrs-srv: Fix stack-out-of-boundsJack Wang
2021-01-15RDMA/rtrs: Fix KASAN: stack-out-of-bounds bugJack Wang
2021-01-15RDMA/rtrs-srv: Init wr_cnt as 1Jack Wang