summaryrefslogtreecommitdiffstats
path: root/drivers/block/ublk_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-131-3/+2
|\
| * block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal2024-04-171-1/+1
| * ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator featureDamien Le Moal2024-04-171-2/+1
* | ublk: remove segment count and size limitsUday Shankar2024-04-301-1/+2
|/
* ublk: add UBLK_CMD_DEL_DEV_ASYNCMing Lei2024-02-281-3/+6
* ublk: improve getting & putting ublk deviceMing Lei2024-02-281-5/+7
* ublk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-49/+41
* block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
* Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-1/+1
|\
| * io_uring: split out cmd api into a separate headerPavel Begunkov2023-12-121-1/+1
* | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-1/+1
|\ \
| * | block: simplify disk_set_zonedChristoph Hellwig2023-12-191-1/+1
| * | block: remove support for the host aware zone modelChristoph Hellwig2023-12-191-1/+1
| |/
* | iov_iter: replace import_single_range() with import_ubuf()Jens Axboe2023-12-051-5/+2
* | iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe2023-12-051-4/+2
|/
* 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-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
|/