summaryrefslogtreecommitdiffstats
path: root/drivers/block/rnbd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-07-012-6/+4
|\
| * rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.Jack Wang2021-06-212-6/+4
* | rnbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-27/+8
|/
* block/rnbd: Remove all likely and unlikelyGioh Kim2021-05-032-13/+13
* block/rnbd-clt: Check the return value of the function rtrs_clt_queryMd Haris Iqbal2021-05-031-2/+10
* block/rnbd: Fix style issuesDima Stepanov2021-05-031-5/+5
* block/rnbd-clt: Change queue_depth type in rnbd_clt_session to size_tMd Haris Iqbal2021-05-031-1/+1
* block/rnbd: Use strscpy instead of strlcpyDima Stepanov2021-04-203-8/+8
* block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_nameDima Stepanov2021-04-201-5/+1
* block/rnbd-clt: Remove max_segment_sizeJack Wang2021-04-201-1/+0
* block/rnbd-clt: Generate kobject_uevent when the rnbd device state changesMd Haris Iqbal2021-04-202-1/+9
* block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_evGioh Kim2021-04-201-24/+15
* block/rnbd-clt: Support polling mode for IO latency optimizationGioh Kim2021-04-203-20/+129
* block/rnbd-clt: Fix missing a memory free when unloading the moduleGioh Kim2021-04-201-3/+7
* block/rnbd-clt: Improve find_or_create_sess() return checkTom Rix2021-04-201-6/+4
* block/rnbd-srv: Remove force_close file after holding a lockGioh Kim2021-04-203-6/+7
* block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallelGioh Kim2021-04-201-1/+3
* block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}Gioh Kim2021-04-201-25/+17
* block/rnbd: Kill destroy_device_cbGuoqing Jiang2021-04-201-11/+4
* block/rnbd: Kill rnbd_clt_destroy_default_groupGuoqing Jiang2021-04-203-7/+1
* block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_diskGuoqing Jiang2021-04-201-2/+1
* block/rnbd-clt: Remove some arguments from rnbd_client_setup_deviceGuoqing Jiang2021-04-201-4/+3
* block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpathGuoqing Jiang2021-04-201-5/+4
* block/rnbd-clt: avoid module unload race with close confirmationJack Wang2021-01-081-1/+2
* block/rnbd: Adding name to the Contributors ListSwapnil Ingle2021-01-081-0/+1
* block/rnbd-clt: Fix sg table use after freeGuoqing Jiang2021-01-081-8/+7
* block/rnbd-srv: Fix use after free in rnbd_srv_sess_dev_force_closeJack Wang2021-01-081-3/+5
* block/rnbd: Select SG_POOL for RNBD_CLIENTJack Wang2021-01-081-0/+1
* block/rnbd-clt: Does not request pdu to rtrs-cltGioh Kim2020-12-161-4/+13
* block/rnbd-clt: Dynamically allocate sglist for rnbd_iuGioh Kim2020-12-162-27/+43
* block/rnbd: Set write-back cache and fua same to the target deviceGioh Kim2020-12-164-6/+22
* block/rnbd: Fix typosJack Wang2020-12-161-3/+3
* block/rnbd-srv: Protect dev session sysfs removalMd Haris Iqbal2020-12-161-1/+2
* block/rnbd-clt: Fix possible memleakJack Wang2020-12-161-2/+3
* block/rnbd-clt: Get rid of warning regarding size argument in strlcpyMd Haris Iqbal2020-12-161-2/+1
* Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-166-30/+117
|\
| * block/rnbd: fix a null pointer dereference on dev->blk_symlink_nameColin Ian King2020-12-071-1/+1
| * block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_nameMd Haris Iqbal2020-12-043-7/+23
| * block/rnbd: call kobject_put in the failure pathGuoqing Jiang2020-12-042-13/+19
| * block/rnbd-srv: close a mapped device from server side.Lutz Pogrell2020-12-043-4/+57
| * block/rnbd-clt: support mapping two devices with the same name from different...Guoqing Jiang2020-12-042-5/+12
| * block/rnbd-clt: Make path parameter optional for map_deviceMd Haris Iqbal2020-12-042-1/+6
* | rnbd: use set_capacity_and_notifyChristoph Hellwig2020-11-161-2/+1
|/
* block/rnbd-clt: send_msg_close if any error occurs after send_msg_openGioh Kim2020-10-131-1/+3
* block/rnbd-clt: do not cap max_hw_sectors & max_segments with remote deviceJack Wang2020-10-131-5/+0
* block/rnbd-clt: remove nr argument from send_usr_msgGuoqing Jiang2020-10-131-5/+5
* blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei2020-09-031-1/+1
* block: add a new revalidate_disk_size helperChristoph Hellwig2020-09-021-8/+2
* block/rnbd: Ensure err is always initialized in process_rdmaNathan Chancellor2020-08-211-1/+2
* rnbd: no need to set bi_end_io in rnbd_bio_map_kernGuoqing Jiang2020-08-061-1/+0