summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-25Update versions to 0.5liburing-0.5v0.5Jens Axboe
2020-02-25test/link: fix typoJens Axboe
2020-02-25test/sq-poll-kthread: include grace period before thread checkJens Axboe
2020-02-25Reinstate io_uring_unregister_eventfd()Jens Axboe
2020-02-25configure: sync struct open_how with kernel APIJens Axboe
2020-02-21test: add sq-poll-kthread test caseliburing-0.4Stefano Garzarella
2020-02-20configure: fix mis-generation of compat.h for no __kernel_rwf_tJens Axboe
2020-02-20Merge branch 'dev' of https://github.com/CarterLi/liburingJens Axboe
2020-02-20man/io_uring_setup.2: fix 'sq_thread_idle' descriptionStefano Garzarella
2020-02-20liburing.h: add const type qualifierCarter Li
2020-02-19Merge branch 'dev' of https://github.com/CarterLi/liburingJens Axboe
2020-02-19man/io_uring_enter.2: correct IORING_OP_STATXCarter Li
2020-02-14Merge branch 'pu/test-suite' of https://github.com/guillemj/liburingJens Axboe
2020-02-14test: Initialize the data struct to set stop member to 0Guillem Jover
2020-02-14test: Distinguish failure messages for accept-linkGuillem Jover
2020-02-14test: Expect fail values from io_uring calls to be -errno instead of -1Guillem Jover
2020-02-14test: Handle NULL sqe and cqe in testsGuillem Jover
2020-02-14test: Unify queue init failed error messageGuillem Jover
2020-02-14test: Cleanup file artifacts on early exitsGuillem Jover
2020-02-14test: Skip tests where the kernel lacks supportGuillem Jover
2020-02-14Add src/include/liburing/compat.h to .gitignoreGuillem Jover
2020-02-13test/poll-cancel-ton: reap events after submitJens Axboe
2020-02-12man/io_uring_register.2: add note of ring quiesce for file/buffers registrationJens Axboe
2020-02-12Auto-generate compat.hJens Axboe
2020-02-12Correctly handle if __kernel_timespec is definedJens Axboe
2020-02-11Add SPDX license identifiersJens Axboe
2020-02-11liburing.spec: use brick.kernel.dk and add the signatureJens Axboe
2020-02-11io_uring.h: make GPL-2.0 OR MITJens Axboe
2020-02-11Merge branch 'pu/version-script' of https://github.com/guillemj/liburingJens Axboe
2020-02-12liburing.map: Fix LIBURING_0.3 shared library version nodeGuillem Jover
2020-02-11man/io_uring_setup.2: document IORING_FEAT_CUR_PERSONALITYJens Axboe
2020-02-07Fix liburing.so symlink source if libdir != libdevdirStefan Metzmacher
2020-02-07Add relative path testingJens Axboe
2020-02-06io_uring_sq_ready: check shared head for SQPOLL ringJens Axboe
2020-02-06liburing.spec move to liburing-0.4Stefan Metzmacher
2020-02-06debian: package liburing-0.4 and use a layout as the libaio packageStefan Metzmacher
2020-02-06configure/Makefile: introduce libdevdir defaults to $(libdir)Stefan Metzmacher
2020-02-06test/poll-v-poll: add variant that uses io_uring for epoll_ctl()Jens Axboe
2020-02-06Add io_uring_prep_epoll_ctl() helperJens Axboe
2020-02-06io_uring_cqe_get_data() only requires a const struct io_uring_cqe *cqeStefan Metzmacher
2020-02-03Add test/eventfd-ring to .gitignoreJens Axboe
2020-02-02Merge branch 'across-fork-test' of https://github.com/anarazel/liburingJens Axboe
2020-02-02Add circular eventfd test caseJens Axboe
2020-02-02test/eventfd: skip on earlier kernelsJens Axboe
2020-02-02Merge branch 'typo-fixes' of https://github.com/anarazel/liburingJens Axboe
2020-02-02man: typo fixesAndres Freund
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