summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/ublk_cmd.h
Commit message (Expand)AuthorAgeFilesLines
* ublk: zoned: support REQ_OP_ZONE_RESET_ALLMing Lei2023-08-201-0/+1
* ublk: enable zoned storage supportAndreas Hindborg2023-08-081-9/+54
* ublk: add control command of UBLK_U_CMD_GET_FEATURESMing Lei2023-06-041-0/+8
* ublk: support user copyMing Lei2023-05-191-0/+3
* ublk: add read()/write() support for ublk char deviceMing Lei2023-05-191-1/+21
* block: ublk: switch to ioctl command encodingMing Lei2023-04-181-0/+43
* ublk_drv: add mechanism for supporting unprivileged ublk deviceMing Lei2023-01-291-2/+34
* ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVTMing Lei2023-01-291-0/+13
* ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY supportZiyangZhang2022-09-231-1/+2
* ublk_drv: support UBLK_F_USER_RECOVERY_REISSUEZiyangZhang2022-09-231-0/+2
* ublk_drv: define macros for recovery feature and check themZiyangZhang2022-09-231-0/+3
* ublk_cmd.h: add one new ublk command: UBLK_IO_NEED_GET_DATAZiyangZhang2022-08-021-0/+18
* ublk_drv: cleanup ublksrv_ctrl_dev_infoMing Lei2022-08-021-7/+8
* ublk_drv: add SET_PARAMS/GET_PARAMS control commandMing Lei2022-08-021-0/+47
* ublk_drv: make sure that correct flags(features) returned to userspaceMing Lei2022-07-221-3/+4
* ublk: remove UBLK_IO_F_PREFLUSHChristoph Hellwig2022-07-211-1/+0
* ublk: remove UBLK_IO_F_INTEGRITYChristoph Hellwig2022-07-181-1/+0
* ublk_drv: support to complete io command via task_work_addMing Lei2022-07-141-0/+6
* ublk_drv: add io_uring based userspace block driverMing Lei2022-07-141-0/+156