aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/ublk_drv.c
Commit message (Expand)AuthorAgeFilesLines
* 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