summaryrefslogtreecommitdiff
path: root/drivers/block/ublk_drv.c
AgeCommit message (Expand)Author
2026-03-13Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-03-09ublk: don't clear GD_SUPPRESS_PART_SCAN for unprivileged daemonsMing Lei
2026-03-06ublk: fix NULL pointer dereference in ublk_ctrl_set_size()Mehul Rao
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-19io_uring: Add size check for sqe->cmdGovindarajulu Varadarajan
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-31ublk: remove "can't touch 'ublk_io' any more" commentsCaleb Sander Mateos
2026-01-31ublk: add UBLK_F_NO_AUTO_PART_SCAN feature flagMing Lei
2026-01-31ublk: check list membership before cancelling batch fetch commandMing Lei
2026-01-31ublk: drop ublk_ctrl_start_recovery() header argumentCaleb Sander Mateos
2026-01-31ublk: use READ_ONCE() to read struct ublksrv_ctrl_cmdCaleb Sander Mateos
2026-01-31ublk: Validate SQE128 flag before accessing the cmdGovindarajulu Varadarajan
2026-01-29ublk: restore auto buf unregister refcount optimizationCaleb Sander Mateos
2026-01-29ublk: document IO reference counting designMing Lei
2026-01-23ublk: rename auto buffer registration helpersMing Lei
2026-01-23ublk: fix canceling flag handling in batch I/O recoveryMing Lei
2026-01-23ublk: move ublk_mark_io_ready() out of __ublk_fetch()Ming Lei
2026-01-22ublk: fix batch I/O recovery -ENODEV errorMing Lei
2026-01-22ublk: implement batch request completion via blk_mq_end_request_batch()Ming Lei
2026-01-22ublk: add new feature UBLK_F_BATCH_IOMing Lei
2026-01-22ublk: abort requests filled in event kfifoMing Lei
2026-01-22ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()Ming Lei
2026-01-22ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processingMing Lei
2026-01-22ublk: add batch I/O dispatch infrastructureMing Lei
2026-01-22ublk: add io events fifo structureMing Lei
2026-01-22ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei
2026-01-22ublk: handle UBLK_U_IO_PREP_IO_CMDSMing Lei
2026-01-22ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDSMing Lei
2026-01-22ublk: prepare for not tracking task context for command batchMing Lei
2026-01-22ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IOMing Lei
2026-01-21ublk: fix ublksrv pid handling for pid namespacesSeamus Connor
2026-01-12ublk: add UBLK_CMD_TRY_STOP_DEV commandYoav Cohen
2026-01-12ublk: make ublk_ctrl_stop_dev return voidYoav Cohen
2026-01-12ublk: optimize ublk_user_copy() on daemon taskCaleb Sander Mateos
2026-01-12ublk: support UBLK_F_INTEGRITYStanley Zhang
2026-01-12ublk: implement integrity user copyStanley Zhang
2026-01-12ublk: move offset check out of __ublk_check_and_get_req()Caleb Sander Mateos
2026-01-12ublk: inline ublk_check_and_get_req() into ublk_user_copy()Caleb Sander Mateos
2026-01-12ublk: split out ublk_user_copy() helperCaleb Sander Mateos
2026-01-12ublk: split out ublk_copy_user_bvec() helperCaleb Sander Mateos
2026-01-12ublk: set UBLK_IO_F_INTEGRITY in ublksrv_io_descCaleb Sander Mateos
2026-01-12ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creationStanley Zhang
2026-01-12ublk: move ublk flag check functions earlierCaleb Sander Mateos
2026-01-09ublk: fix use-after-free in ublk_partition_scan_workMing Lei
2025-12-28ublk: scan partition in async wayMing Lei
2025-12-20ublk: clean up user copy references on ublk server exitCaleb Sander Mateos
2025-12-17ublk: fix deadlock when reading partition tableMing Lei
2025-12-09ublk: don't mutate struct bio_vec in iterationCaleb Sander Mateos