summaryrefslogtreecommitdiffstats
path: root/drivers/block/ublk_drv.c
Commit message (Expand)AuthorAgeFilesLines
* block: ublk: make sure that block size is set correctlyMing Lei2023-04-061-1/+3
* ublk: read any SQE values upfrontJens Axboe2023-04-051-2/+20
* block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe2023-03-201-13/+18
* block: ublk_drv: mark device as LIVE before adding diskMing Lei2023-03-181-1/+2
* Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds2023-03-031-3/+0
|\
| * ublk: remove check IO_URING_F_SQE128 in ublk_ch_uring_cmdMing Lei2023-02-211-3/+0
* | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-103/+302
|\|
| * block: ublk: check IO buffer based on flag need_get_dataLiu Xiaodong2023-02-131-4/+9
| * block: ublk: improve handling device deletionMing Lei2023-02-071-4/+18
| * ublk: pass NULL to blk_mq_alloc_disk() as queuedataZiyang Zhang2023-02-071-1/+1
| * ublk: mention WRITE_ZEROES in comment of ublk_complete_rq()Ziyang Zhang2023-02-071-1/+1
| * ublk: remove unnecessary NULL check in ublk_rq_has_data()Ziyang Zhang2023-02-071-1/+1
| * ublk_drv: only allow owner to open unprivileged diskMing Lei2023-01-311-12/+43
| * ublk_drv: add mechanism for supporting unprivileged ublk deviceMing Lei2023-01-291-6/+146
| * ublk_drv: add module parameter of ublks_max for limiting max allowed ublk devMing Lei2023-01-291-0/+19
| * ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVTMing Lei2023-01-291-1/+23
| * ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmdMing Lei2023-01-291-89/+49
| * ublk_drv: don't probe partitions if the ubq daemon isn't trustedMing Lei2023-01-291-0/+9
| * ublk_drv: remove nr_aborted_queues from ublk_deviceMing Lei2023-01-291-1/+0
* | block: ublk: extending queue_size to fix overflowLiu Xiaodong2023-01-311-1/+1
|/
* block: ublk: move ublk_chr_class destroying after devices are removedMing Lei2023-01-261-4/+3
* ublk: honor IO_URING_F_NONBLOCK for handling control commandMing Lei2023-01-041-0/+3
* 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