summaryrefslogtreecommitdiffstats
path: root/drivers/block/rnbd
AgeCommit message (Expand)AuthorLines
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-14/+3
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds-19/+13
2022-03-08blk-mq: prepare for implementing hctx table via xarrayMing Lei-1/+1
2022-02-27block/rnbd: Remove a useless mutexChristophe JAILLET-8/+3
2022-02-27block/rnbd: client device does not care queue/rotationalGioh Kim-9/+8
2022-02-27block/rnbd-clt: fix CHECK:BRACES warningGioh Kim-2/+2
2022-02-22scsi: rnbd: Remove WRITE_SAME supportChristoph Hellwig-14/+3
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig-3/+2
2022-02-02rnbd-srv: remove struct rnbd_dev_blk_ioChristoph Hellwig-38/+7
2022-02-02rnbd-srv: simplify bio mapping in process_rdmaChristoph Hellwig-69/+16
2022-02-02block: remove genhd.hChristoph Hellwig-1/+0
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds-1/+1
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov-1/+1
2022-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-12/+12
2022-01-07RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sessVaishali Thakkar-3/+3
2022-01-07RDMA/rtrs-srv: Rename rtrs_srv to rtrs_srv_sessVaishali Thakkar-3/+3
2022-01-07RDMA/rtrs-srv: Rename rtrs_srv_sess to rtrs_srv_pathVaishali Thakkar-6/+6
2022-01-05block/rnbd-clt-sysfs: use default_groups in kobj_typeGreg Kroah-Hartman-1/+2
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig-2/+2
2021-10-21rnbd: add error handling support for add_disk()Luis Chamberlain-4/+9
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe-1/+1
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig-1/+1
2021-10-12block/rnbd-clt-sysfs: fix a couple uninitialized variable bugsDan Carpenter-1/+3
2021-08-02block/rnbd: Use sysfs_emit instead of s*printf function for sysfs showMd Haris Iqbal-25/+22
2021-08-02block/rnbd-clt: Use put_cpu_ptr after get_cpu_ptrGioh Kim-1/+1
2021-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-6/+4
2021-06-21rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.Jack Wang-6/+4
2021-06-11rnbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig-27/+8
2021-05-03block/rnbd: Remove all likely and unlikelyGioh Kim-13/+13
2021-05-03block/rnbd-clt: Check the return value of the function rtrs_clt_queryMd Haris Iqbal-2/+10
2021-05-03block/rnbd: Fix style issuesDima Stepanov-5/+5
2021-05-03block/rnbd-clt: Change queue_depth type in rnbd_clt_session to size_tMd Haris Iqbal-1/+1
2021-04-20block/rnbd: Use strscpy instead of strlcpyDima Stepanov-8/+8
2021-04-20block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_nameDima Stepanov-5/+1
2021-04-20block/rnbd-clt: Remove max_segment_sizeJack Wang-1/+0
2021-04-20block/rnbd-clt: Generate kobject_uevent when the rnbd device state changesMd Haris Iqbal-1/+9
2021-04-20block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_evGioh Kim-24/+15
2021-04-20block/rnbd-clt: Support polling mode for IO latency optimizationGioh Kim-20/+129
2021-04-20block/rnbd-clt: Fix missing a memory free when unloading the moduleGioh Kim-3/+7
2021-04-20block/rnbd-clt: Improve find_or_create_sess() return checkTom Rix-6/+4
2021-04-20block/rnbd-srv: Remove force_close file after holding a lockGioh Kim-6/+7
2021-04-20block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallelGioh Kim-1/+3
2021-04-20block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}Gioh Kim-25/+17
2021-04-20block/rnbd: Kill destroy_device_cbGuoqing Jiang-11/+4
2021-04-20block/rnbd: Kill rnbd_clt_destroy_default_groupGuoqing Jiang-7/+1
2021-04-20block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_diskGuoqing Jiang-2/+1
2021-04-20block/rnbd-clt: Remove some arguments from rnbd_client_setup_deviceGuoqing Jiang-4/+3
2021-04-20block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpathGuoqing Jiang-5/+4
2021-01-08block/rnbd-clt: avoid module unload race with close confirmationJack Wang-1/+2
2021-01-08block/rnbd: Adding name to the Contributors ListSwapnil Ingle-0/+1