1. 8de499d man/io_uring_enter.2: add EACCES and EBADFD errors by Stefano Garzarella · 4 years, 1 month ago
  2. 4999c08 man/io_uring_register.2: add description of restrictions by Stefano Garzarella · 4 years, 1 month ago
  3. 61f2403 man/io_uring_setup.2: add IORING_SETUP_R_DISABLED description by Stefano Garzarella · 4 years, 1 month ago
  4. a29edc6 Makefile: add .PHONY dependency by Jens Axboe · 4 years, 1 month ago
  5. b4135db Merge branch 'feature/man-pages' of https://github.com/pcewing/liburing into master by Jens Axboe · 4 years, 1 month ago
  6. e0df0f8 man/io_uring_enter.2: split ERRORS section in two sections by Stefano Garzarella · 4 years, 1 month ago
  7. a51ae1c Merge branch 'master' of https://github.com/shuveb/liburing into master by Jens Axboe · 4 years, 1 month ago
  8. 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 · 4 years, 1 month ago
  9. 6c2dc15 Merge branch 'master' of https://github.com/CarterLi/liburing into master by Jens Axboe · 4 years, 1 month ago
  10. 6b3ddbd liburing.h: add `io_uring_prep_tee` by 李通洲 · 4 years, 1 month ago
  11. 73250a0 test/lfs-openat: defer open until we know we're running the test by Jens Axboe · 4 years, 1 month ago
  12. a792bb8 test: find free port choice by Jens Axboe · 4 years, 1 month ago
  13. 36f1082 Fix build flag settings by Guillem Jover · 4 years, 1 month ago
  14. 80a8df1 .gitignore: Add sq-poll-dup by Guillem Jover · 4 years, 1 month ago
  15. 8366655 man/io_uring_enter.2: clarify PROVIDE_BUFFERS requirements by Jens Axboe · 4 years, 1 month ago
  16. 71d3dbf Update packaging/installation for new man pages by Paul Ewing · 4 years, 1 month ago
  17. c630d9a man/io_uring.7: clarify submission/completion ordering by Jens Axboe · 4 years, 1 month ago
  18. 7466587 man/io_uring.7: style and barrier updates by Jens Axboe · 4 years, 1 month ago
  19. 7853c8d Merge branch 'master' of https://github.com/shuveb/liburing into master by Jens Axboe · 4 years, 1 month ago
  20. 0aa785f Add man page for io_uring_queue_exit by Paul Ewing · 4 years, 1 month ago
  21. eb3c7b7 Add man page for io_uring_queue_init by Paul Ewing · 4 years, 1 month ago
  22. 95167d0 Adding section 7 man page for io_uring by Shuveb Hussain · 4 years, 1 month ago
  23. 74bc685 test/accept-link: fix check for using a passed in test file by Jens Axboe · 4 years, 1 month ago
  24. b868f73 Merge branch 'free' of https://github.com/glommer/liburing into master by Jens Axboe · 4 years, 1 month ago
  25. caec738 probes: provide our own free function by Glauber Costa · 4 years, 1 month ago
  26. 06486d6 test/sq-poll-dup: remove unused variable by Jens Axboe · 4 years, 1 month ago
  27. a2cb8f9 test/sq-poll-dup: test a few more cases by Jens Axboe · 4 years, 1 month ago
  28. d476674 test/sq-poll-{share,dup}: use prepped SQEs as what to wait for by Jens Axboe · 4 years, 1 month ago
  29. 8f4329b test/sq-poll-share: don't close file until we're done by Jens Axboe · 4 years, 1 month ago
  30. d5b94ba Add sq-poll-dup test case by Jens Axboe · 4 years, 1 month ago
  31. 21f6f6e test/sq-poll-share: unlink file on successful exit too by Jens Axboe · 4 years, 1 month ago
  32. f19f930 test/iopoll: don't truncate target file by Jens Axboe · 4 years, 1 month ago
  33. e9afed1 test/iopoll: correctly skip IOPOLL if test device/file doesn't support it by Jens Axboe · 4 years, 1 month ago
  34. 849a220 Merge branch 'fix-disabled-ring-error' of https://github.com/stefano-garzarella/liburing into master by Jens Axboe · 4 years, 2 months ago
  35. 8ac4f8e test/register-restrictions: add new rings_disabled test case by Stefano Garzarella · 4 years, 2 months ago
  36. 73cfc0c test/register-restrictions: fix rings_not_disabled test by Stefano Garzarella · 4 years, 2 months ago
  37. 2150f08 .gitignore: add pipe-reuse by Jens Axboe · 4 years, 2 months ago
  38. bd20b8f Merge branch 'pu/version-node' of https://github.com/guillemj/liburing into master by Jens Axboe · 4 years, 2 months ago
  39. 986fef6 Add segmented read/write pipe test by Jens Axboe · 4 years, 2 months ago
  40. bafa6e6 runtests: add ability to exclude tests by Lukas Czerner · 4 years, 2 months ago
  41. b2471a8 runtests: clean up code in runtests.sh by Lukas Czerner · 4 years, 2 months ago
  42. 48afc11 test/sq-poll-share: error handling fixes by Jens Axboe · 4 years, 2 months ago
  43. 79f8b60 test/send_recv: exit properly if SQPOLL_NONFIXED isn't available by Jens Axboe · 4 years, 2 months ago
  44. 6334ba6 Fold versioned symbols into LIBURING_2.0 version node by Guillem Jover · 4 years, 2 months ago
  45. c67cb2e Remove versioned symbols not provided by the shared library anymore by Guillem Jover · 4 years, 2 months ago
  46. f707ba9 .gitignore: Add missing test programs by Guillem Jover · 4 years, 2 months ago
  47. e52c4de .gitignore: Sort test program entries by Guillem Jover · 4 years, 2 months ago
  48. 6768ddc man/io_uring_setup.2: improve SQPOLL wakeup example by Jens Axboe · 4 years, 2 months ago
  49. 4b94563 Merge branch 'master' of https://github.com/jorangreef/liburing into master by Jens Axboe · 4 years, 2 months ago
  50. 724d8dd Fix io_uring_sq_ready() to use load acquire to read khead. by Joran Dirk Greef · 4 years, 2 months ago
  51. a25caac io_uring.h: fix missing tab by Jens Axboe · 4 years, 2 months ago
  52. d3c43e4 test/send_recv: test non-registered SQPOLL files if available by Jens Axboe · 4 years, 2 months ago
  53. 25bbcbe Bump major version to 2 by Jens Axboe · 4 years, 2 months ago
  54. 7e1447c test/shutdown: ignore SIGPIPE by Jens Axboe · 4 years, 2 months ago
  55. 3f71acc test/cancel: test cancellation of deferred reqs by Pavel Begunkov · 4 years, 2 months ago
  56. 8a3a8d7 Add IORING_OP_SHUTDOWN test case by Jens Axboe · 4 years, 2 months ago
  57. 4d7ecaf Add IORING_OP_SHUTDOWN and prep helper by Jens Axboe · 4 years, 2 months ago
  58. 6f02c21 Add a few function comments in liburing.h by Jens Axboe · 4 years, 2 months ago
  59. 2976811 Add io_uring_sqring_wait() by Jens Axboe · 4 years, 2 months ago
  60. 76e3b79 Add nonblock empty socket read test by Jens Axboe · 4 years, 2 months ago
  61. cfddbbf test/accept: fix spurious connect failure by Jens Axboe · 4 years, 2 months ago
  62. 27b4479 test/accept: expect non-failure for SQPOLL on newer kernels by Jens Axboe · 4 years, 2 months ago
  63. cad057f Add SQPOLL sharing test case by Jens Axboe · 4 years, 2 months ago
  64. 41e0d97 io_uring.h: add new definitions from 5.10 by Jens Axboe · 4 years, 2 months ago
  65. 2d2ba3e man/io_uring_setup.2: document missing IORING_FEAT_* feature flags by Jens Axboe · 4 years, 2 months ago
  66. 4cfc1ab man/io_uring_enter.2: add description of buffer selections by Jens Axboe · 4 years, 2 months ago
  67. ac8a051 Merge branch 'pu/test-suite' of https://github.com/guillemj/liburing into master by Jens Axboe · 4 years, 2 months ago
  68. b1288a2 Merge branch 'more_pedantic_checks_in_test' of https://github.com/257/liburing into master by Jens Axboe · 4 years, 2 months ago
  69. bfe20f4 test/submit-reuse: explicitly large vec counts and IOSQE_ASYNC by Jens Axboe · 4 years, 2 months ago
  70. 543b6d9 test: Handle operating with a missing config-host.mak by Guillem Jover · 4 years, 2 months ago
  71. 04c243d build: Output CXX on quiet output when using a C++ compiler by Guillem Jover · 4 years, 2 months ago
  72. 1bdd946 test: Fix sq-full-cpp source and object declaration by Guillem Jover · 4 years, 2 months ago
  73. 57734eb test: Split each test target and source entry into its own line by Guillem Jover · 4 years, 2 months ago
  74. c03f77f test: Kill the tests if SIGINT was not effective by Guillem Jover · 4 years, 2 months ago
  75. e83b9eb test/sigfd-deadlock: remove unneeded libaio.h include by Jens Axboe · 4 years, 2 months ago
  76. 07ce66f Fix missing 'c' in sigfd-deadlock addition by Jens Axboe · 4 years, 2 months ago
  77. 692ffef .gitignore: add a few missing tests by Jens Axboe · 4 years, 2 months ago
  78. 6cf8556 Add signalfd deadlock test case by Jens Axboe · 4 years, 2 months ago
  79. 7fe2e81 test/register-restrictions: don't fail if restrictions aren't supported by Jens Axboe · 4 years, 2 months ago
  80. c536689 Merge branch 'io_uring_restrictions' of https://github.com/stefano-garzarella/liburing into master by Jens Axboe · 4 years, 2 months ago
  81. b9a04cb Add test/register-restrictions.c test case by Stefano Garzarella · 4 years, 4 months ago
  82. d2654b1 Add helper to enable rings by Stefano Garzarella · 4 years, 4 months ago
  83. 25cf9b9 Add helper to register restrictions by Stefano Garzarella · 4 years, 4 months ago
  84. ad39622 io_uring.h: add register restrictions and enable ring defines by Stefano Garzarella · 4 years, 4 months ago
  85. 6681946 io_uring.h: use an enumeration for io_uring_register(2) opcodes by Stefano Garzarella · 4 years, 4 months ago
  86. 43e05df Add a test case for closed pipe terminating properly by Jens Axboe · 4 years, 2 months ago
  87. aeee668 io_uring_prep_splice(): fix type (again) by Jens Axboe · 4 years, 2 months ago
  88. 10ffacf Use the right type for io_uring_prep_splice() by Jens Axboe · 4 years, 2 months ago
  89. 9b13026 Merge branch 'refactor_header_file_deps' of https://github.com/gfx/liburing into master by Jens Axboe · 4 years, 2 months ago
  90. 8e476e4 syscall: make syscall.h independently includeable by Goro Fuji · 4 years, 2 months ago
  91. 9e11ad2 test/iopoll: only SQPOLL requires root, IOPOLL does not by Jens Axboe · 4 years, 2 months ago
  92. 31cd4e0 test/iopoll: coding style fixups by Jens Axboe · 4 years, 2 months ago
  93. 4f6236b Merge branch 'iopoll-enters-test' of https://github.com/glommer/liburing into master by Jens Axboe · 4 years, 2 months ago
  94. 5964134 iopoll: test that we always enter the ring by Glauber Costa · 4 years, 2 months ago
  95. 1bafb3c sq_ring_needs_enter: revert change to only enter if submit != 0 by Jens Axboe · 4 years, 2 months ago
  96. f0f42a1 examples/io_uring-test: don't error on shorter files by Jens Axboe · 4 years, 2 months ago
  97. 515604d test/a4c0b3decb33-test: limit to 5000 iterations by Jens Axboe · 4 years, 2 months ago
  98. d729818 test/lfs-openat: add linked files test case by Jens Axboe · 4 years, 2 months ago
  99. bf41f6d test/double-poll-crash: ignore arguments by Jens Axboe · 4 years, 2 months ago
  100. b01cecc Add test case for double poll crash by Jens Axboe · 4 years, 2 months ago