aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/rnbd/rnbd-clt.c
AgeCommit message (Expand)Author
2021-01-08block/rnbd-clt: avoid module unload race with close confirmationJack Wang
2021-01-08block/rnbd-clt: Fix sg table use after freeGuoqing Jiang
2020-12-16block/rnbd-clt: Does not request pdu to rtrs-cltGioh Kim
2020-12-16block/rnbd-clt: Dynamically allocate sglist for rnbd_iuGioh Kim
2020-12-16block/rnbd: Set write-back cache and fua same to the target deviceGioh Kim
2020-12-16block/rnbd: Fix typosJack Wang
2020-12-16block/rnbd-clt: Get rid of warning regarding size argument in strlcpyMd Haris Iqbal
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-04block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_nameMd Haris Iqbal
2020-12-04block/rnbd-clt: support mapping two devices with the same name from different...Guoqing Jiang
2020-12-04block/rnbd-clt: Make path parameter optional for map_deviceMd Haris Iqbal
2020-11-16rnbd: use set_capacity_and_notifyChristoph Hellwig
2020-10-13block/rnbd-clt: send_msg_close if any error occurs after send_msg_openGioh Kim
2020-10-13block/rnbd-clt: do not cap max_hw_sectors & max_segments with remote deviceJack Wang
2020-10-13block/rnbd-clt: remove nr argument from send_usr_msgGuoqing Jiang
2020-09-03blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig
2020-05-22block/rnbd: Fix an IS_ERR() vs NULL check in find_or_create_sess()Dan Carpenter
2020-05-19rnbd/rtrs: Pass max segment size from blk user to the rdma libraryDanil Kipnis
2020-05-17block/rnbd: client: main functionalityJack Wang