1. 5290dd8 Merge branch 'fixes' by Jens Axboe · 7 hours ago master
  2. cd78157 liburing.h: avoid OOL round trip in io_uring_peek_cqe() on empty CQ by Jens Axboe · 7 hours ago fixes
  3. a4d619a liburing.h: drop acquire ordering on CQ head load in __io_uring_peek_cqe() by Jens Axboe · 7 hours ago
  4. 37297be src/setup: explicitly request 2MB huge pages by Jens Axboe · 8 hours ago
  5. 284b1a8 src/arch: use sysconf() for page size on aarch64/riscv64 libc builds by Jens Axboe · 8 hours ago
  6. a0d356e src/setup: account SQ array in rings_size() by Jens Axboe · 8 hours ago
  7. 835f697 src/sanitize: check secondary user pointers as well by Jens Axboe · 8 hours ago
  8. 107b149 src/sanitize: initialize the handler table at compile time by Jens Axboe · 8 hours ago
  9. 80f3558 src/queue: io_uring_wait_cqes_min_timeout() should -EINVAL if unsupported by Jens Axboe · 8 hours ago
  10. 7e01907 liburing.h: don't return stale CQE pointer with timeout error by Jens Axboe · 8 hours ago
  11. 80664fa src/arch: use prlimit64 for the rlimit syscall wrappers by Jens Axboe · 8 hours ago
  12. 692585d src/setup: account SQ array in the rings region in io_uring_alloc_huge() by Jens Axboe · 8 hours ago
  13. 435e6b2 src/setup: restore ring fd and flags init in io_uring_queue_mmap() by Jens Axboe · 8 hours ago
  14. 705bf68 test/cq-peek-batch-mixed: add peek-batch test for mixed CQE rings by Jens Axboe · 8 hours ago
  15. 4279ae3 src/queue: handle mixed CQEs in io_uring_peek_batch_cqe() by Jens Axboe · 8 hours ago
  16. fb2a15d src/register: fix mmap leak in io_uring_resize_rings() by Jens Axboe · 8 hours ago
  17. eed315f test/min-timeout-wait: tweak max allowed time when having events by Jens Axboe · 11 hours ago
  18. 7a8cb83 Merge branch 'register-zcrx-ctrl-and-query' of https://github.com/wokron/liburing by Jens Axboe · 11 hours ago
  19. 6a31331 Merge branch 'fix/register-resize-mmap-cleanup' of https://github.com/bohmiiidd/liburing by Jens Axboe · 11 hours ago
  20. b735b3b Merge branch 'proxy-free-cd1-buckets' of https://github.com/rootvector2/liburing by Jens Axboe · 11 hours ago
  21. 53034ce Merge branch 'link-cp-aligned-iodata' of https://github.com/rootvector2/liburing by Jens Axboe · 11 hours ago
  22. 2e042cf Merge branch 'opcode-supported-negative-op' of https://github.com/rootvector2/liburing by Jens Axboe · 11 hours ago
  23. c45f103 Merge branch 'udp-buffer-shift-size_t' of https://github.com/rootvector2/liburing by Jens Axboe · 11 hours ago
  24. fc9119e Merge branch 'ucontext-cp-coro-uaf' of https://github.com/rootvector2/liburing by Jens Axboe · 11 hours ago
  25. e93eebe Merge branch 'fix-conn-unreach' of https://github.com/mannkafai/liburing by Jens Axboe · 11 hours ago
  26. ca5d6a8 Merge branch 'fix-fallocate' of https://github.com/mannkafai/liburing by Jens Axboe · 11 hours ago
  27. 269ad67 test/min-timeout: move ring exit post pipe closing by Jens Axboe · 11 hours ago
  28. a75935e test/recv-bundle-buf-len: add truncated bundle buffer test case by Jens Axboe · 12 hours ago
  29. 299dbc5 Merge branch 'min_timeout_fix' of https://github.com/chrehrhardt/liburing by Jens Axboe · 3 days ago
  30. e6852bc man/io_uring_prep_recv.3: mention 'length' cap by Jens Axboe · 3 days ago
  31. 62d781d test: min-timeout: Call io_uring_queue_exit by Christian A. Ehrhardt · 4 days ago
  32. 864cebd test/fallocate: Accept -EOPNOTSUPP as unsupported by KaFai Wan · 4 days ago
  33. 8249dbd test/conn-unreach: Accept -ENOTCONN from shutdown on unconnected socket by KaFai Wan · 4 days ago
  34. d9fe09c ucontext-cp: don't free coroutine stack and context in use by rootvector2 · 6 days ago
  35. 237976b examples/io_uring-udp: compute buffer size and offset in size_t by rootvector2 · 8 days ago
  36. afff594 liburing.h: reject negative op in io_uring_opcode_supported by rootvector2 · 8 days ago
  37. 2401be9 examples/link-cp: avoid misaligned struct io_data access by rootvector2 · 10 days ago
  38. e8b85a2 examples/proxy: free cd[1] stat buckets in handle_close by rootvector2 · 11 days ago
  39. a33a770 Merge branch 'ringbuf-read-fname-bound' of https://github.com/rootvector2/liburing by Jens Axboe · 13 days ago
  40. 06161b8 test/ringbuf-read: bound strcpy of argv[1] into fname by rootvector2 · 13 days ago
  41. 63bf649 Merge branch 'fix/submit-and-wait-reg-sigsegv' of https://github.com/XananasX7/liburing by Jens Axboe · 2 weeks ago
  42. 19903c3 queue: fix NULL deref in _io_uring_get_cqe() for EXT_ARG_REG path by XananasX · 2 weeks ago
  43. ee133f0 src/register: clean up ring state on failed resize mmap by Ahmed Abdelmoemen · 4 weeks ago
  44. a3c6bcd man: add io_uring_register_query.3 man page by Yitang Yang · 3 months ago
  45. e3242e3 src/register: add io_uring_register_query() helper by Yitang Yang · 3 months ago
  46. 8af06c9 man: add io_uring_register_zcrx_ctrl.3 man page by Yitang Yang · 3 months ago
  47. af80c9f src/register: add io_uring_register_zcrx_ctrl() helper by Yitang Yang · 3 months ago
  48. 40999f5 Merge branch 'fix/transactional-ring-resize-remap' of https://github.com/uwezkhan/liburing by Jens Axboe · 3 weeks ago
  49. 6019e55 tests: add regression test for failed mmap remap on resize by uwezkhan06 · 3 weeks ago
  50. c077e6a resize: preserve old ring state on failed mmap remap by uwezkhan06 · 3 weeks ago
  51. 9d707e2 tests: improve zcrx ro params testing by Pavel Begunkov · 4 weeks ago
  52. 65ead1f tests: test abnormal zcrx removal by Pavel Begunkov · 4 weeks ago
  53. 52a1c4c tests: improve zcrx export tests by Pavel Begunkov · 4 weeks ago
  54. f4b781e tests: add cBPF filter tests for IORING_OP_CONNECT by Shouvik Kar · 4 weeks ago
  55. ce320c7 test/bind-listen: ensure 'ts' is set before io_uring_wait_cqe_timeout() by Jens Axboe · 4 weeks ago
  56. d6b7e99 Merge branch 'abs-timer-test' by Jens Axboe · 5 weeks ago
  57. eb8dd98 test: add timens-abs-timer regression test by Maoyi Xie · 5 weeks ago abs-timer-test
  58. 5dfc30a test/nop-flags: don't fail on kernels without IORING_SETUP_SUBMIT_ALL by Jens Axboe · 6 weeks ago
  59. 43cd356 test/io_uring_passthrough: fix incorrect ring setup code by Jens Axboe · 6 weeks ago
  60. 7a70403 test/file-alloc-range-hint: skip on old kernels by Jens Axboe · 6 weeks ago
  61. 3089bbb Merge branch 'buf-inc-left' by Jens Axboe · 6 weeks ago
  62. d473a0d man: update struct io_uring_buf_reg documentation by Jens Axboe · 6 weeks ago buf-inc-left
  63. 3891a21 Add test case for minimum length left for incremental buffers by Jens Axboe · 6 weeks ago
  64. 8e87a9b Merge branch 'bpf-ops-fixes' by Jens Axboe · 6 weeks ago
  65. 4330d09 .gitignore: add new test build output by Haiyue Wang · 6 weeks ago bpf-ops-fixes
  66. 49f1a2a tests: fix bpf ops build error by Haiyue Wang · 6 weeks ago
  67. 04b7460 Merge branch 'master' of https://github.com/andrew-sayers/liburing by Jens Axboe · 7 weeks ago
  68. aadabf5 man: Minor language improvements by Andrew Sayers · 7 weeks ago
  69. d3c0b5f man: Explain transfer size limits in miscellaneous functions by Andrew Sayers · 7 weeks ago
  70. 4b2bb82 man: Explain transfer size limits in send() and recv() functions by Andrew Sayers · 7 weeks ago
  71. b40f2cb man: Explain transfer size limits in all write() functions by Andrew Sayers · 7 weeks ago
  72. 38df002 man: Explain transfer size limits in all read() functions by Andrew Sayers · 7 weeks ago
  73. 0fbff3e Merge branch 'master' of https://github.com/andrew-sayers/liburing by Jens Axboe · 7 weeks ago
  74. e65a2a0 man/io_uring_prep_read.3: Explain unsigned input vs. __s32 output by Andrew Sayers · 7 weeks ago
  75. 457d6b0 test/fd-pass: skip on older kernels without DEFER_TASKRUN by Jens Axboe · 7 weeks ago
  76. f527d9b test/iopoll-sync: fix buggy old kernel check by Jens Axboe · 7 weeks ago
  77. e77085d Merge branch 'poll-mshot-wake' by Jens Axboe · 7 weeks ago
  78. bcc86d6 test/poll-mshot-wake: ensure multishot is terminated for nested wakes by Jens Axboe · 7 weeks ago poll-mshot-wake
  79. c107b35 test/large-resize: run SQE_MIXED test last by Jens Axboe · 7 weeks ago
  80. 9949c2d Merge branch 'large-resize' by Jens Axboe · 7 weeks ago
  81. e4590f3 test/large-resize: test resizing with pending large CQEs/SQEs by Jens Axboe · 7 weeks ago large-resize
  82. e2a21ad test/mshot-shutdown-race: increase stuck timeout by Jens Axboe · 7 weeks ago
  83. 4bc9f50 test/zcrx: cast u64 to uintptr_t to silence 32-bit warnings by Jens Axboe · 8 weeks ago
  84. 6dc578d examples/zcrx: fix just allocated sock struct checks by Pavel Begunkov · 8 weeks ago
  85. b195ba2 tests: don't assume tail/head layout in bpf by Pavel Begunkov · 8 weeks ago
  86. d8583c5 tests: fix zcrx tests by Pavel Begunkov · 8 weeks ago
  87. 533a772 test/bpf_cp: use proper SKIP exit code by Jens Axboe · 10 weeks ago
  88. 8d812f8 test/bpf_nops: skip test if argument is given by Jens Axboe · 10 weeks ago
  89. 7ba4409 Merge branch 'fix-recvmsg-validate' of https://github.com/YooLCD/liburing by Jens Axboe · 10 weeks ago
  90. 05513e1 Merge branch 'td-register-unused-params' of https://github.com/travisdowns/liburing by Jens Axboe · 10 weeks ago
  91. 2a50814 register: remove spurious __maybe_unused on buf_ring flags by Travis Downs · 10 weeks ago
  92. 521974a register: suppress unused parameter warnings in wait_reg stub by Travis Downs · 10 weeks ago
  93. 4dd113a liburing.h: fix integer overflow in recvmsg_validate and payload_length wraparound by YooLCD · 2 months ago
  94. 20b3fe6 Merge branch 'master' of https://github.com/andrew-sayers/liburing by Jens Axboe · 3 months ago
  95. f692734 Explain -ENOMEM return value from io_uring_queue_init() by Andrew Sayers · 3 months ago
  96. 18c4159 Merge branch 'buf-upgrade' by Jens Axboe · 3 months ago
  97. 26c5409 Merge branch 'td-out-of-source-builds' of https://github.com/travisdowns/liburing by Jens Axboe · 3 months ago
  98. ebbd32e README: document out-of-source builds by Travis Downs · 3 months ago
  99. 0f51d60 ci: add out-of-source build job by Travis Downs · 3 months ago
  100. 7ddc675 configure: support out-of-source builds by Travis Downs · 3 months ago