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