1. 5fe0cc2 man/io_uring_setup.2: document IORING_SETUP_ATTACH_WQ by Jens Axboe · 4 years ago
  2. aba8a45 man/io_uring_setup.2: document IORING_SETUP_CLAMP by xuanyi-fu · 4 years, 1 month ago
  3. 66b300e man/io_uring_enter: fix openat sqe doc by Necip Fazil Yildiran · 4 years, 1 month ago
  4. cd94714 man/io_uring_enter.2: updated io_uring_sqe and fixed incorrect flag references. by Alex Nash · 4 years, 1 month ago
  5. 6893adb Removed misplaced periods from io_uring_enter(2). by Alex Nash · 4 years, 1 month ago
  6. 4397321 man/io_uring_enter: update connect to note use of const by Jens Axboe · 4 years, 1 month ago
  7. 76f2926 Merge branch 'dev' of https://github.com/CarterLi/liburing by Jens Axboe · 4 years, 1 month ago
  8. 6ecb6d4 man: fix description of splice offsets by Mike Gerow · 4 years, 1 month ago
  9. 8f7d89d change poll_events to 32 bits to cover EPOLLEXCLUSIVE by Jiufei Xue · 4 years, 2 months ago
  10. bfda2d4 man/io_uring_enter: correct the description of by Carter Li · 4 years, 2 months ago
  11. bcbedee man/io_uring_register.2: add IORING_CQ_EVENTFD_DISABLED description by Stefano Garzarella · 4 years, 3 months ago
  12. fcfe9ef man/io_uring_setup.2: add 'flags' field in the struct io_cqring_offsets by Stefano Garzarella · 4 years, 3 months ago
  13. 2df004f man/io_uring_enter.2: add IORING_OP_TEE entry by Jens Axboe · 4 years, 3 months ago
  14. f440930 Adding section to describe IORING_OP_EPOLL_CTL by Shuveb Hussain · 4 years, 3 months ago
  15. b81d818 Adding description for the IORING_OP_SPLICE operation by Shuveb Hussain · 4 years, 3 months ago
  16. 5e9cfe3 Adding section describing IORING_OP_OPENAT2 by Shuveb Hussain · 4 years, 3 months ago
  17. 067609c man: Switch to use SPDX tag markers by Guillem Jover · 4 years, 4 months ago
  18. cbd2e03 man/io_uring_enter.2: fix typo by xuanyi · 4 years, 4 months ago
  19. 344355e man/io_uring_enter.2: add note of EINTR return value by Jens Axboe · 4 years, 4 months ago
  20. 0246dee Needs an line break by YoSTEALTH · 4 years, 5 months ago
  21. ff2ae9b man/io_uring_setup.2: fix 'sq_thread_idle' description by Stefano Garzarella · 4 years, 6 months ago
  22. 1139add man/io_uring_enter.2: correct IORING_OP_STATX by Carter Li · 4 years, 6 months ago
  23. 8f979c6 man/io_uring_register.2: add note of ring quiesce for file/buffers registration by Jens Axboe · 4 years, 6 months ago
  24. 797e509 man/io_uring_setup.2: document IORING_FEAT_CUR_PERSONALITY by Jens Axboe · 4 years, 6 months ago
  25. 7cb967d man: typo fixes by Andres Freund · 4 years, 6 months ago
  26. 9416351 man/io_uring_enter.2: clarify how/when IOSQE_IO_LINK are terminated by Jens Axboe · 4 years, 6 months ago
  27. 352a7b7 man/io_uring_enter.2: add IOSQE_ASYNC by Jens Axboe · 4 years, 6 months ago
  28. b9c4d35 man/io_uring_enter.2: add credentials personality field by Jens Axboe · 4 years, 6 months ago
  29. d9e1b30 man/io_uring_register.2: add missing registration opcodes by Jens Axboe · 4 years, 6 months ago
  30. 9f61a0b man/io_uring_enter.2: add fadvise/madvise by Jens Axboe · 4 years, 6 months ago
  31. 8d038b2 man/io_uring_enter.2: add IORING_OP_{SEND,RECV} by Jens Axboe · 4 years, 6 months ago
  32. 94307bc man/io_uring_enter.2: add notes on kernel version availability by Jens Axboe · 4 years, 6 months ago
  33. b2994e7 Fix IORING_OP_CONNECT document by quininer · 4 years, 6 months ago
  34. 26a3348 man/io_uring_enter: fix missing space in RECVMSG by Jens Axboe · 4 years, 7 months ago
  35. ab8537f man/io_uring_enter.2: improve timeout documentation by Jens Axboe · 4 years, 7 months ago
  36. a1da885 io_uring_setup.2: formatting and addition of read/write fixed by Jens Axboe · 4 years, 7 months ago
  37. 9d65469 io_uring_setup.2: minor clarification by Jens Axboe · 4 years, 7 months ago
  38. 93eccf8 Merge branch 'offset' of https://github.com/CarterLi/liburing by Jens Axboe · 4 years, 7 months ago
  39. 5ebe4b1 io_uring.h: add IORING_FEAT_RW_CUR_POS flag by Carter Li · 4 years, 7 months ago
  40. ae0147c io_uring_enter.2: document IOSQE_IO_HARDLINK by Carter Li · 4 years, 7 months ago
  41. 8f97d6e io_uring_enter.2: add note of files update array life time by Jens Axboe · 4 years, 7 months ago
  42. bc3eb05 Add new opcodes to io_uring_enter.2 man page by Jens Axboe · 4 years, 7 months ago
  43. 1a71f9e man/io_uring_enter.2: document -EBUSY return by Jens Axboe · 4 years, 9 months ago
  44. f79b02e man/io_uring_enter.2: sync with kernel by Jens Axboe · 4 years, 9 months ago
  45. 15a4d6c man/io_uring_enter.2: clarify -EAGAIN handling by Jens Axboe · 4 years, 9 months ago
  46. 3cb6b12 document IORING_SETUP_CQSIZE by Jeff Moyer · 4 years, 9 months ago
  47. e4263db Update struct io_uring_sqe in the man file. by James Rouzier · 4 years, 10 months ago
  48. 15739af man: add IOSQE_IO_DRAIN and IOSQE_IO_LINK by Jens Axboe · 5 years ago
  49. ecefd79 Fix the use of memory barriers by Bart Van Assche · 5 years ago
  50. c5145a8 io_uring_register.2: fix multiple formatting issues by Dmitry V. Levin · 5 years ago
  51. 311d5e2 io_uring_enter.2: fix multiple formatting issues by Dmitry V. Levin · 5 years ago
  52. 28dc1bf io_uring_setup.2: fix multiple formatting issues by Dmitry V. Levin · 5 years ago
  53. 3200e99 Fix manpage mmap() syntax by Ian Gulliver · 5 years ago
  54. ff73ac7 man/io_uring_enter.2: clarify io_uring_enter(2) return values by Jens Axboe · 5 years ago
  55. 87e2c40 man/io_uring_enter.2: add another ENOTSUPP instance by Jens Axboe · 5 years ago
  56. 4a1a9df man/io_uring_register.2: add another ENXIO case by Jens Axboe · 5 years ago
  57. 0656d71 man/io_uring_setup.2: add EPERM case for IORING_SETUP_SQPOLL by Jens Axboe · 5 years ago
  58. f8b12e4 Remove IOCQE_FLAG_CACHEHIT by Jens Axboe · 5 years ago
  59. 10a57a0 io_uring_enter.2: clarify min_complete by Jeff Moyer · 5 years ago
  60. 1a3020e man/io_uring_enter.2: clarify -EMFILE per-user case by Jens Axboe · 5 years ago
  61. 37e4869 man/io_uring_enter.2: add mention of -EMFILE for fixed file sets by Jens Axboe · 5 years ago
  62. 87ec82f man/io_uring_enter: mention that SQE entries are always fully consumed by Jens Axboe · 5 years ago
  63. e9aa441 man/io_uring_register: make note of huge page pinning by Jens Axboe · 5 years ago
  64. bd7ad34 remove sigsz from io_uring_enter.2 by Jeff Moyer · 5 years ago
  65. 3ceb15c Add sigmask parameter to io_uring_enter by Jeff Moyer · 5 years ago
  66. bed7020 man/io_uring_register.2: add EMFILE errno by Jens Axboe · 5 years ago
  67. 8471fb9 man/io_uring_setup: mention that IORING_SETUP_SQPOLL needs fixed files by Jens Axboe · 5 years ago
  68. 091b18f man/io_uring_enter.2: we no longer EBUSY on mutex trylock failure by Jens Axboe · 6 years ago
  69. 59bb09c man: add io_uring_setup.2 man page by Jeff Moyer · 6 years ago
  70. 9688b4a man: fixup description of fixed files I/O by Jeff Moyer · 6 years ago
  71. 2a8e5b1 man: io_uring_register: use a .TP list for flags by Jeff Moyer · 6 years ago
  72. 4a700b7 man: alphabetize the error section for io_uring_register by Jeff Moyer · 6 years ago
  73. 81f9d46 io_uring_enter.2 man page by Jeff Moyer · 6 years ago
  74. 980cc0f man: add a man page for io_uring_register by Jeff Moyer · 6 years ago