1. 075438e Merge branch 'min-timeout_wait' of https://github.com/schlad/liburing by Jens Axboe · 19 hours ago master
  2. 15fb2bc test: min-timeout: fail on unexpected CQE count by Sebastian Chlad · 25 hours ago
  3. 6f899c8 test/open-close: test failure path of direct && O_CLOEXEC by Jens Axboe · 9 days ago
  4. 94ed302 Merge branch 'fix-init-mem-non-huge-page' of https://github.com/wokron/liburing by Jens Axboe · 12 days ago
  5. b916078 src/setup: fix incorrect ring_mem calculation in io_uring_alloc_huge by Yitang Yang · 14 days ago
  6. 669a89b test/timestamp-buf: make internal function static by Jens Axboe · 2 weeks ago
  7. 7a666e0 test: fix a few CI complaints by Jens Axboe · 2 weeks ago
  8. d252b37 test/timestamp-bug: fix spelling error by Jens Axboe · 2 weeks ago
  9. ad9cead Bump version to 2.14 by Jens Axboe · 2 weeks ago
  10. aa05705 Merge branch 'epwait_iouring_track_sqe' of https://github.com/schlad/liburing by Jens Axboe · 2 weeks ago
  11. 08c1e5b Merge branch 'regression-tests' by Jens Axboe · 2 weeks ago
  12. 00e2e1e Merge branch 'pbr-bug' by Jens Axboe · 2 weeks ago
  13. cf95351 test/epwait: verify EPOLL_WAIT SQE/CQE pairing via user_data by Sebastian Chlad · 3 weeks ago
  14. 6eee371 test/epwait: fix test_race SQE/CQE accounting by Sebastian Chlad · 3 weeks ago
  15. e07a859 Merge branch 'make-cflags' of https://github.com/phlax/liburing by Jens Axboe · 3 weeks ago liburing-2.13
  16. 9b8fe84 build: Pass env CFLAGS through to make by Ryan Northey · 3 weeks ago
  17. c4f38cd test/min-timeout/min-timeout_wait: add SQPOLL tests too by Jens Axboe · 4 weeks ago liburing-2.13-rc2
  18. 21a2fcc Merge branch 'master' of https://github.com/huberteff/liburing by Jens Axboe · 4 weeks ago
  19. 2d5e086 The io_uring.7 manpage has an example that uses the "errno" variable. by hubertf · 4 weeks ago
  20. ee1825c test: over-commit on buffers a bit for some tests by Jens Axboe · 4 weeks ago
  21. 203d9fe man/io_uring_clone_buffers.3: remove duplicate IORING_REGISTER_DST_REPLACE text by Joanne Koong · 4 weeks ago
  22. c533cfe Add io_uring_prep_cmd_getsockname to ffi map by Jens Axboe · 4 weeks ago
  23. d492e5e test/bind-listen: fix spelling typo by Jens Axboe · 4 weeks ago
  24. 947615c test/bind-listen: ensure 'res' is initialized by Jens Axboe · 4 weeks ago
  25. 419c9ca man/io_uring_prep_getsockname.3: Add man page by Gabriel Krisman Bertazi · 4 weeks ago
  26. a75b1b6 bind-listen.t: Add tests for getsockname by Gabriel Krisman Bertazi · 4 weeks ago
  27. 79ef754 test/bind-listen.t: Use ephemeral port by Gabriel Krisman Bertazi · 4 weeks ago
  28. c1541b0 liburing: Introduce getsockname operation by Gabriel Krisman Bertazi · 4 weeks ago
  29. 5e8db5c test/send_recv: fix vectorized send testing for 32-bit builds by Jens Axboe · 4 weeks ago
  30. bf56e75 Add test case for updated POLL_ADD that then triggers by Jens Axboe · 5 weeks ago
  31. 568d738 test/sendzc-bug: add test case for vectored zero copy send imports by Jens Axboe · 6 weeks ago
  32. 784438e test/Makefile: reorganize tests by Jens Axboe · 6 weeks ago
  33. 8893b15 test/timestamp-bug: test retry with pending SKB list by Jens Axboe · 6 weeks ago
  34. e566ac7 test/timestamp: add license and description information by Jens Axboe · 6 weeks ago
  35. e1ef1e6 src/setup: unmap mmap'ed sqes pointer with the correct size by Jens Axboe · 6 weeks ago liburing-2.13-rc1
  36. 679b422 liburing: sync pi attributes with kernel uapi by Keith Busch · 6 weeks ago
  37. be87000 test/resize-rings: ensure T_EXIT_SKIP is properly passed back by Jens Axboe · 6 weeks ago
  38. 4aa24b0 Merge branch 'bug3' of https://github.com/MegaManSec/liburing by Jens Axboe · 8 weeks ago
  39. 44a961f Merge branch 'bug1' of https://github.com/MegaManSec/liburing by Jens Axboe · 8 weeks ago
  40. 30c1dfb Merge branch 'bug2' of https://github.com/MegaManSec/liburing by Jens Axboe · 8 weeks ago
  41. f004be6 setup: fully unmap single NO_MMAP region when SQE and rings share one mapping by Joshua Rogers · 8 weeks ago
  42. 04f1c63 setup: fix 1-byte munmap in NO_MMAP error paths by Joshua Rogers · 8 weeks ago
  43. 552cef5 hppa: unregister buf ring if mmap fails in br_setup() by Joshua Rogers · 8 weeks ago
  44. fcc9cf4 Merge branch 'chillfish8/expand-docs-around-data-stability' of https://github.com/ChillFish8/liburing by Jens Axboe · 9 weeks ago
  45. 302e6ff man: Extend documentation of pointer lifetimes by chillfish8 · 9 weeks ago
  46. 65ec422 Merge branch 'lsan-fixes' of https://github.com/cmazakas/liburing by Jens Axboe · 10 weeks ago
  47. 5f23a61 test/recv-mshot-fair: fix memory leak by Christian Mazakas · 10 weeks ago
  48. 098b3e5 test/ringbuf-loop: fix memory leak by Christian Mazakas · 10 weeks ago
  49. 4235cf5 test: remove t_sqe_prep_cmd() by Caleb Sander Mateos · 2 months ago
  50. 5ec8ffd test/sqe-mixed-uring_cmd: skip if not char device by Jens Axboe · 2 months ago
  51. 0cd5b6c Merge branch 'fix-readwritev2-man' of https://github.com/sprt/liburing by Jens Axboe · 2 months ago
  52. 61d3e03 man: Fix version reference for io_uring_prep_{read,write}v2 by Aurélien Bombo · 2 months ago
  53. 0950324 man: version and formatting fixes for recent additions by Jens Axboe · 2 months ago
  54. 4101379 src/liburing-ffi.map: add newly added (but missing) helpers by Jens Axboe · 2 months ago
  55. 35a7e0a add man pages for new apis by Keith Busch · 2 months ago
  56. cbac912 test/sqe-mixed-uring_cmd: add unistd.h for close(2) by Jens Axboe · 2 months ago
  57. 03f27c5 test/helpers: return T_SETUP_SKIP from t_create__ring() for -EINVAL by Jens Axboe · 2 months ago
  58. a41ea23 test/fdinfo: add mixed sqe option to fdinfo test by Keith Busch · 2 months ago
  59. d118e9e test/fdinfo: flush sq prior to reading by Keith Busch · 2 months ago
  60. 43f0b21 test: add mixed sqe test for uring commands by Keith Busch · 2 months ago
  61. 293e571 test: add nop testing for IORING_SETUP_SQE_MIXED by Keith Busch · 2 months ago
  62. e1453a0 Add support IORING_SETUP_SQE_MIXED by Keith Busch · 2 months ago
  63. 45c1347 liburing: provide uring_cmd prep function by Keith Busch · 2 months ago
  64. e999e1b Merge branch 'tsan-builds' of https://github.com/cmazakas/liburing by Jens Axboe · 2 months ago
  65. 233b7e9 Merge branch 'minor-testing-improvements' of https://github.com/zeehha/liburing by Jens Axboe · 2 months ago
  66. ded8da3 test/Makefile: Remove duplicated test to fix install overwrite by Chris Hofer · 3 months ago
  67. 97e5f86 test/runtests: Allow caller to provide test timeout by Chris Hofer · 3 months ago
  68. 9873eb7 add tsan-enabled builds by Christian Mazakas · 3 months ago
  69. 03b5110 Merge branch 'small_fix' of https://github.com/schlad/liburing by Jens Axboe · 3 months ago
  70. 5639d4e test: poll-race-mshot: Fix incorrect posix_memalign by Sebastian Chlad · 3 months ago
  71. f22f2fb github: Test build against the installed liburing by Ammar Faizi · 3 months ago
  72. 1671cb9 Merge branch 'master' of https://github.com/rpereira-dev/liburing by Jens Axboe · 3 months ago
  73. ded9142 Merge branch 'small-fixes' of https://github.com/cmazakas/liburing by Jens Axboe · 3 months ago
  74. 35033d7 Merge branch 'const-for-preps' of https://github.com/silvanshade/axboe-liburing by Jens Axboe · 3 months ago
  75. a0046b0 liburing.h: Add const-qualifier for some preps by Darin Morrison · 3 months ago
  76. b02b420 Added query.h to install by Romain Pereira · 3 months ago
  77. 7039f03 add missing noexcept, local inline, const quals by Christian Mazakas · 3 months ago
  78. e951bf0 man: include common -ENOMEM error for zero copy send by Jens Axboe · 3 months ago
  79. 74fd1d8 man: improve send/sendmsg zc CQE description by Jens Axboe · 3 months ago
  80. 409d4ea man: add note on NOTIF CQEs for zero copy sends by Jens Axboe · 3 months ago
  81. ffc3237 Merge branch 'cqe-mixed' by Jens Axboe · 4 months ago
  82. 8c75ddc test/mock_file: use different message for permission denied by Jens Axboe · 4 months ago
  83. 7f98762 test: use T_EXIT_SKIP consistently by Jens Axboe · 4 months ago
  84. d5673a9 tests: add mock file based tests by Pavel Begunkov · 4 months ago
  85. 9e69daf tests: add helper for iov data verification by Pavel Begunkov · 4 months ago
  86. 7d3773f tests: add t_sqe_prep_cmd helper by Pavel Begunkov · 4 months ago
  87. 7a936a8 tests: introduce t_iovec_data_length helper by Pavel Begunkov · 4 months ago
  88. f1fc45c tests: add t_submit_and_wait_single helper by Pavel Begunkov · 4 months ago
  89. 7e565c0 tests: test the query interface by Pavel Begunkov · 4 months ago
  90. eb7cfb3 test/fifo-futex-poll: add missing FUTEX2_SIZE_U32 define by Jens Axboe · 4 months ago
  91. 3669647 test/ringbuf-loop: only wait for 1 event by Jens Axboe · 4 months ago
  92. b2ea074 Add test case mixing futexes and fifos by Jens Axboe · 4 months ago
  93. 669f434 test/ringbuf-loop: add test case for incremental buf with overwrite by Jens Axboe · 4 months ago
  94. 8047e9e Merge branch 'test-futex-fix-alternation' of https://github.com/zeehha/liburing by Jens Axboe · 4 months ago
  95. db3ed38 test/futex: Fix alternation of async cancel requests by Chris Hofer · 4 months ago
  96. 5503c2b liburing.h: Support C++20 module export feature by Ammar Faizi · 4 months ago
  97. 97c5960 test/fd-pass: add DEFER|SINGLE_ISSUER tests by Jens Axboe · 4 months ago
  98. 005d529 Merge branch 'master' of https://github.com/Meiye-lj/liburing by Jens Axboe · 4 months ago
  99. da0a4ef Fixing missing dependencies in src/Makefile by Meiye-lj · 4 months ago
  100. 5baeec1 man/io_uring_register.2: fix NAPI and IOPOLL confusion by Jens Axboe · 4 months ago