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