1. c7143a4 test/link-timeout: close pipes after yourself by Pavel Begunkov · 3 years, 6 months ago
  2. 516e913 src/queue: control kernel enter with a var by Pavel Begunkov · 3 years, 6 months ago
  3. 51e6622 src/queue: don't re-wait for CQEs by Pavel Begunkov · 3 years, 6 months ago
  4. 7856add Add test case for circular reference SQPOLL hang by Jens Axboe · 3 years, 6 months ago
  5. 1313aaf Merge branch 'AddDocForSplice' of https://github.com/NobodyXu/liburing by Jens Axboe · 3 years, 6 months ago
  6. 327d121 Merge branch 'master' of https://github.com/CarterLi/liburing by Jens Axboe · 3 years, 6 months ago
  7. be648cf src/queue: don't loop when don't enter by Pavel Begunkov · 3 years, 6 months ago
  8. b4fea6b src/queue: clean _io_uring_get_cqe() err handling by Pavel Begunkov · 3 years, 6 months ago
  9. c2aea7b src/queue: don't wait for less than expected by Pavel Begunkov · 3 years, 6 months ago
  10. 51be5d3 src/queue.c: don't test `LIBURING_UDATA_TIMEOUT` by 李通洲 · 3 years, 6 months ago
  11. ccfe96e test/poll*: use appropriately sized CQ ring by Jens Axboe · 3 years, 6 months ago
  12. d871f48 Add inline doc in the comments for io_uring_prep_splice by Jiahao XU · 3 years, 6 months ago
  13. e30b5db Merge branch 'patch-2' of https://github.com/NobodyXu/liburing by Jens Axboe · 3 years, 6 months ago
  14. 1065e5c Fix sigset_t not found in liburing.h by Jiahao XU · 3 years, 6 months ago
  15. c962025 src/queue: update comment on io_uring_wait_cqes() with timeouts by Jens Axboe · 3 years, 6 months ago
  16. a986f46 test/drain: test draining linked timeouts by Pavel Begunkov · 3 years, 6 months ago
  17. c9e76e8 test/file-register: skip file skipping on older kernels by Jens Axboe · 3 years, 6 months ago
  18. 25ca5d2 test/file-register: cleanups by Jens Axboe · 3 years, 6 months ago
  19. 00c2056 io_uring.h: 5.12 pending kernel sync by Jens Axboe · 3 years, 6 months ago
  20. 17dd76d man/io_uring_register.2: fix spelling error by Jens Axboe · 3 years, 6 months ago
  21. 5bbf215 Merge branch 'master' of https://github.com/goldsteinn/liburing by Jens Axboe · 3 years, 6 months ago
  22. 5821b03 man/io_uring_register.2: Add documentation on IORING_REGISTER_FILES_SKIP by noah · 3 years, 6 months ago
  23. 5aab363 test/file-register.c: Add tests for skipping file by noah · 3 years, 6 months ago
  24. 7b2437c test: use a map to define test files / devices we need by Hao Xu · 3 years, 8 months ago
  25. 6634766 tests: add another timeout sequence test case by Marcelo Diop-Gonzalez · 3 years, 7 months ago
  26. 871df02 Add .gitignore entries for recent tests by Jens Axboe · 3 years, 6 months ago
  27. 82b8e6d Add two ring deadlock case by Jens Axboe · 3 years, 6 months ago
  28. 6598701 Add circular poll ring test case by Jens Axboe · 3 years, 6 months ago
  29. fe0dfad Merge branch 'io_uring_enter_man_fallocate' of https://github.com/jorangreef/liburing by Jens Axboe · 3 years, 6 months ago
  30. 1692aa8 Fix IORING_OP_FALLOCATE args in io_uring_enter(2) man page by Joran Dirk Greef · 3 years, 7 months ago
  31. d247109 test/self: skip if argument passed in by Jens Axboe · 3 years, 7 months ago
  32. 2edfa3f Add test case for thread exiting with pending IO by Jens Axboe · 3 years, 7 months ago
  33. 73a9b2b Merge branch 'dev/cosmetics' of https://github.com/nunojsa/liburing by Jens Axboe · 3 years, 7 months ago
  34. 2ebc85b src/queue: Fix a typo in `__io_uring_flush_sq()` by Nuno Sa · 3 years, 7 months ago
  35. c0b1512 src/queue: fix `sq_ring_needs_enter()` indentation by Nuno Sa · 3 years, 7 months ago
  36. 865fe28 src/queue: refactor io_uring_get_sqe() by Pavel Begunkov · 3 years, 7 months ago
  37. f7660b2 tests: test fixed file removal order by Pavel Begunkov · 3 years, 7 months ago
  38. cf2ad2a tests: identify timed out tests correctly by Pavel Begunkov · 3 years, 7 months ago
  39. f020d23 man/io_uring_setup.2: correct 5.10 -> 5.11 for non-fixed files and SQPOLL by Jens Axboe · 3 years, 8 months ago
  40. 35ce1d5 man/io_uring_enter.2: document new opcodes by Jens Axboe · 3 years, 8 months ago
  41. b09d1d4 man/io_uring_enter.2: ensure all IORING_ENTER_* flags are documented by Jens Axboe · 3 years, 8 months ago
  42. 88b845d src/queue: add comment on why reading SQ->head for flush isn't atomic by Jens Axboe · 3 years, 8 months ago
  43. 31a9f9c liburing.h: fix 32-bit compile warning by Jens Axboe · 3 years, 8 months ago
  44. 7918288 Merge branch 'fix-type-manpage' of https://github.com/goldsteinn/liburing by Jens Axboe · 3 years, 8 months ago
  45. 762fdb0 man/io_uring.7: Fix typo by noah · 3 years, 8 months ago
  46. 662f7d2 Merge branch 'liburing-add-branch-helpers' of https://github.com/goldsteinn/liburing by Jens Axboe · 3 years, 8 months ago
  47. 6b95156 Added __builtin_expect macros and wrapped IORING_ENTER_SQ_WAKEUP branch by noah · 3 years, 8 months ago
  48. 28322d3 Merge branch 'fix-manpage-newline' of https://github.com/goldsteinn/liburing by Jens Axboe · 3 years, 8 months ago
  49. 97e3a8b fixed newline character in man. $> man -l io_uring.7 would display 0 instead of backslash n by noah · 3 years, 8 months ago
  50. bd0befa Merge branch 'master' of https://github.com/romange/liburing by Jens Axboe · 3 years, 8 months ago
  51. 31eb4c9 Add a test demonstrating connect timeout functionality by Roman Gershman · 3 years, 8 months ago
  52. 5438a4b Merge branch 'fix-io-uring-setup-manual' of https://github.com/wapxmas/liburing by Jens Axboe · 3 years, 8 months ago
  53. 9147231 man/io_uring_setup.2: a version of IORING_FEAT_SQPOLL_NONFIXED feature availability has been changed to 5.11 by Sergei Iashin · 3 years, 8 months ago
  54. 929c069 test/timeout-new: test for timeout feature by Hao Xu · 3 years, 8 months ago
  55. 516280a rem_buf/test: inital testing for OP_REMOVE_BUFFERS by Pavel Begunkov · 3 years, 8 months ago
  56. 098d6ef timeout/test: clear state for timeout updates by Pavel Begunkov · 3 years, 8 months ago
  57. ce2ee68 man/io_uring_enter.2: describe timeout updates by Pavel Begunkov · 3 years, 8 months ago
  58. b02d6a6 test/rw: test reg bufs with non-align sizes/offset by Pavel Begunkov · 3 years, 8 months ago
  59. 35999b0 test/rw: remove not used mixed_fixed flag by Pavel Begunkov · 3 years, 8 months ago
  60. 2ea2bd8 test/rw: name flags for clearness by Pavel Begunkov · 3 years, 8 months ago
  61. 3bdd983 Don't enter the kernel to wait on cqes if they are already available. by Marcelo Diop-Gonzalez · 3 years, 8 months ago
  62. 2f4254d test/timeout: test timeout updates by Pavel Begunkov · 3 years, 8 months ago
  63. 623e203 Add timeout update by Pavel Begunkov · 3 years, 8 months ago
  64. 36026fc Add test case for SQPOLL going to sleep properly by Jens Axboe · 3 years, 8 months ago
  65. 5d027b3 Merge branch 'identifier' of https://github.com/sharpelletti/liburing by Jens Axboe · 3 years, 9 months ago
  66. dac6db3 Changes format string from %lld to %PRIu64 in several tests. by Ryan Sharpelletti · 3 years, 9 months ago
  67. 743ec02 test: long iov recvmsg()/copy by Pavel Begunkov · 3 years, 9 months ago
  68. 816d3ac Merge branch 'master' of https://github.com/kraj/liburing by Jens Axboe · 3 years, 9 months ago
  69. 0a9b12e test: Fix build on 32bit architectures with 6bit time_t by Khem Raj · 3 years, 9 months ago
  70. 3889105 remove zero-size array in io_uring.h by Akinobu Mita · 3 years, 9 months ago
  71. ba0a2e4 Rename SIG_IS_DATA -> EXT_ARG by Jens Axboe · 3 years, 9 months ago
  72. 5a7c8ac Update SIG_IS_DATA to modified kernel API by Jens Axboe · 3 years, 9 months ago
  73. 0de9d8c Use IORING_ENTER_GETEVENTS_TIMEOUT if available by Jens Axboe · 3 years, 9 months ago
  74. 898294d Add wrapper for __io_uring_get_cqe() by Jens Axboe · 3 years, 9 months ago
  75. 46e65de Add __sys_io_uring_enter2() by Jens Axboe · 3 years, 9 months ago
  76. cdb7712 Include 'features' in struct io_uring by Jens Axboe · 3 years, 9 months ago
  77. 92f7b87 io_uring.h: update with 5.11-pending copy by Jens Axboe · 3 years, 9 months ago
  78. bd62cfb test/self: update description by Jens Axboe · 3 years, 9 months ago
  79. d7e4f94 test/self: add /proc/self/ open+read test case by Jens Axboe · 3 years, 9 months ago
  80. b332be0 .gitignore: add missing test cases by Jens Axboe · 3 years, 9 months ago
  81. 611988f test/unlink: add failure case by Jens Axboe · 3 years, 9 months ago
  82. 80ad860 test/rename: add failure case by Jens Axboe · 3 years, 9 months ago
  83. df6b9a9 Fix compilation with iso C standard (c89, c99 and c11) by Simon Zeni · 3 years, 9 months ago
  84. 8d2287b test/{rename,unlink}: don't fail on no kernel support by Jens Axboe · 3 years, 9 months ago
  85. c8b1c55 Merge branch 'assert' of https://github.com/sharpelletti/liburing by Jens Axboe · 3 years, 9 months ago
  86. 1cf969d examples: disable ucontext-cp if ucontext.h is not available by Simon Zeni · 3 years, 9 months ago
  87. e3adbfc Moves function calls out of assert(). by Ryan Sharpelletti · 3 years, 9 months ago
  88. a1ab3bd Add rename at unlink test cases by Jens Axboe · 3 years, 9 months ago
  89. 7f732a7 liburing.h: add renameat/unlinkat prep helpers by Jens Axboe · 3 years, 9 months ago
  90. 44db0f4 io_uring.h: add renameat and unlinkat opcodes by Jens Axboe · 3 years, 9 months ago
  91. 60c05f5 test/accept-reuse: reduce queue size by Jens Axboe · 3 years, 9 months ago
  92. 1a242e0 test/submit-reuse: error check file opens by Jens Axboe · 3 years, 9 months ago
  93. 3fffeaf Merge branch 'pu/unsafe-tmpdir' of https://github.com/guillemj/liburing by Jens Axboe · 3 years, 10 months ago
  94. 6a89214 configure: Fix unsafe temporary file creation by Guillem Jover · 3 years, 10 months ago
  95. 5d12b13 test/lfs-open: less limited test_drained_files by Pavel Begunkov · 3 years, 10 months ago
  96. c98af26 test/file-register: add expected fail case by Jens Axboe · 3 years, 10 months ago
  97. 1a02de4 test/cq-overflow-peek: skip for !NODROP by Jens Axboe · 3 years, 10 months ago
  98. df8e753 test/connect: skip if connect isn't supported by Jens Axboe · 3 years, 10 months ago
  99. b8547fc test/close-opath: skip on older kernels by Jens Axboe · 3 years, 10 months ago
  100. 50961b5 test/splice: expand criteria for having splice and skip if not there by Jens Axboe · 3 years, 10 months ago