summaryrefslogtreecommitdiffstats
path: root/drivers/block/ublk_drv.c
Commit message (Expand)AuthorAgeFilesLines
* ublk_drv: don't forward io commands in reserve orderMing Lei2022-11-231-44/+38
* ublk_drv: add ublk_queue_cmd() for cleanupMing Lei2022-10-311-26/+21
* ublk_drv: avoid to touch io_uring cmd in blk_mq io pathMing Lei2022-10-311-30/+53
* ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of moduleMing Lei2022-10-311-0/+3
* ublk_drv: use flexible-array member instead of zero-length arrayYushan Zhou2022-10-191-1/+1
* ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY supportZiyangZhang2022-09-231-0/+116
* ublk_drv: support UBLK_F_USER_RECOVERY_REISSUEZiyangZhang2022-09-231-4/+18
* ublk_drv: consider recovery feature in aborting mechanismZiyangZhang2022-09-231-6/+110
* ublk_drv: requeue rqs with recovery feature enabledZiyangZhang2022-09-231-5/+15
* ublk_drv: define macros for recovery feature and check themZiyangZhang2022-09-231-1/+17
* ublk_drv: check 'current' instead of 'ubq_daemon'ZiyangZhang2022-09-231-2/+10
* ublk_drv: do not add a re-issued request aborted previously to ioucmd's task_...ZiyangZhang2022-08-161-1/+17
* ublk_drv: update comment for __ublk_fail_req()ZiyangZhang2022-08-161-2/+3
* ublk_drv: check ubq_daemon_is_dying() in __ublk_rq_task_work()ZiyangZhang2022-08-161-3/+2
* ublk_drv: update iod->addr for UBLK_IO_NEED_GET_DATAZiyangZhang2022-08-131-0/+5
* ublk_drv: add support for UBLK_IO_NEED_GET_DATAZiyangZhang2022-08-021-12/+94
* ublk_drv: cleanup ublksrv_ctrl_dev_infoMing Lei2022-08-021-11/+7
* ublk_drv: add SET_PARAMS/GET_PARAMS control commandMing Lei2022-08-021-18/+187
* ublk_drv: fix ublk device leak in case that add_disk failsMing Lei2022-08-021-0/+5
* ublk_drv: cancel device even though disk isn't upMing Lei2022-08-021-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