1. 533a772 test/bpf_cp: use proper SKIP exit code by Jens Axboe · 9 days ago master
  2. 8d812f8 test/bpf_nops: skip test if argument is given by Jens Axboe · 9 days ago
  3. 7ba4409 Merge branch 'fix-recvmsg-validate' of https://github.com/YooLCD/liburing by Jens Axboe · 11 days ago
  4. 05513e1 Merge branch 'td-register-unused-params' of https://github.com/travisdowns/liburing by Jens Axboe · 11 days ago
  5. 2a50814 register: remove spurious __maybe_unused on buf_ring flags by Travis Downs · 12 days ago
  6. 521974a register: suppress unused parameter warnings in wait_reg stub by Travis Downs · 12 days ago
  7. 4dd113a liburing.h: fix integer overflow in recvmsg_validate and payload_length wraparound by YooLCD · 14 days ago
  8. 20b3fe6 Merge branch 'master' of https://github.com/andrew-sayers/liburing by Jens Axboe · 2 weeks ago
  9. f692734 Explain -ENOMEM return value from io_uring_queue_init() by Andrew Sayers · 2 weeks ago
  10. 18c4159 Merge branch 'buf-upgrade' by Jens Axboe · 3 weeks ago
  11. 26c5409 Merge branch 'td-out-of-source-builds' of https://github.com/travisdowns/liburing by Jens Axboe · 3 weeks ago
  12. ebbd32e README: document out-of-source builds by Travis Downs · 3 weeks ago
  13. 0f51d60 ci: add out-of-source build job by Travis Downs · 3 weeks ago
  14. 7ddc675 configure: support out-of-source builds by Travis Downs · 3 weeks ago
  15. 2c7b9da test/read-inc-buf-more: test EOF and !pollable cases by Jens Axboe · 4 weeks ago
  16. f7f36b3 configure: check for clang as well for BPF by Jens Axboe · 4 weeks ago
  17. 92fd30e configure: by Jens Axboe · 4 weeks ago
  18. ce99cb3 configure: actually fix Alpine mktemp issue by Jens Axboe · 4 weeks ago
  19. 1b9d216 Merge branch 'feature/mixed-iopoll' of https://github.com/calebsander/liburing by Jens Axboe · 4 weeks ago
  20. e20dcbb man: update comments about non-polled requests with IORING_SETUP_IOPOLL by Caleb Sander Mateos · 4 weeks ago
  21. 6138f0a man: remove note about IORING_SETUP_IOPOLL + IORING_OP_NOP by Caleb Sander Mateos · 4 weeks ago
  22. ebb6af2 test: test non-iopoll uring_cmds on IORING_SETUP_IOPOLL rings by Caleb Sander Mateos · 4 weeks ago
  23. a46158b Make mktemp happy on Alpine Linux by Jens Axboe · 4 weeks ago
  24. 9b6450e Ensure bpftool is found even if not in path by Jens Axboe · 4 weeks ago
  25. fd8a6e6 tests: test io_uring bpf ops by Pavel Begunkov · 4 weeks ago
  26. 1e9a937 test/fdinfo: don't use io_uring_submit() return value for SQPOLL by Jens Axboe · 4 weeks ago
  27. 041c20f Merge branch 'master' of https://github.com/BearLee001/liburing by Jens Axboe · 4 weeks ago
  28. 28600a5 examples: remove unused linux/dma-buf.h include by Zile Xiong · 4 weeks ago
  29. 0b0f0fc test/mshot-shutdown-race: abort if stalled for >= 1 second by Jens Axboe · 4 weeks ago
  30. 560fac7 Update headers with ZCRX_CTRL opcode by Pavel Begunkov · 4 weeks ago
  31. bd648bc test/mshot-shutdown-race: alternate sending 1 or 2 buffers by Jens Axboe · 4 weeks ago
  32. cb8cf3b Update uapi headers by Pavel Begunkov · 4 weeks ago
  33. 27e25a1 Add test case testing socket send + immediate shutdown by Jens Axboe · 4 weeks ago
  34. a6e7bd5 test/cbpf_filter: fix build when openat2.h is not available by Yang Xiuwei · 4 weeks ago
  35. b6a45c8 examples/send-zerocopy: fix -Wstringop-truncation on ifr.ifr_name by Yang Xiuwei · 4 weeks ago
  36. 3466681 test: more old kernel fixes by Jens Axboe · 4 weeks ago
  37. c41172e Update a few tests to properly skip on older kernels by Jens Axboe · 4 weeks ago
  38. f795f40 test/buf-ring-upgrade: test upgrade of buffer group with recycling by Jens Axboe · 4 weeks ago
  39. ffe4a41 test/nop-flags: more old stable kernel fixes by Jens Axboe · 4 weeks ago
  40. 7c9a14d test/nop-flags: more IORING_NOP_FILE skip fixes by Jens Axboe · 4 weeks ago
  41. 75188ba test/nop-flags: allow -EINVAL for newer flags by Jens Axboe · 4 weeks ago
  42. ca4fe84 test/task-restrict: handle -EBADF for blind registration by Jens Axboe · 4 weeks ago
  43. a35e494 test/sqe-mixed-boundary: validate physical SQE index for 128-byte ops by Tom Ryan · 5 weeks ago
  44. 6f8e3c6 man/io_uring_prep_cmd_sock.3: document missing opcodes by Jens Axboe · 5 weeks ago
  45. 3b7c68a test/timestamp-bug: remove compatability define by Jens Axboe · 5 weeks ago
  46. 829c805 tests/timeout: add abs imm timeout test by Pavel Begunkov · 6 weeks ago
  47. e3117ad man: document that immediate abs timeouts are allowed by Pavel Begunkov · 6 weeks ago
  48. 83c2308 Merge branch 'overflow_in__uring_malloc' of https://github.com/rootvector2/liburing by Jens Axboe · 6 weeks ago
  49. 8d8200d nolibc: fix integer overflow in __uring_malloc by rootvector2 · 6 weeks ago
  50. bb65e00 Merge branch 'master' of https://github.com/mag1c1an1/liburing by Jens Axboe · 6 weeks ago
  51. 6e7d75b change description for IORING_SETUP_TASKRUN_FLAG in iouring.h by mag1c1an1 · 6 weeks ago
  52. 0931f6e Ensure __io_uring_peek_cqe() is exported for FFI purposes by Jens Axboe · 6 weeks ago
  53. a762f95 man: fix timeout update flags to match kernel by Jens Axboe · 7 weeks ago
  54. daa2bcf man: document IORING_TIMEOUT_IMMEDIATE_ARG flag by Jens Axboe · 7 weeks ago
  55. ac9b8d0 tests: test timeout with immediate arguments by Pavel Begunkov · 7 weeks ago
  56. 565aae8 configure: force -Wno-error=unused-variable for tests by Jens Axboe · 7 weeks ago
  57. bd1e51b configure: make clean for Werror=unused-variable by Jens Axboe · 7 weeks ago
  58. e28534e io_uring_cqe_nr: assign cqe shift value to unsigned int upfront by Jens Axboe · 8 weeks ago
  59. 1a9c1df src/include/liburing.h: make iter helpers IOURINGINLINE by Jens Axboe · 8 weeks ago
  60. 7a85477 src/liburing-ffi.map: add missing iter helpers by Jens Axboe · 8 weeks ago
  61. def0aba test/cancel-fd-userdata: add test for CANCEL_FD | CANCEL_USERDATA by Jens Axboe · 8 weeks ago
  62. fa9896f github: Upgrade clang version to 22 by Ammar Faizi · 8 weeks ago
  63. 364a7b5 src/Makefile: Fix missing bpf_filter.h installation by Ammar Faizi · 8 weeks ago
  64. 9b7c673 test: fix clang-22 over-eager warnings by Jens Axboe · 8 weeks ago
  65. 46b5c4d src/include/liburing.h: add bpf_filter.h header by Jens Axboe · 8 weeks ago
  66. 630f545 test/cbpf_filter: don't fail when run by root by Jens Axboe · 8 weeks ago
  67. d419837 Merge branch 'pu/groff-warning' of https://github.com/guillemj/liburing by Jens Axboe · 8 weeks ago
  68. b478a02 man: Fix use of dot on first column in example sections by Guillem Jover · 8 weeks ago
  69. 8fd26b2 test/recv-mshot-drain: kill only-written variables by Jens Axboe · 8 weeks ago
  70. 3c7e101 test/buf-ring-mshot: kill only-written variable by Jens Axboe · 8 weeks ago
  71. d282e0d test/cancel-race: get rid of write-only variables by Jens Axboe · 8 weeks ago
  72. ee2b328 test: add shared buffer ring multishot recv test by Jens Axboe · 9 weeks ago
  73. 4793069 test: add multishot accept stress test by Jens Axboe · 9 weeks ago
  74. 64727bd test: add per-task io_uring restrictions test by Jens Axboe · 9 weeks ago
  75. 5e2f303 test: add multishot recv buffer exhaustion stress test by Jens Axboe · 9 weeks ago
  76. b6189cb test: add NOP flags test by Jens Axboe · 9 weeks ago
  77. 5445d6b test: add cancel-vs-completion race stress test by Jens Axboe · 9 weeks ago
  78. 70f9b55 test: add buffer ring drain-and-refill stress test by Jens Axboe · 9 weeks ago
  79. f6e8565 test: add regression tests for fixed file table bugs by Jens Axboe · 9 weeks ago
  80. 9d429dd test/cbpf_filter: add pdu_size validation tests by Jens Axboe · 9 weeks ago
  81. 119169f bpf filter: add pdu_size support and expose struct io_uring_bpf by Jens Axboe · 9 weeks ago
  82. b60263c Bump version to 2.15 by Jens Axboe · 9 weeks ago
  83. 06a47be Merge branch 'bpf-restrictions' by Jens Axboe · 9 weeks ago
  84. e3d35ea man/io_uring_cancelation.7: various cleanups by Jens Axboe · 10 weeks ago liburing-2.14
  85. 3a59094 Merge branch 'idle' of https://github.com/FirstLoveLife/liburing by Jens Axboe · 10 weeks ago
  86. 3f6d382 test/io-wq: verify unused workers exit by Li Chen · 10 weeks ago
  87. 14000b9 test/conn-unreach: fix bad res value by Jens Axboe · 2 months ago
  88. d50e6a2 test/conn-unreach: allow -ENETUNREACH as well by Jens Axboe · 2 months ago
  89. c350317 test/iowait: make the test less picky on the diff being too small by Jens Axboe · 2 months ago
  90. e63deca src/queue: simplify IORING_SETUP_SQ_REWIND handling by Pavel Begunkov · 2 months ago liburing-2.14-rc1
  91. 70edf06 test/recvsend_bundle: fix test for IORING_CQE_F_MORE by Jens Axboe · 3 months ago
  92. d0a2987 io_uring/bpf_filter.h: update for IORING_OP_OPENAT/OPENAT2 by Jens Axboe · 3 months ago bpf-restrictions
  93. 4dc6997 test/cbpf_filter: add IORING_OP_OPENAT/OPENAT2 filter tests by Jens Axboe · 3 months ago
  94. 401c981 man/io_uring_register_bpf_filter.3: add IORING_OP_OPENAT/OPENAT2 notes by Jens Axboe · 3 months ago
  95. 99d2b34 man: add io_uring_register_bpf_filter.3 man page by Jens Axboe · 3 months ago
  96. f391383 test/cbpf_filter: add ring-level BPF filter tests by Jens Axboe · 3 months ago
  97. 1aba982 Add support for classic BPF (cBPF) filters by Jens Axboe · 3 months ago
  98. 18db2ce io_uring_prep_cmd_getsockname.3: Deduplicate manpage by Gabriel Krisman Bertazi · 3 months ago
  99. 3c138b4 man/io_uring_registered_buffers: document ulimit -l and RLIMIT_MEMLOCK by Jens Axboe · 3 months ago
  100. 5d1c94f test/sqe-mixed-noop: add SQ_REWIND testing by Jens Axboe · 3 months ago