1. 45dcd66 Add io_uring_prep_remove_buffers() helper by Jens Axboe · 4 years, 8 months ago
  2. 98189e8 Sync io_uring.h header with the 5.7 pending kernel bits by Jens Axboe · 4 years, 8 months ago
  3. 991f849 test/read-write: add more buffer select tests by Jens Axboe · 4 years, 8 months ago
  4. bb52740 Merge branch 'fix-warnings' of https://github.com/taylordotfish/liburing by Jens Axboe · 4 years, 8 months ago
  5. 8dded74 Fix warnings when compiling tests by Taylor · 4 years, 8 months ago
  6. 0182e89 Merge branch 'atomic-builtins' of https://github.com/taylordotfish/liburing by Jens Axboe · 4 years, 8 months ago
  7. b2c67e9 Remove unused code in barrier.h by Taylor · 4 years, 8 months ago
  8. f342494 Merge branch 'atomic-builtins' of https://github.com/taylordotfish/liburing by Jens Axboe · 4 years, 8 months ago
  9. 6f35a62 Use __atomic builtins in barrier.h by Taylor · 4 years, 8 months ago
  10. 4f48c04 io_uring_wait_cqes(): correct comment by Jens Axboe · 4 years, 8 months ago
  11. de4266d __io_uring_get_cqe: remove redundant wait_nr clear by Jens Axboe · 4 years, 8 months ago
  12. 044e585 test/send_recvmsg: cleanup on abort by Jens Axboe · 4 years, 8 months ago
  13. 417017d test/splice: don't use memfd by Jens Axboe · 4 years, 8 months ago
  14. 5eef453 test/splice: include <linux/memfd.h> by Jens Axboe · 4 years, 8 months ago
  15. dc14e30 __io_uring_get_cqe: fix spurious -EAGAIN by Jens Axboe · 4 years, 8 months ago
  16. 0edcef5 __io_uring_get_cqe: don't subtract negative error from 'submit' by Jens Axboe · 4 years, 8 months ago
  17. 8a03150 __io_uring_get_cqe: eliminate unnecessary io_uring_enter() syscalls by Xiaoguang Wang · 4 years, 8 months ago
  18. 4c7ae1d test/across-fork: have child wait for write finish by Jens Axboe · 4 years, 8 months ago
  19. 00469d8 test/send_recvmsg: ensure that we get -ENOBUFS for no buffers by Jens Axboe · 4 years, 8 months ago
  20. 66b3760 test/send_recvmsg: add missing socket close by Jens Axboe · 4 years, 8 months ago
  21. 74a8d1e test/read-write: ensure SQPOLL for non-root just warns by Jens Axboe · 4 years, 8 months ago
  22. 5661802 io_uring_prep_splice: fix 32-bit compat off_in truncation by Jens Axboe · 4 years, 8 months ago
  23. e42430c test/send_recvmsg: add support for BUF_SELECT by Jens Axboe · 4 years, 8 months ago
  24. 2275c90 Fix 32-bit warning for io_uring_prep_splice() by Jens Axboe · 4 years, 8 months ago
  25. 7061b5f Merge branch 'patch-1' of https://github.com/YoSTEALTH/liburing-C by Jens Axboe · 4 years, 8 months ago
  26. 0246dee Needs an line break by YoSTEALTH · 4 years, 8 months ago
  27. 083ae16 test/poll-link: don't error out on connect failure by Jens Axboe · 4 years, 8 months ago
  28. f65f0e8 Make it clear we're now on the 0.6 base by Jens Axboe · 4 years, 8 months ago
  29. 21892f5 test/read-write: fix non-root failure by Jens Axboe · 4 years, 8 months ago
  30. bce5ec3 test/link: fix typo by Jens Axboe · 4 years, 8 months ago
  31. 9d6dbd4 test/read-write: add test case for selectable buffers by Jens Axboe · 4 years, 8 months ago
  32. 4040b8f Add IORING_OP_PROVIDE_BUFFERS and helper by Jens Axboe · 4 years, 8 months ago
  33. 98f6ebd test/sq-poll-kthread: include grace period before thread check by Jens Axboe · 4 years, 8 months ago
  34. ab77833 configure: sync struct open_how with kernel API by Jens Axboe · 4 years, 8 months ago
  35. 59d0acf Reinstate io_uring_unregister_eventfd() by Jens Axboe · 4 years, 8 months ago
  36. 02c7cac test/splice: fix-up test case on kernels not supporting splice by Jens Axboe · 4 years, 8 months ago
  37. faff5be test/splice: add basic splice tests by Pavel Begunkov · 4 years, 8 months ago
  38. 4f4eff4 splice: add splice(2) helpers by Pavel Begunkov · 4 years, 8 months ago
  39. 1b5c910 test/accept-link: update for FAST_POLL by Jens Axboe · 4 years, 8 months ago
  40. 122a802 Sync io_uring.h with 5.7-pre by Jens Axboe · 4 years, 8 months ago
  41. 948cb50 test: add sq-poll-kthread test case by Stefano Garzarella · 4 years, 8 months ago
  42. 401f8af configure: fix mis-generation of compat.h for no __kernel_rwf_t by Jens Axboe · 4 years, 8 months ago
  43. 0847b8a Merge branch 'dev' of https://github.com/CarterLi/liburing by Jens Axboe · 4 years, 8 months ago
  44. ff2ae9b man/io_uring_setup.2: fix 'sq_thread_idle' description by Stefano Garzarella · 4 years, 8 months ago
  45. 2be0b94 liburing.h: add const type qualifier for io_uring_prep_write by Carter Li · 4 years, 8 months ago
  46. 8304a49 Merge branch 'dev' of https://github.com/CarterLi/liburing by Jens Axboe · 4 years, 8 months ago
  47. 1139add man/io_uring_enter.2: correct IORING_OP_STATX by Carter Li · 4 years, 8 months ago
  48. 728244b Merge branch 'pu/test-suite' of https://github.com/guillemj/liburing by Jens Axboe · 4 years, 8 months ago
  49. 6cf7678 test: Initialize the data struct to set stop member to 0 by Guillem Jover · 4 years, 8 months ago
  50. 0256e8c test: Distinguish failure messages for accept-link by Guillem Jover · 4 years, 8 months ago
  51. 7eaeaa6 test: Expect fail values from io_uring calls to be -errno instead of -1 by Guillem Jover · 4 years, 9 months ago
  52. a72c2db test: Handle NULL sqe and cqe in tests by Guillem Jover · 4 years, 9 months ago
  53. 9502d6d test: Unify queue init failed error message by Guillem Jover · 4 years, 9 months ago
  54. 8bf676e test: Cleanup file artifacts on early exits by Guillem Jover · 4 years, 9 months ago
  55. 1fb4160 test: Skip tests where the kernel lacks support by Guillem Jover · 4 years, 9 months ago
  56. b653523 Add src/include/liburing/compat.h to .gitignore by Guillem Jover · 4 years, 8 months ago
  57. 2454d63 test/poll-cancel-ton: reap events after submit by Jens Axboe · 4 years, 8 months ago
  58. 8f979c6 man/io_uring_register.2: add note of ring quiesce for file/buffers registration by Jens Axboe · 4 years, 8 months ago
  59. 7169056 Auto-generate compat.h by Jens Axboe · 4 years, 8 months ago
  60. d0a15ca Correctly handle if __kernel_timespec is defined by Jens Axboe · 4 years, 8 months ago
  61. e502435 Add SPDX license identifiers by Jens Axboe · 4 years, 8 months ago
  62. 17d1876 liburing.spec: use brick.kernel.dk and add the signature by Jens Axboe · 4 years, 8 months ago
  63. d7e3848 io_uring.h: make GPL-2.0 OR MIT by Jens Axboe · 4 years, 8 months ago
  64. d0e4cfa Merge branch 'pu/version-script' of https://github.com/guillemj/liburing by Jens Axboe · 4 years, 8 months ago
  65. 6fd5ab4 liburing.map: Fix LIBURING_0.3 shared library version node by Guillem Jover · 4 years, 9 months ago
  66. 797e509 man/io_uring_setup.2: document IORING_FEAT_CUR_PERSONALITY by Jens Axboe · 4 years, 9 months ago
  67. 3e63af4 Fix liburing.so symlink source if libdir != libdevdir by Stefan Metzmacher · 4 years, 9 months ago
  68. e93e341 Add relative path testing by Jens Axboe · 4 years, 9 months ago
  69. dd15d76 io_uring_sq_ready: check shared head for SQPOLL ring by Jens Axboe · 4 years, 9 months ago
  70. 931c523 liburing.spec move to liburing-0.4 by Stefan Metzmacher · 4 years, 9 months ago
  71. 38fce15 debian: package liburing-0.4 and use a layout as the libaio package by Stefan Metzmacher · 4 years, 9 months ago
  72. b57dbc2 configure/Makefile: introduce libdevdir defaults to $(libdir) by Stefan Metzmacher · 4 years, 9 months ago
  73. ad42876 test/poll-v-poll: add variant that uses io_uring for epoll_ctl() by Jens Axboe · 4 years, 9 months ago
  74. e2bf67f Add io_uring_prep_epoll_ctl() helper by Jens Axboe · 4 years, 9 months ago
  75. e75144f io_uring_cqe_get_data() only requires a const struct io_uring_cqe *cqe by Stefan Metzmacher · 4 years, 9 months ago
  76. a68caac Add test/eventfd-ring to .gitignore by Jens Axboe · 4 years, 9 months ago
  77. 3690e40 Merge branch 'across-fork-test' of https://github.com/anarazel/liburing by Jens Axboe · 4 years, 9 months ago
  78. 1fe30fc Add circular eventfd test case by Jens Axboe · 4 years, 9 months ago
  79. 9e02e69 test/eventfd: skip on earlier kernels by Jens Axboe · 4 years, 9 months ago
  80. 6d2ca06 Merge branch 'typo-fixes' of https://github.com/anarazel/liburing by Jens Axboe · 4 years, 9 months ago
  81. 7cb967d man: typo fixes by Andres Freund · 4 years, 9 months ago
  82. 754b9ac Add test for sharing uring across fork by Andres Freund · 4 years, 9 months ago
  83. 9416351 man/io_uring_enter.2: clarify how/when IOSQE_IO_LINK are terminated by Jens Axboe · 4 years, 9 months ago
  84. 75d088e test/read-write: skip eventfd read if we know we don't have READ by Jens Axboe · 4 years, 9 months ago
  85. ec4710a Merge branch 'eventfd_test' of https://github.com/cor3ntin/liburing by Jens Axboe · 4 years, 9 months ago
  86. a8dc497 Use stderr consistently in test/ cases by Jens Axboe · 4 years, 9 months ago
  87. a717b4b test/send_recv: use stderr for errors by Jens Axboe · 4 years, 9 months ago
  88. fe96fe2 Merge branch 'dev' of https://github.com/CarterLi/liburing by Jens Axboe · 4 years, 9 months ago
  89. 6c0bb68 test: add test for send_recv by Carter Li · 4 years, 9 months ago
  90. dbebec8 Add eventfd test case by Jens Axboe · 4 years, 9 months ago
  91. 8567933 add another helper for probing existing opcodes by Glauber Costa · 4 years, 9 months ago
  92. 352a7b7 man/io_uring_enter.2: add IOSQE_ASYNC by Jens Axboe · 4 years, 9 months ago
  93. b9c4d35 man/io_uring_enter.2: add credentials personality field by Jens Axboe · 4 years, 9 months ago
  94. d9e1b30 man/io_uring_register.2: add missing registration opcodes by Jens Axboe · 4 years, 9 months ago
  95. 9f61a0b man/io_uring_enter.2: add fadvise/madvise by Jens Axboe · 4 years, 9 months ago
  96. 1d69a67 test/probe: add test csae for io_uring_get_probe() by Jens Axboe · 4 years, 9 months ago
  97. 28a8aee test/probe: split verification into helper by Jens Axboe · 4 years, 9 months ago
  98. b205218 add helper functions to verify io_uring supported opcodes by Glauber Costa · 4 years, 9 months ago
  99. 236570e Update README to mention regressions tests by Jens Axboe · 4 years, 9 months ago
  100. 877a2ab Sync io_uring.h with 5.6-rc by Jens Axboe · 4 years, 9 months ago