index
:
liburing
accept-multi
arch
big-sqe
buf-ring
cancel-fd-all
cqring-nodrop
fd-select
huge
issue25
issue448
libaio-wrapper
link-timeout
master
mlock-size
next
no-ipi
registered-ring
sq-khead
submit-and-wait-ts
timeout
v0.5
wakeup-ring
xattr
xattr-getdents64
io_uring library
axboe@kernel.dk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-04-10
setup: provide helpers to inquire about necessary mlock sizes
mlock-size
Jens Axboe
2021-02-28
Sync io_uring.h API file with Linux 5.12
liburing-2.0
Jens Axboe
2021-02-19
setup: cleanup probe code
Jens Axboe
2021-02-19
setup: check whether malloc succ before using it
Zhiqiang Liu
2021-02-17
io_uring_prep_sync_file_range: cleanups
Jens Axboe
2021-02-14
Added prep function for sync_file_range op
james
2021-02-13
Merge branch 'Pr1' of https://github.com/romange/liburing
Jens Axboe
2021-02-11
src/queue: never clear data->wait_nr
Jens Axboe
2021-02-11
src/queue: control kernel enter with a var
Pavel Begunkov
2021-02-11
src/queue: don't re-wait for CQEs
Pavel Begunkov
2021-02-08
Merge branch 'AddDocForSplice' of https://github.com/NobodyXu/liburing
Jens Axboe
2021-02-08
Merge branch 'master' of https://github.com/CarterLi/liburing
Jens Axboe
2021-02-08
src/queue: don't loop when don't enter
Pavel Begunkov
2021-02-08
src/queue: clean _io_uring_get_cqe() err handling
Pavel Begunkov
2021-02-08
src/queue: don't wait for less than expected
Pavel Begunkov
2021-02-08
src/queue.c: don't test `LIBURING_UDATA_TIMEOUT`
李通洲
2021-02-07
Add inline doc in the comments for io_uring_prep_splice
Jiahao XU
2021-02-04
Merge branch 'patch-2' of https://github.com/NobodyXu/liburing
Jens Axboe
2021-02-05
Fix sigset_t not found in liburing.h
Jiahao XU
2021-02-02
src/queue: update comment on io_uring_wait_cqes() with timeouts
Jens Axboe
2021-01-26
io_uring.h: 5.12 pending kernel sync
Jens Axboe
2021-01-14
src/queue: Fix a typo in `__io_uring_flush_sq()`
Nuno Sa
2021-01-14
src/queue: fix `sq_ring_needs_enter()` indentation
Nuno Sa
2021-01-07
src/queue: refactor io_uring_get_sqe()
Pavel Begunkov
2020-12-17
src/queue: add comment on why reading SQ->head for flush isn't atomic
Jens Axboe
2020-12-17
liburing.h: fix 32-bit compile warning
Jens Axboe
2020-12-17
Added __builtin_expect macros and wrapped IORING_ENTER_SQ_WAKEUP branch
noah
2020-12-07
Don't enter the kernel to wait on cqes if they are already available.
Marcelo Diop-Gonzalez
2020-11-30
Add timeout update
Pavel Begunkov
2020-11-05
remove zero-size array in io_uring.h
Akinobu Mita
2020-11-04
Rename SIG_IS_DATA -> EXT_ARG
Jens Axboe
2020-11-04
Update SIG_IS_DATA to modified kernel API
Jens Axboe
2020-11-04
Use IORING_ENTER_GETEVENTS_TIMEOUT if available
Jens Axboe
2020-11-04
Add wrapper for __io_uring_get_cqe()
Jens Axboe
2020-11-04
Add __sys_io_uring_enter2()
Jens Axboe
2020-11-04
Include 'features' in struct io_uring
Jens Axboe
2020-11-04
io_uring.h: update with 5.11-pending copy
Jens Axboe
2020-10-28
Fix compilation with iso C standard (c89, c99 and c11)
Simon Zeni
2020-10-28
liburing.h: add renameat/unlinkat prep helpers
Jens Axboe
2020-10-28
io_uring.h: add renameat and unlinkat opcodes
Jens Axboe
2020-10-04
Add const modifier to functions that do not change the state of the ring
Roman Gershman
2020-10-03
Merge branch 'pu/build-flags' of https://github.com/guillemj/liburing into ma...
Jens Axboe
2020-09-25
liburing.h: add `io_uring_prep_tee`
李通洲
2020-09-20
Fix build flag settings
Guillem Jover
2020-09-09
probes: provide our own free function
Glauber Costa
2020-09-08
Fold versioned symbols into LIBURING_2.0 version node
Guillem Jover
2020-09-08
Remove versioned symbols not provided by the shared library anymore
Guillem Jover
2020-09-07
Fix io_uring_sq_ready() to use load acquire to read khead.
Joran Dirk Greef
2020-09-06
io_uring.h: fix missing tab
Jens Axboe
2020-09-06
Bump major version to 2
Jens Axboe
[next]