summaryrefslogtreecommitdiffstats
path: root/drivers/block/ublk_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-28/+338
|\
| * ublk: zoned: support REQ_OP_ZONE_RESET_ALLMing Lei2023-08-201-2/+5
| * ublk: Switch to memdup_user_nul() helperRuan Jinjie2023-08-151-8/+3
| * ublk: fix 'warn: variable dereferenced before check 'req'' from SmatchMing Lei2023-08-111-1/+3
| * ublk: Fix signedness bug returning warningLi Zetao2023-08-101-2/+2
| * ublk: enable zoned storage supportAndreas Hindborg2023-08-081-15/+316
| * ublk: move check for empty address field on command submissionAndreas Hindborg2023-08-081-5/+9
| * ublk: add helper to check if device supports user copyAndreas Hindborg2023-08-081-1/+6
* | ublk: return -EINTR if breaking from waiting for existed users in DEL_DEVMing Lei2023-07-271-2/+2
* | ublk: fail to recover device if queue setup is interruptedMing Lei2023-07-271-1/+3
* | ublk: fail to start device if queue setup is interruptedMing Lei2023-07-271-1/+2
|/
* Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-129/+369
|\
| * ublk: make ublk_chr_class a static const structureIvan Orlov2023-06-211-7/+8
| * block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
| * block: pass a gendisk to ->openChristoph Hellwig2023-06-121-2/+2
| * ublk: add control command of UBLK_U_CMD_GET_FEATURESMing Lei2023-06-041-0/+21
| * ublk: fix build warning on iov_iter_get_pages2Ming Lei2023-05-201-1/+2
| * ublk: support user copyMing Lei2023-05-191-11/+47
| * ublk: add read()/write() support for ublk char deviceMing Lei2023-05-191-0/+151
| * ublk: support to copy any part of request pagesMing Lei2023-05-191-7/+24
| * 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 AB-BA lockdep warningMing Lei2023-05-181-2/+7
|/
* 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