summaryrefslogtreecommitdiffstats
path: root/drivers/block/ublk_drv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()Li Nan2024-09-041-0/+2
* ublk: fix UBLK_CMD_DEL_DEV_ASYNC handlingMing Lei2024-07-241-1/+4
* ublk_drv: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-101-0/+1
* block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal2024-07-051-1/+1
* block: move the zone_resetall flag to queue_limitsChristoph Hellwig2024-06-191-3/+1
* block: move the zoned flag into the features fieldChristoph Hellwig2024-06-191-1/+1
* block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-6/+3
* block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-191-2/+6
* ublk_drv: set DMA alignment mask to 3Jens Axboe2024-05-141-0/+1
* 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-291-3/+6
* ublk: improve getting & putting ublk deviceMing Lei2024-02-291-5/+7
* ublk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-201-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-201-1/+1
| * | block: remove support for the host aware zone modelChristoph Hellwig2023-12-201-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-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