aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/ublk/file_backed.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-28ublk selftests: add --no_ublk_fixed_fd for not using registered ublk char deviceMing Lei1-5/+5
2025-07-15selftests: ublk: pass 'ublk_thread *' to more common helpersMing Lei1-3/+3
2025-07-15selftests: ublk: pass 'ublk_thread *' to ->queue_io() and ->tgt_io_done()Ming Lei1-11/+14
2025-07-15selftests: ublk: remove `tag` parameter of ->tgt_io_done()Ming Lei1-1/+2
2025-05-31selftests: ublk: kublk: decouple ublk_queues from ublk server threadsUday Shankar1-2/+2
2025-05-31selftests: ublk: kublk: tie sqe allocation to io instead of queueUday Shankar1-3/+3
2025-05-31selftests: ublk: kublk: plumb q_id in io_uring user_dataUday Shankar1-5/+5
2025-05-20selftests: ublk: add test for covering UBLK_AUTO_BUF_REG_FALLBACKMing Lei1-0/+5
2025-05-20selftests: ublk: support UBLK_F_AUTO_BUF_REGMing Lei1-4/+8
2025-03-22selftests: ublk: simplify loop io completionMing Lei1-44/+47
2025-03-22selftests: ublk: prepare for supporting stripe targetMing Lei1-1/+1
2025-03-22selftests: ublk: move common code into common.cMing Lei1-52/+0
2025-03-22selftests: ublk: add single sqe allocator helperMing Lei1-26/+24
2025-03-21selftests: ublk: fix starting ublk deviceMing Lei1-1/+3
2025-03-20selftests: ublk: fix write cache implementationMing Lei1-4/+2
2025-02-28selftests: ublk: add ublk zero copy testMing Lei1-21/+83
2025-02-28selftests: ublk: add file backed ublkMing Lei1-0/+158