summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-01-17man: add a man page for io_uring_registerJeff Moyer
2019-01-17Update POLL APIJens Axboe
2019-01-17Add IORING_OP_POLL_CANCEL testJens Axboe
2019-01-17Add test case for IORING_OP_POLLJens Axboe
2019-01-16Update barriers for x86/x86-64Jens Axboe
2019-01-16Sync with upstream APIJens Axboe
2019-01-15Add configure scriptJens Axboe
2019-01-13Add x86 32-bit supportJens Axboe
2019-01-13io_uring_get_iocb() -> io_uring_get_sqe()Jens Axboe
2019-01-13Sync io_uring.h with the kernelJens Axboe
2019-01-11Sync with kernel APIJens Axboe
2019-01-10io_queue_init: pass in flags, not io_uring_paramsJens Axboe
2019-01-10Fix test casesJens Axboe
2019-01-10Update to newer APIJens Axboe
2019-01-10Update APIJens Axboe
2019-01-09Update to newer APIJens Axboe
2019-01-08liburing: include the ring fd in the io_uringJens Axboe
2019-01-08Add simple test/ MakefileJens Axboe
2019-01-08Add sample 'cp' programJens Axboe
2019-01-08Change API to provide io_uring struct abstractionJens Axboe
2019-01-08liburing: add io_uring_iocb_from_ev() helperJens Axboe