summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/ublk
AgeCommit message (Expand)AuthorFilesLines
2025-04-02selftests: ublk: enable zero copy for stripe targetMing Lei2-17/+53
2025-04-01selftests: ublk: kublk: fix an error log lineUday Shankar1-1/+1
2025-04-01selftests: ublk: kublk: use ioctl-encoded opcodesUday Shankar1-2/+2
2025-03-29selftests: ublk: specify io_cmd_buf pointer typeCaleb Sander Mateos2-3/+3
2025-03-28selftests: ublk: add test for checking zero copy related parameterMing Lei3-1/+39
2025-03-28selftests: ublk: add more tests for covering MQMing Lei10-33/+132
2025-03-22selftests: ublk: add stripe targetMing Lei6-2/+397
2025-03-22selftests: ublk: simplify loop io completionMing Lei2-48/+47
2025-03-22selftests: ublk: enable zero copy for null targetMing Lei4-1/+95
2025-03-22selftests: ublk: prepare for supporting stripe targetMing Lei4-6/+38
2025-03-22selftests: ublk: move common code into common.cMing Lei4-53/+58
2025-03-22selftests: ublk: increase max buffer size to 1MBMing Lei1-1/+1
2025-03-22selftests: ublk: add single sqe allocator helperMing Lei3-52/+44
2025-03-22selftests: ublk: add generic_01 for verifying sequential IO orderMing Lei4-1/+94
2025-03-21selftests: ublk: fix starting ublk deviceMing Lei2-11/+23
2025-03-20selftests: ublk: fix write cache implementationMing Lei1-4/+2
2025-03-20selftests: ublk: add variable for user to not show test resultMing Lei1-6/+10
2025-03-20selftests: ublk: don't show `modprobe` failureMing Lei1-2/+2
2025-03-20selftests: ublk: add one dependency headerMing Lei2-0/+19
2025-03-10selftests: ublk: improve test usabilityMing Lei8-11/+17
2025-03-10selftests: ublk: add stress test for covering IO vs. killing ublk serverMing Lei4-1/+78
2025-03-10selftests: ublk: add one stress test for covering IO vs. removing deviceMing Lei3-0/+75
2025-03-10selftests: ublk: load/unload ublk_drv when preparing & cleaning up testsMing Lei1-0/+5
2025-03-10selftests: ublk: move zero copy feature check into _add_ublk_dev()Ming Lei6-16/+50
2025-03-10selftests: ublk: don't pass ${dev_id} to _cleanup_test()Ming Lei6-6/+6
2025-03-10selftests: ublk: support shellcheck and fix all warningMing Lei7-48/+58
2025-03-10selftests: ublk: fix parsing '-a' argumentMing Lei1-1/+1
2025-03-10selftests: ublk: add --foreground command lineMing Lei2-4/+14
2025-03-10selftests: ublk: fix build failureMing Lei1-0/+1
2025-03-10selftests: ublk: make ublk_stop_io_daemon() more reliableMing Lei1-10/+14
2025-02-28selftests: ublk: add ublk zero copy testMing Lei7-23/+241
2025-02-28selftests: ublk: add file backed ublkMing Lei7-5/+277
2025-02-28selftests: ublk: add kernel selftests for ublkMing Lei8-0/+1464