summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-14open/openat2: update man page to include IORING_FILE_INDEX_ALLOCaccept-multiJens Axboe
2022-05-14liburing.h: use helper for io_uring_prep_multishot_accept()Jens Axboe
2022-05-14man/io_uring_prep_accept.3: fixup some phrasingJens Axboe
2022-05-14man/io_uring_prep_accept.3: add man info for multishot acceptHao Xu
2022-05-14test/accept.c: test for multishot direct accept with wrong argHao Xu
2022-05-14test/accept.c: add test for multishot mode acceptHao Xu
2022-05-14liburing.h: add api to support multishot accept directHao Xu
2022-05-14liburing.h: support multishot acceptHao Xu
2022-05-14test/accept.c: close the listen fd at the end of the testHao Xu
2022-05-10man: update man pages for waiting on a CQE with a timeoutJens Axboe
2022-05-02test/statx: use regular stat includeJens Axboe
2022-04-22test/double-poll-crash: Skip this test if the `mmap()` failsAmmar Faizi
2022-04-22.github/workflows: Run the nolibc build for x86 32-bitAmmar Faizi
2022-04-22test/Makefile: Sort the test file list alphabeticallyAmmar Faizi
2022-04-22test/Makefile: Remove `.PHONY` variableAmmar Faizi
2022-04-22Makefile: Make sure we build everything before runtestsAmmar Faizi
2022-04-22test/runtests-quiet.sh: Fixup redirectionAmmar Faizi
2022-04-22test/runtests-quiet.sh: fixup redirectionJens Axboe
2022-04-22test/runtests-quiet.sh: quote file namesJens Axboe
2022-04-22test: use remove_buffers instead of nop to generate error codesDylan Yudaken
2022-04-22test: add make targets for each testDylan Yudaken
2022-04-22test: mkdir -p output folderDylan Yudaken
2022-04-22test: use unique filenamesDylan Yudaken
2022-04-22test: use unique portsDylan Yudaken
2022-04-22test: use unique path for socketDylan Yudaken
2022-04-22test: handle mmap return failures in pollfree testDylan Yudaken
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