index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
ublk
/
kublk.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
selftests: ublk: add selftest for UBLK_F_NO_AUTO_PART_SCAN
Ming Lei
2026-01-22
selftests: ublk: support arbitrary threads/queues combination
Ming Lei
2026-01-22
selftests: ublk: add --batch/-b for enabling F_BATCH_IO
Ming Lei
2026-01-22
selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDS
Ming Lei
2026-01-22
selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
Ming Lei
2026-01-22
selftests: ublk: handle UBLK_U_IO_PREP_IO_CMDS
Ming Lei
2026-01-22
selftests: ublk: add batch buffer management infrastructure
Ming Lei
2026-01-22
selftests: ublk: add ublk_io_buf_idx() for returning io buffer index
Ming Lei
2026-01-22
selftests: ublk: replace assert() with ublk_assert()
Ming Lei
2026-01-21
selftests/ublk: fix garbage output in foreground mode
Ming Lei
2026-01-21
selftests/ublk: fix error handling for starting device
Ming Lei
2026-01-21
selftests/ublk: fix IO thread idle check
Ming Lei
2026-01-12
selftests: ublk: add stop command with --safe option
Ming Lei
2026-01-12
selftests: ublk: implement integrity user copy in kublk
Caleb Sander Mateos
2026-01-12
selftests: ublk: add kublk support for integrity params
Caleb Sander Mateos
2026-01-12
selftests: ublk: display UBLK_F_INTEGRITY support
Caleb Sander Mateos
2025-12-12
selftests: ublk: add support for user copy to kublk
Caleb Sander Mateos
2025-12-12
selftests: ublk: forbid multiple data copy modes
Caleb Sander Mateos
2025-11-03
selftests: ublk: make ublk_thread thread-local variable
Ming Lei
2025-11-03
selftests: ublk: set CPU affinity before thread initialization
Ming Lei
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-09-19
selftests: ublk: kublk: add UBLK_F_BUF_REG_OFF_DAEMON to feat_map
Uday Shankar
2025-09-19
selftests: ublk: kublk: simplify feat_map definition
Uday Shankar
2025-08-28
ublk selftests: add --no_ublk_fixed_fd for not using registered ublk char device
Ming Lei
2025-08-18
selftests: ublk: Use ARRAY_SIZE() macro to improve code
Akhilesh Patil
2025-07-15
selftests: ublk: add helper ublk_handle_uring_cmd() for handle ublk command
Ming Lei
2025-07-15
selftests: ublk: improve flags naming
Ming Lei
2025-07-15
selftests: ublk: remove ublk queue self-defined flags
Ming Lei
2025-07-15
selftests: ublk: pass 'ublk_thread *' to more common helpers
Ming Lei
2025-07-15
selftests: ublk: pass 'ublk_thread *' to ->queue_io() and ->tgt_io_done()
Ming Lei
2025-07-15
selftests: ublk: remove `tag` parameter of ->tgt_io_done()
Ming Lei
2025-06-03
selftests: ublk: kublk: improve behavior on init failure
Uday Shankar
2025-05-31
selftests: ublk: kublk: decouple ublk_queues from ublk server threads
Uday Shankar
2025-05-31
selftests: ublk: kublk: move per-thread data out of ublk_queue
Uday Shankar
2025-05-31
selftests: ublk: kublk: lift queue initialization out of thread
Uday Shankar
2025-05-31
selftests: ublk: kublk: tie sqe allocation to io instead of queue
Uday Shankar
2025-05-31
selftests: ublk: kublk: plumb q_id in io_uring user_data
Uday Shankar
2025-05-23
selftests: ublk: add test for UBLK_F_QUIESCE
Ming Lei
2025-05-23
selftests: ublk: add test case for UBLK_U_CMD_UPDATE_SIZE
Ming Lei
2025-05-20
selftests: ublk: add test for covering UBLK_AUTO_BUF_REG_FALLBACK
Ming Lei
2025-05-20
selftests: ublk: support UBLK_F_AUTO_BUF_REG
Ming Lei
2025-04-29
selftests: ublk: fix UBLK_F_NEED_GET_DATA
Ming Lei
2025-04-23
selftests: ublk: fix recover test
Ming Lei
2025-04-16
selftests: ublk: add generic_06 for covering fault inject
Uday Shankar
2025-04-16
selftests: ublk: support user recovery
Ming Lei
2025-04-16
selftests: ublk: support target specific command line
Ming Lei
2025-04-16
selftests: ublk: increase max nr_queues and queue depth
Ming Lei
2025-04-16
selftests: ublk: set queue pthread's cpu affinity
Ming Lei
2025-04-16
selftests: ublk: setup ring with IORING_SETUP_SINGLE_ISSUER/IORING_SETUP_DEFE...
Ming Lei
[next]