index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
ublk_drv.c
Age
Commit message (
Expand
)
Author
2026-03-13
Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-03-09
ublk: don't clear GD_SUPPRESS_PART_SCAN for unprivileged daemons
Ming Lei
2026-03-06
ublk: fix NULL pointer dereference in ublk_ctrl_set_size()
Mehul Rao
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-19
io_uring: Add size check for sqe->cmd
Govindarajulu Varadarajan
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-01-31
ublk: remove "can't touch 'ublk_io' any more" comments
Caleb Sander Mateos
2026-01-31
ublk: add UBLK_F_NO_AUTO_PART_SCAN feature flag
Ming Lei
2026-01-31
ublk: check list membership before cancelling batch fetch command
Ming Lei
2026-01-31
ublk: drop ublk_ctrl_start_recovery() header argument
Caleb Sander Mateos
2026-01-31
ublk: use READ_ONCE() to read struct ublksrv_ctrl_cmd
Caleb Sander Mateos
2026-01-31
ublk: Validate SQE128 flag before accessing the cmd
Govindarajulu Varadarajan
2026-01-29
ublk: restore auto buf unregister refcount optimization
Caleb Sander Mateos
2026-01-29
ublk: document IO reference counting design
Ming Lei
2026-01-23
ublk: rename auto buffer registration helpers
Ming Lei
2026-01-23
ublk: fix canceling flag handling in batch I/O recovery
Ming Lei
2026-01-23
ublk: move ublk_mark_io_ready() out of __ublk_fetch()
Ming Lei
2026-01-22
ublk: fix batch I/O recovery -ENODEV error
Ming Lei
2026-01-22
ublk: implement batch request completion via blk_mq_end_request_batch()
Ming Lei
2026-01-22
ublk: add new feature UBLK_F_BATCH_IO
Ming Lei
2026-01-22
ublk: abort requests filled in event kfifo
Ming Lei
2026-01-22
ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()
Ming Lei
2026-01-22
ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processing
Ming Lei
2026-01-22
ublk: add batch I/O dispatch infrastructure
Ming Lei
2026-01-22
ublk: add io events fifo structure
Ming Lei
2026-01-22
ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
Ming Lei
2026-01-22
ublk: handle UBLK_U_IO_PREP_IO_CMDS
Ming Lei
2026-01-22
ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDS
Ming Lei
2026-01-22
ublk: prepare for not tracking task context for command batch
Ming Lei
2026-01-22
ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IO
Ming Lei
2026-01-21
ublk: fix ublksrv pid handling for pid namespaces
Seamus Connor
2026-01-12
ublk: add UBLK_CMD_TRY_STOP_DEV command
Yoav Cohen
2026-01-12
ublk: make ublk_ctrl_stop_dev return void
Yoav Cohen
2026-01-12
ublk: optimize ublk_user_copy() on daemon task
Caleb Sander Mateos
2026-01-12
ublk: support UBLK_F_INTEGRITY
Stanley Zhang
2026-01-12
ublk: implement integrity user copy
Stanley Zhang
2026-01-12
ublk: move offset check out of __ublk_check_and_get_req()
Caleb Sander Mateos
2026-01-12
ublk: inline ublk_check_and_get_req() into ublk_user_copy()
Caleb Sander Mateos
2026-01-12
ublk: split out ublk_user_copy() helper
Caleb Sander Mateos
2026-01-12
ublk: split out ublk_copy_user_bvec() helper
Caleb Sander Mateos
2026-01-12
ublk: set UBLK_IO_F_INTEGRITY in ublksrv_io_desc
Caleb Sander Mateos
2026-01-12
ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creation
Stanley Zhang
2026-01-12
ublk: move ublk flag check functions earlier
Caleb Sander Mateos
2026-01-09
ublk: fix use-after-free in ublk_partition_scan_work
Ming Lei
2025-12-28
ublk: scan partition in async way
Ming Lei
2025-12-20
ublk: clean up user copy references on ublk server exit
Caleb Sander Mateos
2025-12-17
ublk: fix deadlock when reading partition table
Ming Lei
2025-12-09
ublk: don't mutate struct bio_vec in iteration
Caleb Sander Mateos
[next]