summaryrefslogtreecommitdiffstats
path: root/drivers/block/ublk_drv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ublk_drv: add support for UBLK_IO_NEED_GET_DATAZiyangZhang2022-08-031-12/+94
* ublk_drv: cleanup ublksrv_ctrl_dev_infoMing Lei2022-08-031-11/+7
* ublk_drv: add SET_PARAMS/GET_PARAMS control commandMing Lei2022-08-031-18/+187
* ublk_drv: fix ublk device leak in case that add_disk failsMing Lei2022-08-031-0/+5
* ublk_drv: cancel device even though disk isn't upMing Lei2022-08-031-6/+12
* ublk_drv: fix double shift bugDan Carpenter2022-07-261-2/+2
* ublk_drv: make sure that correct flags(features) returned to userspaceMing Lei2022-07-221-3/+14
* ublk_drv: fix error handling of ublk_add_devChristoph Hellwig2022-07-221-52/+48
* ublk_drv: fix lockdep warningMing Lei2022-07-211-2/+4
* ublk: defer disk allocationChristoph Hellwig2022-07-211-74/+53
* ublk: rewrite ublk_ctrl_get_queue_affinity to not rely on hctx->cpumaskChristoph Hellwig2022-07-211-31/+24
* ublk: fold __ublk_create_dev into ublk_ctrl_add_devChristoph Hellwig2022-07-211-20/+8
* ublk: cleanup ublk_ctrl_uring_cmdChristoph Hellwig2022-07-211-118/+116
* ublk: simplify ublk_ch_open and ublk_ch_releaseChristoph Hellwig2022-07-211-10/+7
* ublk: remove the empty open and release block device operationsChristoph Hellwig2022-07-211-11/+0
* ublk: remove UBLK_IO_F_PREFLUSHChristoph Hellwig2022-07-211-3/+0
* ublk_drv: fix an IS_ERR() vs NULL checkDan Carpenter2022-07-181-2/+2
* ublk: remove UBLK_IO_F_INTEGRITYChristoph Hellwig2022-07-181-3/+0
* ublk_drv: remove unneeded semicolonYang Li2022-07-181-2/+2
* ublk_drv: fix missing error return code in ublk_add_dev()Yang Yingliang2022-07-181-1/+3
* ublk_drv: fix build warning with -Wmaybe-uninitialized and one sparse warningMing Lei2022-07-161-4/+2
* ublk_drv: fix request queue leakMing Lei2022-07-141-6/+15
* ublk_drv: support to complete io command via task_work_addMing Lei2022-07-141-8/+67
* ublk_drv: add io_uring based userspace block driverMing Lei2022-07-141-0/+1530