summaryrefslogtreecommitdiff
path: root/drivers/block/rnbd/rnbd-clt.c
Commit message (Expand)AuthorAgeFilesLines
* block/rnbd-clt: avoid module unload race with close confirmationJack Wang2021-01-081-1/+2
* block/rnbd-clt: Fix sg table use after freeGuoqing Jiang2021-01-081-8/+7
* 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-161-26/+34
* block/rnbd: Set write-back cache and fua same to the target deviceGioh Kim2020-12-161-3/+5
* block/rnbd: Fix typosJack Wang2020-12-161-3/+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-161-8/+25
|\
| * block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_nameMd Haris Iqbal2020-12-041-3/+11
| * block/rnbd-clt: support mapping two devices with the same name from different...Guoqing Jiang2020-12-041-5/+8
| * block/rnbd-clt: Make path parameter optional for map_deviceMd Haris Iqbal2020-12-041-0/+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: Fix an IS_ERR() vs NULL check in find_or_create_sess()Dan Carpenter2020-05-221-5/+4
* rnbd/rtrs: Pass max segment size from blk user to the rdma libraryDanil Kipnis2020-05-191-0/+1
* block/rnbd: client: main functionalityJack Wang2020-05-171-0/+1729