summaryrefslogtreecommitdiffstats
path: root/drivers/block/ublk_drv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: ublk_drv: Remove unused functionJiapeng Chong2023-10-191-9/+0
* ublk: simplify aborting requestMing Lei2023-10-171-30/+11
* ublk: replace monitor with cancelable uring_cmdMing Lei2023-10-171-89/+119
* ublk: quiesce request queue when aborting queueMing Lei2023-10-171-9/+50
* ublk: rename mm_lock as lockMing Lei2023-10-171-4/+4
* ublk: move ublk_cancel_dev() out of ub->mutexMing Lei2023-10-171-17/+23
* ublk: make sure io cmd handled in submitter task contextMing Lei2023-10-171-1/+21
* ublk: don't get ublk device reference in ublk_abort_queue()Ming Lei2023-10-171-4/+0
* ublk: Make ublks_max configurableMike Christie2023-10-171-1/+16
* ublk: Limit dev_id/ub_number valuesMike Christie2023-10-171-1/+9
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-301-28/+338
|\
| * ublk: zoned: support REQ_OP_ZONE_RESET_ALLMing Lei2023-08-211-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-211-1/+2
| * ublk: support user copyMing Lei2023-05-201-11/+47
| * ublk: add read()/write() support for ublk char deviceMing Lei2023-05-201-0/+151
| * ublk: support to copy any part of request pagesMing Lei2023-05-201-7/+24
| * ublk: grab request reference when the request is handled by userspaceMing Lei2023-05-201-3/+64
| * ublk: cleanup ublk_copy_user_pagesMing Lei2023-05-201-63/+49
| * ublk: cleanup io cmd code path by adding ublk_fill_io_cmd()Ming Lei2023-05-201-9/+11
| * ublk: kill queuing request by task_work_addMing Lei2023-05-201-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-191-13/+34
| * | | block: ublk_drv: cleanup 'struct ublk_map_data'Ming Lei2023-04-031-15/+12
| * | | block: ublk_drv: clean up several helpersMing Lei2023-04-031-13/+5
| * | | block: ublk_drv: add two helpers to clean up map/unmap requestMing Lei2023-04-031-5/+14
| * | | block: ublk_drv: don't consider flush request in map/unmap ioMing Lei2023-04-031-7/+3