summaryrefslogtreecommitdiffstats
path: root/drivers/block/ublk_drv.c
Commit message (Expand)AuthorAgeFilesLines
* ublk: grab request reference when the request is handled by userspaceMing Lei2023-05-191-3/+64
* ublk: cleanup ublk_copy_user_pagesMing Lei2023-05-191-63/+49
* ublk: cleanup io cmd code path by adding ublk_fill_io_cmd()Ming Lei2023-05-191-9/+11
* ublk: kill queuing request by task_work_addMing Lei2023-05-191-38/+2
* ublk: fix command op code checkMing Lei2023-05-121-1/+1
* Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds2023-05-071-20/+20
|\
| * io_uring: Pass whole sqe to commandsBreno Leitao2023-05-041-13/+13
* | Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2023-05-061-0/+31
|\ \
| * | ublk: add timeout handlerMing Lei2023-05-031-0/+31
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\ \ \
| * \ \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-14/+20
| |\ \ \ | | | |/ | | |/|
| * | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* | | | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-57/+76
|\ \ \ \ | | |_|/ | |/| |
| * | | ublk: don't return 0 in case of any failureMing Lei2023-04-201-0/+1
| * | | block: ublk: switch to ioctl command encodingMing Lei2023-04-181-13/+34
| * | | block: ublk_drv: cleanup 'struct ublk_map_data'Ming Lei2023-04-021-15/+12
| * | | block: ublk_drv: clean up several helpersMing Lei2023-04-021-13/+5
| * | | block: ublk_drv: add two helpers to clean up map/unmap requestMing Lei2023-04-021-5/+14
| * | | block: ublk_drv: don't consider flush request in map/unmap ioMing Lei2023-04-021-7/+3
| * | | block: ublk_drv: add common exit handlingMing Lei2023-04-021-6/+9
| |/ /
* | | 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