summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-10setup: provide helpers to inquire about necessary mlock sizesmlock-sizeJens 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.12liburing-2.0Jens 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
2021-02-23test/Makefile: ensure dependencies and build of helpers.[ch] is saneJens Axboe
2021-02-23helpers: add io_uring_create_buffers() helperZhiqiang Liu
2021-02-23helpers: add io_uring_create_file() helperZhiqiang Liu
2021-02-23helpers: add io_uring_calloc helperZhiqiang Liu
2021-02-22Merge branch 'add-memalign-helper' of https://github.com/ZhiqiangLiu26/liburingJens Axboe
2021-02-23helpers: add io_uring_posix_memalign helperZhiqiang Liu
2021-02-22Merge branch 'fix-check-malloc' of https://github.com/ZhiqiangLiu26/liburingJens Axboe
2021-02-23tests: add helpers.h to harden the testsZhiqiang Liu
2021-02-19setup: cleanup probe codeJens Axboe
2021-02-19Merge branch 'master' of https://github.com/ZhiqiangLiu26/liburingJens Axboe
2021-02-19setup: check whether malloc succ before using itZhiqiang Liu
2021-02-18test: don't expect links to be partially executedPavel Begunkov
2021-02-17test: use random port in range for socket testsJens Axboe
2021-02-17test/fsync: use new io_uring_prep_sync_file_range() helperJens Axboe
2021-02-17io_uring_prep_sync_file_range: cleanupsJens Axboe
2021-02-17Merge branch 'master' of https://github.com/FletcherJ1/liburingJens Axboe
2021-02-17test/read-write: skip too-big test on non-rootJens Axboe
2021-02-16.gitignore: add sendmsg_fs_cveJens Axboe
2021-02-14Added prep function for sync_file_range opjames
2021-02-13Merge branch 'Pr1' of https://github.com/romange/liburingJens Axboe
2021-02-13Merge branch 'uman/man7-install' of https://github.com/UmanShahzad/liburingJens Axboe
2021-02-13Install man7 pagesUman Shahzad
2021-02-12a test for CVE-2020-29373 (AF_UNIX path resolution)Pavel Begunkov