1. 7b989f3 test/eeed8b54e0df-test: define RWF_NOWAIT if we don't have it by Jens Axboe · 5 years ago
  2. 10a5903 test/io_uring_setup: don't fail SQPOLL test case for non-root by Jens Axboe · 5 years ago
  3. ff73ac7 man/io_uring_enter.2: clarify io_uring_enter(2) return values by Jens Axboe · 5 years ago
  4. 60b3305 test/eeed8b54e0df-test: check write(2) return value by Jens Axboe · 5 years ago
  5. eb9d065 liburing: improve output for test/io_uring_setup.c by Shenghui Wang · 5 years ago
  6. ce8e2bc Update tests for 'sqe submit always posts a cqe' by Jens Axboe · 5 years ago
  7. 49d2017 test/runtests.sh: list all failed tests when done by Jens Axboe · 5 years ago
  8. 6cd873c liburing: install man pages on running 'make install' by Shenghui Wang · 5 years ago
  9. cb1e01a Add test case for -EAGAIN issue by Jens Axboe · 5 years ago
  10. 78f59df Add regression test cases for three recent issues by Jens Axboe · 5 years ago
  11. ad45ed1 Actually add test/runtests.sh by Jens Axboe · 5 years ago
  12. 87e2c40 man/io_uring_enter.2: add another ENOTSUPP instance by Jens Axboe · 5 years ago
  13. 4a1a9df man/io_uring_register.2: add another ENXIO case by Jens Axboe · 5 years ago
  14. 39e0ebd Rename completion helpers by Jens Axboe · 5 years ago
  15. 4916320 Separate test cases from examples by Jens Axboe · 5 years ago
  16. 76b61eb Add io_uring_cqe_seen() by Jens Axboe · 5 years ago
  17. 26993e9 Add SQ/CQ overflow tests by Jens Axboe · 5 years ago
  18. 8115820 test/nop: add NOP test case by Jens Axboe · 5 years ago
  19. 093e902 test/fsync: error out if we submit less than we wanted by Jens Axboe · 5 years ago
  20. 9864409 test/fsync: update for IOSQE_IO_DRAIN approach by Jens Axboe · 5 years ago
  21. 0656d71 man/io_uring_setup.2: add EPERM case for IORING_SETUP_SQPOLL by Jens Axboe · 5 years ago
  22. db11f11 Use io_uring_cqe_get_data() internally by Jens Axboe · 5 years ago
  23. 1245d83 Add io_uring_cqe_get_data() by Zach Bjornson · 5 years ago
  24. 61c27f7 Add barrier fsync test case by Jens Axboe · 5 years ago
  25. f8b12e4 Remove IOCQE_FLAG_CACHEHIT by Jens Axboe · 6 years ago
  26. a865221 queue: ensure io_uring_submit() returns the system call value by Jens Axboe · 6 years ago
  27. a231fdc test/io_uring-cp: add some comments by Jens Axboe · 6 years ago
  28. 5fefee2 Add generated files to .gitignore by Jens Axboe · 6 years ago
  29. f7dac56 test/io_uring-cp: make it more efficient by Jens Axboe · 6 years ago
  30. 8260029 queue: ensure io_uring_submit() returns the right error by Jens Axboe · 6 years ago
  31. b080d06 Makefile: add cscope target by Jens Axboe · 6 years ago
  32. 765ba23 add syscall unit tests by Jeff Moyer · 6 years ago
  33. 432fa1d Add read/write fixed prep support by Jens Axboe · 6 years ago
  34. 5b5e6fe src/queue: kill bogus ktail_next == head check by Jens Axboe · 6 years ago
  35. 10a57a0 io_uring_enter.2: clarify min_complete by Jeff Moyer · 6 years ago
  36. 1a3020e man/io_uring_enter.2: clarify -EMFILE per-user case by Jens Axboe · 6 years ago
  37. 37e4869 man/io_uring_enter.2: add mention of -EMFILE for fixed file sets by Jens Axboe · 6 years ago
  38. 87ec82f man/io_uring_enter: mention that SQE entries are always fully consumed by Jens Axboe · 6 years ago
  39. f62fdcd Sync io_uring.h with the kernel by Jens Axboe · 6 years ago
  40. 520efcd src/queue: add comments on the read and write barriers by Jens Axboe · 6 years ago
  41. e9aa441 man/io_uring_register: make note of huge page pinning by Jens Axboe · 6 years ago
  42. 6726376 test/fsync: add simple fsync tester by Jens Axboe · 6 years ago
  43. 996b5a6 add io_uring_queue_mmap by Jeff Moyer · 6 years ago
  44. bd7ad34 remove sigsz from io_uring_enter.2 by Jeff Moyer · 6 years ago
  45. e377c38 io_uring_enter: don't expose sigset_size argument by Jens Axboe · 6 years ago
  46. f171fa4 test/ring-leak: silence "sending fd" message by Jens Axboe · 6 years ago
  47. 3ceb15c Add sigmask parameter to io_uring_enter by Jeff Moyer · 6 years ago
  48. 9f3bec5 syscall: update io_uring_enter() to match kernel type by Jens Axboe · 6 years ago
  49. bed7020 man/io_uring_register.2: add EMFILE errno by Jens Axboe · 6 years ago
  50. 5e6a93c test/ring-leak: add test app demonstrating leak of io_uring instance by Jens Axboe · 6 years ago
  51. 8471fb9 man/io_uring_setup: mention that IORING_SETUP_SQPOLL needs fixed files by Jens Axboe · 6 years ago
  52. 4500330 io_uring_register takes 4 args by Jeff Moyer · 6 years ago
  53. be33b0a src/io_uring.h: sync with kernel header by Jens Axboe · 6 years ago
  54. 091b18f man/io_uring_enter.2: we no longer EBUSY on mutex trylock failure by Jens Axboe · 6 years ago
  55. 59bb09c man: add io_uring_setup.2 man page by Jeff Moyer · 6 years ago
  56. 27ad331 Update kernel io_uring header by Jens Axboe · 6 years ago
  57. 9688b4a man: fixup description of fixed files I/O by Jeff Moyer · 6 years ago
  58. 2a8e5b1 man: io_uring_register: use a .TP list for flags by Jeff Moyer · 6 years ago
  59. 4a700b7 man: alphabetize the error section for io_uring_register by Jeff Moyer · 6 years ago
  60. bceccde System calls have been renumbered by Jens Axboe · 6 years ago
  61. 81f9d46 io_uring_enter.2 man page by Jeff Moyer · 6 years ago
  62. bc4e4a7 test/poll: ignore parent dying by Jens Axboe · 6 years ago
  63. a2fc9f1 test/poll: simply test case by Jens Axboe · 6 years ago
  64. d58ea1a test/poll-cancel: improve test case by Jens Axboe · 6 years ago
  65. 3640699 Switch to IORING_OP_POLL_ADD/REMOVE by Jens Axboe · 6 years ago
  66. 213d6f3 Split src/io_uring.c up by Jens Axboe · 6 years ago
  67. 2575780 liburing: ensure prep helpers actually set iovec count by Jens Axboe · 6 years ago
  68. b7e86eb 32-bit fixes by Jens Axboe · 6 years ago
  69. 5789a63 Add sqe prep helpers by Jens Axboe · 6 years ago
  70. 980cc0f man: add a man page for io_uring_register by Jeff Moyer · 6 years ago
  71. 768d455 Update POLL API by Jens Axboe · 6 years ago
  72. 79a7d3a Add IORING_OP_POLL_CANCEL test by Jens Axboe · 6 years ago
  73. ce899b7 Add test case for IORING_OP_POLL by Jens Axboe · 6 years ago
  74. 6110279 Update barriers for x86/x86-64 by Jens Axboe · 6 years ago
  75. b93edf5 Sync with upstream API by Jens Axboe · 6 years ago
  76. f16b83b Add configure script by Jens Axboe · 6 years ago
  77. 89167b4 Add x86 32-bit support by Jens Axboe · 6 years ago
  78. 4fe9645 io_uring_get_iocb() -> io_uring_get_sqe() by Jens Axboe · 6 years ago
  79. 58004cd Sync io_uring.h with the kernel by Jens Axboe · 6 years ago
  80. ff52073 Sync with kernel API by Jens Axboe · 6 years ago
  81. a992ffa io_queue_init: pass in flags, not io_uring_params by Jens Axboe · 6 years ago
  82. fa863f6 Fix test cases by Jens Axboe · 6 years ago
  83. d5b4ae1 Update to newer API by Jens Axboe · 6 years ago
  84. 6cdce17 Update API by Jens Axboe · 6 years ago
  85. 7bf7e8e Update to newer API by Jens Axboe · 6 years ago
  86. 66a7d05 liburing: include the ring fd in the io_uring by Jens Axboe · 6 years ago
  87. baa8d24 Add simple test/ Makefile by Jens Axboe · 6 years ago
  88. 357ca59 Add sample 'cp' program by Jens Axboe · 6 years ago
  89. 7f7a66e Change API to provide io_uring struct abstraction by Jens Axboe · 6 years ago
  90. f47f24c liburing: add io_uring_iocb_from_ev() helper by Jens Axboe · 6 years ago
  91. 6a44c6e Add option for getting a completion without waiting by Jens Axboe · 6 years ago
  92. f93c84e Initial commit by Jens Axboe · 6 years ago