1. 4d32556 examples/io_uring-cp: fix a NULL pointer dereference by zhangliguang · 5 years ago
  2. 2e71982 clean examples when make clean by Weiping Zhang · 5 years ago
  3. 829f6a9 io_uring_submit: fix head/tail wrap issue by Jens Axboe · 5 years ago
  4. ffe3e09 Fix leak of fd in io_uring_queue_init() on failure by Jens Axboe · 5 years ago
  5. c5145a8 io_uring_register.2: fix multiple formatting issues by Dmitry V. Levin · 5 years ago
  6. 311d5e2 io_uring_enter.2: fix multiple formatting issues by Dmitry V. Levin · 5 years ago
  7. 28dc1bf io_uring_setup.2: fix multiple formatting issues by Dmitry V. Levin · 5 years ago
  8. 5e4139a fix harmless typo in sq_entries in io_uring_mmap by Weiping Zhang · 5 years ago
  9. 0cff600 Add missing symbols to linker version map by Hrvoje Zeba · 5 years ago
  10. 375bed7 syscall: add support of non-x86 architectures by Dmitry V. Levin · 5 years ago
  11. 329ba3d syscall: fix names of __NR_* macros by Dmitry V. Levin · 5 years ago
  12. c37dadb Merge branch 'const-matching' of https://github.com/flamingcow66/liburing by Jens Axboe · 5 years ago
  13. 38eabdd Match const signatures in io_uring_prep_* to native functions by Ian Gulliver · 5 years ago
  14. 4e41621 Merge branch 'missing-header' of https://github.com/flamingcow66/liburing by Jens Axboe · 5 years ago
  15. f218f76 Fix liburing.h memset() missing declaration by Ian Gulliver · 5 years ago
  16. 1a90a51 io_uring.h: sync with kernel by Jens Axboe · 5 years ago
  17. 3200e99 Fix manpage mmap() syntax by Ian Gulliver · 5 years ago
  18. 6350583 Include man dir/pages in spec file install by Jens Axboe · 5 years ago
  19. 9511863 examples/link-cp: improve memory use by Jens Axboe · 5 years ago
  20. 5c6e5d2 examples/link-cp: improvements by Jens Axboe · 5 years ago
  21. 7e8902e examples/link-cp: fix a few issues by Jens Axboe · 5 years ago
  22. bb2c80f test/io_uring_register: don't fail max fd test if we run out of mem by Jens Axboe · 5 years ago
  23. 1982bfd Add chain failure handling test case by Jens Axboe · 5 years ago
  24. 0ba9503 Add link SQE support by Jens Axboe · 5 years ago
  25. 40c6f84 liburing: add extern "C" to liburing.h by Kevin Vigor · 5 years ago
  26. a17aec8 liburing: do not build static library with -fPIC by Kevin Vigor · 5 years ago
  27. 54cc960 liburing: improve 'make install' by Kevin Vigor · 5 years ago
  28. 7b989f3 test/eeed8b54e0df-test: define RWF_NOWAIT if we don't have it by Jens Axboe · 5 years ago
  29. 10a5903 test/io_uring_setup: don't fail SQPOLL test case for non-root by Jens Axboe · 5 years ago
  30. ff73ac7 man/io_uring_enter.2: clarify io_uring_enter(2) return values by Jens Axboe · 5 years ago
  31. 60b3305 test/eeed8b54e0df-test: check write(2) return value by Jens Axboe · 5 years ago
  32. eb9d065 liburing: improve output for test/io_uring_setup.c by Shenghui Wang · 5 years ago
  33. ce8e2bc Update tests for 'sqe submit always posts a cqe' by Jens Axboe · 5 years ago
  34. 49d2017 test/runtests.sh: list all failed tests when done by Jens Axboe · 5 years ago
  35. 6cd873c liburing: install man pages on running 'make install' by Shenghui Wang · 5 years ago
  36. cb1e01a Add test case for -EAGAIN issue by Jens Axboe · 5 years ago
  37. 78f59df Add regression test cases for three recent issues by Jens Axboe · 5 years ago
  38. ad45ed1 Actually add test/runtests.sh by Jens Axboe · 5 years ago
  39. 87e2c40 man/io_uring_enter.2: add another ENOTSUPP instance by Jens Axboe · 5 years ago
  40. 4a1a9df man/io_uring_register.2: add another ENXIO case by Jens Axboe · 5 years ago
  41. 39e0ebd Rename completion helpers by Jens Axboe · 5 years ago
  42. 4916320 Separate test cases from examples by Jens Axboe · 5 years ago
  43. 76b61eb Add io_uring_cqe_seen() by Jens Axboe · 5 years ago
  44. 26993e9 Add SQ/CQ overflow tests by Jens Axboe · 5 years ago
  45. 8115820 test/nop: add NOP test case by Jens Axboe · 5 years ago
  46. 093e902 test/fsync: error out if we submit less than we wanted by Jens Axboe · 5 years ago
  47. 9864409 test/fsync: update for IOSQE_IO_DRAIN approach by Jens Axboe · 5 years ago
  48. 0656d71 man/io_uring_setup.2: add EPERM case for IORING_SETUP_SQPOLL by Jens Axboe · 5 years ago
  49. db11f11 Use io_uring_cqe_get_data() internally by Jens Axboe · 5 years ago
  50. 1245d83 Add io_uring_cqe_get_data() by Zach Bjornson · 5 years ago
  51. 61c27f7 Add barrier fsync test case by Jens Axboe · 5 years ago
  52. f8b12e4 Remove IOCQE_FLAG_CACHEHIT by Jens Axboe · 5 years ago
  53. a865221 queue: ensure io_uring_submit() returns the system call value by Jens Axboe · 5 years ago
  54. a231fdc test/io_uring-cp: add some comments by Jens Axboe · 5 years ago
  55. 5fefee2 Add generated files to .gitignore by Jens Axboe · 5 years ago
  56. f7dac56 test/io_uring-cp: make it more efficient by Jens Axboe · 5 years ago
  57. 8260029 queue: ensure io_uring_submit() returns the right error by Jens Axboe · 5 years ago
  58. b080d06 Makefile: add cscope target by Jens Axboe · 5 years ago
  59. 765ba23 add syscall unit tests by Jeff Moyer · 5 years ago
  60. 432fa1d Add read/write fixed prep support by Jens Axboe · 5 years ago
  61. 5b5e6fe src/queue: kill bogus ktail_next == head check by Jens Axboe · 5 years ago
  62. 10a57a0 io_uring_enter.2: clarify min_complete by Jeff Moyer · 5 years ago
  63. 1a3020e man/io_uring_enter.2: clarify -EMFILE per-user case by Jens Axboe · 5 years ago
  64. 37e4869 man/io_uring_enter.2: add mention of -EMFILE for fixed file sets by Jens Axboe · 5 years ago
  65. 87ec82f man/io_uring_enter: mention that SQE entries are always fully consumed by Jens Axboe · 5 years ago
  66. f62fdcd Sync io_uring.h with the kernel by Jens Axboe · 5 years ago
  67. 520efcd src/queue: add comments on the read and write barriers by Jens Axboe · 5 years ago
  68. e9aa441 man/io_uring_register: make note of huge page pinning by Jens Axboe · 5 years ago
  69. 6726376 test/fsync: add simple fsync tester by Jens Axboe · 5 years ago
  70. 996b5a6 add io_uring_queue_mmap by Jeff Moyer · 5 years ago
  71. bd7ad34 remove sigsz from io_uring_enter.2 by Jeff Moyer · 5 years ago
  72. e377c38 io_uring_enter: don't expose sigset_size argument by Jens Axboe · 5 years ago
  73. f171fa4 test/ring-leak: silence "sending fd" message by Jens Axboe · 5 years ago
  74. 3ceb15c Add sigmask parameter to io_uring_enter by Jeff Moyer · 5 years ago
  75. 9f3bec5 syscall: update io_uring_enter() to match kernel type by Jens Axboe · 5 years ago
  76. bed7020 man/io_uring_register.2: add EMFILE errno by Jens Axboe · 5 years ago
  77. 5e6a93c test/ring-leak: add test app demonstrating leak of io_uring instance by Jens Axboe · 5 years ago
  78. 8471fb9 man/io_uring_setup: mention that IORING_SETUP_SQPOLL needs fixed files by Jens Axboe · 5 years ago
  79. 4500330 io_uring_register takes 4 args by Jeff Moyer · 5 years ago
  80. be33b0a src/io_uring.h: sync with kernel header by Jens Axboe · 5 years ago
  81. 091b18f man/io_uring_enter.2: we no longer EBUSY on mutex trylock failure by Jens Axboe · 5 years ago
  82. 59bb09c man: add io_uring_setup.2 man page by Jeff Moyer · 5 years ago
  83. 27ad331 Update kernel io_uring header by Jens Axboe · 5 years ago
  84. 9688b4a man: fixup description of fixed files I/O by Jeff Moyer · 5 years ago
  85. 2a8e5b1 man: io_uring_register: use a .TP list for flags by Jeff Moyer · 5 years ago
  86. 4a700b7 man: alphabetize the error section for io_uring_register by Jeff Moyer · 5 years ago
  87. bceccde System calls have been renumbered by Jens Axboe · 5 years ago
  88. 81f9d46 io_uring_enter.2 man page by Jeff Moyer · 5 years ago
  89. bc4e4a7 test/poll: ignore parent dying by Jens Axboe · 5 years ago
  90. a2fc9f1 test/poll: simply test case by Jens Axboe · 5 years ago
  91. d58ea1a test/poll-cancel: improve test case by Jens Axboe · 5 years ago
  92. 3640699 Switch to IORING_OP_POLL_ADD/REMOVE by Jens Axboe · 5 years ago
  93. 213d6f3 Split src/io_uring.c up by Jens Axboe · 5 years ago
  94. 2575780 liburing: ensure prep helpers actually set iovec count by Jens Axboe · 5 years ago
  95. b7e86eb 32-bit fixes by Jens Axboe · 5 years ago
  96. 5789a63 Add sqe prep helpers by Jens Axboe · 5 years ago
  97. 980cc0f man: add a man page for io_uring_register by Jeff Moyer · 5 years ago
  98. 768d455 Update POLL API by Jens Axboe · 5 years ago
  99. 79a7d3a Add IORING_OP_POLL_CANCEL test by Jens Axboe · 5 years ago
  100. ce899b7 Add test case for IORING_OP_POLL by Jens Axboe · 5 years ago