1. b375a33 tests: add test for using ring after a forked child exits. by Andres Freund · 3 years, 4 months ago
  2. b6dfe23 test/helpers: remove extra whitespace by Jens Axboe · 3 years, 4 months ago
  3. d34580f Merge branch 'add-memalign-helper' of https://github.com/ZhiqiangLiu26/liburing by Jens Axboe · 3 years, 4 months ago
  4. f00657f test/Makefile: ensure dependencies and build of helpers.[ch] is sane by Jens Axboe · 3 years, 4 months ago
  5. b6e4a0a helpers: add io_uring_create_buffers() helper by Zhiqiang Liu · 3 years, 4 months ago
  6. fa7ba19 helpers: add io_uring_create_file() helper by Zhiqiang Liu · 3 years, 4 months ago
  7. b7b089a helpers: add io_uring_calloc helper by Zhiqiang Liu · 3 years, 4 months ago
  8. dbc834a Merge branch 'add-memalign-helper' of https://github.com/ZhiqiangLiu26/liburing by Jens Axboe · 3 years, 4 months ago
  9. 93bec4c helpers: add io_uring_posix_memalign helper by Zhiqiang Liu · 3 years, 4 months ago
  10. cdd3817 Merge branch 'fix-check-malloc' of https://github.com/ZhiqiangLiu26/liburing by Jens Axboe · 3 years, 4 months ago
  11. 9749981 tests: add helpers.h to harden the tests by Zhiqiang Liu · 3 years, 5 months ago
  12. 2927d41 setup: cleanup probe code by Jens Axboe · 3 years, 5 months ago
  13. b84afc4 Merge branch 'master' of https://github.com/ZhiqiangLiu26/liburing by Jens Axboe · 3 years, 5 months ago
  14. aa8c962 setup: check whether malloc succ before using it by Zhiqiang Liu · 3 years, 5 months ago
  15. 0a3b79c test: don't expect links to be partially executed by Pavel Begunkov · 3 years, 5 months ago
  16. d0984a9 test: use random port in range for socket tests by Jens Axboe · 3 years, 5 months ago
  17. cce6066 test/fsync: use new io_uring_prep_sync_file_range() helper by Jens Axboe · 3 years, 5 months ago
  18. fbe134e io_uring_prep_sync_file_range: cleanups by Jens Axboe · 3 years, 5 months ago
  19. 245645c Merge branch 'master' of https://github.com/FletcherJ1/liburing by Jens Axboe · 3 years, 5 months ago
  20. cb2e92c test/read-write: skip too-big test on non-root by Jens Axboe · 3 years, 5 months ago
  21. de21cb6 .gitignore: add sendmsg_fs_cve by Jens Axboe · 3 years, 5 months ago
  22. b1815ff Added prep function for sync_file_range op by james · 3 years, 5 months ago
  23. 5671af3 Merge branch 'Pr1' of https://github.com/romange/liburing by Jens Axboe · 3 years, 5 months ago
  24. e7629ec Merge branch 'uman/man7-install' of https://github.com/UmanShahzad/liburing by Jens Axboe · 3 years, 5 months ago
  25. c2eb593 Install man7 pages by Uman Shahzad · 3 years, 5 months ago
  26. 121888b a test for CVE-2020-29373 (AF_UNIX path resolution) by Pavel Begunkov · 3 years, 5 months ago
  27. b94dc28 tests: make the per-test device/file map TEST_MAP by Jens Axboe · 3 years, 5 months ago
  28. 10a9ff8 src/queue: never clear data->wait_nr by Jens Axboe · 3 years, 5 months ago
  29. 989d7cb test/sq-poll-share: don't ignore wait errors by Pavel Begunkov · 3 years, 5 months ago
  30. c7143a4 test/link-timeout: close pipes after yourself by Pavel Begunkov · 3 years, 5 months ago
  31. 516e913 src/queue: control kernel enter with a var by Pavel Begunkov · 3 years, 5 months ago
  32. 51e6622 src/queue: don't re-wait for CQEs by Pavel Begunkov · 3 years, 5 months ago
  33. 7856add Add test case for circular reference SQPOLL hang by Jens Axboe · 3 years, 5 months ago
  34. 1313aaf Merge branch 'AddDocForSplice' of https://github.com/NobodyXu/liburing by Jens Axboe · 3 years, 5 months ago
  35. 327d121 Merge branch 'master' of https://github.com/CarterLi/liburing by Jens Axboe · 3 years, 5 months ago
  36. be648cf src/queue: don't loop when don't enter by Pavel Begunkov · 3 years, 5 months ago
  37. b4fea6b src/queue: clean _io_uring_get_cqe() err handling by Pavel Begunkov · 3 years, 5 months ago
  38. c2aea7b src/queue: don't wait for less than expected by Pavel Begunkov · 3 years, 5 months ago
  39. 51be5d3 src/queue.c: don't test `LIBURING_UDATA_TIMEOUT` by 李通洲 · 3 years, 5 months ago
  40. ccfe96e test/poll*: use appropriately sized CQ ring by Jens Axboe · 3 years, 5 months ago
  41. d871f48 Add inline doc in the comments for io_uring_prep_splice by Jiahao XU · 3 years, 5 months ago
  42. e30b5db Merge branch 'patch-2' of https://github.com/NobodyXu/liburing by Jens Axboe · 3 years, 5 months ago
  43. 1065e5c Fix sigset_t not found in liburing.h by Jiahao XU · 3 years, 5 months ago
  44. c962025 src/queue: update comment on io_uring_wait_cqes() with timeouts by Jens Axboe · 3 years, 5 months ago
  45. a986f46 test/drain: test draining linked timeouts by Pavel Begunkov · 3 years, 5 months ago
  46. c9e76e8 test/file-register: skip file skipping on older kernels by Jens Axboe · 3 years, 5 months ago
  47. 25ca5d2 test/file-register: cleanups by Jens Axboe · 3 years, 5 months ago
  48. 00c2056 io_uring.h: 5.12 pending kernel sync by Jens Axboe · 3 years, 5 months ago
  49. 17dd76d man/io_uring_register.2: fix spelling error by Jens Axboe · 3 years, 5 months ago
  50. 5bbf215 Merge branch 'master' of https://github.com/goldsteinn/liburing by Jens Axboe · 3 years, 5 months ago
  51. 5821b03 man/io_uring_register.2: Add documentation on IORING_REGISTER_FILES_SKIP by noah · 3 years, 5 months ago
  52. 5aab363 test/file-register.c: Add tests for skipping file by noah · 3 years, 5 months ago
  53. 7b2437c test: use a map to define test files / devices we need by Hao Xu · 3 years, 7 months ago
  54. 6634766 tests: add another timeout sequence test case by Marcelo Diop-Gonzalez · 3 years, 6 months ago
  55. 871df02 Add .gitignore entries for recent tests by Jens Axboe · 3 years, 5 months ago
  56. 82b8e6d Add two ring deadlock case by Jens Axboe · 3 years, 5 months ago
  57. 6598701 Add circular poll ring test case by Jens Axboe · 3 years, 5 months ago
  58. fe0dfad Merge branch 'io_uring_enter_man_fallocate' of https://github.com/jorangreef/liburing by Jens Axboe · 3 years, 5 months ago
  59. 1692aa8 Fix IORING_OP_FALLOCATE args in io_uring_enter(2) man page by Joran Dirk Greef · 3 years, 6 months ago
  60. d247109 test/self: skip if argument passed in by Jens Axboe · 3 years, 6 months ago
  61. 2edfa3f Add test case for thread exiting with pending IO by Jens Axboe · 3 years, 6 months ago
  62. 73a9b2b Merge branch 'dev/cosmetics' of https://github.com/nunojsa/liburing by Jens Axboe · 3 years, 6 months ago
  63. 2ebc85b src/queue: Fix a typo in `__io_uring_flush_sq()` by Nuno Sa · 3 years, 6 months ago
  64. c0b1512 src/queue: fix `sq_ring_needs_enter()` indentation by Nuno Sa · 3 years, 6 months ago
  65. 865fe28 src/queue: refactor io_uring_get_sqe() by Pavel Begunkov · 3 years, 6 months ago
  66. f7660b2 tests: test fixed file removal order by Pavel Begunkov · 3 years, 6 months ago
  67. cf2ad2a tests: identify timed out tests correctly by Pavel Begunkov · 3 years, 6 months ago
  68. f020d23 man/io_uring_setup.2: correct 5.10 -> 5.11 for non-fixed files and SQPOLL by Jens Axboe · 3 years, 7 months ago
  69. 35ce1d5 man/io_uring_enter.2: document new opcodes by Jens Axboe · 3 years, 7 months ago
  70. b09d1d4 man/io_uring_enter.2: ensure all IORING_ENTER_* flags are documented by Jens Axboe · 3 years, 7 months ago
  71. 88b845d src/queue: add comment on why reading SQ->head for flush isn't atomic by Jens Axboe · 3 years, 7 months ago
  72. 31a9f9c liburing.h: fix 32-bit compile warning by Jens Axboe · 3 years, 7 months ago
  73. 7918288 Merge branch 'fix-type-manpage' of https://github.com/goldsteinn/liburing by Jens Axboe · 3 years, 7 months ago
  74. 762fdb0 man/io_uring.7: Fix typo by noah · 3 years, 7 months ago
  75. 662f7d2 Merge branch 'liburing-add-branch-helpers' of https://github.com/goldsteinn/liburing by Jens Axboe · 3 years, 7 months ago
  76. 6b95156 Added __builtin_expect macros and wrapped IORING_ENTER_SQ_WAKEUP branch by noah · 3 years, 7 months ago
  77. 28322d3 Merge branch 'fix-manpage-newline' of https://github.com/goldsteinn/liburing by Jens Axboe · 3 years, 7 months ago
  78. 97e3a8b fixed newline character in man. $> man -l io_uring.7 would display 0 instead of backslash n by noah · 3 years, 7 months ago
  79. bd0befa Merge branch 'master' of https://github.com/romange/liburing by Jens Axboe · 3 years, 7 months ago
  80. 31eb4c9 Add a test demonstrating connect timeout functionality by Roman Gershman · 3 years, 7 months ago
  81. 5438a4b Merge branch 'fix-io-uring-setup-manual' of https://github.com/wapxmas/liburing by Jens Axboe · 3 years, 7 months ago
  82. 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, 7 months ago
  83. 929c069 test/timeout-new: test for timeout feature by Hao Xu · 3 years, 7 months ago
  84. 516280a rem_buf/test: inital testing for OP_REMOVE_BUFFERS by Pavel Begunkov · 3 years, 7 months ago
  85. 098d6ef timeout/test: clear state for timeout updates by Pavel Begunkov · 3 years, 7 months ago
  86. ce2ee68 man/io_uring_enter.2: describe timeout updates by Pavel Begunkov · 3 years, 7 months ago
  87. b02d6a6 test/rw: test reg bufs with non-align sizes/offset by Pavel Begunkov · 3 years, 7 months ago
  88. 35999b0 test/rw: remove not used mixed_fixed flag by Pavel Begunkov · 3 years, 7 months ago
  89. 2ea2bd8 test/rw: name flags for clearness by Pavel Begunkov · 3 years, 7 months ago
  90. 3bdd983 Don't enter the kernel to wait on cqes if they are already available. by Marcelo Diop-Gonzalez · 3 years, 7 months ago
  91. 2f4254d test/timeout: test timeout updates by Pavel Begunkov · 3 years, 7 months ago
  92. 623e203 Add timeout update by Pavel Begunkov · 3 years, 7 months ago
  93. 36026fc Add test case for SQPOLL going to sleep properly by Jens Axboe · 3 years, 7 months ago
  94. 5d027b3 Merge branch 'identifier' of https://github.com/sharpelletti/liburing by Jens Axboe · 3 years, 8 months ago
  95. dac6db3 Changes format string from %lld to %PRIu64 in several tests. by Ryan Sharpelletti · 3 years, 8 months ago
  96. 743ec02 test: long iov recvmsg()/copy by Pavel Begunkov · 3 years, 8 months ago
  97. 816d3ac Merge branch 'master' of https://github.com/kraj/liburing by Jens Axboe · 3 years, 8 months ago
  98. 0a9b12e test: Fix build on 32bit architectures with 6bit time_t by Khem Raj · 3 years, 8 months ago
  99. 3889105 remove zero-size array in io_uring.h by Akinobu Mita · 3 years, 8 months ago
  100. ba0a2e4 Rename SIG_IS_DATA -> EXT_ARG by Jens Axboe · 3 years, 8 months ago