index
:
liburing
master
Unnamed repository; edit this file 'description' to name the repository.
Hristo Venev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-02-07
test/ring-leak: add test app demonstrating leak of io_uring instance
Jens Axboe
2019-02-05
man/io_uring_setup: mention that IORING_SETUP_SQPOLL needs fixed files
Jens Axboe
2019-02-05
io_uring_register takes 4 args
Jeff Moyer
2019-01-31
src/io_uring.h: sync with kernel header
Jens Axboe
2019-01-31
man/io_uring_enter.2: we no longer EBUSY on mutex trylock failure
Jens Axboe
2019-01-30
man: add io_uring_setup.2 man page
Jeff Moyer
2019-01-29
Update kernel io_uring header
Jens Axboe
2019-01-26
man: fixup description of fixed files I/O
Jeff Moyer
2019-01-26
man: io_uring_register: use a .TP list for flags
Jeff Moyer
2019-01-26
man: alphabetize the error section for io_uring_register
Jeff Moyer
2019-01-23
System calls have been renumbered
Jens Axboe
2019-01-22
io_uring_enter.2 man page
Jeff Moyer
2019-01-18
test/poll: ignore parent dying
Jens Axboe
2019-01-18
test/poll: simply test case
Jens Axboe
2019-01-18
test/poll-cancel: improve test case
Jens Axboe
2019-01-18
Switch to IORING_OP_POLL_ADD/REMOVE
Jens Axboe
2019-01-17
Split src/io_uring.c up
Jens Axboe
2019-01-17
liburing: ensure prep helpers actually set iovec count
Jens Axboe
2019-01-17
32-bit fixes
Jens Axboe
2019-01-17
Add sqe prep helpers
Jens Axboe
2019-01-17
man: add a man page for io_uring_register
Jeff Moyer
2019-01-17
Update POLL API
Jens Axboe
2019-01-17
Add IORING_OP_POLL_CANCEL test
Jens Axboe
2019-01-17
Add test case for IORING_OP_POLL
Jens Axboe
2019-01-16
Update barriers for x86/x86-64
Jens Axboe
2019-01-16
Sync with upstream API
Jens Axboe
2019-01-15
Add configure script
Jens Axboe
2019-01-13
Add x86 32-bit support
Jens Axboe
2019-01-13
io_uring_get_iocb() -> io_uring_get_sqe()
Jens Axboe
2019-01-13
Sync io_uring.h with the kernel
Jens Axboe
2019-01-11
Sync with kernel API
Jens Axboe
2019-01-10
io_queue_init: pass in flags, not io_uring_params
Jens Axboe
2019-01-10
Fix test cases
Jens Axboe
2019-01-10
Update to newer API
Jens Axboe
2019-01-10
Update API
Jens Axboe
2019-01-09
Update to newer API
Jens Axboe
2019-01-08
liburing: include the ring fd in the io_uring
Jens Axboe
2019-01-08
Add simple test/ Makefile
Jens Axboe
2019-01-08
Add sample 'cp' program
Jens Axboe
2019-01-08
Change API to provide io_uring struct abstraction
Jens Axboe
2019-01-08
liburing: add io_uring_iocb_from_ev() helper
Jens Axboe
2019-01-08
Add option for getting a completion without waiting
Jens Axboe
2019-01-08
Initial commit
Jens Axboe
[prev]