1. c9e76e8 test/file-register: skip file skipping on older kernels by Jens Axboe · 3 years, 6 months ago
  2. 25ca5d2 test/file-register: cleanups by Jens Axboe · 3 years, 6 months ago
  3. 00c2056 io_uring.h: 5.12 pending kernel sync by Jens Axboe · 3 years, 6 months ago
  4. 17dd76d man/io_uring_register.2: fix spelling error by Jens Axboe · 3 years, 6 months ago
  5. 5bbf215 Merge branch 'master' of https://github.com/goldsteinn/liburing by Jens Axboe · 3 years, 6 months ago
  6. 5821b03 man/io_uring_register.2: Add documentation on IORING_REGISTER_FILES_SKIP by noah · 3 years, 6 months ago
  7. 5aab363 test/file-register.c: Add tests for skipping file by noah · 3 years, 6 months ago
  8. 7b2437c test: use a map to define test files / devices we need by Hao Xu · 3 years, 8 months ago
  9. 6634766 tests: add another timeout sequence test case by Marcelo Diop-Gonzalez · 3 years, 7 months ago
  10. 871df02 Add .gitignore entries for recent tests by Jens Axboe · 3 years, 6 months ago
  11. 82b8e6d Add two ring deadlock case by Jens Axboe · 3 years, 6 months ago
  12. 6598701 Add circular poll ring test case by Jens Axboe · 3 years, 6 months ago
  13. fe0dfad Merge branch 'io_uring_enter_man_fallocate' of https://github.com/jorangreef/liburing by Jens Axboe · 3 years, 6 months ago
  14. 1692aa8 Fix IORING_OP_FALLOCATE args in io_uring_enter(2) man page by Joran Dirk Greef · 3 years, 7 months ago
  15. d247109 test/self: skip if argument passed in by Jens Axboe · 3 years, 7 months ago
  16. 2edfa3f Add test case for thread exiting with pending IO by Jens Axboe · 3 years, 7 months ago
  17. 73a9b2b Merge branch 'dev/cosmetics' of https://github.com/nunojsa/liburing by Jens Axboe · 3 years, 7 months ago
  18. 2ebc85b src/queue: Fix a typo in `__io_uring_flush_sq()` by Nuno Sa · 3 years, 7 months ago
  19. c0b1512 src/queue: fix `sq_ring_needs_enter()` indentation by Nuno Sa · 3 years, 7 months ago
  20. 865fe28 src/queue: refactor io_uring_get_sqe() by Pavel Begunkov · 3 years, 7 months ago
  21. f7660b2 tests: test fixed file removal order by Pavel Begunkov · 3 years, 7 months ago
  22. cf2ad2a tests: identify timed out tests correctly by Pavel Begunkov · 3 years, 7 months ago
  23. f020d23 man/io_uring_setup.2: correct 5.10 -> 5.11 for non-fixed files and SQPOLL by Jens Axboe · 3 years, 8 months ago
  24. 35ce1d5 man/io_uring_enter.2: document new opcodes by Jens Axboe · 3 years, 8 months ago
  25. b09d1d4 man/io_uring_enter.2: ensure all IORING_ENTER_* flags are documented by Jens Axboe · 3 years, 8 months ago
  26. 88b845d src/queue: add comment on why reading SQ->head for flush isn't atomic by Jens Axboe · 3 years, 8 months ago
  27. 31a9f9c liburing.h: fix 32-bit compile warning by Jens Axboe · 3 years, 8 months ago
  28. 7918288 Merge branch 'fix-type-manpage' of https://github.com/goldsteinn/liburing by Jens Axboe · 3 years, 8 months ago
  29. 762fdb0 man/io_uring.7: Fix typo by noah · 3 years, 8 months ago
  30. 662f7d2 Merge branch 'liburing-add-branch-helpers' of https://github.com/goldsteinn/liburing by Jens Axboe · 3 years, 8 months ago
  31. 6b95156 Added __builtin_expect macros and wrapped IORING_ENTER_SQ_WAKEUP branch by noah · 3 years, 8 months ago
  32. 28322d3 Merge branch 'fix-manpage-newline' of https://github.com/goldsteinn/liburing by Jens Axboe · 3 years, 8 months ago
  33. 97e3a8b fixed newline character in man. $> man -l io_uring.7 would display 0 instead of backslash n by noah · 3 years, 8 months ago
  34. bd0befa Merge branch 'master' of https://github.com/romange/liburing by Jens Axboe · 3 years, 8 months ago
  35. 31eb4c9 Add a test demonstrating connect timeout functionality by Roman Gershman · 3 years, 8 months ago
  36. 5438a4b Merge branch 'fix-io-uring-setup-manual' of https://github.com/wapxmas/liburing by Jens Axboe · 3 years, 8 months ago
  37. 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
  38. 929c069 test/timeout-new: test for timeout feature by Hao Xu · 3 years, 8 months ago
  39. 516280a rem_buf/test: inital testing for OP_REMOVE_BUFFERS by Pavel Begunkov · 3 years, 8 months ago
  40. 098d6ef timeout/test: clear state for timeout updates by Pavel Begunkov · 3 years, 8 months ago
  41. ce2ee68 man/io_uring_enter.2: describe timeout updates by Pavel Begunkov · 3 years, 8 months ago
  42. b02d6a6 test/rw: test reg bufs with non-align sizes/offset by Pavel Begunkov · 3 years, 8 months ago
  43. 35999b0 test/rw: remove not used mixed_fixed flag by Pavel Begunkov · 3 years, 8 months ago
  44. 2ea2bd8 test/rw: name flags for clearness by Pavel Begunkov · 3 years, 8 months ago
  45. 3bdd983 Don't enter the kernel to wait on cqes if they are already available. by Marcelo Diop-Gonzalez · 3 years, 8 months ago
  46. 2f4254d test/timeout: test timeout updates by Pavel Begunkov · 3 years, 8 months ago
  47. 623e203 Add timeout update by Pavel Begunkov · 3 years, 8 months ago
  48. 36026fc Add test case for SQPOLL going to sleep properly by Jens Axboe · 3 years, 8 months ago
  49. 5d027b3 Merge branch 'identifier' of https://github.com/sharpelletti/liburing by Jens Axboe · 3 years, 9 months ago
  50. dac6db3 Changes format string from %lld to %PRIu64 in several tests. by Ryan Sharpelletti · 3 years, 9 months ago
  51. 743ec02 test: long iov recvmsg()/copy by Pavel Begunkov · 3 years, 9 months ago
  52. 816d3ac Merge branch 'master' of https://github.com/kraj/liburing by Jens Axboe · 3 years, 9 months ago
  53. 0a9b12e test: Fix build on 32bit architectures with 6bit time_t by Khem Raj · 3 years, 9 months ago
  54. 3889105 remove zero-size array in io_uring.h by Akinobu Mita · 3 years, 9 months ago
  55. ba0a2e4 Rename SIG_IS_DATA -> EXT_ARG by Jens Axboe · 3 years, 9 months ago
  56. 5a7c8ac Update SIG_IS_DATA to modified kernel API by Jens Axboe · 3 years, 9 months ago
  57. 0de9d8c Use IORING_ENTER_GETEVENTS_TIMEOUT if available by Jens Axboe · 3 years, 9 months ago
  58. 898294d Add wrapper for __io_uring_get_cqe() by Jens Axboe · 3 years, 9 months ago
  59. 46e65de Add __sys_io_uring_enter2() by Jens Axboe · 3 years, 9 months ago
  60. cdb7712 Include 'features' in struct io_uring by Jens Axboe · 3 years, 9 months ago
  61. 92f7b87 io_uring.h: update with 5.11-pending copy by Jens Axboe · 3 years, 9 months ago
  62. bd62cfb test/self: update description by Jens Axboe · 3 years, 9 months ago
  63. d7e4f94 test/self: add /proc/self/ open+read test case by Jens Axboe · 3 years, 9 months ago
  64. b332be0 .gitignore: add missing test cases by Jens Axboe · 3 years, 9 months ago
  65. 611988f test/unlink: add failure case by Jens Axboe · 3 years, 9 months ago
  66. 80ad860 test/rename: add failure case by Jens Axboe · 3 years, 9 months ago
  67. df6b9a9 Fix compilation with iso C standard (c89, c99 and c11) by Simon Zeni · 3 years, 9 months ago
  68. 8d2287b test/{rename,unlink}: don't fail on no kernel support by Jens Axboe · 3 years, 9 months ago
  69. c8b1c55 Merge branch 'assert' of https://github.com/sharpelletti/liburing by Jens Axboe · 3 years, 9 months ago
  70. 1cf969d examples: disable ucontext-cp if ucontext.h is not available by Simon Zeni · 3 years, 9 months ago
  71. e3adbfc Moves function calls out of assert(). by Ryan Sharpelletti · 3 years, 9 months ago
  72. a1ab3bd Add rename at unlink test cases by Jens Axboe · 3 years, 9 months ago
  73. 7f732a7 liburing.h: add renameat/unlinkat prep helpers by Jens Axboe · 3 years, 9 months ago
  74. 44db0f4 io_uring.h: add renameat and unlinkat opcodes by Jens Axboe · 3 years, 9 months ago
  75. 60c05f5 test/accept-reuse: reduce queue size by Jens Axboe · 3 years, 9 months ago
  76. 1a242e0 test/submit-reuse: error check file opens by Jens Axboe · 3 years, 9 months ago
  77. 3fffeaf Merge branch 'pu/unsafe-tmpdir' of https://github.com/guillemj/liburing by Jens Axboe · 3 years, 10 months ago
  78. 6a89214 configure: Fix unsafe temporary file creation by Guillem Jover · 3 years, 10 months ago
  79. 5d12b13 test/lfs-open: less limited test_drained_files by Pavel Begunkov · 3 years, 10 months ago
  80. c98af26 test/file-register: add expected fail case by Jens Axboe · 3 years, 10 months ago
  81. 1a02de4 test/cq-overflow-peek: skip for !NODROP by Jens Axboe · 3 years, 10 months ago
  82. df8e753 test/connect: skip if connect isn't supported by Jens Axboe · 3 years, 10 months ago
  83. b8547fc test/close-opath: skip on older kernels by Jens Axboe · 3 years, 10 months ago
  84. 50961b5 test/splice: expand criteria for having splice and skip if not there by Jens Axboe · 3 years, 10 months ago
  85. 007841f test/accept-test: skip if accept isn't supported by Jens Axboe · 3 years, 10 months ago
  86. 382593a test/accept-link: abort if accept isn't supported by Jens Axboe · 3 years, 10 months ago
  87. 65e8fba test/*-reuse: don't test for !IORING_FEAT_SUBMIT_STABLE by Jens Axboe · 3 years, 10 months ago
  88. 295d711 Merge branch 'pu/build-flags' of https://github.com/guillemj/liburing into master by Jens Axboe · 3 years, 10 months ago
  89. 0a22a8b Merge branch 'manpage-get-sqe' of https://github.com/pcewing/liburing into master by Jens Axboe · 3 years, 10 months ago
  90. f668187 man/io_uring_enter.2: clarify POLL_ADD return value by Jens Axboe · 3 years, 10 months ago
  91. 3478589 Add get_sqe manpage to debian package by Paul Ewing · 3 years, 10 months ago
  92. 361a45b Add man page for io_uring_get_sqe by Paul Ewing · 3 years, 10 months ago
  93. 3fb23ee test/submit-reuse: take a breather between fadvise calls by Jens Axboe · 3 years, 10 months ago
  94. 8de499d man/io_uring_enter.2: add EACCES and EBADFD errors by Stefano Garzarella · 3 years, 10 months ago
  95. 4999c08 man/io_uring_register.2: add description of restrictions by Stefano Garzarella · 3 years, 10 months ago
  96. 61f2403 man/io_uring_setup.2: add IORING_SETUP_R_DISABLED description by Stefano Garzarella · 3 years, 10 months ago
  97. a29edc6 Makefile: add .PHONY dependency by Jens Axboe · 3 years, 10 months ago
  98. b4135db Merge branch 'feature/man-pages' of https://github.com/pcewing/liburing into master by Jens Axboe · 3 years, 10 months ago
  99. e0df0f8 man/io_uring_enter.2: split ERRORS section in two sections by Stefano Garzarella · 3 years, 11 months ago
  100. a51ae1c Merge branch 'master' of https://github.com/shuveb/liburing into master by Jens Axboe · 3 years, 10 months ago