1. e6852bc man/io_uring_prep_recv.3: mention 'length' cap by Jens Axboe · 21 minutes ago master
  2. a33a770 Merge branch 'ringbuf-read-fname-bound' of https://github.com/rootvector2/liburing by Jens Axboe · 9 days ago
  3. 06161b8 test/ringbuf-read: bound strcpy of argv[1] into fname by rootvector2 · 9 days ago
  4. 63bf649 Merge branch 'fix/submit-and-wait-reg-sigsegv' of https://github.com/XananasX7/liburing by Jens Axboe · 11 days ago
  5. 19903c3 queue: fix NULL deref in _io_uring_get_cqe() for EXT_ARG_REG path by XananasX · 11 days ago
  6. 40999f5 Merge branch 'fix/transactional-ring-resize-remap' of https://github.com/uwezkhan/liburing by Jens Axboe · 3 weeks ago
  7. 6019e55 tests: add regression test for failed mmap remap on resize by uwezkhan06 · 3 weeks ago
  8. c077e6a resize: preserve old ring state on failed mmap remap by uwezkhan06 · 3 weeks ago
  9. 9d707e2 tests: improve zcrx ro params testing by Pavel Begunkov · 3 weeks ago
  10. 65ead1f tests: test abnormal zcrx removal by Pavel Begunkov · 3 weeks ago
  11. 52a1c4c tests: improve zcrx export tests by Pavel Begunkov · 3 weeks ago
  12. f4b781e tests: add cBPF filter tests for IORING_OP_CONNECT by Shouvik Kar · 3 weeks ago
  13. ce320c7 test/bind-listen: ensure 'ts' is set before io_uring_wait_cqe_timeout() by Jens Axboe · 4 weeks ago
  14. d6b7e99 Merge branch 'abs-timer-test' by Jens Axboe · 4 weeks ago
  15. eb8dd98 test: add timens-abs-timer regression test by Maoyi Xie · 4 weeks ago abs-timer-test
  16. 5dfc30a test/nop-flags: don't fail on kernels without IORING_SETUP_SUBMIT_ALL by Jens Axboe · 5 weeks ago
  17. 43cd356 test/io_uring_passthrough: fix incorrect ring setup code by Jens Axboe · 5 weeks ago
  18. 7a70403 test/file-alloc-range-hint: skip on old kernels by Jens Axboe · 5 weeks ago
  19. 3089bbb Merge branch 'buf-inc-left' by Jens Axboe · 5 weeks ago
  20. d473a0d man: update struct io_uring_buf_reg documentation by Jens Axboe · 6 weeks ago buf-inc-left
  21. 3891a21 Add test case for minimum length left for incremental buffers by Jens Axboe · 6 weeks ago
  22. 8e87a9b Merge branch 'bpf-ops-fixes' by Jens Axboe · 6 weeks ago
  23. 4330d09 .gitignore: add new test build output by Haiyue Wang · 6 weeks ago bpf-ops-fixes
  24. 49f1a2a tests: fix bpf ops build error by Haiyue Wang · 6 weeks ago
  25. 04b7460 Merge branch 'master' of https://github.com/andrew-sayers/liburing by Jens Axboe · 6 weeks ago
  26. aadabf5 man: Minor language improvements by Andrew Sayers · 6 weeks ago
  27. d3c0b5f man: Explain transfer size limits in miscellaneous functions by Andrew Sayers · 6 weeks ago
  28. 4b2bb82 man: Explain transfer size limits in send() and recv() functions by Andrew Sayers · 6 weeks ago
  29. b40f2cb man: Explain transfer size limits in all write() functions by Andrew Sayers · 6 weeks ago
  30. 38df002 man: Explain transfer size limits in all read() functions by Andrew Sayers · 6 weeks ago
  31. 0fbff3e Merge branch 'master' of https://github.com/andrew-sayers/liburing by Jens Axboe · 6 weeks ago
  32. e65a2a0 man/io_uring_prep_read.3: Explain unsigned input vs. __s32 output by Andrew Sayers · 6 weeks ago
  33. 457d6b0 test/fd-pass: skip on older kernels without DEFER_TASKRUN by Jens Axboe · 7 weeks ago
  34. f527d9b test/iopoll-sync: fix buggy old kernel check by Jens Axboe · 7 weeks ago
  35. e77085d Merge branch 'poll-mshot-wake' by Jens Axboe · 7 weeks ago
  36. bcc86d6 test/poll-mshot-wake: ensure multishot is terminated for nested wakes by Jens Axboe · 7 weeks ago poll-mshot-wake
  37. c107b35 test/large-resize: run SQE_MIXED test last by Jens Axboe · 7 weeks ago
  38. 9949c2d Merge branch 'large-resize' by Jens Axboe · 7 weeks ago
  39. e4590f3 test/large-resize: test resizing with pending large CQEs/SQEs by Jens Axboe · 7 weeks ago large-resize
  40. e2a21ad test/mshot-shutdown-race: increase stuck timeout by Jens Axboe · 7 weeks ago
  41. 4bc9f50 test/zcrx: cast u64 to uintptr_t to silence 32-bit warnings by Jens Axboe · 7 weeks ago
  42. 6dc578d examples/zcrx: fix just allocated sock struct checks by Pavel Begunkov · 8 weeks ago
  43. b195ba2 tests: don't assume tail/head layout in bpf by Pavel Begunkov · 8 weeks ago
  44. d8583c5 tests: fix zcrx tests by Pavel Begunkov · 8 weeks ago
  45. 533a772 test/bpf_cp: use proper SKIP exit code by Jens Axboe · 9 weeks ago
  46. 8d812f8 test/bpf_nops: skip test if argument is given by Jens Axboe · 9 weeks ago
  47. 7ba4409 Merge branch 'fix-recvmsg-validate' of https://github.com/YooLCD/liburing by Jens Axboe · 9 weeks ago
  48. 05513e1 Merge branch 'td-register-unused-params' of https://github.com/travisdowns/liburing by Jens Axboe · 9 weeks ago
  49. 2a50814 register: remove spurious __maybe_unused on buf_ring flags by Travis Downs · 9 weeks ago
  50. 521974a register: suppress unused parameter warnings in wait_reg stub by Travis Downs · 9 weeks ago
  51. 4dd113a liburing.h: fix integer overflow in recvmsg_validate and payload_length wraparound by YooLCD · 10 weeks ago
  52. 20b3fe6 Merge branch 'master' of https://github.com/andrew-sayers/liburing by Jens Axboe · 2 months ago
  53. f692734 Explain -ENOMEM return value from io_uring_queue_init() by Andrew Sayers · 2 months ago
  54. 18c4159 Merge branch 'buf-upgrade' by Jens Axboe · 2 months ago
  55. 26c5409 Merge branch 'td-out-of-source-builds' of https://github.com/travisdowns/liburing by Jens Axboe · 2 months ago
  56. ebbd32e README: document out-of-source builds by Travis Downs · 2 months ago
  57. 0f51d60 ci: add out-of-source build job by Travis Downs · 2 months ago
  58. 7ddc675 configure: support out-of-source builds by Travis Downs · 2 months ago
  59. 2c7b9da test/read-inc-buf-more: test EOF and !pollable cases by Jens Axboe · 3 months ago
  60. f7f36b3 configure: check for clang as well for BPF by Jens Axboe · 3 months ago
  61. 92fd30e configure: by Jens Axboe · 3 months ago
  62. ce99cb3 configure: actually fix Alpine mktemp issue by Jens Axboe · 3 months ago
  63. 1b9d216 Merge branch 'feature/mixed-iopoll' of https://github.com/calebsander/liburing by Jens Axboe · 3 months ago
  64. e20dcbb man: update comments about non-polled requests with IORING_SETUP_IOPOLL by Caleb Sander Mateos · 3 months ago
  65. 6138f0a man: remove note about IORING_SETUP_IOPOLL + IORING_OP_NOP by Caleb Sander Mateos · 3 months ago
  66. ebb6af2 test: test non-iopoll uring_cmds on IORING_SETUP_IOPOLL rings by Caleb Sander Mateos · 3 months ago
  67. a46158b Make mktemp happy on Alpine Linux by Jens Axboe · 3 months ago
  68. 9b6450e Ensure bpftool is found even if not in path by Jens Axboe · 3 months ago
  69. fd8a6e6 tests: test io_uring bpf ops by Pavel Begunkov · 3 months ago
  70. 1e9a937 test/fdinfo: don't use io_uring_submit() return value for SQPOLL by Jens Axboe · 3 months ago
  71. 041c20f Merge branch 'master' of https://github.com/BearLee001/liburing by Jens Axboe · 3 months ago
  72. 28600a5 examples: remove unused linux/dma-buf.h include by Zile Xiong · 3 months ago
  73. 0b0f0fc test/mshot-shutdown-race: abort if stalled for >= 1 second by Jens Axboe · 3 months ago
  74. 560fac7 Update headers with ZCRX_CTRL opcode by Pavel Begunkov · 3 months ago
  75. bd648bc test/mshot-shutdown-race: alternate sending 1 or 2 buffers by Jens Axboe · 3 months ago
  76. cb8cf3b Update uapi headers by Pavel Begunkov · 3 months ago
  77. 27e25a1 Add test case testing socket send + immediate shutdown by Jens Axboe · 3 months ago
  78. a6e7bd5 test/cbpf_filter: fix build when openat2.h is not available by Yang Xiuwei · 3 months ago
  79. b6a45c8 examples/send-zerocopy: fix -Wstringop-truncation on ifr.ifr_name by Yang Xiuwei · 3 months ago
  80. 3466681 test: more old kernel fixes by Jens Axboe · 3 months ago
  81. c41172e Update a few tests to properly skip on older kernels by Jens Axboe · 3 months ago
  82. f795f40 test/buf-ring-upgrade: test upgrade of buffer group with recycling by Jens Axboe · 3 months ago
  83. ffe4a41 test/nop-flags: more old stable kernel fixes by Jens Axboe · 3 months ago
  84. 7c9a14d test/nop-flags: more IORING_NOP_FILE skip fixes by Jens Axboe · 3 months ago
  85. 75188ba test/nop-flags: allow -EINVAL for newer flags by Jens Axboe · 3 months ago
  86. ca4fe84 test/task-restrict: handle -EBADF for blind registration by Jens Axboe · 3 months ago
  87. a35e494 test/sqe-mixed-boundary: validate physical SQE index for 128-byte ops by Tom Ryan · 3 months ago
  88. 6f8e3c6 man/io_uring_prep_cmd_sock.3: document missing opcodes by Jens Axboe · 3 months ago
  89. 3b7c68a test/timestamp-bug: remove compatability define by Jens Axboe · 3 months ago
  90. 829c805 tests/timeout: add abs imm timeout test by Pavel Begunkov · 3 months ago
  91. e3117ad man: document that immediate abs timeouts are allowed by Pavel Begunkov · 3 months ago
  92. 83c2308 Merge branch 'overflow_in__uring_malloc' of https://github.com/rootvector2/liburing by Jens Axboe · 3 months ago
  93. 8d8200d nolibc: fix integer overflow in __uring_malloc by rootvector2 · 3 months ago
  94. bb65e00 Merge branch 'master' of https://github.com/mag1c1an1/liburing by Jens Axboe · 3 months ago
  95. 6e7d75b change description for IORING_SETUP_TASKRUN_FLAG in iouring.h by mag1c1an1 · 3 months ago
  96. 0931f6e Ensure __io_uring_peek_cqe() is exported for FFI purposes by Jens Axboe · 3 months ago
  97. a762f95 man: fix timeout update flags to match kernel by Jens Axboe · 3 months ago
  98. daa2bcf man: document IORING_TIMEOUT_IMMEDIATE_ARG flag by Jens Axboe · 3 months ago
  99. ac9b8d0 tests: test timeout with immediate arguments by Pavel Begunkov · 3 months ago
  100. 565aae8 configure: force -Wno-error=unused-variable for tests by Jens Axboe · 3 months ago