1. ea020b5 Fix 32-bit warnings on compile by Jens Axboe · 4 years, 3 months ago
  2. 459e895 test: use mmap() directly in syzbot generated code by Jens Axboe · 4 years, 3 months ago
  3. e62b644 __io_uring_get_cqe: silence signed vs unsigned comparison warning by Jens Axboe · 4 years, 4 months ago
  4. 0a32780 io_uring_get_sqe: always use khead by Jens Axboe · 4 years, 4 months ago
  5. f0c5c54 sq_ring_needs_enter: check whether there are sqes when SQPOLL is not enabled by Xiaoguang Wang · 4 years, 4 months ago
  6. f2e1f35 .gitignore: add lfs-openat and lfs-openat-write by Jens Axboe · 4 years, 4 months ago
  7. ccc9a54 Merge branch 'master' of https://github.com/markpapadakis/liburing by Jens Axboe · 4 years, 4 months ago
  8. 388ccdf Utility function io_uring_register_eventfd_async by Mark Papadakis · 4 years, 4 months ago
  9. 71d4e9e Merge branch 'pu/readme-license' of https://github.com/guillemj/liburing by Jens Axboe · 4 years, 4 months ago
  10. 8e9f14e README: Update license information by Guillem Jover · 4 years, 4 months ago
  11. 18417d9 Merge branch 'pu/licenses' of https://github.com/guillemj/liburing by Jens Axboe · 4 years, 4 months ago
  12. e2840c9 spec: Correct License field by Guillem Jover · 4 years, 4 months ago
  13. 067609c man: Switch to use SPDX tag markers by Guillem Jover · 4 years, 4 months ago
  14. 499db80 Add COPYING.GPL for the GPL v2 license text by Guillem Jover · 4 years, 4 months ago
  15. a94598c Merge branch 'fix-typo' of https://github.com/xuanyi-fu/liburing by Jens Axboe · 4 years, 4 months ago
  16. cbd2e03 man/io_uring_enter.2: fix typo by xuanyi · 4 years, 4 months ago
  17. 802b9a2 configure: check for struct statx by Jens Axboe · 4 years, 4 months ago
  18. 3d70675 test/lfs-openat-write: return the correct error by Jens Axboe · 4 years, 4 months ago
  19. 8040ba7 Coding style cleanups by Jens Axboe · 4 years, 4 months ago
  20. 884f44f test/lfs-openat-write: test LFS writes with OPENAT file by Jens Axboe · 4 years, 4 months ago
  21. d50b2df test/lfs-openat: unlink the right file by Jens Axboe · 4 years, 4 months ago
  22. 2989621 Add LFS openat test by Jens Axboe · 4 years, 4 months ago
  23. 344355e man/io_uring_enter.2: add note of EINTR return value by Jens Axboe · 4 years, 4 months ago
  24. 8bee206 Add test/splice to .gitignore by Stefano Garzarella · 4 years, 4 months ago
  25. f3c1c94 test/read-write: skip IOSQE_ASYNC if not supported by Jens Axboe · 4 years, 5 months ago
  26. 1dbb1a3 io_uring.h: correct spdx header by Jens Axboe · 4 years, 5 months ago
  27. aad28c4 test/read-write: add RLIMIT_SIZE test case by Jens Axboe · 4 years, 5 months ago
  28. fea5b70 test/fallocate: add test case for exceeding RLIMIT_FSIZE by Jens Axboe · 4 years, 5 months ago
  29. 88329a7 spec: add ./configure --libdevdir= for development package files by Stefan Hajnoczi · 4 years, 5 months ago
  30. ab0bd8f spec: use "or" instead of "/" in License line by Stefan Hajnoczi · 4 years, 5 months ago
  31. 3d0842c test/link-timeout: accept -ECANCELED for bad address write as well by Jens Axboe · 4 years, 5 months ago
  32. 46060e8 test/read-write: add test case for links with async/drain by Jens Axboe · 4 years, 5 months ago
  33. 12e24c0 test/test/sq-space_left: test kernel vs liburing side sync on short submit by Jens Axboe · 4 years, 5 months ago
  34. b3c7884 io_uring_sq_ready: always used shared ring state by Jens Axboe · 4 years, 5 months ago
  35. 4c8404a Change 'gid' to 'bgid' for providing buffers by Jens Axboe · 4 years, 5 months ago
  36. 45dcd66 Add io_uring_prep_remove_buffers() helper by Jens Axboe · 4 years, 5 months ago
  37. 98189e8 Sync io_uring.h header with the 5.7 pending kernel bits by Jens Axboe · 4 years, 5 months ago
  38. 991f849 test/read-write: add more buffer select tests by Jens Axboe · 4 years, 5 months ago
  39. bb52740 Merge branch 'fix-warnings' of https://github.com/taylordotfish/liburing by Jens Axboe · 4 years, 5 months ago
  40. 8dded74 Fix warnings when compiling tests by Taylor · 4 years, 5 months ago
  41. 0182e89 Merge branch 'atomic-builtins' of https://github.com/taylordotfish/liburing by Jens Axboe · 4 years, 5 months ago
  42. b2c67e9 Remove unused code in barrier.h by Taylor · 4 years, 5 months ago
  43. f342494 Merge branch 'atomic-builtins' of https://github.com/taylordotfish/liburing by Jens Axboe · 4 years, 5 months ago
  44. 6f35a62 Use __atomic builtins in barrier.h by Taylor · 4 years, 5 months ago
  45. 4f48c04 io_uring_wait_cqes(): correct comment by Jens Axboe · 4 years, 5 months ago
  46. de4266d __io_uring_get_cqe: remove redundant wait_nr clear by Jens Axboe · 4 years, 5 months ago
  47. 044e585 test/send_recvmsg: cleanup on abort by Jens Axboe · 4 years, 5 months ago
  48. 417017d test/splice: don't use memfd by Jens Axboe · 4 years, 5 months ago
  49. 5eef453 test/splice: include <linux/memfd.h> by Jens Axboe · 4 years, 5 months ago
  50. dc14e30 __io_uring_get_cqe: fix spurious -EAGAIN by Jens Axboe · 4 years, 5 months ago
  51. 0edcef5 __io_uring_get_cqe: don't subtract negative error from 'submit' by Jens Axboe · 4 years, 5 months ago
  52. 8a03150 __io_uring_get_cqe: eliminate unnecessary io_uring_enter() syscalls by Xiaoguang Wang · 4 years, 5 months ago
  53. 4c7ae1d test/across-fork: have child wait for write finish by Jens Axboe · 4 years, 5 months ago
  54. 00469d8 test/send_recvmsg: ensure that we get -ENOBUFS for no buffers by Jens Axboe · 4 years, 5 months ago
  55. 66b3760 test/send_recvmsg: add missing socket close by Jens Axboe · 4 years, 5 months ago
  56. 74a8d1e test/read-write: ensure SQPOLL for non-root just warns by Jens Axboe · 4 years, 5 months ago
  57. 5661802 io_uring_prep_splice: fix 32-bit compat off_in truncation by Jens Axboe · 4 years, 5 months ago
  58. e42430c test/send_recvmsg: add support for BUF_SELECT by Jens Axboe · 4 years, 5 months ago
  59. 2275c90 Fix 32-bit warning for io_uring_prep_splice() by Jens Axboe · 4 years, 5 months ago
  60. 7061b5f Merge branch 'patch-1' of https://github.com/YoSTEALTH/liburing-C by Jens Axboe · 4 years, 5 months ago
  61. 0246dee Needs an line break by YoSTEALTH · 4 years, 5 months ago
  62. 083ae16 test/poll-link: don't error out on connect failure by Jens Axboe · 4 years, 5 months ago
  63. f65f0e8 Make it clear we're now on the 0.6 base by Jens Axboe · 4 years, 5 months ago
  64. 21892f5 test/read-write: fix non-root failure by Jens Axboe · 4 years, 5 months ago
  65. bce5ec3 test/link: fix typo by Jens Axboe · 4 years, 5 months ago
  66. 9d6dbd4 test/read-write: add test case for selectable buffers by Jens Axboe · 4 years, 5 months ago
  67. 4040b8f Add IORING_OP_PROVIDE_BUFFERS and helper by Jens Axboe · 4 years, 5 months ago
  68. 98f6ebd test/sq-poll-kthread: include grace period before thread check by Jens Axboe · 4 years, 5 months ago
  69. ab77833 configure: sync struct open_how with kernel API by Jens Axboe · 4 years, 5 months ago
  70. 59d0acf Reinstate io_uring_unregister_eventfd() by Jens Axboe · 4 years, 5 months ago
  71. 02c7cac test/splice: fix-up test case on kernels not supporting splice by Jens Axboe · 4 years, 5 months ago
  72. faff5be test/splice: add basic splice tests by Pavel Begunkov · 4 years, 5 months ago
  73. 4f4eff4 splice: add splice(2) helpers by Pavel Begunkov · 4 years, 5 months ago
  74. 1b5c910 test/accept-link: update for FAST_POLL by Jens Axboe · 4 years, 5 months ago
  75. 122a802 Sync io_uring.h with 5.7-pre by Jens Axboe · 4 years, 5 months ago
  76. 948cb50 test: add sq-poll-kthread test case by Stefano Garzarella · 4 years, 6 months ago
  77. 401f8af configure: fix mis-generation of compat.h for no __kernel_rwf_t by Jens Axboe · 4 years, 6 months ago
  78. 0847b8a Merge branch 'dev' of https://github.com/CarterLi/liburing by Jens Axboe · 4 years, 6 months ago
  79. ff2ae9b man/io_uring_setup.2: fix 'sq_thread_idle' description by Stefano Garzarella · 4 years, 6 months ago
  80. 2be0b94 liburing.h: add const type qualifier for io_uring_prep_write by Carter Li · 4 years, 6 months ago
  81. 8304a49 Merge branch 'dev' of https://github.com/CarterLi/liburing by Jens Axboe · 4 years, 6 months ago
  82. 1139add man/io_uring_enter.2: correct IORING_OP_STATX by Carter Li · 4 years, 6 months ago
  83. 728244b Merge branch 'pu/test-suite' of https://github.com/guillemj/liburing by Jens Axboe · 4 years, 6 months ago
  84. 6cf7678 test: Initialize the data struct to set stop member to 0 by Guillem Jover · 4 years, 6 months ago
  85. 0256e8c test: Distinguish failure messages for accept-link by Guillem Jover · 4 years, 6 months ago
  86. 7eaeaa6 test: Expect fail values from io_uring calls to be -errno instead of -1 by Guillem Jover · 4 years, 6 months ago
  87. a72c2db test: Handle NULL sqe and cqe in tests by Guillem Jover · 4 years, 6 months ago
  88. 9502d6d test: Unify queue init failed error message by Guillem Jover · 4 years, 6 months ago
  89. 8bf676e test: Cleanup file artifacts on early exits by Guillem Jover · 4 years, 6 months ago
  90. 1fb4160 test: Skip tests where the kernel lacks support by Guillem Jover · 4 years, 6 months ago
  91. b653523 Add src/include/liburing/compat.h to .gitignore by Guillem Jover · 4 years, 6 months ago
  92. 2454d63 test/poll-cancel-ton: reap events after submit by Jens Axboe · 4 years, 6 months ago
  93. 8f979c6 man/io_uring_register.2: add note of ring quiesce for file/buffers registration by Jens Axboe · 4 years, 6 months ago
  94. 7169056 Auto-generate compat.h by Jens Axboe · 4 years, 6 months ago
  95. d0a15ca Correctly handle if __kernel_timespec is defined by Jens Axboe · 4 years, 6 months ago
  96. e502435 Add SPDX license identifiers by Jens Axboe · 4 years, 6 months ago
  97. 17d1876 liburing.spec: use brick.kernel.dk and add the signature by Jens Axboe · 4 years, 6 months ago
  98. d7e3848 io_uring.h: make GPL-2.0 OR MIT by Jens Axboe · 4 years, 6 months ago
  99. d0e4cfa Merge branch 'pu/version-script' of https://github.com/guillemj/liburing by Jens Axboe · 4 years, 6 months ago
  100. 6fd5ab4 liburing.map: Fix LIBURING_0.3 shared library version node by Guillem Jover · 4 years, 6 months ago