summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-11Change all syscall function name prefix to __sysarchAmmar Faizi
2022-02-11lib.h: Split off lib header for arch specific and genericAmmar Faizi
2022-02-11arch/x86, syscall: Refactor arch specific and generic syscall wrappersAlviro Iskandar Setiawan
2022-02-11arch/generic: Create arch generic syscall wrappersAlviro Iskandar Setiawan
2022-02-10test/read-write: update EFBIG to work with 256M filesJens Axboe
2022-02-09test/read-write: work on 4kb blocksize devicesJens Axboe
2022-02-09test/double-poll-crash: only run on x86/x86-64Jens Axboe
2022-02-04test/eventfd-reg.c: add basic test case to exercise reg+unregJens Axboe
2022-02-03man/io_uring_enter.2: correct kernel version for IORING_OP_ACCEPTJens Axboe
2022-01-28Merge branch 'fix-statx' of https://github.com/JonKohler/liburingJens Axboe
2022-01-28fix statx configure and build on !CONFIG_HAVE_STATX toolchainsJon Kohler
2022-01-28Merge branch 'master' of https://github.com/DavidMusk93/liburingJens Axboe
2022-01-28examples/link-cp.c: fix the last file-block retry may overflowMingqiang Sun
2022-01-26man page typosJens Axboe
2022-01-26liburing: add man pages for helper functions.Stefan Roesch
2022-01-23nolibc: Don't use `malloc()` and `free()` as the function nameAmmar Faizi
2022-01-19man/io_uring_enter.2: make it clear that chains terminate at submitJens Axboe
2022-01-14Add pollfree test caseJens Axboe
2022-01-09test/socket-rw-offset: Fix UB, accessing dead objectAmmar Faizi
2022-01-09test/socket-rw: Fix UB, accessing dead objectAmmar Faizi
2022-01-09test/socket-rw-eagain: Fix UB, accessing dead objectAmmar Faizi
2022-01-05Remove getdents supportJens Axboe
2021-12-23test/socket-rw-offset: skip for kernels without cur position rwJens Axboe
2021-12-23Add test case for socket read with offset == -1Jens Axboe
2021-12-23test: remove dead codeJens Axboe
2021-12-23Merge branch 'man-page-offset-clarification' of https://github.com/ioquatix/l...Jens Axboe
2021-12-23Merge branch 'issue503' of https://github.com/aprilweet/liburingJens Axboe
2021-12-23Clarify behaviour of offset in `prep_read`/`prep_write`.Samuel Williams
2021-12-23examples/io_uring_cp: fix bug while re-queuingmonte
2021-12-22Don't clear sqe->user_data as part of command prepJens Axboe
2021-12-22test/getdents: ignore run if argument specifiedJens Axboe
2021-12-22test/getdents: don't fail on kernels not supporting the featureJens Axboe
2021-12-22test/getdents: style fixupsJens Axboe
2021-12-22liburing: Add man page for io_uring_prep_getdents callStefan Roesch
2021-12-22liburing: Add test program for getdents callStefan Roesch
2021-12-22liburing: add prepare function for getdents64Stefan Roesch
2021-12-22liburing: update io_uring.h header fileStefan Roesch
2021-12-10test/exit-no-cleanup: skip file based runJens Axboe
2021-12-10test/skip-cqe: skip file based runJens Axboe
2021-12-07man/io_uring_enter.2: notes about cqe-skip & drain interoperabilityPavel Begunkov
2021-12-04Don't truncate addr fields to 32-bit on 32-bitJens Axboe
2021-12-04liburing.h: don't truncate timeout_update/remove user data valueJens Axboe
2021-12-02Add test case for hang condition on exit without cleanupJens Axboe
2021-11-27man/io_uring_enter.2: document IOSQE_CQE_SKIP_SUCCESSPavel Begunkov
2021-11-27test/skip-cqe: use correct index for write side of pipeJens Axboe
2021-11-27test: skip-cqe with hardlinksPavel Begunkov
2021-11-27test: poll cancellation with offset timeoutsPavel Begunkov
2021-11-24tests: add tests for IOSQE_CQE_SKIP_SUCCESSPavel Begunkov
2021-11-24io_uring.h: update to reflect cqe-skip featurePavel Begunkov
2021-11-18Rename man pageJens Axboe