summaryrefslogtreecommitdiffstats
path: root/drivers/block/ublk_drv.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-26block: ublk: move ublk_chr_class destroying after devices are removedMing Lei1-4/+3
2023-01-04ublk: honor IO_URING_F_NONBLOCK for handling control commandMing Lei1-0/+3
2022-11-23ublk_drv: don't forward io commands in reserve orderMing Lei1-44/+38
2022-10-31ublk_drv: add ublk_queue_cmd() for cleanupMing Lei1-26/+21
2022-10-31ublk_drv: avoid to touch io_uring cmd in blk_mq io pathMing Lei1-30/+53
2022-10-31ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of moduleMing Lei1-0/+3
2022-10-19ublk_drv: use flexible-array member instead of zero-length arrayYushan Zhou1-1/+1
2022-09-23ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY supportZiyangZhang1-0/+116
2022-09-23ublk_drv: support UBLK_F_USER_RECOVERY_REISSUEZiyangZhang1-4/+18
2022-09-23ublk_drv: consider recovery feature in aborting mechanismZiyangZhang1-6/+110
2022-09-23ublk_drv: requeue rqs with recovery feature enabledZiyangZhang1-5/+15
2022-09-23ublk_drv: define macros for recovery feature and check themZiyangZhang1-1/+17
2022-09-23ublk_drv: check 'current' instead of 'ubq_daemon'ZiyangZhang1-2/+10
2022-08-16ublk_drv: do not add a re-issued request aborted previously to ioucmd's task_...ZiyangZhang1-1/+17
2022-08-16ublk_drv: update comment for __ublk_fail_req()ZiyangZhang1-2/+3
2022-08-16ublk_drv: check ubq_daemon_is_dying() in __ublk_rq_task_work()ZiyangZhang1-3/+2
2022-08-13ublk_drv: update iod->addr for UBLK_IO_NEED_GET_DATAZiyangZhang1-0/+5
2022-08-02ublk_drv: add support for UBLK_IO_NEED_GET_DATAZiyangZhang1-12/+94
2022-08-02ublk_drv: cleanup ublksrv_ctrl_dev_infoMing Lei1-11/+7
2022-08-02ublk_drv: add SET_PARAMS/GET_PARAMS control commandMing Lei1-18/+187
2022-08-02ublk_drv: fix ublk device leak in case that add_disk failsMing Lei1-0/+5
2022-08-02ublk_drv: cancel device even though disk isn't upMing Lei1-6/+12
2022-07-26ublk_drv: fix double shift bugDan Carpenter1-2/+2
2022-07-22ublk_drv: make sure that correct flags(features) returned to userspaceMing Lei1-3/+14
2022-07-22ublk_drv: fix error handling of ublk_add_devChristoph Hellwig1-52/+48
2022-07-21ublk_drv: fix lockdep warningMing Lei1-2/+4
2022-07-21ublk: defer disk allocationChristoph Hellwig1-74/+53
2022-07-21ublk: rewrite ublk_ctrl_get_queue_affinity to not rely on hctx->cpumaskChristoph Hellwig1-31/+24
2022-07-21ublk: fold __ublk_create_dev into ublk_ctrl_add_devChristoph Hellwig1-20/+8
2022-07-21ublk: cleanup ublk_ctrl_uring_cmdChristoph Hellwig1-118/+116
2022-07-21ublk: simplify ublk_ch_open and ublk_ch_releaseChristoph Hellwig1-10/+7
2022-07-21ublk: remove the empty open and release block device operationsChristoph Hellwig1-11/+0
2022-07-21ublk: remove UBLK_IO_F_PREFLUSHChristoph Hellwig1-3/+0
2022-07-18ublk_drv: fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2022-07-18ublk: remove UBLK_IO_F_INTEGRITYChristoph Hellwig1-3/+0
2022-07-18ublk_drv: remove unneeded semicolonYang Li1-2/+2
2022-07-18ublk_drv: fix missing error return code in ublk_add_dev()Yang Yingliang1-1/+3
2022-07-16ublk_drv: fix build warning with -Wmaybe-uninitialized and one sparse warningMing Lei1-4/+2
2022-07-14ublk_drv: fix request queue leakMing Lei1-6/+15
2022-07-14ublk_drv: support to complete io command via task_work_addMing Lei1-8/+67
2022-07-14ublk_drv: add io_uring based userspace block driverMing Lei1-0/+1530