1. c117712 test/accept: add test case for lots of pending accepts at exit by Jens Axboe · 4 years, 8 months ago
  2. 902e446 Fix io_uring_get_sqe() for IORING_SETUP_SQPOLL by Jens Axboe · 4 years, 8 months ago
  3. 82efd43 test/cq-overflow: account number submitted correctly by Jens Axboe · 4 years, 8 months ago
  4. 7de6253 test/accept: code reuse cleanup by Jens Axboe · 4 years, 8 months ago
  5. c6aa23e test/accept: add test case for correct -ERESTARTSYS transformation by Jens Axboe · 4 years, 8 months ago
  6. 9fca869 Ensure test cases work as non-root always by Jens Axboe · 4 years, 8 months ago
  7. fdb4c2a Add syzbot test case for io_sqe_files_register() alloc failure by Jens Axboe · 4 years, 8 months ago
  8. 11ae951 __io_uring_submit_and_wait: check for SQ readiness for submit == 0 by Jens Axboe · 4 years, 8 months ago
  9. f936339 test/defer: drop overflow hung test on IORING_FEAT_NODROP by Jens Axboe · 4 years, 8 months ago
  10. 4dd8309 test/cq-full: update for IORING_FEAT_NODROP by Jens Axboe · 4 years, 8 months ago
  11. cb11b70 test/cq-overflow: update for IORING_FEAT_NODROP by Jens Axboe · 4 years, 8 months ago
  12. 7d7ca9f test/link_drain.c: fixes by Jackie Liu · 4 years, 8 months ago
  13. 4170685 liburing: Add regression test case for link with drain by Jackie Liu · 4 years, 8 months ago
  14. 1f112c2 test/cq-overflow: handle -EBUSY on CQ_NODROP submit by Jens Axboe · 4 years, 8 months ago
  15. d284099 test/cq-overflow.c: add IO test by Jens Axboe · 4 years, 8 months ago
  16. d21b111 Merge branch 'cqring-nodrop' by Jens Axboe · 4 years, 8 months ago
  17. 1a71f9e man/io_uring_enter.2: document -EBUSY return by Jens Axboe · 4 years, 8 months ago
  18. f79b02e man/io_uring_enter.2: sync with kernel by Jens Axboe · 4 years, 8 months ago
  19. 15a4d6c man/io_uring_enter.2: clarify -EAGAIN handling by Jens Axboe · 4 years, 8 months ago
  20. 3cb6b12 document IORING_SETUP_CQSIZE by Jeff Moyer · 4 years, 8 months ago
  21. 9186b34 Merge branch 'link-timeout' by Jens Axboe · 4 years, 8 months ago
  22. 1cbb4a9 test/runtests.sh: fix broken tee usage by Jens Axboe · 4 years, 8 months ago
  23. 570d79a Add test case for IORING_SETUP_CQ_NODROP by Jens Axboe · 4 years, 8 months ago
  24. bc1bd5e Add IORING_OP_LINK_TIMEOUT test cases by Jens Axboe · 4 years, 8 months ago
  25. ba97eaf barrier.h: add generic smp_mb implementation by Jeff Moyer · 4 years, 8 months ago
  26. 0781f2a spec: Fedora RPM cleanups by Jeff Moyer · 4 years, 8 months ago
  27. 9f4714c Makefile: add missing .pc dependency on .spec file by Stefan Hajnoczi · 4 years, 8 months ago
  28. 9ba6a2a spec: update RPM version number to 0.2 by Stefan Hajnoczi · 4 years, 8 months ago
  29. 72bb939 Printout correct failure locations in test/timeout.c by Hrvoje Zeba · 4 years, 8 months ago
  30. 46e870e Use msec parameter instead of TIMEOUT_MSEC in msec_to_ts() by Hrvoje Zeba · 4 years, 8 months ago
  31. b141467 README: add io-uring@vger.kernel.org list info by Jens Axboe · 4 years, 8 months ago
  32. f389745 __io_uring_flush_sq(): remove unnecessary check by Kornilios Kourtis · 4 years, 9 months ago
  33. 4fcf077 sq_ring_needs_enter(): force loading of kflags by Kornilios Kourtis · 4 years, 9 months ago
  34. a8b3b78 liburing/test: fix build errors by Joseph Qi · 4 years, 9 months ago
  35. 8b68609 Add test/io-cancel by Jens Axboe · 4 years, 9 months ago
  36. aa3c760 Add IORING_OP_ASYNC_CANCEL and prep helper by Jens Axboe · 4 years, 9 months ago
  37. 6cfaab2 Add read/write test that does various combinations of IO by Jens Axboe · 4 years, 9 months ago
  38. 9700fe9 test/file-register: add huge file set test case by Jens Axboe · 4 years, 9 months ago
  39. 6f6de47 test/defer: Test deferring with drain and links by Pavel Begunkov · 4 years, 9 months ago
  40. 6494e84 liburing-0.2 by Jens Axboe · 4 years, 9 months ago
  41. 4fb3c9e Add runtests-loop target by Jens Axboe · 4 years, 9 months ago
  42. a769aa1 test/send_recvmsg: hopefully make it reliable by Jens Axboe · 4 years, 9 months ago
  43. 1c8734f test/send_recvmsg: ensure we exit by Jens Axboe · 4 years, 9 months ago
  44. 5a9ab8d test/runtests.sh: only log first test to have alive workers on exit by Jens Axboe · 4 years, 9 months ago
  45. d974c9f test/accept: add test to see if we cancel correctly on exit by Jens Axboe · 4 years, 9 months ago
  46. 675ee6a test/runtests.sh: check for remaining io_uring workers on exit by Jens Axboe · 4 years, 9 months ago
  47. 6cca9e5 test/timeout: add multi timeout reqs test with different count by zhangyi (F) · 4 years, 9 months ago
  48. 37136cb test/timeout: add multi timeout reqs test with different timeout by zhangyi (F) · 4 years, 9 months ago
  49. 93a2266 Shorten timeout tests by Jens Axboe · 4 years, 9 months ago
  50. a4b4655 Add test for overflow of timeout request's sequence by yangerkun · 4 years, 9 months ago
  51. 6b99855 test/accept: fix a few errors by Jens Axboe · 4 years, 9 months ago
  52. a9bb08d test/accept: test that we -EINVAL for accept with SQPOLL by Jens Axboe · 4 years, 9 months ago
  53. f2ee043 Add simple IORING_OP_ACCEPT test case by Jens Axboe · 4 years, 9 months ago
  54. 7469f9f test/socket-rw.c: use TCP, not pipes by Jens Axboe · 4 years, 9 months ago
  55. e8b0100 Add io_uring_prep_accept() helper by Jens Axboe · 4 years, 9 months ago
  56. b8712db Sync with kernel io_uring.h header by Jens Axboe · 4 years, 9 months ago
  57. 79ba71a Add deadlock socket read/write test case by Jens Axboe · 4 years, 9 months ago
  58. 08bd815 Un-DOSify test/232c93d07b74-test.c by Jens Axboe · 4 years, 9 months ago
  59. 989630a Add test case for non-blocking socket reads/writes by Jens Axboe · 4 years, 9 months ago
  60. 80d8217 Add IORING_OP_TIMEOUT_REMOVE by Jens Axboe · 4 years, 9 months ago
  61. b75b52e test/timeout: cleanup cqe seen and error prints by Jens Axboe · 4 years, 9 months ago
  62. 11a8f2b Make io_uring_prep_timeout() take timeout flags by Jens Axboe · 4 years, 9 months ago
  63. f303986 Add test case for absolute timeouts by Jens Axboe · 4 years, 9 months ago
  64. 19ca532 Add test case for skb/socket ref count issues with fully sparse file set by Jens Axboe · 4 years, 9 months ago
  65. 24bd087 Add regression test case for commit 8a9973408177 by Jens Axboe · 4 years, 9 months ago
  66. b00ba56 test/runtests.sh: distinguish between failed and OK timeouts by Jens Axboe · 4 years, 9 months ago
  67. 5f421b5 test/cq-size: use 'ret', not 'errno' directly by Jens Axboe · 4 years, 9 months ago
  68. d44f780 b/test/file-register: convert to library functions and clean up by Jens Axboe · 4 years, 9 months ago
  69. 13cbe09 Add io_uring_register_files_update() by Jens Axboe · 4 years, 9 months ago
  70. 1053680 test/runtests.sh: check for root before using /dev/kmsg by Jens Axboe · 4 years, 9 months ago
  71. dd899de test/file-register: close/unlink test_shrink() files by Jens Axboe · 4 years, 9 months ago
  72. 5db5a2c test/file-register: catch succeeding with too many fds by Jens Axboe · 4 years, 9 months ago
  73. 990f34d Add test case for application specified cq ring size by Jens Axboe · 4 years, 9 months ago
  74. 096f4d0 io_uring.h: add IORING_SETUP_CQSIZE by Jens Axboe · 4 years, 9 months ago
  75. 62cab77 Add io_uring_queue_init_params() by Jens Axboe · 4 years, 9 months ago
  76. d21cb86 test/file-register: add test case for zero initial fds by Jeff Moyer · 4 years, 9 months ago
  77. 7204498 test/runtests.sh: make default timeout 30s, not 10s by Jens Axboe · 4 years, 9 months ago
  78. e8c7087 test/file-register: add grow/shrink cases by Jens Axboe · 4 years, 9 months ago
  79. 9ea0e8a Add test/file-register by Jens Axboe · 4 years, 9 months ago
  80. 6bf6262 examples/ucontext-cp.c: get rid of c99 style declarations by Jens Axboe · 4 years, 10 months ago
  81. e2934e1 Switch to 32/64-bit agnostic timeout format by Jens Axboe · 4 years, 10 months ago
  82. f6c8044 Fix timeout detection by Jens Axboe · 4 years, 10 months ago
  83. 2529a28 Merge branch 'update_man_file' of https://github.com/rouzier/liburing by Jens Axboe · 4 years, 10 months ago
  84. e4263db Update struct io_uring_sqe in the man file. by James Rouzier · 4 years, 10 months ago
  85. 20c9293 Inline fast-path of io_uring_{wait,peek}_cqe() by Jens Axboe · 4 years, 10 months ago
  86. ac72640 Fold io_uring_wait_cqes_timeout() with io_uring_wait_cqes() by Jens Axboe · 4 years, 10 months ago
  87. 1409c4a Fix io_uring_wait_cqes_timeout() with ts == NULL by Jens Axboe · 4 years, 10 months ago
  88. fe13f56 Add io_uring_wait_cqes() by Jens Axboe · 4 years, 10 months ago
  89. 94c9df3 Add __io_uring_submit_and_wait() helper by Jens Axboe · 4 years, 10 months ago
  90. 8578f0d io_uring_wait_cqes_timeout: use __io_uring_flush_sq() by Jens Axboe · 4 years, 10 months ago
  91. 40b44d2 Split up __io_uring_submit() by Jens Axboe · 4 years, 10 months ago
  92. 2b5dc1d liburing.map: move newer exported symbols to 0.2 by Jens Axboe · 4 years, 10 months ago
  93. 6d33802 io_uring_peek_batch_cqe(): fixup style and add to exports by Jens Axboe · 4 years, 10 months ago
  94. 1148b7e Merge branch 'cqe_batch_get' of https://github.com/rouzier/liburing by Jens Axboe · 4 years, 10 months ago
  95. 0b88d72 Add io_uring_peek_batch_cqe() by James Rouzier · 4 years, 10 months ago
  96. 46850c3 Add io_uring_cq_ready() by James Rouzier · 4 years, 10 months ago
  97. 4e360f7 liburing: use -fPIC for both static and shared libraries by Jens Axboe · 4 years, 10 months ago
  98. 1b84a1f io_uring.h: sync with kernel header by Jens Axboe · 4 years, 10 months ago
  99. 5569609 Add STDOUT write test by Jens Axboe · 4 years, 10 months ago
  100. 1cff0db Makefile: handle quiet AR/RANLIB by Jens Axboe · 4 years, 10 months ago