index
:
Linux Stable
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.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
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
ublk
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests: ublk: enable zero copy for stripe target
Ming Lei
4 days
2
-17
/
+53
*
selftests: ublk: kublk: fix an error log line
Uday Shankar
5 days
1
-1
/
+1
*
selftests: ublk: kublk: use ioctl-encoded opcodes
Uday Shankar
5 days
1
-2
/
+2
*
selftests: ublk: specify io_cmd_buf pointer type
Caleb Sander Mateos
8 days
2
-3
/
+3
*
selftests: ublk: add test for checking zero copy related parameter
Ming Lei
9 days
3
-1
/
+39
*
selftests: ublk: add more tests for covering MQ
Ming Lei
9 days
10
-33
/
+132
*
selftests: ublk: add stripe target
Ming Lei
2025-03-22
6
-2
/
+397
*
selftests: ublk: simplify loop io completion
Ming Lei
2025-03-22
2
-48
/
+47
*
selftests: ublk: enable zero copy for null target
Ming Lei
2025-03-22
4
-1
/
+95
*
selftests: ublk: prepare for supporting stripe target
Ming Lei
2025-03-22
4
-6
/
+38
*
selftests: ublk: move common code into common.c
Ming Lei
2025-03-22
4
-53
/
+58
*
selftests: ublk: increase max buffer size to 1MB
Ming Lei
2025-03-22
1
-1
/
+1
*
selftests: ublk: add single sqe allocator helper
Ming Lei
2025-03-22
3
-52
/
+44
*
selftests: ublk: add generic_01 for verifying sequential IO order
Ming Lei
2025-03-22
4
-1
/
+94
*
selftests: ublk: fix starting ublk device
Ming Lei
2025-03-21
2
-11
/
+23
*
selftests: ublk: fix write cache implementation
Ming Lei
2025-03-20
1
-4
/
+2
*
selftests: ublk: add variable for user to not show test result
Ming Lei
2025-03-20
1
-6
/
+10
*
selftests: ublk: don't show `modprobe` failure
Ming Lei
2025-03-20
1
-2
/
+2
*
selftests: ublk: add one dependency header
Ming Lei
2025-03-20
2
-0
/
+19
*
selftests: ublk: improve test usability
Ming Lei
2025-03-10
8
-11
/
+17
*
selftests: ublk: add stress test for covering IO vs. killing ublk server
Ming Lei
2025-03-10
4
-1
/
+78
*
selftests: ublk: add one stress test for covering IO vs. removing device
Ming Lei
2025-03-10
3
-0
/
+75
*
selftests: ublk: load/unload ublk_drv when preparing & cleaning up tests
Ming Lei
2025-03-10
1
-0
/
+5
*
selftests: ublk: move zero copy feature check into _add_ublk_dev()
Ming Lei
2025-03-10
6
-16
/
+50
*
selftests: ublk: don't pass ${dev_id} to _cleanup_test()
Ming Lei
2025-03-10
6
-6
/
+6
*
selftests: ublk: support shellcheck and fix all warning
Ming Lei
2025-03-10
7
-48
/
+58
*
selftests: ublk: fix parsing '-a' argument
Ming Lei
2025-03-10
1
-1
/
+1
*
selftests: ublk: add --foreground command line
Ming Lei
2025-03-10
2
-4
/
+14
*
selftests: ublk: fix build failure
Ming Lei
2025-03-10
1
-0
/
+1
*
selftests: ublk: make ublk_stop_io_daemon() more reliable
Ming Lei
2025-03-10
1
-10
/
+14
*
selftests: ublk: add ublk zero copy test
Ming Lei
2025-02-28
7
-23
/
+241
*
selftests: ublk: add file backed ublk
Ming Lei
2025-02-28
7
-5
/
+277
*
selftests: ublk: add kernel selftests for ublk
Ming Lei
2025-02-28
8
-0
/
+1464