index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
ublk
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-03
selftests: ublk: kublk: improve behavior on init failure
Uday Shankar
1
-11
/
+23
2025-06-02
selftests: ublk: cover PER_IO_DAEMON in more stress tests
Ming Lei
5
-37
/
+22
2025-05-31
selftests: ublk: add stress test for per io daemons
Uday Shankar
3
-0
/
+42
2025-05-31
selftests: ublk: add functional test for per io daemons
Uday Shankar
3
-0
/
+67
2025-05-31
selftests: ublk: kublk: decouple ublk_queues from ublk server threads
Uday Shankar
5
-24
/
+100
2025-05-31
selftests: ublk: kublk: move per-thread data out of ublk_queue
Uday Shankar
2
-117
/
+144
2025-05-31
selftests: ublk: kublk: lift queue initialization out of thread
Uday Shankar
1
-21
/
+47
2025-05-31
selftests: ublk: kublk: tie sqe allocation to io instead of queue
Uday Shankar
6
-13
/
+21
2025-05-31
selftests: ublk: kublk: plumb q_id in io_uring user_data
Uday Shankar
6
-28
/
+39
2025-05-23
selftests: ublk: add test for UBLK_F_QUIESCE
Ming Lei
6
-5
/
+115
2025-05-23
selftests: ublk: add test case for UBLK_U_CMD_UPDATE_SIZE
Ming Lei
5
-1
/
+93
2025-05-20
selftests: ublk: add test for covering UBLK_AUTO_BUF_REG_FALLBACK
Ming Lei
11
-13
/
+108
2025-05-20
selftests: ublk: support UBLK_F_AUTO_BUF_REG
Ming Lei
10
-29
/
+138
2025-05-20
selftests: ublk: make IO & device removal test more stressful
Ming Lei
2
-5
/
+7
2025-05-05
selftests: ublk: kublk: fix include path
Uday Shankar
2
-2
/
+1
2025-05-05
selftests: ublk: make test_generic_06 silent on success
Uday Shankar
1
-1
/
+1
2025-05-05
selftests: ublk: kublk: build with -Werror iff WERROR!=0
Uday Shankar
1
-0
/
+4
2025-04-29
selftests: ublk: fix UBLK_F_NEED_GET_DATA
Ming Lei
5
-12
/
+48
2025-04-24
selftests: ublk: common: fix _get_disk_dev_t for pre-9.0 coreutils
Uday Shankar
1
-2
/
+2
2025-04-23
selftests: ublk: remove useless 'delay_us' from 'struct dev_ctx'
Ming Lei
1
-3
/
+0
2025-04-23
selftests: ublk: fix recover test
Ming Lei
2
-1
/
+2
2025-04-16
selftests: ublk: add generic_06 for covering fault inject
Uday Shankar
5
-3
/
+155
2025-04-16
selftests: ublk: move creating UBLK_TMP into _prep_test()
Ming Lei
1
-1
/
+1
2025-04-16
selftests: ublk: add test_stress_05.sh
Ming Lei
2
-0
/
+65
2025-04-16
selftests: ublk: support user recovery
Ming Lei
6
-10
/
+230
2025-04-16
selftests: ublk: support target specific command line
Ming Lei
3
-12
/
+95
2025-04-16
selftests: ublk: increase max nr_queues and queue depth
Ming Lei
2
-3
/
+3
2025-04-16
selftests: ublk: set queue pthread's cpu affinity
Ming Lei
2
-8
/
+159
2025-04-16
selftests: ublk: setup ring with IORING_SETUP_SINGLE_ISSUER/IORING_SETUP_DEFE...
Ming Lei
1
-1
/
+3
2025-04-16
selftests: ublk: add two stress tests for zero copy feature
Ming Lei
3
-0
/
+77
2025-04-16
selftests: ublk: run stress tests in parallel
Ming Lei
3
-49
/
+63
2025-04-16
selftests: ublk: make sure _add_ublk_dev can return in sub-shell
Ming Lei
4
-22
/
+39
2025-04-16
selftests: ublk: cleanup backfile automatically
Ming Lei
12
-89
/
+70
2025-04-16
selftests: ublk: add io_uring uapi header
Ming Lei
1
-0
/
+1
2025-04-16
selftests: ublk: fix ublk_find_tgt()
Ming Lei
2
-2
/
+3
2025-04-03
selftests: ublk: fix test_stripe_04
Ming Lei
1
-0
/
+24
2025-04-02
selftests: ublk: enable zero copy for stripe target
Ming Lei
2
-17
/
+53
2025-04-01
selftests: ublk: kublk: fix an error log line
Uday Shankar
1
-1
/
+1
2025-04-01
selftests: ublk: kublk: use ioctl-encoded opcodes
Uday Shankar
1
-2
/
+2
2025-03-29
selftests: ublk: specify io_cmd_buf pointer type
Caleb Sander Mateos
2
-3
/
+3
2025-03-28
selftests: ublk: add test for checking zero copy related parameter
Ming Lei
3
-1
/
+39
2025-03-28
selftests: ublk: add more tests for covering MQ
Ming Lei
10
-33
/
+132
2025-03-22
selftests: ublk: add stripe target
Ming Lei
6
-2
/
+397
2025-03-22
selftests: ublk: simplify loop io completion
Ming Lei
2
-48
/
+47
2025-03-22
selftests: ublk: enable zero copy for null target
Ming Lei
4
-1
/
+95
2025-03-22
selftests: ublk: prepare for supporting stripe target
Ming Lei
4
-6
/
+38
2025-03-22
selftests: ublk: move common code into common.c
Ming Lei
4
-53
/
+58
2025-03-22
selftests: ublk: increase max buffer size to 1MB
Ming Lei
1
-1
/
+1
2025-03-22
selftests: ublk: add single sqe allocator helper
Ming Lei
3
-52
/
+44
2025-03-22
selftests: ublk: add generic_01 for verifying sequential IO order
Ming Lei
4
-1
/
+94
[next]