Sign in
android
/
platform
/
external
/
liburing
/
HEAD
65bbd40
Empty merge ab/12770256 into aosp-main-future
by Xin Li
· 9 months ago
main
master
a2e1b90
Add janitors to the OWNERS file am: e4848531e2
by Sadaf Ebrahimi
· 9 months ago
e484853
Add janitors to the OWNERS file
by Sadaf Ebrahimi
· 9 months ago
f36d0b6
Merge "liburing: Fix dependencies" into main am: acb1939381
by Akilesh Kailash
· 9 months ago
68fd879
Upgrade liburing to liburing-2.8 am: 42074fb771
by Akilesh Kailash
· 9 months ago
acb1939
Merge "liburing: Fix dependencies" into main
by Akilesh Kailash
· 9 months ago
fbc1996
liburing: Fix dependencies
by Akilesh Kailash
· 9 months ago
42074fb
Upgrade liburing to liburing-2.8
by Akilesh Kailash
· 9 months ago
62d7932
Remove unused -Wno-implicit-function-declaration. am: 9bbd42a638 am: cc78841c5b
by Elliott Hughes
· 10 months ago
cc78841
Remove unused -Wno-implicit-function-declaration. am: 9bbd42a638
by Elliott Hughes
· 10 months ago
9bbd42a
Remove unused -Wno-implicit-function-declaration.
by Elliott Hughes
· 10 months ago
a3ed489
Clean up a #include. am: 9706a1009e am: 64a4ea074b
by Elliott Hughes
· 10 months ago
64a4ea0
Clean up a #include. am: 9706a1009e
by Elliott Hughes
· 10 months ago
9706a10
Clean up a #include.
by Elliott Hughes
· 10 months ago
80272cb
Rename '*ret' to '*err' for io_uring_setup_buf_ring()
by Jens Axboe
· 11 months ago
cb14306
test/io_uring_passthrough: ensure that fixed buffers are tested properly
by Jens Axboe
· 11 months ago
7fa486a
src/setup: io_uring_alloc_huge() should round AFTER adding to sqes_mem
by Jens Axboe
· 11 months ago
03aab18
configure: fix blkdev.h include for discard definition
by Jens Axboe
· 11 months ago
01b9255
test/fifo-nonblock-read: ensure that !FMODE_NOWAIT O_NONBLOCK works
by Jens Axboe
· 11 months ago
1419174
test/regbuf-clone: test dummy ubuf cloning
by Jens Axboe
· 11 months ago
cbae992
test/io_uring_register: fix poll testing
by Jens Axboe
· 11 months ago
89ed36b
test/sqwait: fix shadowed 'inflight' variable
by Jens Axboe
· 11 months ago
a8181ce
test/sqwait: test retrieving an SQE post io_uring_sqring_wait()
by Jens Axboe
· 11 months ago
cd87073
lib: turn INT_FLAG_REG_RING into masked flag
by Jens Axboe
· 11 months ago
2fe16b1
test/cmd-discard: use correct skip exit value
by Jens Axboe
· 11 months ago
8fdf201
test/cmd-discard: handle kernel not supporting discards better
by Jens Axboe
· 11 months ago
e0445c3
CHANGELOG: note addition of discard
by Jens Axboe
· 11 months ago
bafd872
man/io_uring_prep_cmd_discard.3: add discard man pages
by Pavel Begunkov
· 11 months ago
244be25
test: add discard cmd tests
by Pavel Begunkov
· 11 months ago
906a456
Add io_uring_prep_cmd_discard
by Pavel Begunkov
· 11 months ago
c33234a
man/man/io_uring_sqe_set_data: add note on ->user_data validity
by Jens Axboe
· 11 months ago
dd1aa10
man: fix spelling error
by Jens Axboe
· 11 months ago
5f6617e
man: add man page for io_uring_peek_batch_cqe()
by Jens Axboe
· 11 months ago
5b46a7e
man: added kernel versions to a few man pages
by Jens Axboe
· 11 months ago
3e6c9b9
test/sync-cancel: don't fail on missing IORING_ASYNC_CANCEL_OP
by Jens Axboe
· 12 months ago
3d84be4
test/read-mshot-stdin: add output and instructions on how to run
by Jens Axboe
· 12 months ago
c02748b
Add stdin provided buffer test case
by Jens Axboe
· 12 months ago
a0e3a45
test/read-mshot*: cleanup up properly
by Jens Axboe
· 12 months ago
0f72d92
man: document IORING_CQE_F_BUF_MORE and IOU_PBUF_RING_INC
by Jens Axboe
· 12 months ago
c90e5a6
Merge branch 'kdigest_follow_ups' of https://github.com/ddiss/liburing
by Jens Axboe
· 12 months ago
33de51d
examples/kdigest: print whether bundled sends were used
by David Disseldorp
· 12 months ago
68b45a4
examples/kdigest: reuse I/O buffer for hash result
by David Disseldorp
· 12 months ago
6f310e3
test/bind-listen: fix incorrect io_uring_prep_recv buflen
by David Disseldorp
· 12 months ago
9d5adc5
Merge branch 'man-open2' of https://github.com/aconz2/liburing
by Jens Axboe
· 12 months ago
d7c02c9
man/prep_openat{2}: clarify IOSQE_FIXED_FILE
by Andrew Consroe
· 12 months ago
352c8ab
examples/kdigest: misc updates and improvements
by Jens Axboe
· 12 months ago
065b1ff
examples/kdigest: remove "error" handling
by Jens Axboe
· 12 months ago
73a7003
examples/kdigest: add support for bundled sends
by Jens Axboe
· 12 months ago
6901ce0
CHANGELOG: note that the kdigest example was added
by Jens Axboe
· 12 months ago
189ea06
Merge branch 'af_alg_hash_example_v2' of https://github.com/ddiss/liburing
by Jens Axboe
· 12 months ago
97e10b6
examples/kdigest: add AF_ALG hash example
by David Disseldorp
· 12 months ago
d188299
test/msg-ring: don't mistake T_EXIT_SKIP for failure
by Jens Axboe
· 12 months ago
c16017c
Make io_uring_for_each_cqe() only read the tail once
by Jens Axboe
· 12 months ago
2bfc0d5
Revert "liburing: Pull load_acquire out of for loop to amortize cost"
by Jens Axboe
· 12 months ago
d00060b
test/runtests.sh: output what kernel the tests were run on
by Jens Axboe
· 12 months ago
23b79d5
test/recvsend_bundle: handle another case of not aborting
by Jens Axboe
· 12 months ago
40df5e6
Merge branch 'for_each_cqe' of https://github.com/CPestka/liburing
by Jens Axboe
· 12 months ago
3ca941c
Merge branch 'open_helper' of https://github.com/CPestka/liburing
by Jens Axboe
· 12 months ago
cb02d22
liburing: Pull load_acquire out of for loop to amortize cost
by CPestka
· 12 months ago
48ca808
man/prep_open: Add man entry for io_uring_prep_open(_direct)
by CPestka
· 12 months ago
c0a7524
liburing/sqe_helper: Add helper to prep sqe for an open
by CPestka
· 12 months ago
4a581ec
Merge branch 'io_uring_man' of https://github.com/CPestka/liburing
by Jens Axboe
· 12 months ago
8a7810d
man/io_uring: Add remark about where to find info about memory ordering
by CPestka
· 12 months ago
a4a2cc4
man/io_uring: Update SQE struct
by CPestka
· 12 months ago
06ade09
man/io_uring: Add remark that operational behavior changes with flags
by CPestka
· 12 months ago
74c8f34
man/io_uring: Moved SQE example of a read request to SQE description
by CPestka
· 12 months ago
fcd60dc
man/io_uring: Formatting fixes
by CPestka
· 12 months ago
206650f
test/fixed-hugepage: skip test on -ENOMEM
by Jens Axboe
· 12 months ago
b6658a9
test/timeout: modify update timeout case for PREEMPT_RT
by Jens Axboe
· 12 months ago
db4b040
test/poll-mshot-update: ensure 'nfiles' doesn't exceed NFILES
by Jens Axboe
· 12 months ago
aa7c727
test/poll-many: ensure 'nfiles' doesn't exceed NFILES
by Jens Axboe
· 12 months ago
9538013
test/napi-test: skip on older kernels if ring init fails
by Jens Axboe
· 12 months ago
cb862bb
test/msg-ring: skip on older kernels for ring setup
by Jens Axboe
· 12 months ago
3fd1082
test/sq-poll-share: skip if O_DIRECT is not available
by Jens Axboe
· 12 months ago
1be3049
test/recvsend_bundle: don't fail on missing buffer ring support
by Jens Axboe
· 12 months ago
bb01691
test/msg-ring: handle the skip case for older kernels
by Jens Axboe
· 12 months ago
e6562d5
test/file-verify: handle missing O_DIRECT support more gracefully
by Jens Axboe
· 12 months ago
4faa067
test/poll-mshot-update: make the test behave a bit better with file limits
by Jens Axboe
· 12 months ago
5034256
test/poll-many: make the test behave a bit better with file limits
by Jens Axboe
· 12 months ago
07d5df2
test/runtests.sh: only do dmesg file check if dmesg logging is enabled
by Jens Axboe
· 12 months ago
3aef938
test/poll-v-poll: don't mixup SKIP and FAIL
by Jens Axboe
· 12 months ago
c4a67d7
test/runtests.sh: use double quotes for filenames
by Jens Axboe
· 12 months ago
f87057a
test/runtests.sh: dump dmesg failure contents after test runs
by Jens Axboe
· 12 months ago
d341464
test/runtests.sh: revert to only checking dmesg for root
by Jens Axboe
· 12 months ago
9bb8704
test/runtests.sh: correct a shell check complaint
by Jens Axboe
· 12 months ago
baad5f5
test/runtests.sh: perform dmesg check as a normal user
by Jens Axboe
· 12 months ago
fd3e498
test/waitid: be nice and wait for unrepeaped forks
by Jens Axboe
· 12 months ago
ca90f81
test/file-update: allow -EBADF as well as an error
by Jens Axboe
· 12 months ago
e286c03
test/io_uring_register: skip file-backed test on virtual file systems
by Jens Axboe
· 12 months ago
40ff781
test: update a few tests for older kernels
by Jens Axboe
· 12 months ago
63ad4d5
Merge branch 'master' of https://github.com/Oipo/liburing
by Jens Axboe
· 12 months ago
0e66711
Merge branch 'fix-man-pages2' of https://github.com/aconz2/liburing
by Jens Axboe
· 12 months ago
dcfa531
include/liburing.h: Remove redundant sanitize check
by Michael de Lang
· 12 months ago
f9cc6f5
src/sanitize: don't sanitize opcodes with non-pointer inputs
by Michael de Lang
· 12 months ago
87f2407
src/sanitize: Remove unused ifdef guard
by Michael de Lang
· 12 months ago
d971608
Fix some syscall name typos in man pages
by Andrew Consroe
· 12 months ago
0c8975a
man/io_uring_register_ring_fd: add note about kernel availability
by Jens Axboe
· 12 months ago
bfc0e87
Merge branch 'io_uring_setup_man' of https://github.com/CPestka/liburing
by Jens Axboe
· 12 months ago
5af6242
man/io_uring_setup: Add doc for IORING_FEAT_RECVSEND_BUNDLE
by CPestka
· 12 months ago
c72a831
man/io_uring_setup: Add missing error code
by CPestka
· 12 months ago
Next »