summaryrefslogtreecommitdiff
path: root/drivers/block/rnbd
AgeCommit message (Expand)Author
2021-10-21rnbd: add error handling support for add_disk()Luis Chamberlain
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig
2021-10-12block/rnbd-clt-sysfs: fix a couple uninitialized variable bugsDan Carpenter
2021-08-02block/rnbd: Use sysfs_emit instead of s*printf function for sysfs showMd Haris Iqbal
2021-08-02block/rnbd-clt: Use put_cpu_ptr after get_cpu_ptrGioh Kim
2021-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-06-21rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.Jack Wang
2021-06-11rnbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-05-03block/rnbd: Remove all likely and unlikelyGioh Kim
2021-05-03block/rnbd-clt: Check the return value of the function rtrs_clt_queryMd Haris Iqbal
2021-05-03block/rnbd: Fix style issuesDima Stepanov
2021-05-03block/rnbd-clt: Change queue_depth type in rnbd_clt_session to size_tMd Haris Iqbal
2021-04-20block/rnbd: Use strscpy instead of strlcpyDima Stepanov
2021-04-20block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_nameDima Stepanov
2021-04-20block/rnbd-clt: Remove max_segment_sizeJack Wang
2021-04-20block/rnbd-clt: Generate kobject_uevent when the rnbd device state changesMd Haris Iqbal
2021-04-20block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_evGioh Kim
2021-04-20block/rnbd-clt: Support polling mode for IO latency optimizationGioh Kim
2021-04-20block/rnbd-clt: Fix missing a memory free when unloading the moduleGioh Kim
2021-04-20block/rnbd-clt: Improve find_or_create_sess() return checkTom Rix
2021-04-20block/rnbd-srv: Remove force_close file after holding a lockGioh Kim
2021-04-20block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallelGioh Kim
2021-04-20block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}Gioh Kim
2021-04-20block/rnbd: Kill destroy_device_cbGuoqing Jiang
2021-04-20block/rnbd: Kill rnbd_clt_destroy_default_groupGuoqing Jiang
2021-04-20block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_diskGuoqing Jiang
2021-04-20block/rnbd-clt: Remove some arguments from rnbd_client_setup_deviceGuoqing Jiang
2021-04-20block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpathGuoqing Jiang
2021-01-08block/rnbd-clt: avoid module unload race with close confirmationJack Wang
2021-01-08block/rnbd: Adding name to the Contributors ListSwapnil Ingle
2021-01-08block/rnbd-clt: Fix sg table use after freeGuoqing Jiang
2021-01-08block/rnbd-srv: Fix use after free in rnbd_srv_sess_dev_force_closeJack Wang
2021-01-08block/rnbd: Select SG_POOL for RNBD_CLIENTJack Wang
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-srv: Protect dev session sysfs removalMd Haris Iqbal
2020-12-16block/rnbd-clt: Fix possible memleakJack 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-07block/rnbd: fix a null pointer dereference on dev->blk_symlink_nameColin Ian King
2020-12-04block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_nameMd Haris Iqbal
2020-12-04block/rnbd: call kobject_put in the failure pathGuoqing Jiang
2020-12-04block/rnbd-srv: close a mapped device from server side.Lutz Pogrell
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