summary refs log tree commit diff
path: root/drivers/block/ublk_drv.c
AgeCommit message (Expand)Author
2023-06-09ublk: fix AB-BA lockdep warningMing Lei
2023-04-20block: ublk_drv: mark device as LIVE before adding diskMing Lei
2023-04-13ublk: read any SQE values upfrontJens Axboe
2023-04-13block: ublk: make sure that block size is set correctlyMing Lei
2023-04-06block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe
2023-03-10block: ublk: check IO buffer based on flag need_get_dataLiu Xiaodong
2023-03-10ublk_drv: don't probe partitions if the ubq daemon isn't trustedMing Lei
2023-03-10ublk_drv: remove nr_aborted_queues from ublk_deviceMing Lei
2023-02-09block: ublk: extending queue_size to fix overflowLiu Xiaodong
2023-02-01block: ublk: move ublk_chr_class destroying after devices are removedMing Lei
2023-01-12ublk: honor IO_URING_F_NONBLOCK for handling control commandMing Lei
2022-11-23ublk_drv: don't forward io commands in reserve orderMing Lei
2022-10-31ublk_drv: add ublk_queue_cmd() for cleanupMing Lei
2022-10-31ublk_drv: avoid to touch io_uring cmd in blk_mq io pathMing Lei
2022-10-31ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of moduleMing Lei
2022-10-19ublk_drv: use flexible-array member instead of zero-length arrayYushan Zhou
2022-09-23ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY supportZiyangZhang
2022-09-23ublk_drv: support UBLK_F_USER_RECOVERY_REISSUEZiyangZhang
2022-09-23ublk_drv: consider recovery feature in aborting mechanismZiyangZhang
2022-09-23ublk_drv: requeue rqs with recovery feature enabledZiyangZhang
2022-09-23ublk_drv: define macros for recovery feature and check themZiyangZhang
2022-09-23ublk_drv: check 'current' instead of 'ubq_daemon'ZiyangZhang
2022-08-16ublk_drv: do not add a re-issued request aborted previously to ioucmd's task_...ZiyangZhang
2022-08-16ublk_drv: update comment for __ublk_fail_req()ZiyangZhang
2022-08-16ublk_drv: check ubq_daemon_is_dying() in __ublk_rq_task_work()ZiyangZhang
2022-08-13ublk_drv: update iod->addr for UBLK_IO_NEED_GET_DATAZiyangZhang
2022-08-02ublk_drv: add support for UBLK_IO_NEED_GET_DATAZiyangZhang
2022-08-02ublk_drv: cleanup ublksrv_ctrl_dev_infoMing Lei
2022-08-02ublk_drv: add SET_PARAMS/GET_PARAMS control commandMing Lei
2022-08-02ublk_drv: fix ublk device leak in case that add_disk failsMing Lei
2022-08-02ublk_drv: cancel device even though disk isn't upMing Lei
2022-07-26ublk_drv: fix double shift bugDan Carpenter
2022-07-22ublk_drv: make sure that correct flags(features) returned to userspaceMing Lei
2022-07-22ublk_drv: fix error handling of ublk_add_devChristoph Hellwig
2022-07-21ublk_drv: fix lockdep warningMing Lei
2022-07-21ublk: defer disk allocationChristoph Hellwig
2022-07-21ublk: rewrite ublk_ctrl_get_queue_affinity to not rely on hctx->cpumaskChristoph Hellwig
2022-07-21ublk: fold __ublk_create_dev into ublk_ctrl_add_devChristoph Hellwig
2022-07-21ublk: cleanup ublk_ctrl_uring_cmdChristoph Hellwig
2022-07-21ublk: simplify ublk_ch_open and ublk_ch_releaseChristoph Hellwig
2022-07-21ublk: remove the empty open and release block device operationsChristoph Hellwig
2022-07-21ublk: remove UBLK_IO_F_PREFLUSHChristoph Hellwig
2022-07-18ublk_drv: fix an IS_ERR() vs NULL checkDan Carpenter
2022-07-18ublk: remove UBLK_IO_F_INTEGRITYChristoph Hellwig
2022-07-18ublk_drv: remove unneeded semicolonYang Li
2022-07-18ublk_drv: fix missing error return code in ublk_add_dev()Yang Yingliang
2022-07-16ublk_drv: fix build warning with -Wmaybe-uninitialized and one sparse warningMing Lei
2022-07-14ublk_drv: fix request queue leakMing Lei
2022-07-14ublk_drv: support to complete io command via task_work_addMing Lei
2022-07-14ublk_drv: add io_uring based userspace block driverMing Lei