1. 5a7c8ac Update SIG_IS_DATA to modified kernel API by Jens Axboe · 3 years, 8 months ago
  2. 0de9d8c Use IORING_ENTER_GETEVENTS_TIMEOUT if available by Jens Axboe · 3 years, 8 months ago
  3. 898294d Add wrapper for __io_uring_get_cqe() by Jens Axboe · 3 years, 8 months ago
  4. 46e65de Add __sys_io_uring_enter2() by Jens Axboe · 3 years, 8 months ago
  5. cdb7712 Include 'features' in struct io_uring by Jens Axboe · 3 years, 8 months ago
  6. 92f7b87 io_uring.h: update with 5.11-pending copy by Jens Axboe · 3 years, 8 months ago
  7. bd62cfb test/self: update description by Jens Axboe · 3 years, 9 months ago
  8. d7e4f94 test/self: add /proc/self/ open+read test case by Jens Axboe · 3 years, 9 months ago
  9. b332be0 .gitignore: add missing test cases by Jens Axboe · 3 years, 9 months ago
  10. 611988f test/unlink: add failure case by Jens Axboe · 3 years, 9 months ago
  11. 80ad860 test/rename: add failure case by Jens Axboe · 3 years, 9 months ago
  12. df6b9a9 Fix compilation with iso C standard (c89, c99 and c11) by Simon Zeni · 3 years, 9 months ago
  13. 8d2287b test/{rename,unlink}: don't fail on no kernel support by Jens Axboe · 3 years, 9 months ago
  14. c8b1c55 Merge branch 'assert' of https://github.com/sharpelletti/liburing by Jens Axboe · 3 years, 9 months ago
  15. 1cf969d examples: disable ucontext-cp if ucontext.h is not available by Simon Zeni · 3 years, 9 months ago
  16. e3adbfc Moves function calls out of assert(). by Ryan Sharpelletti · 3 years, 9 months ago
  17. a1ab3bd Add rename at unlink test cases by Jens Axboe · 3 years, 9 months ago
  18. 7f732a7 liburing.h: add renameat/unlinkat prep helpers by Jens Axboe · 3 years, 9 months ago
  19. 44db0f4 io_uring.h: add renameat and unlinkat opcodes by Jens Axboe · 3 years, 9 months ago
  20. 60c05f5 test/accept-reuse: reduce queue size by Jens Axboe · 3 years, 9 months ago
  21. 1a242e0 test/submit-reuse: error check file opens by Jens Axboe · 3 years, 9 months ago
  22. 3fffeaf Merge branch 'pu/unsafe-tmpdir' of https://github.com/guillemj/liburing by Jens Axboe · 3 years, 9 months ago
  23. 6a89214 configure: Fix unsafe temporary file creation by Guillem Jover · 3 years, 9 months ago
  24. 5d12b13 test/lfs-open: less limited test_drained_files by Pavel Begunkov · 3 years, 9 months ago
  25. c98af26 test/file-register: add expected fail case by Jens Axboe · 3 years, 9 months ago
  26. 1a02de4 test/cq-overflow-peek: skip for !NODROP by Jens Axboe · 3 years, 9 months ago
  27. df8e753 test/connect: skip if connect isn't supported by Jens Axboe · 3 years, 9 months ago
  28. b8547fc test/close-opath: skip on older kernels by Jens Axboe · 3 years, 9 months ago
  29. 50961b5 test/splice: expand criteria for having splice and skip if not there by Jens Axboe · 3 years, 9 months ago
  30. 007841f test/accept-test: skip if accept isn't supported by Jens Axboe · 3 years, 9 months ago
  31. 382593a test/accept-link: abort if accept isn't supported by Jens Axboe · 3 years, 9 months ago
  32. 65e8fba test/*-reuse: don't test for !IORING_FEAT_SUBMIT_STABLE by Jens Axboe · 3 years, 9 months ago
  33. 52a91c8 Add const modifier to functions that do not change the state of the ring by Roman Gershman · 3 years, 9 months ago
  34. 295d711 Merge branch 'pu/build-flags' of https://github.com/guillemj/liburing into master by Jens Axboe · 3 years, 9 months ago
  35. 0a22a8b Merge branch 'manpage-get-sqe' of https://github.com/pcewing/liburing into master by Jens Axboe · 3 years, 9 months ago
  36. f668187 man/io_uring_enter.2: clarify POLL_ADD return value by Jens Axboe · 3 years, 9 months ago
  37. 3478589 Add get_sqe manpage to debian package by Paul Ewing · 3 years, 9 months ago
  38. 361a45b Add man page for io_uring_get_sqe by Paul Ewing · 3 years, 9 months ago
  39. 3fb23ee test/submit-reuse: take a breather between fadvise calls by Jens Axboe · 3 years, 10 months ago
  40. 8de499d man/io_uring_enter.2: add EACCES and EBADFD errors by Stefano Garzarella · 3 years, 10 months ago
  41. 4999c08 man/io_uring_register.2: add description of restrictions by Stefano Garzarella · 3 years, 10 months ago
  42. 61f2403 man/io_uring_setup.2: add IORING_SETUP_R_DISABLED description by Stefano Garzarella · 3 years, 10 months ago
  43. a29edc6 Makefile: add .PHONY dependency by Jens Axboe · 3 years, 10 months ago
  44. b4135db Merge branch 'feature/man-pages' of https://github.com/pcewing/liburing into master by Jens Axboe · 3 years, 10 months ago
  45. e0df0f8 man/io_uring_enter.2: split ERRORS section in two sections by Stefano Garzarella · 3 years, 10 months ago
  46. a51ae1c Merge branch 'master' of https://github.com/shuveb/liburing into master by Jens Axboe · 3 years, 10 months ago
  47. 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
  48. 6c2dc15 Merge branch 'master' of https://github.com/CarterLi/liburing into master by Jens Axboe · 3 years, 10 months ago
  49. 6b3ddbd liburing.h: add `io_uring_prep_tee` by 李通洲 · 3 years, 10 months ago
  50. 73250a0 test/lfs-openat: defer open until we know we're running the test by Jens Axboe · 3 years, 10 months ago
  51. a792bb8 test: find free port choice by Jens Axboe · 3 years, 10 months ago
  52. 36f1082 Fix build flag settings by Guillem Jover · 3 years, 10 months ago
  53. 80a8df1 .gitignore: Add sq-poll-dup by Guillem Jover · 3 years, 10 months ago
  54. 8366655 man/io_uring_enter.2: clarify PROVIDE_BUFFERS requirements by Jens Axboe · 3 years, 10 months ago
  55. 71d3dbf Update packaging/installation for new man pages by Paul Ewing · 3 years, 10 months ago
  56. c630d9a man/io_uring.7: clarify submission/completion ordering by Jens Axboe · 3 years, 10 months ago
  57. 7466587 man/io_uring.7: style and barrier updates by Jens Axboe · 3 years, 10 months ago
  58. 7853c8d Merge branch 'master' of https://github.com/shuveb/liburing into master by Jens Axboe · 3 years, 10 months ago
  59. 0aa785f Add man page for io_uring_queue_exit by Paul Ewing · 3 years, 10 months ago
  60. eb3c7b7 Add man page for io_uring_queue_init by Paul Ewing · 3 years, 10 months ago
  61. 95167d0 Adding section 7 man page for io_uring by Shuveb Hussain · 3 years, 10 months ago
  62. 74bc685 test/accept-link: fix check for using a passed in test file by Jens Axboe · 3 years, 10 months ago
  63. b868f73 Merge branch 'free' of https://github.com/glommer/liburing into master by Jens Axboe · 3 years, 10 months ago
  64. caec738 probes: provide our own free function by Glauber Costa · 3 years, 10 months ago
  65. 06486d6 test/sq-poll-dup: remove unused variable by Jens Axboe · 3 years, 10 months ago
  66. a2cb8f9 test/sq-poll-dup: test a few more cases by Jens Axboe · 3 years, 10 months ago
  67. d476674 test/sq-poll-{share,dup}: use prepped SQEs as what to wait for by Jens Axboe · 3 years, 10 months ago
  68. 8f4329b test/sq-poll-share: don't close file until we're done by Jens Axboe · 3 years, 10 months ago
  69. d5b94ba Add sq-poll-dup test case by Jens Axboe · 3 years, 10 months ago
  70. 21f6f6e test/sq-poll-share: unlink file on successful exit too by Jens Axboe · 3 years, 10 months ago
  71. f19f930 test/iopoll: don't truncate target file by Jens Axboe · 3 years, 10 months ago
  72. e9afed1 test/iopoll: correctly skip IOPOLL if test device/file doesn't support it by Jens Axboe · 3 years, 10 months ago
  73. 849a220 Merge branch 'fix-disabled-ring-error' of https://github.com/stefano-garzarella/liburing into master by Jens Axboe · 3 years, 10 months ago
  74. 8ac4f8e test/register-restrictions: add new rings_disabled test case by Stefano Garzarella · 3 years, 10 months ago
  75. 73cfc0c test/register-restrictions: fix rings_not_disabled test by Stefano Garzarella · 3 years, 10 months ago
  76. 2150f08 .gitignore: add pipe-reuse by Jens Axboe · 3 years, 10 months ago
  77. bd20b8f Merge branch 'pu/version-node' of https://github.com/guillemj/liburing into master by Jens Axboe · 3 years, 10 months ago
  78. 986fef6 Add segmented read/write pipe test by Jens Axboe · 3 years, 10 months ago
  79. bafa6e6 runtests: add ability to exclude tests by Lukas Czerner · 3 years, 10 months ago
  80. b2471a8 runtests: clean up code in runtests.sh by Lukas Czerner · 3 years, 10 months ago
  81. 48afc11 test/sq-poll-share: error handling fixes by Jens Axboe · 3 years, 10 months ago
  82. 79f8b60 test/send_recv: exit properly if SQPOLL_NONFIXED isn't available by Jens Axboe · 3 years, 10 months ago
  83. 6334ba6 Fold versioned symbols into LIBURING_2.0 version node by Guillem Jover · 3 years, 10 months ago
  84. c67cb2e Remove versioned symbols not provided by the shared library anymore by Guillem Jover · 3 years, 10 months ago
  85. f707ba9 .gitignore: Add missing test programs by Guillem Jover · 3 years, 10 months ago
  86. e52c4de .gitignore: Sort test program entries by Guillem Jover · 3 years, 10 months ago
  87. 6768ddc man/io_uring_setup.2: improve SQPOLL wakeup example by Jens Axboe · 3 years, 10 months ago
  88. 4b94563 Merge branch 'master' of https://github.com/jorangreef/liburing into master by Jens Axboe · 3 years, 10 months ago
  89. 724d8dd Fix io_uring_sq_ready() to use load acquire to read khead. by Joran Dirk Greef · 3 years, 10 months ago
  90. a25caac io_uring.h: fix missing tab by Jens Axboe · 3 years, 10 months ago
  91. d3c43e4 test/send_recv: test non-registered SQPOLL files if available by Jens Axboe · 3 years, 10 months ago
  92. 25bbcbe Bump major version to 2 by Jens Axboe · 3 years, 10 months ago
  93. 7e1447c test/shutdown: ignore SIGPIPE by Jens Axboe · 3 years, 10 months ago
  94. 3f71acc test/cancel: test cancellation of deferred reqs by Pavel Begunkov · 3 years, 10 months ago
  95. 8a3a8d7 Add IORING_OP_SHUTDOWN test case by Jens Axboe · 3 years, 10 months ago
  96. 4d7ecaf Add IORING_OP_SHUTDOWN and prep helper by Jens Axboe · 3 years, 10 months ago
  97. 6f02c21 Add a few function comments in liburing.h by Jens Axboe · 3 years, 10 months ago
  98. 2976811 Add io_uring_sqring_wait() by Jens Axboe · 3 years, 10 months ago
  99. 76e3b79 Add nonblock empty socket read test by Jens Axboe · 3 years, 10 months ago
  100. cfddbbf test/accept: fix spurious connect failure by Jens Axboe · 3 years, 10 months ago