1. b00ba56 test/runtests.sh: distinguish between failed and OK timeouts by Jens Axboe · 5 years ago
  2. 5f421b5 test/cq-size: use 'ret', not 'errno' directly by Jens Axboe · 5 years ago
  3. d44f780 b/test/file-register: convert to library functions and clean up by Jens Axboe · 5 years ago
  4. 13cbe09 Add io_uring_register_files_update() by Jens Axboe · 5 years ago
  5. 1053680 test/runtests.sh: check for root before using /dev/kmsg by Jens Axboe · 5 years ago
  6. dd899de test/file-register: close/unlink test_shrink() files by Jens Axboe · 5 years ago
  7. 5db5a2c test/file-register: catch succeeding with too many fds by Jens Axboe · 5 years ago
  8. 990f34d Add test case for application specified cq ring size by Jens Axboe · 5 years ago
  9. 096f4d0 io_uring.h: add IORING_SETUP_CQSIZE by Jens Axboe · 5 years ago
  10. 62cab77 Add io_uring_queue_init_params() by Jens Axboe · 5 years ago
  11. d21cb86 test/file-register: add test case for zero initial fds by Jeff Moyer · 5 years ago
  12. 7204498 test/runtests.sh: make default timeout 30s, not 10s by Jens Axboe · 5 years ago
  13. e8c7087 test/file-register: add grow/shrink cases by Jens Axboe · 5 years ago
  14. 9ea0e8a Add test/file-register by Jens Axboe · 5 years ago
  15. 6bf6262 examples/ucontext-cp.c: get rid of c99 style declarations by Jens Axboe · 5 years ago
  16. e2934e1 Switch to 32/64-bit agnostic timeout format by Jens Axboe · 5 years ago
  17. f6c8044 Fix timeout detection by Jens Axboe · 5 years ago
  18. 2529a28 Merge branch 'update_man_file' of https://github.com/rouzier/liburing by Jens Axboe · 5 years ago
  19. e4263db Update struct io_uring_sqe in the man file. by James Rouzier · 5 years ago
  20. 20c9293 Inline fast-path of io_uring_{wait,peek}_cqe() by Jens Axboe · 5 years ago
  21. ac72640 Fold io_uring_wait_cqes_timeout() with io_uring_wait_cqes() by Jens Axboe · 5 years ago
  22. 1409c4a Fix io_uring_wait_cqes_timeout() with ts == NULL by Jens Axboe · 5 years ago
  23. fe13f56 Add io_uring_wait_cqes() by Jens Axboe · 5 years ago
  24. 94c9df3 Add __io_uring_submit_and_wait() helper by Jens Axboe · 5 years ago
  25. 8578f0d io_uring_wait_cqes_timeout: use __io_uring_flush_sq() by Jens Axboe · 5 years ago
  26. 40b44d2 Split up __io_uring_submit() by Jens Axboe · 5 years ago
  27. 2b5dc1d liburing.map: move newer exported symbols to 0.2 by Jens Axboe · 5 years ago
  28. 6d33802 io_uring_peek_batch_cqe(): fixup style and add to exports by Jens Axboe · 5 years ago
  29. 1148b7e Merge branch 'cqe_batch_get' of https://github.com/rouzier/liburing by Jens Axboe · 5 years ago
  30. 0b88d72 Add io_uring_peek_batch_cqe() by James Rouzier · 5 years ago
  31. 46850c3 Add io_uring_cq_ready() by James Rouzier · 5 years ago
  32. 4e360f7 liburing: use -fPIC for both static and shared libraries by Jens Axboe · 5 years ago
  33. 1b84a1f io_uring.h: sync with kernel header by Jens Axboe · 5 years ago
  34. 5569609 Add STDOUT write test by Jens Axboe · 5 years ago
  35. 1cff0db Makefile: handle quiet AR/RANLIB by Jens Axboe · 5 years ago
  36. 95b3b9b Add basic travis test file by Jens Axboe · 5 years ago
  37. ad551e6 Makefile: add pretty/quiet CC/LN output by Jens Axboe · 5 years ago
  38. 8eccb2d Merge branch 'master' of https://github.com/CarterLi/liburing by Jens Axboe · 5 years ago
  39. a05c7a6 examples/ucontext-cp: more complex example to show how ucontext works by 李通洲 · 5 years ago
  40. e66e2b3 Merge branch 'makefile_generalization' of https://github.com/rouzier/liburing by Jens Axboe · 5 years ago
  41. c46f213 Add artifacts to .gitignore by James Rouzier · 5 years ago
  42. e88b74a Generalize Makefiles for examples and test. by James Rouzier · 5 years ago
  43. 3ea33cb test/timeout: use io_uring_wait_cqes_timeout() by Jens Axboe · 5 years ago
  44. 11e18b3 Add io_uring_wait_cqes_timeout() by Jens Axboe · 5 years ago
  45. 2d5ee69 __io_uring_get_cqe: change 'wait' bool to be a count of requests by Jens Axboe · 5 years ago
  46. 8b93cca io_uring_wait_cqe_timeout: document that io_uring_submit() not needed by Jens Axboe · 5 years ago
  47. 9769023 Merge branch 'sq_space_left' of https://github.com/rouzier/liburing by Jens Axboe · 5 years ago
  48. 5652c3b io_uring_wait_cqe_timeout: fix wrong error return check by Jens Axboe · 5 years ago
  49. 59df60e Add io_uring_sq_space_left() by James Rouzier · 5 years ago
  50. 7485e31 Merge branch 'timeout' by Jens Axboe · 5 years ago
  51. 76e9232 Add io_uring_wait_cqe_timeout() by Jens Axboe · 5 years ago
  52. d5bb23b Get rid of memset() for command prep helpers by Jens Axboe · 5 years ago
  53. 3ad9074 Add TIMEOUT support by Jens Axboe · 5 years ago
  54. 5109ed3 examples/ucontext-cp: style fixups by Jens Axboe · 5 years ago
  55. 9fd8049 Merge branch 'master' of https://github.com/CarterLi/liburing by Jens Axboe · 5 years ago
  56. 20b3ce6 examples/ucontext-cp: use ucontext with liburing by 李通洲 · 5 years ago
  57. efb4e86 Remove TIMEOUT code by Jens Axboe · 5 years ago
  58. efb39e1 test/timeout: check if we always get a wakeup from timeout by Jens Axboe · 5 years ago
  59. e4269d2 test/timeout: include some notion of verifying length of timeout by Jens Axboe · 5 years ago
  60. 4652762 Add basic IORING_OP_TIMEOUT test case by Jens Axboe · 5 years ago
  61. f102231 Add IORING_OP_TIMEOUT opcode by Jens Axboe · 5 years ago
  62. e4d4843 Merge branch 'master' of https://github.com/CarterLi/liburing by Jens Axboe · 5 years ago
  63. 6e68fda liburing: add io_uring_prep_{recv,send}msg by 李通洲 · 5 years ago
  64. ca50c1f test/io_uring_enter.c: unlink temp file when done by Jens Axboe · 5 years ago
  65. 164e9cb src/setup: unify ring munmap() by Jens Axboe · 5 years ago
  66. 46a0646 liburing: Use the single mmap feature by Hristo Venev · 5 years ago
  67. e2937e9 test/io_uring_setup: add support for io_uring_params->features by Jens Axboe · 5 years ago
  68. dfdf94f test/cq-full: handle io_uring_peek_cqe() -EAGAIN by Jens Axboe · 5 years ago
  69. bc9e136 Sync io_uring.h with the kernel by Jens Axboe · 5 years ago
  70. b76db3f examples/io_uring-cp: handle io_uring_peek_cqe() -EAGAIN by Jens Axboe · 5 years ago
  71. ebdbb71 Fixed address prep helpers should include buf_index by Jens Axboe · 5 years ago
  72. 1ed37c5 Add test case for poll hang by Jens Axboe · 5 years ago
  73. 681ba88 Make io_uring_peek_cqe() return -EAGAIN for no CQEs by Jens Axboe · 5 years ago
  74. 413ee33 liburing: specifying --prefix to configure script was ineffective, fix. by Kevin Vigor · 5 years ago
  75. 6e9dd0c liburing/barrier.h: Add prefix to arm barriers by Julia Suvorova · 5 years ago
  76. 552c6a0 liburing/barrier.h: Add prefix io_uring to barriers by Julia Suvorova · 5 years ago
  77. 0520db4 Add arm64 memory barriers support by Jackie Liu · 5 years ago
  78. 72d7f5a Add basic README by Jens Axboe · 5 years ago
  79. 6ef590b spec: fix <liburing/*.h> permissions by Stefan Hajnoczi · 5 years ago
  80. ea04cd6 spec: add URL tag by Stefan Hajnoczi · 5 years ago
  81. 9ae3fa5 spec: use Fedora "LGPLv2+" license identifier by Stefan Hajnoczi · 5 years ago
  82. 3dde589 COPYING: update to latest LGPL v2.1 text by Stefan Hajnoczi · 5 years ago
  83. c31c7ec src/Makefile: keep private headers in <liburing/*.h> by Stefan Hajnoczi · 5 years ago
  84. b42c59d src/Makefile: honor the caller's includedir and libdir by Stefan Hajnoczi · 5 years ago
  85. 63c832a spec: invoke ./configure with arguments by Stefan Hajnoczi · 5 years ago
  86. 3af7ea1 pkgconfig: add missing config-host.mak dependency by Stefan Hajnoczi · 5 years ago
  87. 90619de Don't take ownership of %{_mandir}/man2 directory by Hrvoje Zeba · 5 years ago
  88. 15739af man: add IOSQE_IO_DRAIN and IOSQE_IO_LINK by Jens Axboe · 5 years ago
  89. 93f3e8d Use __typeof() instead of typeof() by Hrvoje Zeba · 5 years ago
  90. 78cafaa Add regression test cases for kthread stuck by Jackie Liu · 5 years ago
  91. ead15fa Make runtests.sh output test to dmesg by Jens Axboe · 5 years ago
  92. 7ba7c70 Optimize i386 memory barriers by Bart Van Assche · 5 years ago
  93. da457cd Change __x86_64 into __x86_64__ by Bart Van Assche · 5 years ago
  94. 3036ba1 Fix the 32-bit build by Bart Van Assche · 5 years ago
  95. 64f89fa Makefiles: Support specifying CFLAGS on the command line by Bart Van Assche · 5 years ago
  96. ecefd79 Fix the use of memory barriers by Bart Van Assche · 5 years ago
  97. bbb3099 __io_uring_get_cqe(): Use io_uring_for_each_cqe() by Bart Van Assche · 5 years ago
  98. 043ea22 src/queue: cleanup sq_ring_needs_enter() by Jens Axboe · 5 years ago
  99. a8d4237 Add support for eventfd registration by Jens Axboe · 5 years ago
  100. 9d9e3b8 Make io_uring registration arguments const by Jens Axboe · 5 years ago