aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-01Fixup bad symlinksJens Axboe
2022-06-01Man page tweaksJens Axboe
2022-06-01Merge branch 'prep_cwd' of https://github.com/uarif1/liburingJens Axboe
2022-06-01io_uring: add prep functions for current working directoryUsama Arif
2022-05-31Merge branch 'master' of https://github.com/otommod/liburingJens Axboe
2022-06-01man: fix and simplify bold usageOtto Modinos
2022-05-31man: no empty paragraphs before DESCRIPTIONOtto Modinos
2022-05-31man: put SEE ALSO suggestions on their own .BRsOtto Modinos
2022-05-31man: fix bold/italic punctuationOtto Modinos
2022-05-31man: use PP betwen multiple function definitionsOtto Modinos
2022-05-31man: be consistent with description dashOtto Modinos
2022-05-31man: keep the function names in their own linesOtto Modinos
2022-05-30Tweaks to close+unregister of direct descriptorJens Axboe
2022-05-30Let IORING_OP_FILES_UPDATE support to choose fixed file slotsXiaoguang Wang
2022-05-27man: add note on vectored reads and writesJens Axboe
2022-05-27man: be consistent in how the function is presentedJens Axboe
2022-05-27man: add man page for io_uring_prep_socket()Jens Axboe
2022-05-27Fix type for io_uring_prep_socket_direct()Jens Axboe
2022-05-27man: further clarify return value of the wait primitivesJens Axboe
2022-05-26test/socKet: add socket test caseJens Axboe
2022-05-26liburing: add socket prep helpersJens Axboe
2022-05-22test/accept: don't be too verbose or fail if multishot not availableJens Axboe
2022-05-19man/io_uring_register_buf_ring.3: note 5.19 availabilityJens Axboe
2022-05-19CHANGELOG updateJens Axboe
2022-05-19Update READMEJens Axboe
2022-05-19Add CHANGELOG fileJens Axboe
2022-05-18Add basic buffer ring test caseJens Axboe
2022-05-18Add missing io_uring_unregister_buf_ring() declarationJens Axboe
2022-05-18Merge branch 'buf-ring'Jens Axboe
2022-05-18man/io_uring_register_buffers.3: add reference to buffer ringsJens Axboe
2022-05-18Add man pages for shared provided buffer ringsJens Axboe
2022-05-18Change io_uring_buf_ring_add() to take ring and buffer offsetJens Axboe
2022-05-18Change io_uring_register_buf_ring() to take a flags argumentJens Axboe
2022-05-18Add io_uring_unregister_buf_ring()Jens Axboe
2022-05-18Add combined cq+buf ring advance helperJens Axboe
2022-05-18test/send_recvmsg.c: use buffer ring helpersJens Axboe
2022-05-18liburing.c: add buffer ring supply/commit helpersJens Axboe
2022-05-18test/send_recvmsg: add buffer ring test casesJens Axboe
2022-05-18Add ring based registered buffersJens Axboe
2022-05-18man/io_uring_register_files.3: fix grammatical errorJens Axboe
2022-05-18man/io_uring_register_buffers.3: add sparse buffer helperJens Axboe
2022-05-18Add helper for sparse buffer registrationJens Axboe
2022-05-18Add regression test case for IO submit before exitJens Axboe
2022-05-17test/msg-ring.c: add IOPOLL testJens Axboe
2022-05-17Merge branch 'fix/configure-statx' of https://github.com/safl/liburingJens Axboe
2022-05-17configure: fix compile-checks for statxSimon A. F. Lund
2022-05-17io_uring.h: sync with 5.19 io_uring releaseJens Axboe
2022-05-17io_uring.h: fix merge errorJens Axboe
2022-05-16man/io_uring_prep_accept.3: note availability of the multishot variantsJens Axboe
2022-05-16Merge branch 'accept-multi'Jens Axboe