1. 78dce99 Merge branch 'harden/sanitize-second-pointers' of github.com:StressTestor/liburing by Jens Axboe · 5 days ago master
  2. e9e4ac2 Merge branch 'liburing-noexcept-inline-helpers' of github.com:businessarshgoyal/liburing by Jens Axboe · 5 days ago
  3. 3cd017e liburing.h: add missing LIBURING_NOEXCEPT to inline helpers by Arsh Goyal · 8 days ago
  4. 4cf7343 test/iowait.t: Skip if system is not quiesced for too long by Gabriel Krisman Bertazi · 2 weeks ago
  5. 914062b man/io_uring_submit*.3: Point to error code documentation by Gabriel Krisman Bertazi · 2 weeks ago
  6. 88add76 man: Fix FUTEX_WAIT/FUTEX_WAKE explanation by Gabriel Krisman Bertazi · 2 weeks ago
  7. ae61c97 setup: dynamically detect default huge page size by Prateek · 3 months ago
  8. b041e95 src/register: check the tags array in the buffers registration helpers by Joe Grey · 3 weeks ago
  9. 86e9fbc src/sanitize: check the timespec of a timeout update by Joe Grey · 3 weeks ago
  10. 8ec38e3 src/sanitize: check the statx output buffer too by Joe Grey · 3 weeks ago
  11. 27255f4 Merge branch 'fix/reg-wait-feature-check' of github.com:srkyn/liburing by Jens Axboe · 4 weeks ago
  12. e620d33 queue: check EXT_ARG support before flushing registered waits by David Sarkisyan · 4 weeks ago
  13. 6bfe0f9 test: add zone_reset_all command test by Christoph Hellwig · 4 weeks ago
  14. 9d17991 man: add io_uring_prep_cmd_zone_reset_all.3 man page by Christoph Hellwig · 4 weeks ago
  15. fae2028 liburing: add io_uring_prep_cmd_zone_reset by Christoph Hellwig · 4 weeks ago
  16. 9698053 man: fixups for io_uring_prep_cmd_discard.3 by Christoph Hellwig · 4 weeks ago
  17. 1639082 configure: shorten the message for the discard command by Christoph Hellwig · 4 weeks ago
  18. 5cdb10f Merge branch 'man-page-fixes' of github.com:cmazakas/liburing by Jens Axboe · 7 weeks ago
  19. b12a090 liburing{{,-ffi}.pc.in,.spec}: Replace dead git tree links with the new one by Ammar Faizi · 8 weeks ago
  20. 4acaaec ci: Upgrade clang version to 23 by Ammar Faizi · 8 weeks ago
  21. 3a6320a ci: Fix the wrong `cc_pkg` comparison by Ammar Faizi · 8 weeks ago
  22. ca274ec test: Remove unused global variables found by clang-23 by Ammar Faizi · 8 weeks ago
  23. 639d05b Merge branch 'reg_fd_only' of github.com:chrehrhardt/liburing by Jens Axboe · 8 weeks ago
  24. 14f0c69 Merge branch 'connect' of github.com:Flowdalic/liburing by Jens Axboe · 8 weeks ago
  25. d332e4d Merge branch 'fix-open-direct-link' of github.com:Flowdalic/liburing by Jens Axboe · 8 weeks ago
  26. 7394b07 test/open-direct-link: fix sporadic -EBADF failure by Florian Schmaus · 8 weeks ago
  27. 1136bf2 Merge branch 'man_page' of github.com:jiv4/liburing by Jens Axboe · 8 weeks ago
  28. 374139a clarify registered buffers iovec lifetime by jiva · 8 weeks ago
  29. 7cbb2b3 test/connect: fix sporadic "Address already in use" failures by Florian Schmaus · 9 weeks ago
  30. 99f87a6 man: Fixup dead links in man pages by Christian Mazakas · 10 weeks ago
  31. e50e32a Merge branch 'user/cge/improve-zcrx-test' of https://github.com/zeehha/liburing by Jens Axboe · 3 months ago
  32. e9909c7 test/zcrx: Fix return values of test_area() by Chris Gellermann · 3 months ago
  33. 0dab19a test/zcrx: Fix error message by Chris Gellermann · 3 months ago
  34. 140d47c test/zcrx: Fix contradicting mmap call by Chris Gellermann · 3 months ago
  35. d41bf92 Merge branch 'fix-typo' of https://github.com/sleiphan/liburing by Jens Axboe · 3 months ago liburing-2.15
  36. 36eab8b man: Fix one typo by Håkon F. Fjellanger · 3 months ago
  37. 72d5caf test/reg-fd-only: Relax io_uring_submit() return value check by Christian A. Ehrhardt · 3 months ago
  38. 650d8fb Merge branch 'harden-ci-workflow-security' of https://github.com/Alb3e3/liburing by Jens Axboe · 3 months ago
  39. 16fe1c0 Merge branch 'man' of https://github.com/jiripospisil/liburing by Jens Axboe · 3 months ago
  40. 81ab27d man: Fix a few typos by Jiri Pospisil · 3 months ago
  41. 66c8aed test/nop-fixed-file-leak.c: add fixed file leak test by Jens Axboe · 3 months ago
  42. 500c7b4 Harden CI workflow security by Alb3e3 · 3 months ago
  43. 2750b94 Merge branch 'poll-update-trigger' of https://github.com/schlad/liburing by Jens Axboe · 3 months ago liburing-2.15-rc1
  44. a6566d5 test/poll-update-trigger: fix poll mask byte order by Sebastian Chlad · 3 months ago
  45. b7fc10a examples/echo-server: add to .gitignore by Jens Axboe · 3 months ago
  46. 41533f6 Merge branch 'add-multishot-echo-server' of https://github.com/Kprateek283/liburing by Jens Axboe · 3 months ago
  47. 395f27d examples: add minimal multishot echo server by Prateek · 3 months ago
  48. 5290dd8 Merge branch 'fixes' by Jens Axboe · 3 months ago
  49. cd78157 liburing.h: avoid OOL round trip in io_uring_peek_cqe() on empty CQ by Jens Axboe · 3 months ago fixes
  50. a4d619a liburing.h: drop acquire ordering on CQ head load in __io_uring_peek_cqe() by Jens Axboe · 3 months ago
  51. 37297be src/setup: explicitly request 2MB huge pages by Jens Axboe · 3 months ago
  52. 284b1a8 src/arch: use sysconf() for page size on aarch64/riscv64 libc builds by Jens Axboe · 3 months ago
  53. a0d356e src/setup: account SQ array in rings_size() by Jens Axboe · 3 months ago
  54. 835f697 src/sanitize: check secondary user pointers as well by Jens Axboe · 3 months ago
  55. 107b149 src/sanitize: initialize the handler table at compile time by Jens Axboe · 3 months ago
  56. 80f3558 src/queue: io_uring_wait_cqes_min_timeout() should -EINVAL if unsupported by Jens Axboe · 3 months ago
  57. 7e01907 liburing.h: don't return stale CQE pointer with timeout error by Jens Axboe · 3 months ago
  58. 80664fa src/arch: use prlimit64 for the rlimit syscall wrappers by Jens Axboe · 3 months ago
  59. 692585d src/setup: account SQ array in the rings region in io_uring_alloc_huge() by Jens Axboe · 3 months ago
  60. 435e6b2 src/setup: restore ring fd and flags init in io_uring_queue_mmap() by Jens Axboe · 3 months ago
  61. 705bf68 test/cq-peek-batch-mixed: add peek-batch test for mixed CQE rings by Jens Axboe · 3 months ago
  62. 4279ae3 src/queue: handle mixed CQEs in io_uring_peek_batch_cqe() by Jens Axboe · 3 months ago
  63. fb2a15d src/register: fix mmap leak in io_uring_resize_rings() by Jens Axboe · 3 months ago
  64. eed315f test/min-timeout-wait: tweak max allowed time when having events by Jens Axboe · 3 months ago
  65. 7a8cb83 Merge branch 'register-zcrx-ctrl-and-query' of https://github.com/wokron/liburing by Jens Axboe · 3 months ago
  66. 6a31331 Merge branch 'fix/register-resize-mmap-cleanup' of https://github.com/bohmiiidd/liburing by Jens Axboe · 3 months ago
  67. b735b3b Merge branch 'proxy-free-cd1-buckets' of https://github.com/rootvector2/liburing by Jens Axboe · 3 months ago
  68. 53034ce Merge branch 'link-cp-aligned-iodata' of https://github.com/rootvector2/liburing by Jens Axboe · 3 months ago
  69. 2e042cf Merge branch 'opcode-supported-negative-op' of https://github.com/rootvector2/liburing by Jens Axboe · 3 months ago
  70. c45f103 Merge branch 'udp-buffer-shift-size_t' of https://github.com/rootvector2/liburing by Jens Axboe · 3 months ago
  71. fc9119e Merge branch 'ucontext-cp-coro-uaf' of https://github.com/rootvector2/liburing by Jens Axboe · 3 months ago
  72. e93eebe Merge branch 'fix-conn-unreach' of https://github.com/mannkafai/liburing by Jens Axboe · 3 months ago
  73. ca5d6a8 Merge branch 'fix-fallocate' of https://github.com/mannkafai/liburing by Jens Axboe · 3 months ago
  74. 269ad67 test/min-timeout: move ring exit post pipe closing by Jens Axboe · 3 months ago
  75. a75935e test/recv-bundle-buf-len: add truncated bundle buffer test case by Jens Axboe · 3 months ago
  76. 299dbc5 Merge branch 'min_timeout_fix' of https://github.com/chrehrhardt/liburing by Jens Axboe · 3 months ago
  77. e6852bc man/io_uring_prep_recv.3: mention 'length' cap by Jens Axboe · 3 months ago
  78. 62d781d test: min-timeout: Call io_uring_queue_exit by Christian A. Ehrhardt · 3 months ago
  79. 864cebd test/fallocate: Accept -EOPNOTSUPP as unsupported by KaFai Wan · 3 months ago
  80. 8249dbd test/conn-unreach: Accept -ENOTCONN from shutdown on unconnected socket by KaFai Wan · 3 months ago
  81. d9fe09c ucontext-cp: don't free coroutine stack and context in use by rootvector2 · 3 months ago
  82. 237976b examples/io_uring-udp: compute buffer size and offset in size_t by rootvector2 · 4 months ago
  83. afff594 liburing.h: reject negative op in io_uring_opcode_supported by rootvector2 · 4 months ago
  84. 2401be9 examples/link-cp: avoid misaligned struct io_data access by rootvector2 · 4 months ago
  85. e8b85a2 examples/proxy: free cd[1] stat buckets in handle_close by rootvector2 · 4 months ago
  86. a33a770 Merge branch 'ringbuf-read-fname-bound' of https://github.com/rootvector2/liburing by Jens Axboe · 4 months ago
  87. 06161b8 test/ringbuf-read: bound strcpy of argv[1] into fname by rootvector2 · 4 months ago
  88. 63bf649 Merge branch 'fix/submit-and-wait-reg-sigsegv' of https://github.com/XananasX7/liburing by Jens Axboe · 4 months ago
  89. 19903c3 queue: fix NULL deref in _io_uring_get_cqe() for EXT_ARG_REG path by XananasX · 4 months ago
  90. ee133f0 src/register: clean up ring state on failed resize mmap by Ahmed Abdelmoemen · 4 months ago
  91. a3c6bcd man: add io_uring_register_query.3 man page by Yitang Yang · 6 months ago
  92. e3242e3 src/register: add io_uring_register_query() helper by Yitang Yang · 6 months ago
  93. 8af06c9 man: add io_uring_register_zcrx_ctrl.3 man page by Yitang Yang · 6 months ago
  94. af80c9f src/register: add io_uring_register_zcrx_ctrl() helper by Yitang Yang · 6 months ago
  95. 40999f5 Merge branch 'fix/transactional-ring-resize-remap' of https://github.com/uwezkhan/liburing by Jens Axboe · 4 months ago
  96. 6019e55 tests: add regression test for failed mmap remap on resize by uwezkhan06 · 4 months ago
  97. c077e6a resize: preserve old ring state on failed mmap remap by uwezkhan06 · 4 months ago
  98. 9d707e2 tests: improve zcrx ro params testing by Pavel Begunkov · 4 months ago
  99. 65ead1f tests: test abnormal zcrx removal by Pavel Begunkov · 4 months ago
  100. 52a1c4c tests: improve zcrx export tests by Pavel Begunkov · 4 months ago