summaryrefslogtreecommitdiff
path: root/drivers/block/ublk_drv.c
AgeCommit message (Expand)AuthorFilesLines
38 hours[tree-wide] finally take no_llseek outAl Viro1-1/+0
13 daysMerge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds1-16/+46
2024-09-04ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()Li Nan1-0/+2
2024-08-12ublk: move zone report data out of request pduMing Lei1-16/+46
2024-07-24ublk: fix UBLK_CMD_DEL_DEV_ASYNC handlingMing Lei1-1/+4
2024-07-10ublk_drv: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal1-1/+1
2024-06-19block: move the zone_resetall flag to queue_limitsChristoph Hellwig1-3/+1
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig1-1/+1
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-6/+3
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-2/+6
2024-05-14ublk_drv: set DMA alignment mask to 3Jens Axboe1-0/+1
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-3/+2
2024-05-01ublk: remove segment count and size limitsUday Shankar1-1/+2
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal1-1/+1
2024-04-17ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator featureDamien Le Moal1-2/+1
2024-02-29ublk: add UBLK_CMD_DEL_DEV_ASYNCMing Lei1-3/+6
2024-02-29ublk: improve getting & putting ublk deviceMing Lei1-5/+7
2024-02-20ublk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-49/+41
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2024-01-12Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-12-20block: simplify disk_set_zonedChristoph Hellwig1-1/+1
2023-12-20block: remove support for the host aware zone modelChristoph Hellwig1-1/+1
2023-12-12io_uring: split out cmd api into a separate headerPavel Begunkov1-1/+1
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Jens Axboe1-5/+2
2023-12-05iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe1-4/+2
2023-10-19block: ublk_drv: Remove unused functionJiapeng Chong1-9/+0
2023-10-17ublk: simplify aborting requestMing Lei1-30/+11
2023-10-17ublk: replace monitor with cancelable uring_cmdMing Lei1-89/+119
2023-10-17ublk: quiesce request queue when aborting queueMing Lei1-9/+50
2023-10-17ublk: rename mm_lock as lockMing Lei1-4/+4
2023-10-17ublk: move ublk_cancel_dev() out of ub->mutexMing Lei1-17/+23
2023-10-17ublk: make sure io cmd handled in submitter task contextMing Lei1-1/+21
2023-10-17ublk: don't get ublk device reference in ublk_abort_queue()Ming Lei1-4/+0
2023-10-17ublk: Make ublks_max configurableMike Christie1-1/+16
2023-10-17ublk: Limit dev_id/ub_number valuesMike Christie1-1/+9
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-28/+338
2023-08-21ublk: zoned: support REQ_OP_ZONE_RESET_ALLMing Lei1-2/+5
2023-08-15ublk: Switch to memdup_user_nul() helperRuan Jinjie1-8/+3
2023-08-11ublk: fix 'warn: variable dereferenced before check 'req'' from SmatchMing Lei1-1/+3
2023-08-10ublk: Fix signedness bug returning warningLi Zetao1-2/+2
2023-08-09ublk: enable zoned storage supportAndreas Hindborg1-15/+316
2023-08-09ublk: move check for empty address field on command submissionAndreas Hindborg1-5/+9
2023-08-09ublk: add helper to check if device supports user copyAndreas Hindborg1-1/+6
2023-07-27ublk: return -EINTR if breaking from waiting for existed users in DEL_DEVMing Lei1-2/+2
2023-07-27ublk: fail to recover device if queue setup is interruptedMing Lei1-1/+3
2023-07-27ublk: fail to start device if queue setup is interruptedMing Lei1-1/+2
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-129/+369
2023-06-21ublk: make ublk_chr_class a static const structureIvan Orlov1-7/+8