summaryrefslogtreecommitdiff
path: root/drivers/block/ublk_drv.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-12ublk: fix command op code checkMing Lei1-1/+1
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds1-20/+20
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds1-0/+31
2023-05-04io_uring: Pass whole sqe to commandsBreno Leitao1-13/+13
2023-05-03ublk: add timeout handlerMing Lei1-0/+31
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-57/+76
2023-04-20ublk: don't return 0 in case of any failureMing Lei1-0/+1
2023-04-19block: ublk: switch to ioctl command encodingMing Lei1-13/+34
2023-04-06block: ublk: make sure that block size is set correctlyMing Lei1-1/+3
2023-04-06ublk: read any SQE values upfrontJens Axboe1-2/+20
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-14/+20
2023-04-03block: ublk_drv: cleanup 'struct ublk_map_data'Ming Lei1-15/+12
2023-04-03block: ublk_drv: clean up several helpersMing Lei1-13/+5
2023-04-03block: ublk_drv: add two helpers to clean up map/unmap requestMing Lei1-5/+14
2023-04-03block: ublk_drv: don't consider flush request in map/unmap ioMing Lei1-7/+3
2023-04-03block: ublk_drv: add common exit handlingMing Lei1-6/+9
2023-03-21block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe1-13/+18
2023-03-18block: ublk_drv: mark device as LIVE before adding diskMing Lei1-1/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds1-3/+0
2023-02-21ublk: remove check IO_URING_F_SQE128 in ublk_ch_uring_cmdMing Lei1-3/+0
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-103/+302
2023-02-13block: ublk: check IO buffer based on flag need_get_dataLiu Xiaodong1-4/+9
2023-02-08block: ublk: improve handling device deletionMing Lei1-4/+18
2023-02-07ublk: pass NULL to blk_mq_alloc_disk() as queuedataZiyang Zhang1-1/+1
2023-02-07ublk: mention WRITE_ZEROES in comment of ublk_complete_rq()Ziyang Zhang1-1/+1
2023-02-07ublk: remove unnecessary NULL check in ublk_rq_has_data()Ziyang Zhang1-1/+1
2023-01-31ublk_drv: only allow owner to open unprivileged diskMing Lei1-12/+43
2023-01-31block: ublk: extending queue_size to fix overflowLiu Xiaodong1-1/+1
2023-01-30ublk_drv: add mechanism for supporting unprivileged ublk deviceMing Lei1-6/+146
2023-01-30ublk_drv: add module parameter of ublks_max for limiting max allowed ublk devMing Lei1-0/+19
2023-01-30ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVTMing Lei1-1/+23
2023-01-30ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmdMing Lei1-89/+49
2023-01-30ublk_drv: don't probe partitions if the ubq daemon isn't trustedMing Lei1-0/+9
2023-01-30ublk_drv: remove nr_aborted_queues from ublk_deviceMing Lei1-1/+0
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-24ublk_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-20ublk_drv: use flexible-array member instead of zero-length arrayYushan Zhou1-1/+1
2022-09-24ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY supportZiyangZhang1-0/+116
2022-09-24ublk_drv: support UBLK_F_USER_RECOVERY_REISSUEZiyangZhang1-4/+18
2022-09-24ublk_drv: consider recovery feature in aborting mechanismZiyangZhang1-6/+110
2022-09-24ublk_drv: requeue rqs with recovery feature enabledZiyangZhang1-5/+15
2022-09-24ublk_drv: define macros for recovery feature and check themZiyangZhang1-1/+17
2022-09-24ublk_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