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