summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/ublk
AgeCommit message (Expand)AuthorFilesLines
6 daysublk selftests: add --no_ublk_fixed_fd for not using registered ublk char deviceMing Lei6-33/+74
2025-08-18selftests: ublk: Use ARRAY_SIZE() macro to improve codeAkhilesh Patil1-2/+2
2025-07-15selftests: ublk: add utils.hMing Lei2-62/+72
2025-07-15selftests: ublk: add helper ublk_handle_uring_cmd() for handle ublk commandMing Lei1-27/+34
2025-07-15selftests: ublk: improve flags namingMing Lei2-32/+29
2025-07-15selftests: ublk: remove ublk queue self-defined flagsMing Lei3-24/+25
2025-07-15selftests: ublk: pass 'ublk_thread *' to more common helpersMing Lei6-29/+28
2025-07-15selftests: ublk: pass 'ublk_thread *' to ->queue_io() and ->tgt_io_done()Ming Lei6-44/+58
2025-07-15selftests: ublk: remove `tag` parameter of ->tgt_io_done()Ming Lei6-9/+10
2025-06-25selftests: ublk: don't take same backing file for more than one ublk devicesMing Lei1-2/+3
2025-06-04selftests: ublk: kublk: improve behavior on init failureUday Shankar1-11/+23
2025-06-02selftests: ublk: cover PER_IO_DAEMON in more stress testsMing Lei5-37/+22
2025-05-31selftests: ublk: add stress test for per io daemonsUday Shankar3-0/+42
2025-05-31selftests: ublk: add functional test for per io daemonsUday Shankar3-0/+67
2025-05-31selftests: ublk: kublk: decouple ublk_queues from ublk server threadsUday Shankar5-24/+100
2025-05-31selftests: ublk: kublk: move per-thread data out of ublk_queueUday Shankar2-117/+144
2025-05-31selftests: ublk: kublk: lift queue initialization out of threadUday Shankar1-21/+47
2025-05-31selftests: ublk: kublk: tie sqe allocation to io instead of queueUday Shankar6-13/+21
2025-05-31selftests: ublk: kublk: plumb q_id in io_uring user_dataUday Shankar6-28/+39
2025-05-23selftests: ublk: add test for UBLK_F_QUIESCEMing Lei6-5/+115
2025-05-23selftests: ublk: add test case for UBLK_U_CMD_UPDATE_SIZEMing Lei5-1/+93
2025-05-20selftests: ublk: add test for covering UBLK_AUTO_BUF_REG_FALLBACKMing Lei11-13/+108
2025-05-20selftests: ublk: support UBLK_F_AUTO_BUF_REGMing Lei10-29/+138
2025-05-20selftests: ublk: make IO & device removal test more stressfulMing Lei2-5/+7
2025-05-06selftests: ublk: kublk: fix include pathUday Shankar2-2/+1
2025-05-06selftests: ublk: make test_generic_06 silent on successUday Shankar1-1/+1
2025-05-06selftests: ublk: kublk: build with -Werror iff WERROR!=0Uday Shankar1-0/+4
2025-04-29selftests: ublk: fix UBLK_F_NEED_GET_DATAMing Lei5-12/+48
2025-04-24selftests: ublk: common: fix _get_disk_dev_t for pre-9.0 coreutilsUday Shankar1-2/+2
2025-04-23selftests: ublk: remove useless 'delay_us' from 'struct dev_ctx'Ming Lei1-3/+0
2025-04-23selftests: ublk: fix recover testMing Lei2-1/+2
2025-04-17selftests: ublk: add generic_06 for covering fault injectUday Shankar5-3/+155
2025-04-17selftests: ublk: move creating UBLK_TMP into _prep_test()Ming Lei1-1/+1
2025-04-17selftests: ublk: add test_stress_05.shMing Lei2-0/+65
2025-04-17selftests: ublk: support user recoveryMing Lei6-10/+230
2025-04-17selftests: ublk: support target specific command lineMing Lei3-12/+95
2025-04-17selftests: ublk: increase max nr_queues and queue depthMing Lei2-3/+3
2025-04-17selftests: ublk: set queue pthread's cpu affinityMing Lei2-8/+159
2025-04-17selftests: ublk: setup ring with IORING_SETUP_SINGLE_ISSUER/IORING_SETUP_DEFE...Ming Lei1-1/+3
2025-04-17selftests: ublk: add two stress tests for zero copy featureMing Lei3-0/+77
2025-04-17selftests: ublk: run stress tests in parallelMing Lei3-49/+63
2025-04-17selftests: ublk: make sure _add_ublk_dev can return in sub-shellMing Lei4-22/+39
2025-04-17selftests: ublk: cleanup backfile automaticallyMing Lei12-89/+70
2025-04-17selftests: ublk: add io_uring uapi headerMing Lei1-0/+1
2025-04-17selftests: ublk: fix ublk_find_tgt()Ming Lei2-2/+3
2025-04-04selftests: ublk: fix test_stripe_04Ming Lei1-0/+24
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