index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
ublk
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
ublk selftests: add --no_ublk_fixed_fd for not using registered ublk char device
Ming Lei
6
-33
/
+74
2025-08-18
selftests: ublk: Use ARRAY_SIZE() macro to improve code
Akhilesh Patil
1
-2
/
+2
2025-07-15
selftests: ublk: add utils.h
Ming Lei
2
-62
/
+72
2025-07-15
selftests: ublk: add helper ublk_handle_uring_cmd() for handle ublk command
Ming Lei
1
-27
/
+34
2025-07-15
selftests: ublk: improve flags naming
Ming Lei
2
-32
/
+29
2025-07-15
selftests: ublk: remove ublk queue self-defined flags
Ming Lei
3
-24
/
+25
2025-07-15
selftests: ublk: pass 'ublk_thread *' to more common helpers
Ming Lei
6
-29
/
+28
2025-07-15
selftests: ublk: pass 'ublk_thread *' to ->queue_io() and ->tgt_io_done()
Ming Lei
6
-44
/
+58
2025-07-15
selftests: ublk: remove `tag` parameter of ->tgt_io_done()
Ming Lei
6
-9
/
+10
2025-06-25
selftests: ublk: don't take same backing file for more than one ublk devices
Ming Lei
1
-2
/
+3
2025-06-04
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-06
selftests: ublk: kublk: fix include path
Uday Shankar
2
-2
/
+1
2025-05-06
selftests: ublk: make test_generic_06 silent on success
Uday Shankar
1
-1
/
+1
2025-05-06
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-17
selftests: ublk: add generic_06 for covering fault inject
Uday Shankar
5
-3
/
+155
2025-04-17
selftests: ublk: move creating UBLK_TMP into _prep_test()
Ming Lei
1
-1
/
+1
2025-04-17
selftests: ublk: add test_stress_05.sh
Ming Lei
2
-0
/
+65
2025-04-17
selftests: ublk: support user recovery
Ming Lei
6
-10
/
+230
2025-04-17
selftests: ublk: support target specific command line
Ming Lei
3
-12
/
+95
2025-04-17
selftests: ublk: increase max nr_queues and queue depth
Ming Lei
2
-3
/
+3
2025-04-17
selftests: ublk: set queue pthread's cpu affinity
Ming Lei
2
-8
/
+159
2025-04-17
selftests: ublk: setup ring with IORING_SETUP_SINGLE_ISSUER/IORING_SETUP_DEFE...
Ming Lei
1
-1
/
+3
2025-04-17
selftests: ublk: add two stress tests for zero copy feature
Ming Lei
3
-0
/
+77
2025-04-17
selftests: ublk: run stress tests in parallel
Ming Lei
3
-49
/
+63
2025-04-17
selftests: ublk: make sure _add_ublk_dev can return in sub-shell
Ming Lei
4
-22
/
+39
2025-04-17
selftests: ublk: cleanup backfile automatically
Ming Lei
12
-89
/
+70
2025-04-17
selftests: ublk: add io_uring uapi header
Ming Lei
1
-0
/
+1
2025-04-17
selftests: ublk: fix ublk_find_tgt()
Ming Lei
2
-2
/
+3
2025-04-04
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
[next]