summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-21queue: include IORING_SQ_TW flag in checking if we need to enter the kernelno-ipiJens Axboe
2022-04-21arch/x86/syscall: Remove TODO commentAmmar Faizi
2022-04-18arch/x86/syscall: Add x86 32-bit native syscall supportAmmar Faizi
2022-04-18arch/x86/lib: Provide `get_page_size()` function for x86 32-bitAmmar Faizi
2022-04-18arch/syscall-defs: Use `__NR_mmap2` instead of `__NR_mmap` for x86 32-bitAmmar Faizi
2022-04-17tests: add more file registration testsPavel Begunkov
2022-04-17tests: extend scm cycle breaking testsPavel Begunkov
2022-04-17tests: reduce multicqe_drain waiting timePavel Begunkov
2022-04-16Add eventfd register/unregister man pagesJens Axboe
2022-04-16man/io_uring_register.2: clarify eventfd notification countsJens Axboe
2022-04-14Merge tag 'test-fixes-2022-04-15' of https://github.com/ammarfaizi2/liburingJens Axboe
2022-04-15test/submit-reuse: Fix `-Wunused-but-set-variable` warning from clang-15Ammar Faizi
2022-04-15test/35fa71a030ca: Fix `-Wunused-but-set-variable` warning from clang-15Ammar Faizi
2022-04-15test/rw_merge_test: Fix the wrong assertion condition and unlink testfileAmmar Faizi
2022-04-14man/io_uring_setup.2: document recent FEAT flag additionsJens Axboe
2022-04-14io_uring.h: add IORING_FEAT_LINKED_FILEJens Axboe
2022-04-14Revert "make: let src/Makefile set *dir vars properly"Stefan Hajnoczi
2022-04-11test/timeout: fix exec-target namingJens Axboe
2022-04-09src/queue: protect io_uring_get_sqe() with LIBURING_INTERNALJens Axboe
2022-04-08man/io_uring_register_ring_fd.3: try to improve NOTES sectionJens Axboe
2022-04-04Merge branch 'changes-3' of https://github.com/ewyler/liburingJens Axboe
2022-04-04Review and update .3 and .7 man pagesEric Wyler
2022-04-04Merge branch 'dankamongmen/remove-double-cast' of https://github.com/dankamon...Jens Axboe
2022-04-04remove double castsnick black
2022-04-03test/Makefile: fixup sq-full-cpp targetJens Axboe
2022-04-03test/MakefileJens Axboe
2022-04-03test/Makefile: Append `.t` to the test binaryAmmar Faizi
2022-04-03test/Makefile: Append `-lpthread` to `LDFLAGS` for all testsAmmar Faizi
2022-04-03test: Rename `[0-9a-f]-test.c` to `[0-9a-f].c`Ammar Faizi
2022-04-03src/int_flags.h: Add missing SPDX-License-IdentifierAmmar Faizi
2022-04-01Merge tag 'liburing-2022-05-01' of https://github.com/ammarfaizi2/liburingJens Axboe
2022-04-01configure: Allow the configure script to fail with a non-zero exit codeAmmar Faizi
2022-03-30test/fixed-reuse: test that linked file slot reuse is correctJens Axboe
2022-03-30helpers: add file creation with patternJens Axboe
2022-03-30test/submit-link-fail: set invalid ioprio to force request to be droppedJens Axboe
2022-03-30test/drop-submit: set invalid ioprio to force request to be droppedJens Axboe
2022-03-29man/io_uring.7: line breaksJens Axboe
2022-03-29test/open-direct-link: add IOSQE_ASYNCJens Axboe
2022-03-29test/open-direct-link: don't test if CQE_SKIP isn't availableJens Axboe
2022-03-29test/open-direct-link: add test case for linked open+read+closeJens Axboe
2022-03-29Merge branch 'master' of https://github.com/rojkov/liburingJens Axboe
2022-03-29Add SECURITY.mdDmitry Rozhkov
2022-03-29man/io_uring_prep_cancel.3: add io_uring_prep_poll_remove(3) to see alsoJens Axboe
2022-03-25Add test for multiple concurrent acceptsDylan Yudaken
2022-03-24add tests for nonblocking accept socketsDylan Yudaken
2022-03-24man/io_uring_queue_init.3: add note on CQ ring sizingJens Axboe
2022-03-24Remove IORING_CQE_F_MSGJens Axboe
2022-03-24test/test/msg-ring: don't test for IORING_CQE_F_MSGJens Axboe
2022-03-23test/recv-msgall-stream: remove nonblocking connect codeJens Axboe
2022-03-23Actually wire up recv-msgall-stream test caseJens Axboe