index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
ublk_drv.c
Age
Commit message (
Expand
)
Author
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
2025-12-08
ublk: allow non-blocking ctrl cmds in IO_URING_F_NONBLOCK issue
Caleb Sander Mateos
2025-12-03
Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-11-28
ublk: add helper of __ublk_fetch()
Ming Lei
2025-11-28
ublk: pass const pointer to ublk_queue_is_zoned()
Ming Lei
2025-11-28
ublk: refactor auto buffer register in ublk_dispatch_req()
Ming Lei
2025-11-28
ublk: add `union ublk_io_buf` with improved naming
Ming Lei
2025-11-28
ublk: add parameter `struct io_uring_cmd *` to ublk_prep_auto_buf_reg()
Ming Lei
[next]