1. c117712 test/accept: add test case for lots of pending accepts at exit by Jens Axboe · 4 years, 9 months ago
  2. 82efd43 test/cq-overflow: account number submitted correctly by Jens Axboe · 4 years, 9 months ago
  3. 7de6253 test/accept: code reuse cleanup by Jens Axboe · 4 years, 9 months ago
  4. c6aa23e test/accept: add test case for correct -ERESTARTSYS transformation by Jens Axboe · 4 years, 9 months ago
  5. 9fca869 Ensure test cases work as non-root always by Jens Axboe · 4 years, 9 months ago
  6. fdb4c2a Add syzbot test case for io_sqe_files_register() alloc failure by Jens Axboe · 4 years, 9 months ago
  7. f936339 test/defer: drop overflow hung test on IORING_FEAT_NODROP by Jens Axboe · 4 years, 9 months ago
  8. 4dd8309 test/cq-full: update for IORING_FEAT_NODROP by Jens Axboe · 4 years, 9 months ago
  9. cb11b70 test/cq-overflow: update for IORING_FEAT_NODROP by Jens Axboe · 4 years, 9 months ago
  10. 7d7ca9f test/link_drain.c: fixes by Jackie Liu · 4 years, 9 months ago
  11. 4170685 liburing: Add regression test case for link with drain by Jackie Liu · 4 years, 9 months ago
  12. 1f112c2 test/cq-overflow: handle -EBUSY on CQ_NODROP submit by Jens Axboe · 4 years, 9 months ago
  13. d284099 test/cq-overflow.c: add IO test by Jens Axboe · 4 years, 9 months ago
  14. d21b111 Merge branch 'cqring-nodrop' by Jens Axboe · 4 years, 9 months ago
  15. 9186b34 Merge branch 'link-timeout' by Jens Axboe · 4 years, 9 months ago
  16. 1cbb4a9 test/runtests.sh: fix broken tee usage by Jens Axboe · 4 years, 9 months ago
  17. 570d79a Add test case for IORING_SETUP_CQ_NODROP by Jens Axboe · 4 years, 9 months ago
  18. bc1bd5e Add IORING_OP_LINK_TIMEOUT test cases by Jens Axboe · 4 years, 9 months ago
  19. 72bb939 Printout correct failure locations in test/timeout.c by Hrvoje Zeba · 4 years, 9 months ago
  20. 46e870e Use msec parameter instead of TIMEOUT_MSEC in msec_to_ts() by Hrvoje Zeba · 4 years, 9 months ago
  21. a8b3b78 liburing/test: fix build errors by Joseph Qi · 4 years, 9 months ago
  22. 8b68609 Add test/io-cancel by Jens Axboe · 4 years, 9 months ago
  23. 6cfaab2 Add read/write test that does various combinations of IO by Jens Axboe · 4 years, 9 months ago
  24. 9700fe9 test/file-register: add huge file set test case by Jens Axboe · 4 years, 10 months ago
  25. 6f6de47 test/defer: Test deferring with drain and links by Pavel Begunkov · 4 years, 10 months ago
  26. 4fb3c9e Add runtests-loop target by Jens Axboe · 4 years, 10 months ago
  27. a769aa1 test/send_recvmsg: hopefully make it reliable by Jens Axboe · 4 years, 10 months ago
  28. 1c8734f test/send_recvmsg: ensure we exit by Jens Axboe · 4 years, 10 months ago
  29. 5a9ab8d test/runtests.sh: only log first test to have alive workers on exit by Jens Axboe · 4 years, 10 months ago
  30. d974c9f test/accept: add test to see if we cancel correctly on exit by Jens Axboe · 4 years, 10 months ago
  31. 675ee6a test/runtests.sh: check for remaining io_uring workers on exit by Jens Axboe · 4 years, 10 months ago
  32. 6cca9e5 test/timeout: add multi timeout reqs test with different count by zhangyi (F) · 4 years, 10 months ago
  33. 37136cb test/timeout: add multi timeout reqs test with different timeout by zhangyi (F) · 4 years, 10 months ago
  34. 93a2266 Shorten timeout tests by Jens Axboe · 4 years, 10 months ago
  35. a4b4655 Add test for overflow of timeout request's sequence by yangerkun · 4 years, 10 months ago
  36. 6b99855 test/accept: fix a few errors by Jens Axboe · 4 years, 10 months ago
  37. a9bb08d test/accept: test that we -EINVAL for accept with SQPOLL by Jens Axboe · 4 years, 10 months ago
  38. f2ee043 Add simple IORING_OP_ACCEPT test case by Jens Axboe · 4 years, 10 months ago
  39. 7469f9f test/socket-rw.c: use TCP, not pipes by Jens Axboe · 4 years, 10 months ago
  40. 79ba71a Add deadlock socket read/write test case by Jens Axboe · 4 years, 10 months ago
  41. 08bd815 Un-DOSify test/232c93d07b74-test.c by Jens Axboe · 4 years, 10 months ago
  42. 989630a Add test case for non-blocking socket reads/writes by Jens Axboe · 4 years, 10 months ago
  43. 80d8217 Add IORING_OP_TIMEOUT_REMOVE by Jens Axboe · 4 years, 10 months ago
  44. b75b52e test/timeout: cleanup cqe seen and error prints by Jens Axboe · 4 years, 10 months ago
  45. 11a8f2b Make io_uring_prep_timeout() take timeout flags by Jens Axboe · 4 years, 10 months ago
  46. f303986 Add test case for absolute timeouts by Jens Axboe · 4 years, 10 months ago
  47. 19ca532 Add test case for skb/socket ref count issues with fully sparse file set by Jens Axboe · 4 years, 10 months ago
  48. 24bd087 Add regression test case for commit 8a9973408177 by Jens Axboe · 4 years, 10 months ago
  49. b00ba56 test/runtests.sh: distinguish between failed and OK timeouts by Jens Axboe · 4 years, 10 months ago
  50. 5f421b5 test/cq-size: use 'ret', not 'errno' directly by Jens Axboe · 4 years, 10 months ago
  51. d44f780 b/test/file-register: convert to library functions and clean up by Jens Axboe · 4 years, 10 months ago
  52. 1053680 test/runtests.sh: check for root before using /dev/kmsg by Jens Axboe · 4 years, 10 months ago
  53. dd899de test/file-register: close/unlink test_shrink() files by Jens Axboe · 4 years, 10 months ago
  54. 5db5a2c test/file-register: catch succeeding with too many fds by Jens Axboe · 4 years, 10 months ago
  55. 990f34d Add test case for application specified cq ring size by Jens Axboe · 4 years, 10 months ago
  56. d21cb86 test/file-register: add test case for zero initial fds by Jeff Moyer · 4 years, 10 months ago
  57. 7204498 test/runtests.sh: make default timeout 30s, not 10s by Jens Axboe · 4 years, 10 months ago
  58. e8c7087 test/file-register: add grow/shrink cases by Jens Axboe · 4 years, 10 months ago
  59. 9ea0e8a Add test/file-register by Jens Axboe · 4 years, 10 months ago
  60. e2934e1 Switch to 32/64-bit agnostic timeout format by Jens Axboe · 4 years, 10 months ago
  61. ac72640 Fold io_uring_wait_cqes_timeout() with io_uring_wait_cqes() by Jens Axboe · 4 years, 10 months ago
  62. 0b88d72 Add io_uring_peek_batch_cqe() by James Rouzier · 4 years, 11 months ago
  63. 46850c3 Add io_uring_cq_ready() by James Rouzier · 4 years, 11 months ago
  64. 5569609 Add STDOUT write test by Jens Axboe · 4 years, 11 months ago
  65. 1cff0db Makefile: handle quiet AR/RANLIB by Jens Axboe · 4 years, 11 months ago
  66. ad551e6 Makefile: add pretty/quiet CC/LN output by Jens Axboe · 4 years, 11 months ago
  67. e88b74a Generalize Makefiles for examples and test. by James Rouzier · 4 years, 11 months ago
  68. 3ea33cb test/timeout: use io_uring_wait_cqes_timeout() by Jens Axboe · 4 years, 11 months ago
  69. 8b93cca io_uring_wait_cqe_timeout: document that io_uring_submit() not needed by Jens Axboe · 4 years, 11 months ago
  70. 59df60e Add io_uring_sq_space_left() by James Rouzier · 4 years, 11 months ago
  71. 76e9232 Add io_uring_wait_cqe_timeout() by Jens Axboe · 4 years, 11 months ago
  72. 3ad9074 Add TIMEOUT support by Jens Axboe · 4 years, 11 months ago
  73. efb4e86 Remove TIMEOUT code by Jens Axboe · 4 years, 11 months ago
  74. efb39e1 test/timeout: check if we always get a wakeup from timeout by Jens Axboe · 4 years, 11 months ago
  75. e4269d2 test/timeout: include some notion of verifying length of timeout by Jens Axboe · 4 years, 11 months ago
  76. 4652762 Add basic IORING_OP_TIMEOUT test case by Jens Axboe · 4 years, 11 months ago
  77. 6e68fda liburing: add io_uring_prep_{recv,send}msg by 李通洲 · 5 years ago
  78. ca50c1f test/io_uring_enter.c: unlink temp file when done by Jens Axboe · 5 years ago
  79. e2937e9 test/io_uring_setup: add support for io_uring_params->features by Jens Axboe · 5 years ago
  80. dfdf94f test/cq-full: handle io_uring_peek_cqe() -EAGAIN by Jens Axboe · 5 years ago
  81. 1ed37c5 Add test case for poll hang by Jens Axboe · 5 years ago
  82. 552c6a0 liburing/barrier.h: Add prefix io_uring to barriers by Julia Suvorova · 5 years ago
  83. c31c7ec src/Makefile: keep private headers in <liburing/*.h> by Stefan Hajnoczi · 5 years ago
  84. 78cafaa Add regression test cases for kthread stuck by Jackie Liu · 5 years ago
  85. ead15fa Make runtests.sh output test to dmesg by Jens Axboe · 5 years ago
  86. 3036ba1 Fix the 32-bit build by Bart Van Assche · 5 years ago
  87. 64f89fa Makefiles: Support specifying CFLAGS on the command line by Bart Van Assche · 5 years ago
  88. ecefd79 Fix the use of memory barriers by Bart Van Assche · 5 years ago
  89. 9f44fb0 Add basic helpers for file/buffer registration by Jens Axboe · 5 years ago
  90. b4b3d8c test/ring-leak: use static array for io_uring_register() by Jens Axboe · 5 years ago
  91. ef9c4b4 test/io_uring_register: don't test buffer size if too large by Jens Axboe · 5 years ago
  92. b422aa1 test/fsync: use io_uring_sqe_set_flags() by Jens Axboe · 5 years ago
  93. d672969 test/send_recvmsg: code cleanups and error handling by Jens Axboe · 5 years ago
  94. 5d1e32e Add send/recvmsg test case by Jens Axboe · 5 years ago
  95. bb2c80f test/io_uring_register: don't fail max fd test if we run out of mem by Jens Axboe · 5 years ago
  96. 1982bfd Add chain failure handling test case by Jens Axboe · 5 years ago
  97. 0ba9503 Add link SQE support by Jens Axboe · 5 years ago
  98. 7b989f3 test/eeed8b54e0df-test: define RWF_NOWAIT if we don't have it by Jens Axboe · 5 years ago
  99. 10a5903 test/io_uring_setup: don't fail SQPOLL test case for non-root by Jens Axboe · 5 years ago
  100. 60b3305 test/eeed8b54e0df-test: check write(2) return value by Jens Axboe · 5 years ago