aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-09tests: test shmem buffer registrationPavel Begunkov
2021-06-01io_uring_enter(2): Clarify how to read from and write to non-seekable filesAlois Wohlschlager
2021-06-01clarify an edge case of IORING_SETUP_SQ_AFFHao Xu
2021-05-27io_uring_enter(2): clarify OP_READ and OP_WRITEDrew DeVault
2021-05-08Merge branch 'master' of https://github.com/romange/liburingJens Axboe
2021-05-08Fix test_connect_timeout testRoman Gershman
2021-05-07tests: remove test_link_fail_ordering()Pavel Begunkov
2021-05-07tests: fix minor connect flawsPavel Begunkov
2021-05-07tests: fix timeout-new for old kernelsPavel Begunkov
2021-05-07tests: add rsrc tags testsPavel Begunkov
2021-05-07sync io_uring.h API file with Linux 5.13Pavel Begunkov
2021-05-04Merge branch 'master' of https://github.com/le-migou/liburingJens Axboe
2021-05-04man: Fix typo in man io_uring_queue_exitEmmanuel LE TRONG
2021-04-29test: test ring exit cancels SQPOLL's iowqPavel Begunkov
2021-04-27add tests for drain io with multishot reqsHao Xu
2021-04-21tests: remove -EBUSY on CQE backlog testsPavel Begunkov
2021-04-20Merge branch 'trivial_strerror_fix' of https://github.com/ddiss/liburingJens Axboe
2021-04-20examples/link-cp: fix a couple of strerror negationsDavid Disseldorp
2021-04-14tests/poll: poll update as a part of poll removePavel Begunkov
2021-04-14Merge branch 'mlock-size'Jens Axboe
2021-04-14src/setup: don't treat dummy ring init as failureJens Axboe
2021-04-14src/setup: add some documentation to the memlock helpersJens Axboe
2021-04-13examples/ucontext-cp.c: cope with variable SIGSTKSZStefan Hajnoczi
2021-04-10setup: provide helpers to inquire about necessary mlock sizesJens Axboe
2021-04-06test/poll-mshot-update: test live updates of triggering requestsJens Axboe
2021-04-04tests: test CQE ordering on early submission failPavel Begunkov
2021-04-03test/rw_merge_test: code cleanupsJens Axboe
2021-03-31Merge branch 'io_merge_testcase' of https://github.com/dmonakhov/liburingJens Axboe
2021-03-31test: get rid of x86_64'isms in the test codeJens Axboe
2021-03-31test/ring-leak: get rid of warning on unchecked readJens Axboe
2021-03-31test/pipe-reuse: ignore short readJens Axboe
2021-03-29test/connect: randomize connect portJens Axboe
2021-03-29test/socket-rw*: don't fatally error on failure to bindJens Axboe
2021-03-26tests: more cancellation testsPavel Begunkov
2021-03-26examples/io_uring-cp: wait for pending writes before exit copy loopJens Axboe
2021-03-19add test case for 5.4 io merge regression logicDmitry Monakhov
2021-03-18tests: test that ring exit cancels io-wqPavel Begunkov
2021-03-18tests: add more IORING_OP_ASYNC_CANCEL testsPavel Begunkov
2021-03-09spec: add explicit build dependency on makeStefan Hajnoczi
2021-03-09spec: bump version to 2.0Stefan Hajnoczi
2021-03-04man/io_uring_enter.2: note that -EBUSY can also happen for geteventsJens Axboe
2021-02-28Sync io_uring.h API file with Linux 5.12Jens Axboe
2021-02-28Add test case for exiting with SQPOLL and rings created disabledJens Axboe
2021-02-24Merge branch 'test-io-after-child-exit' of https://github.com/anarazel/liburingJens Axboe
2021-02-24test: use ring creation helpers where appropriateJens Axboe
2021-02-24test/helpers: add ring creation helpersJens Axboe
2021-02-24helpers: prefix any helper with t_ instead of io_uring_Jens Axboe
2021-02-23tests: add test for using ring after a forked child exits.Andres Freund
2021-02-23test/helpers: remove extra whitespaceJens Axboe
2021-02-23Merge branch 'add-memalign-helper' of https://github.com/ZhiqiangLiu26/liburingJens Axboe