summaryrefslogtreecommitdiffstats
path: root/drivers/block/rnbd
AgeCommit message (Expand)AuthorLines
2021-05-03block/rnbd: Remove all likely and unlikelyGioh Kim-13/+13
2021-05-03block/rnbd-clt: Check the return value of the function rtrs_clt_queryMd Haris Iqbal-2/+10
2021-05-03block/rnbd: Fix style issuesDima Stepanov-5/+5
2021-05-03block/rnbd-clt: Change queue_depth type in rnbd_clt_session to size_tMd Haris Iqbal-1/+1
2021-04-20block/rnbd: Use strscpy instead of strlcpyDima Stepanov-8/+8
2021-04-20block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_nameDima Stepanov-5/+1
2021-04-20block/rnbd-clt: Remove max_segment_sizeJack Wang-1/+0
2021-04-20block/rnbd-clt: Generate kobject_uevent when the rnbd device state changesMd Haris Iqbal-1/+9
2021-04-20block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_evGioh Kim-24/+15
2021-04-20block/rnbd-clt: Support polling mode for IO latency optimizationGioh Kim-20/+129
2021-04-20block/rnbd-clt: Fix missing a memory free when unloading the moduleGioh Kim-3/+7
2021-04-20block/rnbd-clt: Improve find_or_create_sess() return checkTom Rix-6/+4
2021-04-20block/rnbd-srv: Remove force_close file after holding a lockGioh Kim-6/+7
2021-04-20block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallelGioh Kim-1/+3
2021-04-20block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}Gioh Kim-25/+17
2021-04-20block/rnbd: Kill destroy_device_cbGuoqing Jiang-11/+4
2021-04-20block/rnbd: Kill rnbd_clt_destroy_default_groupGuoqing Jiang-7/+1
2021-04-20block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_diskGuoqing Jiang-2/+1
2021-04-20block/rnbd-clt: Remove some arguments from rnbd_client_setup_deviceGuoqing Jiang-4/+3
2021-04-20block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpathGuoqing Jiang-5/+4
2021-01-08block/rnbd-clt: avoid module unload race with close confirmationJack Wang-1/+2
2021-01-08block/rnbd: Adding name to the Contributors ListSwapnil Ingle-0/+1
2021-01-08block/rnbd-clt: Fix sg table use after freeGuoqing Jiang-8/+7
2021-01-08block/rnbd-srv: Fix use after free in rnbd_srv_sess_dev_force_closeJack Wang-3/+5
2021-01-08block/rnbd: Select SG_POOL for RNBD_CLIENTJack Wang-0/+1
2020-12-16block/rnbd-clt: Does not request pdu to rtrs-cltGioh Kim-4/+13
2020-12-16block/rnbd-clt: Dynamically allocate sglist for rnbd_iuGioh Kim-27/+43
2020-12-16block/rnbd: Set write-back cache and fua same to the target deviceGioh Kim-6/+22
2020-12-16block/rnbd: Fix typosJack Wang-3/+3
2020-12-16block/rnbd-srv: Protect dev session sysfs removalMd Haris Iqbal-1/+2
2020-12-16block/rnbd-clt: Fix possible memleakJack Wang-2/+3
2020-12-16block/rnbd-clt: Get rid of warning regarding size argument in strlcpyMd Haris Iqbal-2/+1
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-30/+117
2020-12-07block/rnbd: fix a null pointer dereference on dev->blk_symlink_nameColin Ian King-1/+1
2020-12-04block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_nameMd Haris Iqbal-7/+23
2020-12-04block/rnbd: call kobject_put in the failure pathGuoqing Jiang-13/+19
2020-12-04block/rnbd-srv: close a mapped device from server side.Lutz Pogrell-4/+57
2020-12-04block/rnbd-clt: support mapping two devices with the same name from different...Guoqing Jiang-5/+12
2020-12-04block/rnbd-clt: Make path parameter optional for map_deviceMd Haris Iqbal-1/+6
2020-11-16rnbd: use set_capacity_and_notifyChristoph Hellwig-2/+1
2020-10-13block/rnbd-clt: send_msg_close if any error occurs after send_msg_openGioh Kim-1/+3
2020-10-13block/rnbd-clt: do not cap max_hw_sectors & max_segments with remote deviceJack Wang-5/+0
2020-10-13block/rnbd-clt: remove nr argument from send_usr_msgGuoqing Jiang-5/+5
2020-09-03blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei-1/+1
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig-8/+2
2020-08-21block/rnbd: Ensure err is always initialized in process_rdmaNathan Chancellor-1/+2
2020-08-06rnbd: no need to set bi_end_io in rnbd_bio_map_kernGuoqing Jiang-1/+0
2020-08-06rnbd: remove rnbd_dev_submit_ioGuoqing Jiang-56/+31
2020-05-22RDMA/rnbd: Fix compilation error when CONFIG_MODULES is disabledDanil Kipnis-4/+7
2020-05-22block/rnbd: Fix an IS_ERR() vs NULL check in find_or_create_sess()Dan Carpenter-5/+4