1. 1692aa8 Fix IORING_OP_FALLOCATE args in io_uring_enter(2) man page by Joran Dirk Greef · 3 years, 8 months ago
  2. f020d23 man/io_uring_setup.2: correct 5.10 -> 5.11 for non-fixed files and SQPOLL by Jens Axboe · 3 years, 9 months ago
  3. 35ce1d5 man/io_uring_enter.2: document new opcodes by Jens Axboe · 3 years, 9 months ago
  4. b09d1d4 man/io_uring_enter.2: ensure all IORING_ENTER_* flags are documented by Jens Axboe · 3 years, 9 months ago
  5. 7918288 Merge branch 'fix-type-manpage' of https://github.com/goldsteinn/liburing by Jens Axboe · 3 years, 9 months ago
  6. 762fdb0 man/io_uring.7: Fix typo by noah · 3 years, 9 months ago
  7. 97e3a8b fixed newline character in man. $> man -l io_uring.7 would display 0 instead of backslash n by noah · 3 years, 9 months ago
  8. 9147231 man/io_uring_setup.2: a version of IORING_FEAT_SQPOLL_NONFIXED feature availability has been changed to 5.11 by Sergei Iashin · 3 years, 9 months ago
  9. ce2ee68 man/io_uring_enter.2: describe timeout updates by Pavel Begunkov · 3 years, 9 months ago
  10. 0a22a8b Merge branch 'manpage-get-sqe' of https://github.com/pcewing/liburing into master by Jens Axboe · 4 years ago
  11. f668187 man/io_uring_enter.2: clarify POLL_ADD return value by Jens Axboe · 4 years ago
  12. 361a45b Add man page for io_uring_get_sqe by Paul Ewing · 4 years ago
  13. 8de499d man/io_uring_enter.2: add EACCES and EBADFD errors by Stefano Garzarella · 4 years ago
  14. 4999c08 man/io_uring_register.2: add description of restrictions by Stefano Garzarella · 4 years ago
  15. 61f2403 man/io_uring_setup.2: add IORING_SETUP_R_DISABLED description by Stefano Garzarella · 4 years ago
  16. b4135db Merge branch 'feature/man-pages' of https://github.com/pcewing/liburing into master by Jens Axboe · 4 years ago
  17. e0df0f8 man/io_uring_enter.2: split ERRORS section in two sections by Stefano Garzarella · 4 years ago
  18. 26afb36 Adding full example to io_uring(7) man page while also fixing some text to comply to the "semantic new lines" recommendation from man-pages(7). by Shuveb Hussain · 4 years ago
  19. 8366655 man/io_uring_enter.2: clarify PROVIDE_BUFFERS requirements by Jens Axboe · 4 years ago
  20. c630d9a man/io_uring.7: clarify submission/completion ordering by Jens Axboe · 4 years ago
  21. 7466587 man/io_uring.7: style and barrier updates by Jens Axboe · 4 years ago
  22. 0aa785f Add man page for io_uring_queue_exit by Paul Ewing · 4 years ago
  23. eb3c7b7 Add man page for io_uring_queue_init by Paul Ewing · 4 years ago
  24. 95167d0 Adding section 7 man page for io_uring by Shuveb Hussain · 4 years ago
  25. 6768ddc man/io_uring_setup.2: improve SQPOLL wakeup example by Jens Axboe · 4 years ago
  26. 2d2ba3e man/io_uring_setup.2: document missing IORING_FEAT_* feature flags by Jens Axboe · 4 years ago
  27. 4cfc1ab man/io_uring_enter.2: add description of buffer selections by Jens Axboe · 4 years ago
  28. 5fe0cc2 man/io_uring_setup.2: document IORING_SETUP_ATTACH_WQ by Jens Axboe · 4 years, 2 months ago
  29. aba8a45 man/io_uring_setup.2: document IORING_SETUP_CLAMP by xuanyi-fu · 4 years, 2 months ago
  30. 66b300e man/io_uring_enter: fix openat sqe doc by Necip Fazil Yildiran · 4 years, 2 months ago
  31. cd94714 man/io_uring_enter.2: updated io_uring_sqe and fixed incorrect flag references. by Alex Nash · 4 years, 2 months ago
  32. 6893adb Removed misplaced periods from io_uring_enter(2). by Alex Nash · 4 years, 2 months ago
  33. 4397321 man/io_uring_enter: update connect to note use of const by Jens Axboe · 4 years, 2 months ago
  34. 76f2926 Merge branch 'dev' of https://github.com/CarterLi/liburing by Jens Axboe · 4 years, 2 months ago
  35. 6ecb6d4 man: fix description of splice offsets by Mike Gerow · 4 years, 2 months ago
  36. 8f7d89d change poll_events to 32 bits to cover EPOLLEXCLUSIVE by Jiufei Xue · 4 years, 3 months ago
  37. bfda2d4 man/io_uring_enter: correct the description of by Carter Li · 4 years, 3 months ago
  38. bcbedee man/io_uring_register.2: add IORING_CQ_EVENTFD_DISABLED description by Stefano Garzarella · 4 years, 4 months ago
  39. fcfe9ef man/io_uring_setup.2: add 'flags' field in the struct io_cqring_offsets by Stefano Garzarella · 4 years, 4 months ago
  40. 2df004f man/io_uring_enter.2: add IORING_OP_TEE entry by Jens Axboe · 4 years, 4 months ago
  41. f440930 Adding section to describe IORING_OP_EPOLL_CTL by Shuveb Hussain · 4 years, 4 months ago
  42. b81d818 Adding description for the IORING_OP_SPLICE operation by Shuveb Hussain · 4 years, 4 months ago
  43. 5e9cfe3 Adding section describing IORING_OP_OPENAT2 by Shuveb Hussain · 4 years, 5 months ago
  44. 067609c man: Switch to use SPDX tag markers by Guillem Jover · 4 years, 5 months ago
  45. cbd2e03 man/io_uring_enter.2: fix typo by xuanyi · 4 years, 5 months ago
  46. 344355e man/io_uring_enter.2: add note of EINTR return value by Jens Axboe · 4 years, 5 months ago
  47. 0246dee Needs an line break by YoSTEALTH · 4 years, 7 months ago
  48. ff2ae9b man/io_uring_setup.2: fix 'sq_thread_idle' description by Stefano Garzarella · 4 years, 7 months ago
  49. 1139add man/io_uring_enter.2: correct IORING_OP_STATX by Carter Li · 4 years, 7 months ago
  50. 8f979c6 man/io_uring_register.2: add note of ring quiesce for file/buffers registration by Jens Axboe · 4 years, 7 months ago
  51. 797e509 man/io_uring_setup.2: document IORING_FEAT_CUR_PERSONALITY by Jens Axboe · 4 years, 7 months ago
  52. 7cb967d man: typo fixes by Andres Freund · 4 years, 7 months ago
  53. 9416351 man/io_uring_enter.2: clarify how/when IOSQE_IO_LINK are terminated by Jens Axboe · 4 years, 7 months ago
  54. 352a7b7 man/io_uring_enter.2: add IOSQE_ASYNC by Jens Axboe · 4 years, 7 months ago
  55. b9c4d35 man/io_uring_enter.2: add credentials personality field by Jens Axboe · 4 years, 7 months ago
  56. d9e1b30 man/io_uring_register.2: add missing registration opcodes by Jens Axboe · 4 years, 7 months ago
  57. 9f61a0b man/io_uring_enter.2: add fadvise/madvise by Jens Axboe · 4 years, 7 months ago
  58. 8d038b2 man/io_uring_enter.2: add IORING_OP_{SEND,RECV} by Jens Axboe · 4 years, 8 months ago
  59. 94307bc man/io_uring_enter.2: add notes on kernel version availability by Jens Axboe · 4 years, 8 months ago
  60. b2994e7 Fix IORING_OP_CONNECT document by quininer · 4 years, 8 months ago
  61. 26a3348 man/io_uring_enter: fix missing space in RECVMSG by Jens Axboe · 4 years, 8 months ago
  62. ab8537f man/io_uring_enter.2: improve timeout documentation by Jens Axboe · 4 years, 9 months ago
  63. a1da885 io_uring_setup.2: formatting and addition of read/write fixed by Jens Axboe · 4 years, 9 months ago
  64. 9d65469 io_uring_setup.2: minor clarification by Jens Axboe · 4 years, 9 months ago
  65. 93eccf8 Merge branch 'offset' of https://github.com/CarterLi/liburing by Jens Axboe · 4 years, 9 months ago
  66. 5ebe4b1 io_uring.h: add IORING_FEAT_RW_CUR_POS flag by Carter Li · 4 years, 9 months ago
  67. ae0147c io_uring_enter.2: document IOSQE_IO_HARDLINK by Carter Li · 4 years, 9 months ago
  68. 8f97d6e io_uring_enter.2: add note of files update array life time by Jens Axboe · 4 years, 9 months ago
  69. bc3eb05 Add new opcodes to io_uring_enter.2 man page by Jens Axboe · 4 years, 9 months ago
  70. 1a71f9e man/io_uring_enter.2: document -EBUSY return by Jens Axboe · 4 years, 10 months ago
  71. f79b02e man/io_uring_enter.2: sync with kernel by Jens Axboe · 4 years, 10 months ago
  72. 15a4d6c man/io_uring_enter.2: clarify -EAGAIN handling by Jens Axboe · 4 years, 10 months ago
  73. 3cb6b12 document IORING_SETUP_CQSIZE by Jeff Moyer · 4 years, 10 months ago
  74. e4263db Update struct io_uring_sqe in the man file. by James Rouzier · 5 years ago
  75. 15739af man: add IOSQE_IO_DRAIN and IOSQE_IO_LINK by Jens Axboe · 5 years ago
  76. ecefd79 Fix the use of memory barriers by Bart Van Assche · 5 years ago
  77. c5145a8 io_uring_register.2: fix multiple formatting issues by Dmitry V. Levin · 5 years ago
  78. 311d5e2 io_uring_enter.2: fix multiple formatting issues by Dmitry V. Levin · 5 years ago
  79. 28dc1bf io_uring_setup.2: fix multiple formatting issues by Dmitry V. Levin · 5 years ago
  80. 3200e99 Fix manpage mmap() syntax by Ian Gulliver · 5 years ago
  81. ff73ac7 man/io_uring_enter.2: clarify io_uring_enter(2) return values by Jens Axboe · 5 years ago
  82. 87e2c40 man/io_uring_enter.2: add another ENOTSUPP instance by Jens Axboe · 5 years ago
  83. 4a1a9df man/io_uring_register.2: add another ENXIO case by Jens Axboe · 5 years ago
  84. 0656d71 man/io_uring_setup.2: add EPERM case for IORING_SETUP_SQPOLL by Jens Axboe · 5 years ago
  85. f8b12e4 Remove IOCQE_FLAG_CACHEHIT by Jens Axboe · 5 years ago
  86. 10a57a0 io_uring_enter.2: clarify min_complete by Jeff Moyer · 6 years ago
  87. 1a3020e man/io_uring_enter.2: clarify -EMFILE per-user case by Jens Axboe · 6 years ago
  88. 37e4869 man/io_uring_enter.2: add mention of -EMFILE for fixed file sets by Jens Axboe · 6 years ago
  89. 87ec82f man/io_uring_enter: mention that SQE entries are always fully consumed by Jens Axboe · 6 years ago
  90. e9aa441 man/io_uring_register: make note of huge page pinning by Jens Axboe · 6 years ago
  91. bd7ad34 remove sigsz from io_uring_enter.2 by Jeff Moyer · 6 years ago
  92. 3ceb15c Add sigmask parameter to io_uring_enter by Jeff Moyer · 6 years ago
  93. bed7020 man/io_uring_register.2: add EMFILE errno by Jens Axboe · 6 years ago
  94. 8471fb9 man/io_uring_setup: mention that IORING_SETUP_SQPOLL needs fixed files by Jens Axboe · 6 years ago
  95. 091b18f man/io_uring_enter.2: we no longer EBUSY on mutex trylock failure by Jens Axboe · 6 years ago
  96. 59bb09c man: add io_uring_setup.2 man page by Jeff Moyer · 6 years ago
  97. 9688b4a man: fixup description of fixed files I/O by Jeff Moyer · 6 years ago
  98. 2a8e5b1 man: io_uring_register: use a .TP list for flags by Jeff Moyer · 6 years ago
  99. 4a700b7 man: alphabetize the error section for io_uring_register by Jeff Moyer · 6 years ago
  100. 81f9d46 io_uring_enter.2 man page by Jeff Moyer · 6 years ago