1. a9bb08d test/accept: test that we -EINVAL for accept with SQPOLL by Jens Axboe · 5 years ago
  2. f2ee043 Add simple IORING_OP_ACCEPT test case by Jens Axboe · 5 years ago
  3. 7469f9f test/socket-rw.c: use TCP, not pipes by Jens Axboe · 5 years ago
  4. 79ba71a Add deadlock socket read/write test case by Jens Axboe · 5 years ago
  5. 08bd815 Un-DOSify test/232c93d07b74-test.c by Jens Axboe · 5 years ago
  6. 989630a Add test case for non-blocking socket reads/writes by Jens Axboe · 5 years ago
  7. 80d8217 Add IORING_OP_TIMEOUT_REMOVE by Jens Axboe · 5 years ago
  8. b75b52e test/timeout: cleanup cqe seen and error prints by Jens Axboe · 5 years ago
  9. 11a8f2b Make io_uring_prep_timeout() take timeout flags by Jens Axboe · 5 years ago
  10. f303986 Add test case for absolute timeouts by Jens Axboe · 5 years ago
  11. 19ca532 Add test case for skb/socket ref count issues with fully sparse file set by Jens Axboe · 5 years ago
  12. 24bd087 Add regression test case for commit 8a9973408177 by Jens Axboe · 5 years ago
  13. b00ba56 test/runtests.sh: distinguish between failed and OK timeouts by Jens Axboe · 5 years ago
  14. 5f421b5 test/cq-size: use 'ret', not 'errno' directly by Jens Axboe · 5 years ago
  15. d44f780 b/test/file-register: convert to library functions and clean up by Jens Axboe · 5 years ago
  16. 1053680 test/runtests.sh: check for root before using /dev/kmsg by Jens Axboe · 5 years ago
  17. dd899de test/file-register: close/unlink test_shrink() files by Jens Axboe · 5 years ago
  18. 5db5a2c test/file-register: catch succeeding with too many fds by Jens Axboe · 5 years ago
  19. 990f34d Add test case for application specified cq ring size by Jens Axboe · 5 years ago
  20. d21cb86 test/file-register: add test case for zero initial fds by Jeff Moyer · 5 years ago
  21. 7204498 test/runtests.sh: make default timeout 30s, not 10s by Jens Axboe · 5 years ago
  22. e8c7087 test/file-register: add grow/shrink cases by Jens Axboe · 5 years ago
  23. 9ea0e8a Add test/file-register by Jens Axboe · 5 years ago
  24. e2934e1 Switch to 32/64-bit agnostic timeout format by Jens Axboe · 5 years ago
  25. ac72640 Fold io_uring_wait_cqes_timeout() with io_uring_wait_cqes() by Jens Axboe · 5 years ago
  26. 0b88d72 Add io_uring_peek_batch_cqe() by James Rouzier · 5 years ago
  27. 46850c3 Add io_uring_cq_ready() by James Rouzier · 5 years ago
  28. 5569609 Add STDOUT write test by Jens Axboe · 5 years ago
  29. 1cff0db Makefile: handle quiet AR/RANLIB by Jens Axboe · 5 years ago
  30. ad551e6 Makefile: add pretty/quiet CC/LN output by Jens Axboe · 5 years ago
  31. e88b74a Generalize Makefiles for examples and test. by James Rouzier · 5 years ago
  32. 3ea33cb test/timeout: use io_uring_wait_cqes_timeout() by Jens Axboe · 5 years ago
  33. 8b93cca io_uring_wait_cqe_timeout: document that io_uring_submit() not needed by Jens Axboe · 5 years ago
  34. 59df60e Add io_uring_sq_space_left() by James Rouzier · 5 years ago
  35. 76e9232 Add io_uring_wait_cqe_timeout() by Jens Axboe · 5 years ago
  36. 3ad9074 Add TIMEOUT support by Jens Axboe · 5 years ago
  37. efb4e86 Remove TIMEOUT code by Jens Axboe · 5 years ago
  38. efb39e1 test/timeout: check if we always get a wakeup from timeout by Jens Axboe · 5 years ago
  39. e4269d2 test/timeout: include some notion of verifying length of timeout by Jens Axboe · 5 years ago
  40. 4652762 Add basic IORING_OP_TIMEOUT test case by Jens Axboe · 5 years ago
  41. 6e68fda liburing: add io_uring_prep_{recv,send}msg by 李通洲 · 5 years ago
  42. ca50c1f test/io_uring_enter.c: unlink temp file when done by Jens Axboe · 5 years ago
  43. e2937e9 test/io_uring_setup: add support for io_uring_params->features by Jens Axboe · 5 years ago
  44. dfdf94f test/cq-full: handle io_uring_peek_cqe() -EAGAIN by Jens Axboe · 5 years ago
  45. 1ed37c5 Add test case for poll hang by Jens Axboe · 5 years ago
  46. 552c6a0 liburing/barrier.h: Add prefix io_uring to barriers by Julia Suvorova · 5 years ago
  47. c31c7ec src/Makefile: keep private headers in <liburing/*.h> by Stefan Hajnoczi · 5 years ago
  48. 78cafaa Add regression test cases for kthread stuck by Jackie Liu · 5 years ago
  49. ead15fa Make runtests.sh output test to dmesg by Jens Axboe · 5 years ago
  50. 3036ba1 Fix the 32-bit build by Bart Van Assche · 5 years ago
  51. 64f89fa Makefiles: Support specifying CFLAGS on the command line by Bart Van Assche · 5 years ago
  52. ecefd79 Fix the use of memory barriers by Bart Van Assche · 5 years ago
  53. 9f44fb0 Add basic helpers for file/buffer registration by Jens Axboe · 5 years ago
  54. b4b3d8c test/ring-leak: use static array for io_uring_register() by Jens Axboe · 5 years ago
  55. ef9c4b4 test/io_uring_register: don't test buffer size if too large by Jens Axboe · 5 years ago
  56. b422aa1 test/fsync: use io_uring_sqe_set_flags() by Jens Axboe · 5 years ago
  57. d672969 test/send_recvmsg: code cleanups and error handling by Jens Axboe · 5 years ago
  58. 5d1e32e Add send/recvmsg test case by Jens Axboe · 5 years ago
  59. bb2c80f test/io_uring_register: don't fail max fd test if we run out of mem by Jens Axboe · 5 years ago
  60. 1982bfd Add chain failure handling test case by Jens Axboe · 5 years ago
  61. 0ba9503 Add link SQE support by Jens Axboe · 5 years ago
  62. 7b989f3 test/eeed8b54e0df-test: define RWF_NOWAIT if we don't have it by Jens Axboe · 5 years ago
  63. 10a5903 test/io_uring_setup: don't fail SQPOLL test case for non-root by Jens Axboe · 5 years ago
  64. 60b3305 test/eeed8b54e0df-test: check write(2) return value by Jens Axboe · 5 years ago
  65. eb9d065 liburing: improve output for test/io_uring_setup.c by Shenghui Wang · 5 years ago
  66. ce8e2bc Update tests for 'sqe submit always posts a cqe' by Jens Axboe · 5 years ago
  67. 49d2017 test/runtests.sh: list all failed tests when done by Jens Axboe · 5 years ago
  68. cb1e01a Add test case for -EAGAIN issue by Jens Axboe · 5 years ago
  69. 78f59df Add regression test cases for three recent issues by Jens Axboe · 5 years ago
  70. ad45ed1 Actually add test/runtests.sh by Jens Axboe · 5 years ago
  71. 39e0ebd Rename completion helpers by Jens Axboe · 5 years ago
  72. 4916320 Separate test cases from examples by Jens Axboe · 5 years ago
  73. 76b61eb Add io_uring_cqe_seen() by Jens Axboe · 5 years ago
  74. 26993e9 Add SQ/CQ overflow tests by Jens Axboe · 5 years ago
  75. 8115820 test/nop: add NOP test case by Jens Axboe · 6 years ago
  76. 093e902 test/fsync: error out if we submit less than we wanted by Jens Axboe · 6 years ago
  77. 9864409 test/fsync: update for IOSQE_IO_DRAIN approach by Jens Axboe · 6 years ago
  78. db11f11 Use io_uring_cqe_get_data() internally by Jens Axboe · 6 years ago
  79. 61c27f7 Add barrier fsync test case by Jens Axboe · 6 years ago
  80. a231fdc test/io_uring-cp: add some comments by Jens Axboe · 6 years ago
  81. f7dac56 test/io_uring-cp: make it more efficient by Jens Axboe · 6 years ago
  82. 765ba23 add syscall unit tests by Jeff Moyer · 6 years ago
  83. 6726376 test/fsync: add simple fsync tester by Jens Axboe · 6 years ago
  84. f171fa4 test/ring-leak: silence "sending fd" message by Jens Axboe · 6 years ago
  85. 5e6a93c test/ring-leak: add test app demonstrating leak of io_uring instance by Jens Axboe · 6 years ago
  86. bc4e4a7 test/poll: ignore parent dying by Jens Axboe · 6 years ago
  87. a2fc9f1 test/poll: simply test case by Jens Axboe · 6 years ago
  88. d58ea1a test/poll-cancel: improve test case by Jens Axboe · 6 years ago
  89. 3640699 Switch to IORING_OP_POLL_ADD/REMOVE by Jens Axboe · 6 years ago
  90. b7e86eb 32-bit fixes by Jens Axboe · 6 years ago
  91. 5789a63 Add sqe prep helpers by Jens Axboe · 6 years ago
  92. 768d455 Update POLL API by Jens Axboe · 6 years ago
  93. 79a7d3a Add IORING_OP_POLL_CANCEL test by Jens Axboe · 6 years ago
  94. ce899b7 Add test case for IORING_OP_POLL by Jens Axboe · 6 years ago
  95. b93edf5 Sync with upstream API by Jens Axboe · 6 years ago
  96. ff52073 Sync with kernel API by Jens Axboe · 6 years ago
  97. a992ffa io_queue_init: pass in flags, not io_uring_params by Jens Axboe · 6 years ago
  98. fa863f6 Fix test cases by Jens Axboe · 6 years ago
  99. d5b4ae1 Update to newer API by Jens Axboe · 6 years ago
  100. 6cdce17 Update API by Jens Axboe · 6 years ago