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