summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-16test/nop: make less verbose and don't fail on older kernelsbig-sqeJens Axboe
2022-05-16liburing: Update io_uring.hKrishna Kanth Reddy
2022-05-16liburing: Test all configurations with NOP testStefan Roesch
2022-05-16liburing: add large CQE tests to nop testStefan Roesch
2022-05-16liburing: index large CQE's correctlyStefan Roesch
2022-05-16liburing: return correct ring size for large CQE'sStefan Roesch
2022-05-16liburing: increase mmap size for large CQE'sStefan Roesch
2022-05-16liburing: Update io_uring.h with large CQE kernel changesStefan Roesch
2022-05-16test/nop: add basic IORING_SETUP_SQE128 testsJens Axboe
2022-05-16setup: add basic support for SQE128Jens Axboe
2022-05-16io_uring.h: add IORING_SETUP_SQE128Jens Axboe
2022-05-16Merge branch 'xattr'Jens Axboe
2022-05-14test/send_recvmsg.c: only check buffer group ID if setJens Axboe
2022-05-14io_uring.h: add IORING_RECVSEND_POLL_FIRSTJens Axboe
2022-05-14io_uring.h: add IORING_CQE_F_SOCK_NONEMPTYJens Axboe
2022-05-14test/open-direct-pick.c: add test case for open direct with allocJens Axboe
2022-05-14Merge branch 'cancel-fd-all'Jens Axboe
2022-05-14Add sparse registration helper and kernel definitionJens Axboe
2022-05-14queue: add new IORING_SQ_TASKRUN flagJens Axboe
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-16test/poll-cancel-all: add async read test casecancel-fd-allJens Axboe
2022-04-16test/poll-cancel-all: test IORING_ASYNC_CANCEL_ANYJens Axboe
2022-04-16io_uring.h: add IORING_ASYNC_CANCEL_ANYJens Axboe
2022-04-16test/poll-cancel-all: abort test if cancel flags not supportedJens Axboe
2022-04-16test/poll-cancel-all: add test case canceling a subset of pendingJens Axboe
2022-04-16Add eventfd register/unregister man pagesJens Axboe
2022-04-16man/io_uring_register.2: clarify eventfd notification countsJens Axboe