summaryrefslogtreecommitdiff
path: root/drivers/block/ublk_drv.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-19io_uring: Add size check for sqe->cmdGovindarajulu Varadarajan1-4/+8
2026-02-10Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-206/+1699
2026-01-31ublk: remove "can't touch 'ublk_io' any more" commentsCaleb Sander Mateos1-2/+0
2026-01-31ublk: add UBLK_F_NO_AUTO_PART_SCAN feature flagMing Lei1-4/+10
2026-01-31ublk: check list membership before cancelling batch fetch commandMing Lei1-3/+13
2026-01-31ublk: drop ublk_ctrl_start_recovery() header argumentCaleb Sander Mateos1-4/+3
2026-01-31ublk: use READ_ONCE() to read struct ublksrv_ctrl_cmdCaleb Sander Mateos1-25/+31
2026-01-31ublk: Validate SQE128 flag before accessing the cmdGovindarajulu Varadarajan1-3/+3
2026-01-30ublk: restore auto buf unregister refcount optimizationCaleb Sander Mateos1-2/+2
2026-01-29ublk: document IO reference counting designMing Lei1-0/+89
2026-01-23ublk: rename auto buffer registration helpersMing Lei1-13/+26
2026-01-23ublk: fix canceling flag handling in batch I/O recoveryMing Lei1-3/+8
2026-01-23ublk: move ublk_mark_io_ready() out of __ublk_fetch()Ming Lei1-1/+5
2026-01-23ublk: fix batch I/O recovery -ENODEV errorMing Lei1-32/+60
2026-01-23ublk: implement batch request completion via blk_mq_end_request_batch()Ming Lei1-8/+17
2026-01-23ublk: add new feature UBLK_F_BATCH_IOMing Lei1-8/+52
2026-01-23ublk: abort requests filled in event kfifoMing Lei1-1/+23
2026-01-23ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()Ming Lei1-10/+46
2026-01-23ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processingMing Lei1-8/+386
2026-01-23ublk: add batch I/O dispatch infrastructureMing Lei1-0/+195
2026-01-23ublk: add io events fifo structureMing Lei1-6/+63
2026-01-23ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei1-2/+101
2026-01-23ublk: handle UBLK_U_IO_PREP_IO_CMDSMing Lei1-1/+190
2026-01-23ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDSMing Lei1-1/+86
2026-01-23ublk: prepare for not tracking task context for command batchMing Lei1-1/+4
2026-01-23ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IOMing Lei1-1/+25
2026-01-21ublk: fix ublksrv pid handling for pid namespacesSeamus Connor1-5/+34
2026-01-13ublk: add UBLK_CMD_TRY_STOP_DEV commandYoav Cohen1-2/+42
2026-01-13ublk: make ublk_ctrl_stop_dev return voidYoav Cohen1-3/+3
2026-01-12ublk: optimize ublk_user_copy() on daemon taskCaleb Sander Mateos1-5/+18
2026-01-12ublk: support UBLK_F_INTEGRITYStanley Zhang1-1/+2
2026-01-12ublk: implement integrity user copyStanley Zhang1-2/+51
2026-01-12ublk: move offset check out of __ublk_check_and_get_req()Caleb Sander Mateos1-7/+9
2026-01-12ublk: inline ublk_check_and_get_req() into ublk_user_copy()Caleb Sander Mateos1-33/+18
2026-01-12ublk: split out ublk_user_copy() helperCaleb Sander Mateos1-16/+10
2026-01-12ublk: split out ublk_copy_user_bvec() helperCaleb Sander Mateos1-22/+30
2026-01-12ublk: set UBLK_IO_F_INTEGRITY in ublksrv_io_descCaleb Sander Mateos1-0/+3
2026-01-12ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creationStanley Zhang1-1/+100
2026-01-12ublk: move ublk flag check functions earlierCaleb Sander Mateos1-30/+30
2026-01-09ublk: fix use-after-free in ublk_partition_scan_workMing Lei1-15/+22
2025-12-28ublk: scan partition in async wayMing Lei1-3/+32
2025-12-20ublk: clean up user copy references on ublk server exitCaleb Sander Mateos1-2/+1
2025-12-18ublk: fix deadlock when reading partition tableMing Lei1-4/+28
2025-12-09ublk: don't mutate struct bio_vec in iterationCaleb Sander Mateos1-6/+6
2025-12-08ublk: allow non-blocking ctrl cmds in IO_URING_F_NONBLOCK issueCaleb Sander Mateos1-1/+15
2025-12-04Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-202/+183
2025-11-28ublk: add helper of __ublk_fetch()Ming Lei1-22/+24