summaryrefslogtreecommitdiff
path: root/drivers/block/rnbd/rnbd-clt.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02block/rnbd-clt: Use put_cpu_ptr after get_cpu_ptrGioh Kim1-1/+1
2021-07-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+3
2021-06-22rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.Jack Wang1-2/+3
2021-06-11rnbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-27/+8
2021-05-03block/rnbd: Remove all likely and unlikelyGioh Kim1-12/+12
2021-05-03block/rnbd-clt: Check the return value of the function rtrs_clt_queryMd Haris Iqbal1-2/+10
2021-05-03block/rnbd: Fix style issuesDima Stepanov1-5/+5
2021-04-20block/rnbd: Use strscpy instead of strlcpyDima Stepanov1-2/+2
2021-04-20block/rnbd-clt: Remove max_segment_sizeJack Wang1-1/+0
2021-04-20block/rnbd-clt: Generate kobject_uevent when the rnbd device state changesMd Haris Iqbal1-1/+8
2021-04-20block/rnbd-clt: Support polling mode for IO latency optimizationGioh Kim1-8/+81
2021-04-20block/rnbd-clt: Improve find_or_create_sess() return checkTom Rix1-6/+4
2021-04-20block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}Gioh Kim1-25/+17
2021-04-20block/rnbd: Kill rnbd_clt_destroy_default_groupGuoqing Jiang1-1/+0
2021-04-20block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_diskGuoqing Jiang1-2/+1
2021-04-20block/rnbd-clt: Remove some arguments from rnbd_client_setup_deviceGuoqing Jiang1-4/+3
2021-04-20block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpathGuoqing Jiang1-5/+4
2021-01-08block/rnbd-clt: avoid module unload race with close confirmationJack Wang1-1/+2
2021-01-08block/rnbd-clt: Fix sg table use after freeGuoqing Jiang1-8/+7
2020-12-17block/rnbd-clt: Does not request pdu to rtrs-cltGioh Kim1-4/+13
2020-12-17block/rnbd-clt: Dynamically allocate sglist for rnbd_iuGioh Kim1-26/+34
2020-12-17block/rnbd: Set write-back cache and fua same to the target deviceGioh Kim1-3/+5
2020-12-17block/rnbd: Fix typosJack Wang1-3/+3
2020-12-17block/rnbd-clt: Get rid of warning regarding size argument in strlcpyMd Haris Iqbal1-2/+1
2020-12-17Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+25
2020-12-04block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_nameMd Haris Iqbal1-3/+11
2020-12-04block/rnbd-clt: support mapping two devices with the same name from different...Guoqing Jiang1-5/+8
2020-12-04block/rnbd-clt: Make path parameter optional for map_deviceMd Haris Iqbal1-0/+6
2020-11-16rnbd: use set_capacity_and_notifyChristoph Hellwig1-2/+1
2020-10-14block/rnbd-clt: send_msg_close if any error occurs after send_msg_openGioh Kim1-1/+3
2020-10-14block/rnbd-clt: do not cap max_hw_sectors & max_segments with remote deviceJack Wang1-5/+0
2020-10-14block/rnbd-clt: remove nr argument from send_usr_msgGuoqing Jiang1-5/+5
2020-09-04blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei1-1/+1
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig1-8/+2
2020-05-22block/rnbd: Fix an IS_ERR() vs NULL check in find_or_create_sess()Dan Carpenter1-5/+4
2020-05-20rnbd/rtrs: Pass max segment size from blk user to the rdma libraryDanil Kipnis1-0/+1
2020-05-18block/rnbd: client: main functionalityJack Wang1-0/+1729