1. 9e1d69e test/eeed8b54e0df-test: allow 4096 as valid return too by Jens Axboe · 4 years ago
  2. a7520c9 .gitignore: add test/nop-all-sizes by Stefano Garzarella · 4 years ago
  3. 5fe0cc2 man/io_uring_setup.2: document IORING_SETUP_ATTACH_WQ by Jens Axboe · 4 years ago
  4. 9a8a7b4 Merge branch 'master-debian' of https://github.com/metze-samba/liburing by Jens Axboe · 4 years ago
  5. c85ed5c update debian/changelog by Stefan Metzmacher · 4 years ago
  6. b0b7c1b update debian/liburing1.symbols by Stefan Metzmacher · 4 years ago
  7. 8b54fda debian/rules: pass down relativelibdir in order to get an absolute path by Stefan Metzmacher · 4 years ago
  8. aabb14e Merge branch 'man_newdoc' of https://github.com/xuanyi-fu/liburing by Jens Axboe · 4 years ago
  9. aba8a45 man/io_uring_setup.2: document IORING_SETUP_CLAMP by xuanyi-fu · 4 years ago
  10. e1ca178 Merge branch 'man_fix' of https://github.com/necipfazil/liburing by Jens Axboe · 4 years ago
  11. 66b300e man/io_uring_enter: fix openat sqe doc by Necip Fazil Yildiran · 4 years ago
  12. 332a17f test/nop-all-sizes: exit ring for each loop by Jens Axboe · 4 years ago
  13. 9633f08 Add test case for testing full fill of SQ and CQ ring by Jens Axboe · 4 years ago
  14. 45f0735 .gitignore: add test/cq-overflow-peek by Jens Axboe · 4 years ago
  15. 126308e test/statx: test for ENOSYS in statx_syscall_supported by Tobias Klauser · 4 years ago
  16. 012db62 io_uring.h: sync with kernel by Jens Axboe · 4 years ago
  17. 0abec42 test/statx: be safe and check if __NR_statx is there by Jens Axboe · 4 years ago
  18. cb7c626 test/statx: verify against statx(2) on all archs by Tobias Klauser · 4 years ago
  19. 20a7c01 io_uring_peek_batch_cqe should also check cq ring overflow by Xiaoguang Wang · 4 years ago
  20. 5de2450 test/cq-overflow-peek by Jens Axboe · 4 years ago
  21. 122eca6 Check cq ring overflow status by Xiaoguang Wang · 4 years ago
  22. 3fd5bd0 configure: fix typos in help/error messages by Tobias Klauser · 4 years ago
  23. d3887d3 .gitignore: add new test binaries by Tobias Klauser · 4 years ago
  24. 17287a1 test/cq-full: correct error condition by Jens Axboe · 4 years ago
  25. dcf9faa test/cq-overflow: correct error condition by Jens Axboe · 4 years ago
  26. 8ae8d1e src/setup: clarify that we always return -errno on error by Jens Axboe · 4 years ago
  27. cd94714 man/io_uring_enter.2: updated io_uring_sqe and fixed incorrect flag references. by Alex Nash · 4 years ago
  28. 6893adb Removed misplaced periods from io_uring_enter(2). by Alex Nash · 4 years ago
  29. cfa47ce Merge branch 'readme' of https://github.com/jobs-git/liburing by Jens Axboe · 4 years ago
  30. 8abda3b Make readme sensible by Jobs Gate · 4 years ago
  31. 4397321 man/io_uring_enter: update connect to note use of const by Jens Axboe · 4 years ago
  32. 2735541 Merge branch 'master' of https://github.com/KayEss/liburing by Jens Axboe · 4 years ago
  33. 62858b1 Take `sockaddr` immutably in io_uring_prep_connect by Kirit Sælensminde · 4 years ago
  34. 2c73fc4 test/ce593a6c480a-test: ignore arguments by Jens Axboe · 4 years ago
  35. 59666e4 Add regression test case for task_work regression by Jens Axboe · 4 years ago
  36. 76f2926 Merge branch 'dev' of https://github.com/CarterLi/liburing by Jens Axboe · 4 years ago
  37. ea91734 Merge branch 'fix-splice-docs' of https://github.com/gerow/liburing by Jens Axboe · 4 years ago
  38. 6ecb6d4 man: fix description of splice offsets by Mike Gerow · 4 years ago
  39. 1675704 test: various missing return checks from io_uring_wait_cqe() by Jens Axboe · 4 years ago
  40. 930da55 .travis.yml: Run tests as root and ignore test results by Bart Van Assche · 4 years ago
  41. 1107d85 .travis.yml: Change the language from C to C++ by Bart Van Assche · 4 years ago
  42. 532eddd configure: Use $CC and $CXX as default compilers if set by Bart Van Assche · 4 years ago
  43. a865ad5 Add a C++ unit test by Bart Van Assche · 4 years ago
  44. 3d74c67 Make the liburing header files again compatible with C++ by Bart Van Assche · 4 years ago
  45. 56ff6c9 src/include/liburing/barrier.h: Restore clang compatibility by Bart Van Assche · 4 years ago
  46. 2f1b095 src/Makefile: Only specify -shared at link time by Bart Van Assche · 4 years ago
  47. d9f9537 configure: test for presence of C++ compiler by Jens Axboe · 4 years, 1 month ago
  48. f2edb9d Merge branch 'openat_o_path' of https://github.com/MaxKellermann/liburing by Jens Axboe · 4 years, 1 month ago
  49. fd6d46b test/lfs-openat: open dfd with O_PATH by Max Kellermann · 4 years, 2 months ago
  50. 98cbe6a test/timeout-overflow: use #X for the timeout number by Jens Axboe · 4 years, 1 month ago
  51. 3e61f57 test/runtests.sh: make default timeout be 60 seconds by Jens Axboe · 4 years, 1 month ago
  52. 7fa184f Convert __io_uring_get_sqe() from a macro into an inline function by Bart Van Assche · 4 years, 1 month ago
  53. b9c0bf7 src/include/liburing/barrier.h: Use C11 atomics by Bart Van Assche · 4 years, 1 month ago
  54. 7c0f3fa Makefiles: Enable -Wextra by Bart Van Assche · 4 years, 1 month ago
  55. 94ba637 Bump version to 1.0.7 by Jens Axboe · 4 years, 1 month ago
  56. 8f7d89d change poll_events to 32 bits to cover EPOLLEXCLUSIVE by Jiufei Xue · 4 years, 1 month ago
  57. c7748f9 test/stdout: fix strcmp non-\0 string by Pavel Begunkov · 4 years, 1 month ago
  58. 0715636 Add test/iopoll to .gitignore by Jens Axboe · 4 years, 1 month ago
  59. 26ac732 test/runtests.sh: add dmesg check by Jens Axboe · 4 years, 1 month ago
  60. 595e4db test/send_recv: add SQPOLL test case by Jens Axboe · 4 years, 1 month ago
  61. 1c95b9c examples/ucontext-cp.c: use IORING_OP_TIMEOUT by Carter Li · 4 years, 1 month ago
  62. bfda2d4 man/io_uring_enter: correct the description of by Carter Li · 4 years, 1 month ago
  63. 65c90e0 Add test/close-opath.c by Jens Axboe · 4 years, 1 month ago
  64. 929fedf test/runtests.sh: improve failed list by Jens Axboe · 4 years, 1 month ago
  65. cb681c3 test/iopoll: skip test if file/device/fs doesn't supported polled IO by Jens Axboe · 4 years, 1 month ago
  66. db4d038 test/file-register: ensure write vs read is ordered by Jens Axboe · 4 years, 2 months ago
  67. 87d9bc0 test/runtests.sh: include argument for failed test concatenation by Jens Axboe · 4 years, 2 months ago
  68. 4339af0 test/eventfd-disable: ignore test when an argument is given by Jens Axboe · 4 years, 2 months ago
  69. 2262c68 Add test/eventfd-disable.c test case by Stefano Garzarella · 4 years, 2 months ago
  70. bcbedee man/io_uring_register.2: add IORING_CQ_EVENTFD_DISABLED description by Stefano Garzarella · 4 years, 2 months ago
  71. 305bf9b Add helpers to set and get eventfd notification status by Stefano Garzarella · 4 years, 2 months ago
  72. fcfe9ef man/io_uring_setup.2: add 'flags' field in the struct io_cqring_offsets by Stefano Garzarella · 4 years, 2 months ago
  73. 0f05173 Add CQ ring 'flags' field by Stefano Garzarella · 4 years, 2 months ago
  74. c15ba8c test: use config.local for runtests.sh by Jens Axboe · 4 years, 2 months ago
  75. 7673020 Add test case for SQPOLL -EBUSY bug by Jens Axboe · 4 years, 2 months ago
  76. 574af85 test/runtests.sh: check if configured test files exist by Jens Axboe · 4 years, 2 months ago
  77. 5967ae5 test/fadvise: support configured test files by Jens Axboe · 4 years, 2 months ago
  78. 4124aeb test/madvise: support configured test files by Jens Axboe · 4 years, 2 months ago
  79. 312ee7a test/read-write: support configured test files by Jens Axboe · 4 years, 2 months ago
  80. 9ab8364 test/iopoll: add buf_select test case by Jens Axboe · 4 years, 2 months ago
  81. c417085 test/iopoll: add polled IO test case by Jens Axboe · 4 years, 2 months ago
  82. bd1cc8f test: add option to run with defined test files / devices by Jens Axboe · 4 years, 2 months ago
  83. a2141fc test: add potential argument, ignore if unused by Jens Axboe · 4 years, 2 months ago
  84. 36c05ec remove duplicate call to __io_uring_peek_cqe() by Bijan Mottahedeh · 4 years, 2 months ago
  85. a1a349a update wait_nr to account for completed event by Bijan Mottahedeh · 4 years, 2 months ago
  86. 87bad14 preseve wait_nr if SETUP_IOPOLL is set by Bijan Mottahedeh · 4 years, 2 months ago
  87. 2df004f man/io_uring_enter.2: add IORING_OP_TEE entry by Jens Axboe · 4 years, 2 months ago
  88. cce0311 splice/tee/tests: test len=0 splice/tee by Pavel Begunkov · 4 years, 2 months ago
  89. c6a6737 tee/test: add test for tee(2) by Pavel Begunkov · 4 years, 2 months ago
  90. 7cacedd update io_uring.h with tee() by Pavel Begunkov · 4 years, 2 months ago
  91. 0c52d0e splice/test: improve splice tests by Pavel Begunkov · 4 years, 2 months ago
  92. 2a6c26c test/open-close: fix race with closing ring itself by Jens Axboe · 4 years, 2 months ago
  93. fe50048 Merge branch 'master' of https://github.com/shuveb/liburing by Jens Axboe · 4 years, 2 months ago
  94. f440930 Adding section to describe IORING_OP_EPOLL_CTL by Shuveb Hussain · 4 years, 2 months ago
  95. 7fc6b78 test/sfr: basic test for sync_file_range by Pavel Begunkov · 4 years, 2 months ago
  96. 9f43ad3 test/link-timeout: FASTPOLL kernels can cancel successfully by Jens Axboe · 4 years, 2 months ago
  97. bbf591c fix missing '#include <sys/stat.h>' in 'src/include/liburing.h by Milan P. Stanić · 4 years, 2 months ago
  98. 8171778 fix build on musl libc by Milan P. Stanić · 4 years, 2 months ago
  99. df75656 Use uint64_t for splice offsets by Jens Axboe · 4 years, 2 months ago
  100. b509609 Use __off64_t for offsets by Jens Axboe · 4 years, 2 months ago