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