summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-10test/fsync: update for IOSQE_IO_DRAIN approachJens Axboe
2019-04-10man/io_uring_setup.2: add EPERM case for IORING_SETUP_SQPOLLJens Axboe
2019-04-07Use io_uring_cqe_get_data() internallyJens Axboe
2019-04-07Add io_uring_cqe_get_data()Zach Bjornson
2019-04-06Add barrier fsync test caseJens Axboe
2019-03-19Remove IOCQE_FLAG_CACHEHITJens Axboe
2019-03-13queue: ensure io_uring_submit() returns the system call valueJens Axboe
2019-03-06test/io_uring-cp: add some commentsJens Axboe
2019-03-06Add generated files to .gitignoreJens Axboe
2019-03-05test/io_uring-cp: make it more efficientJens Axboe
2019-03-05queue: ensure io_uring_submit() returns the right errorJens Axboe
2019-03-05Makefile: add cscope targetJens Axboe
2019-03-04add syscall unit testsJeff Moyer
2019-02-28Add read/write fixed prep supportJens Axboe
2019-02-15src/queue: kill bogus ktail_next == head checkJens Axboe
2019-02-14io_uring_enter.2: clarify min_completeJeff Moyer
2019-02-12man/io_uring_enter.2: clarify -EMFILE per-user caseJens Axboe
2019-02-12man/io_uring_enter.2: add mention of -EMFILE for fixed file setsJens Axboe
2019-02-10man/io_uring_enter: mention that SQE entries are always fully consumedJens Axboe
2019-02-10Sync io_uring.h with the kernelJens Axboe
2019-02-10src/queue: add comments on the read and write barriersJens Axboe
2019-02-09man/io_uring_register: make note of huge page pinningJens Axboe
2019-02-08test/fsync: add simple fsync testerJens Axboe
2019-02-08add io_uring_queue_mmapJeff Moyer
2019-02-08remove sigsz from io_uring_enter.2Jeff Moyer
2019-02-08io_uring_enter: don't expose sigset_size argumentJens Axboe
2019-02-08test/ring-leak: silence "sending fd" messageJens Axboe
2019-02-08Add sigmask parameter to io_uring_enterJeff Moyer
2019-02-08syscall: update io_uring_enter() to match kernel typeJens Axboe
2019-02-08man/io_uring_register.2: add EMFILE errnoJens Axboe
2019-02-07test/ring-leak: add test app demonstrating leak of io_uring instanceJens Axboe
2019-02-05man/io_uring_setup: mention that IORING_SETUP_SQPOLL needs fixed filesJens Axboe
2019-02-05io_uring_register takes 4 argsJeff Moyer
2019-01-31src/io_uring.h: sync with kernel headerJens Axboe
2019-01-31man/io_uring_enter.2: we no longer EBUSY on mutex trylock failureJens Axboe
2019-01-30man: add io_uring_setup.2 man pageJeff Moyer
2019-01-29Update kernel io_uring headerJens Axboe
2019-01-26man: fixup description of fixed files I/OJeff Moyer
2019-01-26man: io_uring_register: use a .TP list for flagsJeff Moyer
2019-01-26man: alphabetize the error section for io_uring_registerJeff Moyer
2019-01-23System calls have been renumberedJens Axboe
2019-01-22io_uring_enter.2 man pageJeff Moyer
2019-01-18test/poll: ignore parent dyingJens Axboe
2019-01-18test/poll: simply test caseJens Axboe
2019-01-18test/poll-cancel: improve test caseJens Axboe
2019-01-18Switch to IORING_OP_POLL_ADD/REMOVEJens Axboe
2019-01-17Split src/io_uring.c upJens Axboe
2019-01-17liburing: ensure prep helpers actually set iovec countJens Axboe
2019-01-1732-bit fixesJens Axboe
2019-01-17Add sqe prep helpersJens Axboe