1. 762fdb0 man/io_uring.7: Fix typo by noah · 3 years, 8 months ago
  2. bd0befa Merge branch 'master' of https://github.com/romange/liburing by Jens Axboe · 3 years, 8 months ago
  3. 31eb4c9 Add a test demonstrating connect timeout functionality by Roman Gershman · 3 years, 8 months ago
  4. 5438a4b Merge branch 'fix-io-uring-setup-manual' of https://github.com/wapxmas/liburing by Jens Axboe · 3 years, 8 months ago
  5. 9147231 man/io_uring_setup.2: a version of IORING_FEAT_SQPOLL_NONFIXED feature availability has been changed to 5.11 by Sergei Iashin · 3 years, 8 months ago
  6. 929c069 test/timeout-new: test for timeout feature by Hao Xu · 3 years, 8 months ago
  7. 516280a rem_buf/test: inital testing for OP_REMOVE_BUFFERS by Pavel Begunkov · 3 years, 8 months ago
  8. 098d6ef timeout/test: clear state for timeout updates by Pavel Begunkov · 3 years, 8 months ago
  9. ce2ee68 man/io_uring_enter.2: describe timeout updates by Pavel Begunkov · 3 years, 8 months ago
  10. b02d6a6 test/rw: test reg bufs with non-align sizes/offset by Pavel Begunkov · 3 years, 8 months ago
  11. 35999b0 test/rw: remove not used mixed_fixed flag by Pavel Begunkov · 3 years, 8 months ago
  12. 2ea2bd8 test/rw: name flags for clearness by Pavel Begunkov · 3 years, 8 months ago
  13. 3bdd983 Don't enter the kernel to wait on cqes if they are already available. by Marcelo Diop-Gonzalez · 3 years, 8 months ago
  14. 2f4254d test/timeout: test timeout updates by Pavel Begunkov · 3 years, 8 months ago
  15. 623e203 Add timeout update by Pavel Begunkov · 3 years, 8 months ago
  16. 36026fc Add test case for SQPOLL going to sleep properly by Jens Axboe · 3 years, 8 months ago
  17. 5d027b3 Merge branch 'identifier' of https://github.com/sharpelletti/liburing by Jens Axboe · 3 years, 9 months ago
  18. dac6db3 Changes format string from %lld to %PRIu64 in several tests. by Ryan Sharpelletti · 3 years, 9 months ago
  19. 743ec02 test: long iov recvmsg()/copy by Pavel Begunkov · 3 years, 9 months ago
  20. 816d3ac Merge branch 'master' of https://github.com/kraj/liburing by Jens Axboe · 3 years, 9 months ago
  21. 0a9b12e test: Fix build on 32bit architectures with 6bit time_t by Khem Raj · 3 years, 9 months ago
  22. 3889105 remove zero-size array in io_uring.h by Akinobu Mita · 3 years, 9 months ago
  23. ba0a2e4 Rename SIG_IS_DATA -> EXT_ARG by Jens Axboe · 3 years, 9 months ago
  24. 5a7c8ac Update SIG_IS_DATA to modified kernel API by Jens Axboe · 3 years, 9 months ago
  25. 0de9d8c Use IORING_ENTER_GETEVENTS_TIMEOUT if available by Jens Axboe · 3 years, 9 months ago
  26. 898294d Add wrapper for __io_uring_get_cqe() by Jens Axboe · 3 years, 9 months ago
  27. 46e65de Add __sys_io_uring_enter2() by Jens Axboe · 3 years, 9 months ago
  28. cdb7712 Include 'features' in struct io_uring by Jens Axboe · 3 years, 9 months ago
  29. 92f7b87 io_uring.h: update with 5.11-pending copy by Jens Axboe · 3 years, 9 months ago
  30. bd62cfb test/self: update description by Jens Axboe · 3 years, 9 months ago
  31. d7e4f94 test/self: add /proc/self/ open+read test case by Jens Axboe · 3 years, 9 months ago
  32. b332be0 .gitignore: add missing test cases by Jens Axboe · 3 years, 9 months ago
  33. 611988f test/unlink: add failure case by Jens Axboe · 3 years, 9 months ago
  34. 80ad860 test/rename: add failure case by Jens Axboe · 3 years, 9 months ago
  35. df6b9a9 Fix compilation with iso C standard (c89, c99 and c11) by Simon Zeni · 3 years, 9 months ago
  36. 8d2287b test/{rename,unlink}: don't fail on no kernel support by Jens Axboe · 3 years, 9 months ago
  37. c8b1c55 Merge branch 'assert' of https://github.com/sharpelletti/liburing by Jens Axboe · 3 years, 9 months ago
  38. 1cf969d examples: disable ucontext-cp if ucontext.h is not available by Simon Zeni · 3 years, 9 months ago
  39. e3adbfc Moves function calls out of assert(). by Ryan Sharpelletti · 3 years, 9 months ago
  40. a1ab3bd Add rename at unlink test cases by Jens Axboe · 3 years, 9 months ago
  41. 7f732a7 liburing.h: add renameat/unlinkat prep helpers by Jens Axboe · 3 years, 9 months ago
  42. 44db0f4 io_uring.h: add renameat and unlinkat opcodes by Jens Axboe · 3 years, 9 months ago
  43. 60c05f5 test/accept-reuse: reduce queue size by Jens Axboe · 3 years, 9 months ago
  44. 1a242e0 test/submit-reuse: error check file opens by Jens Axboe · 3 years, 9 months ago
  45. 3fffeaf Merge branch 'pu/unsafe-tmpdir' of https://github.com/guillemj/liburing by Jens Axboe · 3 years, 10 months ago
  46. 6a89214 configure: Fix unsafe temporary file creation by Guillem Jover · 3 years, 10 months ago
  47. 5d12b13 test/lfs-open: less limited test_drained_files by Pavel Begunkov · 3 years, 10 months ago
  48. c98af26 test/file-register: add expected fail case by Jens Axboe · 3 years, 10 months ago
  49. 1a02de4 test/cq-overflow-peek: skip for !NODROP by Jens Axboe · 3 years, 10 months ago
  50. df8e753 test/connect: skip if connect isn't supported by Jens Axboe · 3 years, 10 months ago
  51. b8547fc test/close-opath: skip on older kernels by Jens Axboe · 3 years, 10 months ago
  52. 50961b5 test/splice: expand criteria for having splice and skip if not there by Jens Axboe · 3 years, 10 months ago
  53. 007841f test/accept-test: skip if accept isn't supported by Jens Axboe · 3 years, 10 months ago
  54. 382593a test/accept-link: abort if accept isn't supported by Jens Axboe · 3 years, 10 months ago
  55. 65e8fba test/*-reuse: don't test for !IORING_FEAT_SUBMIT_STABLE by Jens Axboe · 3 years, 10 months ago
  56. 295d711 Merge branch 'pu/build-flags' of https://github.com/guillemj/liburing into master by Jens Axboe · 3 years, 10 months ago
  57. 0a22a8b Merge branch 'manpage-get-sqe' of https://github.com/pcewing/liburing into master by Jens Axboe · 3 years, 10 months ago
  58. f668187 man/io_uring_enter.2: clarify POLL_ADD return value by Jens Axboe · 3 years, 10 months ago
  59. 3478589 Add get_sqe manpage to debian package by Paul Ewing · 3 years, 10 months ago
  60. 361a45b Add man page for io_uring_get_sqe by Paul Ewing · 3 years, 10 months ago
  61. 3fb23ee test/submit-reuse: take a breather between fadvise calls by Jens Axboe · 3 years, 10 months ago
  62. 8de499d man/io_uring_enter.2: add EACCES and EBADFD errors by Stefano Garzarella · 3 years, 10 months ago
  63. 4999c08 man/io_uring_register.2: add description of restrictions by Stefano Garzarella · 3 years, 10 months ago
  64. 61f2403 man/io_uring_setup.2: add IORING_SETUP_R_DISABLED description by Stefano Garzarella · 3 years, 10 months ago
  65. a29edc6 Makefile: add .PHONY dependency by Jens Axboe · 3 years, 10 months ago
  66. b4135db Merge branch 'feature/man-pages' of https://github.com/pcewing/liburing into master by Jens Axboe · 3 years, 10 months ago
  67. e0df0f8 man/io_uring_enter.2: split ERRORS section in two sections by Stefano Garzarella · 3 years, 11 months ago
  68. a51ae1c Merge branch 'master' of https://github.com/shuveb/liburing into master by Jens Axboe · 3 years, 10 months ago
  69. 26afb36 Adding full example to io_uring(7) man page while also fixing some text to comply to the "semantic new lines" recommendation from man-pages(7). by Shuveb Hussain · 3 years, 10 months ago
  70. 6c2dc15 Merge branch 'master' of https://github.com/CarterLi/liburing into master by Jens Axboe · 3 years, 11 months ago
  71. 6b3ddbd liburing.h: add `io_uring_prep_tee` by 李通洲 · 3 years, 11 months ago
  72. 73250a0 test/lfs-openat: defer open until we know we're running the test by Jens Axboe · 3 years, 11 months ago
  73. a792bb8 test: find free port choice by Jens Axboe · 3 years, 11 months ago
  74. 36f1082 Fix build flag settings by Guillem Jover · 3 years, 11 months ago
  75. 80a8df1 .gitignore: Add sq-poll-dup by Guillem Jover · 3 years, 11 months ago
  76. 8366655 man/io_uring_enter.2: clarify PROVIDE_BUFFERS requirements by Jens Axboe · 3 years, 11 months ago
  77. 71d3dbf Update packaging/installation for new man pages by Paul Ewing · 3 years, 11 months ago
  78. c630d9a man/io_uring.7: clarify submission/completion ordering by Jens Axboe · 3 years, 11 months ago
  79. 7466587 man/io_uring.7: style and barrier updates by Jens Axboe · 3 years, 11 months ago
  80. 7853c8d Merge branch 'master' of https://github.com/shuveb/liburing into master by Jens Axboe · 3 years, 11 months ago
  81. 0aa785f Add man page for io_uring_queue_exit by Paul Ewing · 3 years, 11 months ago
  82. eb3c7b7 Add man page for io_uring_queue_init by Paul Ewing · 3 years, 11 months ago
  83. 95167d0 Adding section 7 man page for io_uring by Shuveb Hussain · 3 years, 11 months ago
  84. 74bc685 test/accept-link: fix check for using a passed in test file by Jens Axboe · 3 years, 11 months ago
  85. b868f73 Merge branch 'free' of https://github.com/glommer/liburing into master by Jens Axboe · 4 years ago
  86. caec738 probes: provide our own free function by Glauber Costa · 4 years ago
  87. 06486d6 test/sq-poll-dup: remove unused variable by Jens Axboe · 4 years ago
  88. a2cb8f9 test/sq-poll-dup: test a few more cases by Jens Axboe · 4 years ago
  89. d476674 test/sq-poll-{share,dup}: use prepped SQEs as what to wait for by Jens Axboe · 4 years ago
  90. 8f4329b test/sq-poll-share: don't close file until we're done by Jens Axboe · 4 years ago
  91. d5b94ba Add sq-poll-dup test case by Jens Axboe · 4 years ago
  92. 21f6f6e test/sq-poll-share: unlink file on successful exit too by Jens Axboe · 4 years ago
  93. f19f930 test/iopoll: don't truncate target file by Jens Axboe · 4 years ago
  94. e9afed1 test/iopoll: correctly skip IOPOLL if test device/file doesn't support it by Jens Axboe · 4 years ago
  95. 849a220 Merge branch 'fix-disabled-ring-error' of https://github.com/stefano-garzarella/liburing into master by Jens Axboe · 4 years ago
  96. 8ac4f8e test/register-restrictions: add new rings_disabled test case by Stefano Garzarella · 4 years ago
  97. 73cfc0c test/register-restrictions: fix rings_not_disabled test by Stefano Garzarella · 4 years ago
  98. 2150f08 .gitignore: add pipe-reuse by Jens Axboe · 4 years ago
  99. bd20b8f Merge branch 'pu/version-node' of https://github.com/guillemj/liburing into master by Jens Axboe · 4 years ago
  100. 986fef6 Add segmented read/write pipe test by Jens Axboe · 4 years ago