summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/ublk/kublk.c
AgeCommit message (Expand)Author
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-31selftests: ublk: add selftest for UBLK_F_NO_AUTO_PART_SCANMing Lei
2026-01-22selftests: ublk: support arbitrary threads/queues combinationMing Lei
2026-01-22selftests: ublk: add --batch/-b for enabling F_BATCH_IOMing Lei
2026-01-22selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDSMing Lei
2026-01-22selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei
2026-01-22selftests: ublk: handle UBLK_U_IO_PREP_IO_CMDSMing Lei
2026-01-22selftests: ublk: add batch buffer management infrastructureMing Lei
2026-01-22selftests: ublk: add ublk_io_buf_idx() for returning io buffer indexMing Lei
2026-01-22selftests: ublk: replace assert() with ublk_assert()Ming Lei
2026-01-21selftests/ublk: fix garbage output in foreground modeMing Lei
2026-01-21selftests/ublk: fix error handling for starting deviceMing Lei
2026-01-21selftests/ublk: fix IO thread idle checkMing Lei
2026-01-12selftests: ublk: add stop command with --safe optionMing Lei
2026-01-12selftests: ublk: implement integrity user copy in kublkCaleb Sander Mateos
2026-01-12selftests: ublk: add kublk support for integrity paramsCaleb Sander Mateos
2026-01-12selftests: ublk: display UBLK_F_INTEGRITY supportCaleb Sander Mateos
2025-12-12selftests: ublk: add support for user copy to kublkCaleb Sander Mateos
2025-12-12selftests: ublk: forbid multiple data copy modesCaleb Sander Mateos
2025-11-03selftests: ublk: make ublk_thread thread-local variableMing Lei
2025-11-03selftests: ublk: set CPU affinity before thread initializationMing Lei
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-19selftests: ublk: kublk: add UBLK_F_BUF_REG_OFF_DAEMON to feat_mapUday Shankar
2025-09-19selftests: ublk: kublk: simplify feat_map definitionUday Shankar
2025-08-28ublk selftests: add --no_ublk_fixed_fd for not using registered ublk char deviceMing Lei
2025-08-18selftests: ublk: Use ARRAY_SIZE() macro to improve codeAkhilesh Patil
2025-07-15selftests: ublk: add helper ublk_handle_uring_cmd() for handle ublk commandMing Lei
2025-07-15selftests: ublk: improve flags namingMing Lei
2025-07-15selftests: ublk: remove ublk queue self-defined flagsMing Lei
2025-07-15selftests: ublk: pass 'ublk_thread *' to more common helpersMing Lei
2025-07-15selftests: ublk: pass 'ublk_thread *' to ->queue_io() and ->tgt_io_done()Ming Lei
2025-07-15selftests: ublk: remove `tag` parameter of ->tgt_io_done()Ming Lei
2025-06-03selftests: ublk: kublk: improve behavior on init failureUday Shankar
2025-05-31selftests: ublk: kublk: decouple ublk_queues from ublk server threadsUday Shankar
2025-05-31selftests: ublk: kublk: move per-thread data out of ublk_queueUday Shankar
2025-05-31selftests: ublk: kublk: lift queue initialization out of threadUday Shankar
2025-05-31selftests: ublk: kublk: tie sqe allocation to io instead of queueUday Shankar
2025-05-31selftests: ublk: kublk: plumb q_id in io_uring user_dataUday Shankar
2025-05-23selftests: ublk: add test for UBLK_F_QUIESCEMing Lei
2025-05-23selftests: ublk: add test case for UBLK_U_CMD_UPDATE_SIZEMing Lei
2025-05-20selftests: ublk: add test for covering UBLK_AUTO_BUF_REG_FALLBACKMing Lei
2025-05-20selftests: ublk: support UBLK_F_AUTO_BUF_REGMing Lei
2025-04-29selftests: ublk: fix UBLK_F_NEED_GET_DATAMing Lei
2025-04-23selftests: ublk: fix recover testMing Lei
2025-04-16selftests: ublk: add generic_06 for covering fault injectUday Shankar
2025-04-16selftests: ublk: support user recoveryMing Lei
2025-04-16selftests: ublk: support target specific command lineMing Lei
2025-04-16selftests: ublk: increase max nr_queues and queue depthMing Lei
2025-04-16selftests: ublk: set queue pthread's cpu affinityMing Lei
2025-04-16selftests: ublk: setup ring with IORING_SETUP_SINGLE_ISSUER/IORING_SETUP_DEFE...Ming Lei