summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-02Add test for sharing uring across forkAndres Freund
2020-02-01man/io_uring_enter.2: clarify how/when IOSQE_IO_LINK are terminatedJens Axboe
2020-02-01test/read-write: skip eventfd read if we know we don't have READJens Axboe
2020-02-01Merge branch 'eventfd_test' of https://github.com/cor3ntin/liburingJens Axboe
2020-02-01Use stderr consistently in test/ casesJens Axboe
2020-02-01test/send_recv: use stderr for errorsJens Axboe
2020-02-01Merge branch 'dev' of https://github.com/CarterLi/liburingJens Axboe
2020-02-02test: add test for send_recvCarter Li
2020-01-31Add eventfd test caseJens Axboe
2020-01-31add another helper for probing existing opcodesGlauber Costa
2020-01-30man/io_uring_enter.2: add IOSQE_ASYNCJens Axboe
2020-01-30man/io_uring_enter.2: add credentials personality fieldJens Axboe
2020-01-30man/io_uring_register.2: add missing registration opcodesJens Axboe
2020-01-30man/io_uring_enter.2: add fadvise/madviseJens Axboe
2020-01-30test/probe: add test csae for io_uring_get_probe()Jens Axboe
2020-01-30test/probe: split verification into helperJens Axboe
2020-01-30add helper functions to verify io_uring supported opcodesGlauber Costa
2020-01-30Update README to mention regressions testsJens Axboe
2020-01-30Sync io_uring.h with 5.6-rcJens Axboe
2020-01-29io_uring.h: remove dead IOSQE_PERSONALITY flagJens Axboe
2020-01-29test/personality: update to modified APIJens Axboe
2020-01-29man/io_uring_enter.2: add IORING_OP_{SEND,RECV}Jens Axboe
2020-01-29man/io_uring_enter.2: add notes on kernel version availabilityJens Axboe
2020-01-29Add test/personality to .gitignoreJens Axboe
2020-01-29.gitignore: add missing tests to ignoreStefano Garzarella
2020-01-28test/shared-wq: remove debug sleepJens Axboe
2020-01-28test/personality: test invalid unregister IDJens Axboe
2020-01-28test/personality: test invalid personalityJens Axboe
2020-01-28Add personality test caseJens Axboe
2020-01-28Add sqe personality member/flagJens Axboe
2020-01-28Add io_uring_{register,unregister}_personality() helpersJens Axboe
2020-01-28Remove EPOLL_CTL for nowJens Axboe
2020-01-28test/shared-wq: use normal initJens Axboe
2020-01-28test/read-write: fixed output, and added 'nonvec', when VERBOSESimon A. F. Lund
2020-01-27Update shared workqueue support and test caseJens Axboe
2020-01-27Merge branch 'fix-man' of https://github.com/quininer/liburingJens Axboe
2020-01-27Fix IORING_OP_CONNECT documentquininer
2020-01-26Add a test for reading from eventfdCorentin Jabot
2020-01-26test/read-write: skip non-vectored read/write if not supportedJens Axboe
2020-01-26test/madvise: don't fail on "suspicious timings"Jens Axboe
2020-01-25Rename io_uring_params 'id' to 'wq_id'Jens Axboe
2020-01-24test/read-write: add non-vectored read/write testingJens Axboe
2020-01-24Add test case for IORING_SETUP_ATTACH_WQJens Axboe
2020-01-24IORING_SETUP_SHARED got renamed to IORING_SETUP_ATTACH_WQJens Axboe
2020-01-23Add probe test caseJens Axboe
2020-01-23Add io_uring_register_probe()Jens Axboe
2020-01-23Update io_uring.hJens Axboe
2020-01-21Include MIT notice in rpm spec and debian package fileJens Axboe
2020-01-21Merge branch 'mit'Jens Axboe
2020-01-20Add MIT licenseJens Axboe