1. 5109ed3 examples/ucontext-cp: style fixups by Jens Axboe · 5 years ago
  2. 9fd8049 Merge branch 'master' of https://github.com/CarterLi/liburing by Jens Axboe · 5 years ago
  3. 20b3ce6 examples/ucontext-cp: use ucontext with liburing by 李通洲 · 5 years ago
  4. efb4e86 Remove TIMEOUT code by Jens Axboe · 5 years ago
  5. efb39e1 test/timeout: check if we always get a wakeup from timeout by Jens Axboe · 5 years ago
  6. e4269d2 test/timeout: include some notion of verifying length of timeout by Jens Axboe · 5 years ago
  7. 4652762 Add basic IORING_OP_TIMEOUT test case by Jens Axboe · 5 years ago
  8. f102231 Add IORING_OP_TIMEOUT opcode by Jens Axboe · 5 years ago
  9. e4d4843 Merge branch 'master' of https://github.com/CarterLi/liburing by Jens Axboe · 5 years ago
  10. 6e68fda liburing: add io_uring_prep_{recv,send}msg by 李通洲 · 5 years ago
  11. ca50c1f test/io_uring_enter.c: unlink temp file when done by Jens Axboe · 5 years ago
  12. 164e9cb src/setup: unify ring munmap() by Jens Axboe · 5 years ago
  13. 46a0646 liburing: Use the single mmap feature by Hristo Venev · 5 years ago
  14. e2937e9 test/io_uring_setup: add support for io_uring_params->features by Jens Axboe · 5 years ago
  15. dfdf94f test/cq-full: handle io_uring_peek_cqe() -EAGAIN by Jens Axboe · 5 years ago
  16. bc9e136 Sync io_uring.h with the kernel by Jens Axboe · 5 years ago
  17. b76db3f examples/io_uring-cp: handle io_uring_peek_cqe() -EAGAIN by Jens Axboe · 5 years ago
  18. ebdbb71 Fixed address prep helpers should include buf_index by Jens Axboe · 5 years ago
  19. 1ed37c5 Add test case for poll hang by Jens Axboe · 5 years ago
  20. 681ba88 Make io_uring_peek_cqe() return -EAGAIN for no CQEs by Jens Axboe · 5 years ago
  21. 413ee33 liburing: specifying --prefix to configure script was ineffective, fix. by Kevin Vigor · 5 years ago
  22. 6e9dd0c liburing/barrier.h: Add prefix to arm barriers by Julia Suvorova · 5 years ago
  23. 552c6a0 liburing/barrier.h: Add prefix io_uring to barriers by Julia Suvorova · 5 years ago
  24. 0520db4 Add arm64 memory barriers support by Jackie Liu · 5 years ago
  25. 72d7f5a Add basic README by Jens Axboe · 5 years ago
  26. 6ef590b spec: fix <liburing/*.h> permissions by Stefan Hajnoczi · 5 years ago
  27. ea04cd6 spec: add URL tag by Stefan Hajnoczi · 5 years ago
  28. 9ae3fa5 spec: use Fedora "LGPLv2+" license identifier by Stefan Hajnoczi · 5 years ago
  29. 3dde589 COPYING: update to latest LGPL v2.1 text by Stefan Hajnoczi · 5 years ago
  30. c31c7ec src/Makefile: keep private headers in <liburing/*.h> by Stefan Hajnoczi · 5 years ago
  31. b42c59d src/Makefile: honor the caller's includedir and libdir by Stefan Hajnoczi · 5 years ago
  32. 63c832a spec: invoke ./configure with arguments by Stefan Hajnoczi · 5 years ago
  33. 3af7ea1 pkgconfig: add missing config-host.mak dependency by Stefan Hajnoczi · 5 years ago
  34. 90619de Don't take ownership of %{_mandir}/man2 directory by Hrvoje Zeba · 5 years ago
  35. 15739af man: add IOSQE_IO_DRAIN and IOSQE_IO_LINK by Jens Axboe · 5 years ago
  36. 93f3e8d Use __typeof() instead of typeof() by Hrvoje Zeba · 5 years ago
  37. 78cafaa Add regression test cases for kthread stuck by Jackie Liu · 5 years ago
  38. ead15fa Make runtests.sh output test to dmesg by Jens Axboe · 5 years ago
  39. 7ba7c70 Optimize i386 memory barriers by Bart Van Assche · 5 years ago
  40. da457cd Change __x86_64 into __x86_64__ by Bart Van Assche · 5 years ago
  41. 3036ba1 Fix the 32-bit build by Bart Van Assche · 5 years ago
  42. 64f89fa Makefiles: Support specifying CFLAGS on the command line by Bart Van Assche · 5 years ago
  43. ecefd79 Fix the use of memory barriers by Bart Van Assche · 5 years ago
  44. bbb3099 __io_uring_get_cqe(): Use io_uring_for_each_cqe() by Bart Van Assche · 5 years ago
  45. 043ea22 src/queue: cleanup sq_ring_needs_enter() by Jens Axboe · 5 years ago
  46. a8d4237 Add support for eventfd registration by Jens Axboe · 5 years ago
  47. 9d9e3b8 Make io_uring registration arguments const by Jens Axboe · 5 years ago
  48. 733223a example/io_uring-test.c: Fix iovecs increment by Stephen Bates · 5 years ago
  49. 91dde5c Add io_uring_submit_and_wait() by Jens Axboe · 5 years ago
  50. 9f44fb0 Add basic helpers for file/buffer registration by Jens Axboe · 5 years ago
  51. b4b3d8c test/ring-leak: use static array for io_uring_register() by Jens Axboe · 5 years ago
  52. ef9c4b4 test/io_uring_register: don't test buffer size if too large by Jens Axboe · 5 years ago
  53. fb34ae6 Do not assume p->{cq,sq}_off.head is 0 by Kornilios Kourtis · 5 years ago
  54. f8865bc liburing: export io_uring_queue_mmap symbol by Austin Seipp · 5 years ago
  55. b422aa1 test/fsync: use io_uring_sqe_set_flags() by Jens Axboe · 5 years ago
  56. f3b78a7 liburing: introduce io_uring_for_each_cqe() and io_uring_cq_advance() by Roman Penyaev · 5 years ago
  57. e60729e liburing: introduce io_uring_cqe_set_flags() helper by Roman Penyaev · 5 years ago
  58. f6a03bd queue: always fill in sq->array on io_uring_submit() by Roman Penyaev · 5 years ago
  59. df23d2d liburing,queue,setup: handle IORING_SQ_NEED_WAKEUP for io_uring_submit() by Roman Penyaev · 5 years ago
  60. d1432b1 setup: return -errno explicitly from io_uring_queue_init() by Roman Penyaev · 5 years ago
  61. 8e65562 Add pkgconfig to rpm spec by Hrvoje Zeba · 5 years ago
  62. fd26c1a configure: move directory options to ./configure by Stefan Hajnoczi · 5 years ago
  63. 1b049c1 pkgconfig: install a liburing.pc file by Stefan Hajnoczi · 5 years ago
  64. d672969 test/send_recvmsg: code cleanups and error handling by Jens Axboe · 5 years ago
  65. 5d1e32e Add send/recvmsg test case by Jens Axboe · 5 years ago
  66. 7a3fd11 io_uring.h: add send/recvmsg parts by Jens Axboe · 5 years ago
  67. 4d32556 examples/io_uring-cp: fix a NULL pointer dereference by zhangliguang · 5 years ago
  68. 2e71982 clean examples when make clean by Weiping Zhang · 5 years ago
  69. 829f6a9 io_uring_submit: fix head/tail wrap issue by Jens Axboe · 5 years ago
  70. ffe3e09 Fix leak of fd in io_uring_queue_init() on failure by Jens Axboe · 5 years ago
  71. c5145a8 io_uring_register.2: fix multiple formatting issues by Dmitry V. Levin · 5 years ago
  72. 311d5e2 io_uring_enter.2: fix multiple formatting issues by Dmitry V. Levin · 5 years ago
  73. 28dc1bf io_uring_setup.2: fix multiple formatting issues by Dmitry V. Levin · 5 years ago
  74. 5e4139a fix harmless typo in sq_entries in io_uring_mmap by Weiping Zhang · 5 years ago
  75. 0cff600 Add missing symbols to linker version map by Hrvoje Zeba · 5 years ago
  76. 375bed7 syscall: add support of non-x86 architectures by Dmitry V. Levin · 5 years ago
  77. 329ba3d syscall: fix names of __NR_* macros by Dmitry V. Levin · 5 years ago
  78. c37dadb Merge branch 'const-matching' of https://github.com/flamingcow66/liburing by Jens Axboe · 5 years ago
  79. 38eabdd Match const signatures in io_uring_prep_* to native functions by Ian Gulliver · 5 years ago
  80. 4e41621 Merge branch 'missing-header' of https://github.com/flamingcow66/liburing by Jens Axboe · 5 years ago
  81. f218f76 Fix liburing.h memset() missing declaration by Ian Gulliver · 5 years ago
  82. 1a90a51 io_uring.h: sync with kernel by Jens Axboe · 5 years ago
  83. 3200e99 Fix manpage mmap() syntax by Ian Gulliver · 5 years ago
  84. 6350583 Include man dir/pages in spec file install by Jens Axboe · 5 years ago
  85. 9511863 examples/link-cp: improve memory use by Jens Axboe · 5 years ago
  86. 5c6e5d2 examples/link-cp: improvements by Jens Axboe · 5 years ago
  87. 7e8902e examples/link-cp: fix a few issues by Jens Axboe · 5 years ago
  88. bb2c80f test/io_uring_register: don't fail max fd test if we run out of mem by Jens Axboe · 5 years ago
  89. 1982bfd Add chain failure handling test case by Jens Axboe · 5 years ago
  90. 0ba9503 Add link SQE support by Jens Axboe · 5 years ago
  91. 40c6f84 liburing: add extern "C" to liburing.h by Kevin Vigor · 5 years ago
  92. a17aec8 liburing: do not build static library with -fPIC by Kevin Vigor · 5 years ago
  93. 54cc960 liburing: improve 'make install' by Kevin Vigor · 5 years ago
  94. 7b989f3 test/eeed8b54e0df-test: define RWF_NOWAIT if we don't have it by Jens Axboe · 5 years ago
  95. 10a5903 test/io_uring_setup: don't fail SQPOLL test case for non-root by Jens Axboe · 5 years ago
  96. ff73ac7 man/io_uring_enter.2: clarify io_uring_enter(2) return values by Jens Axboe · 5 years ago
  97. 60b3305 test/eeed8b54e0df-test: check write(2) return value by Jens Axboe · 5 years ago
  98. eb9d065 liburing: improve output for test/io_uring_setup.c by Shenghui Wang · 5 years ago
  99. ce8e2bc Update tests for 'sqe submit always posts a cqe' by Jens Axboe · 5 years ago
  100. 49d2017 test/runtests.sh: list all failed tests when done by Jens Axboe · 5 years ago