summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-08test/sq-poll-dup: modify ring fd hack to work with enter_ring_fdregistered-ringJens Axboe
2022-03-08Add ring fd registration helpersJens Axboe
2022-03-08Add preliminary support for using a registered ring fdJens Axboe
2022-03-05io_uring.h: sync with kernel for registered ring featureJens Axboe
2022-03-05src/queue: don't keep looping for IOPOLL peek operationJens Axboe
2022-02-25src/Makefile: Don't use stack protector for all builds by defaultAmmar Faizi
2022-02-25.gitignore: Add `/test/fpos` to .gitignoreAmmar Faizi
2022-02-25queue, liburing.h: Avoid `io_uring_get_sqe()` code duplicationAmmar Faizi
2022-02-24Remove fpos tests without linkingDylan Yudaken
2022-02-23test/fpos: fix for 32-bit compilesJens Axboe
2022-02-23Test consistent file position updatesDylan Yudaken
2022-02-23queue: provide io_uring_get_sqe() symbol againJens Axboe
2022-02-23man: ensure that -1 is always boldJens Axboe
2022-02-23man: read/write page updatesJens Axboe
2022-02-23Merge tag 'liburing-2022-02-23' of https://github.com/ammarfaizi2/liburingJens Axboe
2022-02-23Merge tag 'liburing-2022-02-23_2' of https://github.com/ammarfaizi2/liburingJens Axboe
2022-02-23test: Add missing SPDX-License-IdentifierAmmar Faizi
2022-02-23arch/syscall-defs.h: Add missing SPDX-License-IdentifierAmmar Faizi
2022-02-23man/io_uring_get_probe.3: Trivial man cleanupAmmar Faizi
2022-02-23configure: Fix clang-12 warning `-Wdeprecated`Alviro Iskandar Setiawan
2022-02-23configure: Fix _GNU_SOURCE redefinition warningAlviro Iskandar Setiawan
2022-02-22Merge tag 'multiarch-gh-ci-20220222' of https://github.com/ammarfaizi2/liburingJens Axboe
2022-02-22.github/workflows: Add multiarch GitHub CI build supportAmmar Faizi
2022-02-21test/pollfree: fix compile on 32-bit x86Jens Axboe
2022-02-21Add generic syscall definitionsJens Axboe
2022-02-21Move io_uring_get_sqe() inline in the liburing.h headerJens Axboe
2022-02-21Add direct syscall support for aarch64Jens Axboe
2022-02-21Merge branch 'fix_madvise_syscall' of https://github.com/Spasi/liburingJens Axboe
2022-02-21Fix madvise syscall wrapperIoannis Tsakpinis
2022-02-21test/pollfree: use mmap(2) instead of a manual syscallJens Axboe
2022-02-20liburing.h: fix some overly long linesJens Axboe
2022-02-20Merge branch 'alpine-linux-compile-fix' of https://github.com/mrakh/liburingJens Axboe
2022-02-19Fix warnings/errors when compiling on Alpine LinuxMahdi Rakhshandehroo
2022-02-18man/io_uring_get_probe.3: make a note of returning NULL if not supportedJens Axboe
2022-02-15arch/x86: Create syscall __do_syscall{0..6} macrosAlviro Iskandar Setiawan
2022-02-15configure: Support busybox mktempNugra
2022-02-13man/io_uring_prep_{read,write}v2.3: formatting and style fixesJens Axboe
2022-02-13man/io_uring_register_buffers.3: mention why registered buffers are usefulJens Axboe
2022-02-13man/io_uring_prep_write_fixed.3: fix typoJens Axboe
2022-02-13Add man pages for the prep_{read,write}_fixed helpersJens Axboe
2022-02-13man/io_uring_prep_write.3: correct passed in buffer argumentJens Axboe
2022-02-11Merge branch 'master' of ssh://git.kernel.dk/data/git/liburingJens Axboe
2022-02-11Fix __io_uring_get_cqe() for IORING_SETUP_IOPOLLAkinobu Mita
2022-02-11test/pollfree: ignore run if argument is givenJens Axboe
2022-02-11Merge branch 'arch'Jens Axboe
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