aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/ublk_drv.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-19block: ublk_drv: Remove unused functionGravatar Jiapeng Chong 1-9/+0
2023-10-17ublk: simplify aborting requestGravatar Ming Lei 1-30/+11
2023-10-17ublk: replace monitor with cancelable uring_cmdGravatar Ming Lei 1-89/+119
2023-10-17ublk: quiesce request queue when aborting queueGravatar Ming Lei 1-9/+50
2023-10-17ublk: rename mm_lock as lockGravatar Ming Lei 1-4/+4
2023-10-17ublk: move ublk_cancel_dev() out of ub->mutexGravatar Ming Lei 1-17/+23
2023-10-17ublk: make sure io cmd handled in submitter task contextGravatar Ming Lei 1-1/+21
2023-10-17ublk: don't get ublk device reference in ublk_abort_queue()Gravatar Ming Lei 1-4/+0
2023-10-17ublk: Make ublks_max configurableGravatar Mike Christie 1-1/+16
2023-10-17ublk: Limit dev_id/ub_number valuesGravatar Mike Christie 1-1/+9
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-28/+338
2023-08-20ublk: zoned: support REQ_OP_ZONE_RESET_ALLGravatar Ming Lei 1-2/+5
2023-08-15ublk: Switch to memdup_user_nul() helperGravatar Ruan Jinjie 1-8/+3
2023-08-11ublk: fix 'warn: variable dereferenced before check 'req'' from SmatchGravatar Ming Lei 1-1/+3
2023-08-10ublk: Fix signedness bug returning warningGravatar Li Zetao 1-2/+2
2023-08-08ublk: enable zoned storage supportGravatar Andreas Hindborg 1-15/+316
2023-08-08ublk: move check for empty address field on command submissionGravatar Andreas Hindborg 1-5/+9
2023-08-08ublk: add helper to check if device supports user copyGravatar Andreas Hindborg 1-1/+6
2023-07-27ublk: return -EINTR if breaking from waiting for existed users in DEL_DEVGravatar Ming Lei 1-2/+2
2023-07-27ublk: fail to recover device if queue setup is interruptedGravatar Ming Lei 1-1/+3
2023-07-27ublk: fail to start device if queue setup is interruptedGravatar Ming Lei 1-1/+2
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-129/+369
2023-06-21ublk: make ublk_chr_class a static const structureGravatar Ivan Orlov 1-7/+8
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-1/+1
2023-06-12block: pass a gendisk to ->openGravatar Christoph Hellwig 1-2/+2
2023-06-04ublk: add control command of UBLK_U_CMD_GET_FEATURESGravatar Ming Lei 1-0/+21
2023-05-20ublk: fix build warning on iov_iter_get_pages2Gravatar Ming Lei 1-1/+2
2023-05-19ublk: support user copyGravatar Ming Lei 1-11/+47
2023-05-19ublk: add read()/write() support for ublk char deviceGravatar Ming Lei 1-0/+151
2023-05-19ublk: support to copy any part of request pagesGravatar Ming Lei 1-7/+24
2023-05-19ublk: grab request reference when the request is handled by userspaceGravatar Ming Lei 1-3/+64
2023-05-19ublk: cleanup ublk_copy_user_pagesGravatar Ming Lei 1-63/+49
2023-05-19ublk: cleanup io cmd code path by adding ublk_fill_io_cmd()Gravatar Ming Lei 1-9/+11
2023-05-19ublk: kill queuing request by task_work_addGravatar Ming Lei 1-38/+2
2023-05-18ublk: fix AB-BA lockdep warningGravatar Ming Lei 1-2/+7
2023-05-12ublk: fix command op code checkGravatar Ming Lei 1-1/+1
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-20/+20
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+31
2023-05-04io_uring: Pass whole sqe to commandsGravatar Breno Leitao 1-13/+13
2023-05-03ublk: add timeout handlerGravatar Ming Lei 1-0/+31
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-57/+76
2023-04-20ublk: don't return 0 in case of any failureGravatar Ming Lei 1-0/+1
2023-04-18block: ublk: switch to ioctl command encodingGravatar Ming Lei 1-13/+34
2023-04-06block: ublk: make sure that block size is set correctlyGravatar Ming Lei 1-1/+3
2023-04-05ublk: read any SQE values upfrontGravatar Jens Axboe 1-2/+20
2023-04-03Merge 6.3-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-14/+20
2023-04-02block: ublk_drv: cleanup 'struct ublk_map_data'Gravatar Ming Lei 1-15/+12
2023-04-02block: ublk_drv: clean up several helpersGravatar Ming Lei 1-13/+5
2023-04-02block: ublk_drv: add two helpers to clean up map/unmap requestGravatar Ming Lei 1-5/+14