summaryrefslogtreecommitdiff
path: root/drivers/block/ublk_drv.c
AgeCommit message (Expand)Author
2024-05-13ublk_drv: set DMA alignment mask to 3Jens Axboe
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-04-30ublk: remove segment count and size limitsUday Shankar
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal
2024-04-17ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator featureDamien Le Moal
2024-02-28ublk: add UBLK_CMD_DEL_DEV_ASYNCMing Lei
2024-02-28ublk: improve getting & putting ublk deviceMing Lei
2024-02-19ublk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig
2024-01-11Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-19block: simplify disk_set_zonedChristoph Hellwig
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig
2023-12-12io_uring: split out cmd api into a separate headerPavel Begunkov
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Jens Axboe
2023-12-05iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe
2023-10-19block: ublk_drv: Remove unused functionJiapeng Chong
2023-10-17ublk: simplify aborting requestMing Lei
2023-10-17ublk: replace monitor with cancelable uring_cmdMing Lei
2023-10-17ublk: quiesce request queue when aborting queueMing Lei
2023-10-17ublk: rename mm_lock as lockMing Lei
2023-10-17ublk: move ublk_cancel_dev() out of ub->mutexMing Lei
2023-10-17ublk: make sure io cmd handled in submitter task contextMing Lei
2023-10-17ublk: don't get ublk device reference in ublk_abort_queue()Ming Lei
2023-10-17ublk: Make ublks_max configurableMike Christie
2023-10-17ublk: Limit dev_id/ub_number valuesMike Christie
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-20ublk: zoned: support REQ_OP_ZONE_RESET_ALLMing Lei
2023-08-15ublk: Switch to memdup_user_nul() helperRuan Jinjie
2023-08-11ublk: fix 'warn: variable dereferenced before check 'req'' from SmatchMing Lei
2023-08-10ublk: Fix signedness bug returning warningLi Zetao
2023-08-08ublk: enable zoned storage supportAndreas Hindborg
2023-08-08ublk: move check for empty address field on command submissionAndreas Hindborg
2023-08-08ublk: add helper to check if device supports user copyAndreas Hindborg
2023-07-27ublk: return -EINTR if breaking from waiting for existed users in DEL_DEVMing Lei
2023-07-27ublk: fail to recover device if queue setup is interruptedMing Lei
2023-07-27ublk: fail to start device if queue setup is interruptedMing Lei
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-21ublk: make ublk_chr_class a static const structureIvan Orlov
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-06-04ublk: add control command of UBLK_U_CMD_GET_FEATURESMing Lei
2023-05-20ublk: fix build warning on iov_iter_get_pages2Ming Lei
2023-05-19ublk: support user copyMing Lei
2023-05-19ublk: add read()/write() support for ublk char deviceMing Lei
2023-05-19ublk: support to copy any part of request pagesMing Lei
2023-05-19ublk: grab request reference when the request is handled by userspaceMing Lei
2023-05-19ublk: cleanup ublk_copy_user_pagesMing Lei
2023-05-19ublk: cleanup io cmd code path by adding ublk_fill_io_cmd()Ming Lei
2023-05-19ublk: kill queuing request by task_work_addMing Lei