Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/io-uring

The `io_uring` library for Rust
https://github.com/tokio-rs/io-uring

ci: use host kernel / remove cross

rushilmehra opened this pull request almost 2 years ago
Socket test fails on master

jordanisaacs opened this issue almost 2 years ago
Port to rustix

jordanisaacs opened this pull request almost 2 years ago
feature wanted: io_uring_submit_and_wait_timeout

glenn-wang opened this issue almost 2 years ago
Consider derive Eq for DestinationSlot

redbaron opened this issue almost 2 years ago
Is it possible to use opcode::Accept with types::Fixed?

redbaron opened this issue almost 2 years ago
release 0.5.13

FrankReh opened this pull request almost 2 years ago
opcode Read misses IOSQE_BUFFER_SELECT flag?

redbaron opened this issue almost 2 years ago
opcode: add RecvMsgMulti

FrankReh opened this pull request almost 2 years ago
cqueue: support IORING_CQE_F_SOCK_NONEMPTY bit in flags

FrankReh opened this pull request almost 2 years ago
ffi::CString crash help

lizhanhui opened this issue almost 2 years ago
add setup options and some comments

FrankReh opened this pull request almost 2 years ago
open question about race with kernel that liburing had to fix

FrankReh opened this issue almost 2 years ago
fix submit_with_args to match submit_and_wait

FrankReh opened this pull request almost 2 years ago
user doc: update sqpoll and other feature user documentation

FrankReh opened this pull request almost 2 years ago
opcode::Recv , buf_group and multi question

FrankReh opened this issue almost 2 years ago
opcode: add optional fixed_buf to SendZc

FrankReh opened this pull request almost 2 years ago
types: add RecvMsgOut helper structure

lucab opened this pull request almost 2 years ago
opcode: add support for IORING_POLL_ADD_MULTI

FrankReh opened this pull request almost 2 years ago
missing opcode PollUpdate

FrankReh opened this issue almost 2 years ago
types: export multishot header(io_uring_recvmsg_out) to user.

glenn-wang opened this pull request almost 2 years ago
opcode: add RecvMulti

FrankReh opened this pull request almost 2 years ago
missing multishot commands

FrankReh opened this issue almost 2 years ago
opcode: add support for multi-shot accept

FrankReh opened this pull request almost 2 years ago
Add send_zc_fixed to use send_zc with fixed buffers

redbaron opened this issue almost 2 years ago
opcode: add "fixed file" support to accept

FrankReh opened this pull request almost 2 years ago
sealed Fd and Fixed

FrankReh opened this issue almost 2 years ago
What parameter to define for the opcode::close optional file_index?

FrankReh opened this issue almost 2 years ago
opcode: add "fixed file" support to openat, openat2 and close

FrankReh opened this pull request almost 2 years ago
cqueue: add docstrings for multishot and dynamic-buffer flags

lucab opened this pull request almost 2 years ago
opcode: add support for IORING_OP_SOCKET

lucab opened this pull request almost 2 years ago
fixed file helpers

FrankReh opened this issue almost 2 years ago
Not all operations taking a file descriptor accept a Fixed file slot

FrankReh opened this issue almost 2 years ago
Help wanted: how to understand buf lifetime on buf_ring ?

glenn-wang opened this issue almost 2 years ago
opcode: add support for IORING_MSG_SEND_FD

lucab opened this pull request almost 2 years ago
lib: add missing helpers for feature probing

lucab opened this pull request almost 2 years ago
test/register-buf-ring: provide length argument to read op

lucab opened this pull request almost 2 years ago
Add support for IORING_SETUP_SINGLE_ISSUER

dzamlo opened this pull request almost 2 years ago
chore: fix clippy 0.1.67 warnings

FrankReh opened this pull request almost 2 years ago
opcode: add support for IORING_OP_MSG_RING

lucab opened this pull request almost 2 years ago
Version bump?

ollie-etl opened this issue almost 2 years ago
Support IORING_SETUP_SINGLE_ISSUER

SUPERCILEX opened this issue almost 2 years ago
Add IORING_OP_SENDMSG_ZC opcode support.

MA-ETL opened this pull request almost 2 years ago
change the visibility of mod sys to pub

glenn-wang opened this issue almost 2 years ago
fix io-uring-test: remove unnecessary line

FrankReh opened this pull request about 2 years ago
build error when 1st try the project

gaowayne opened this issue about 2 years ago
Also run CI 'check' job again Rust 1.48

albertofaria opened this pull request about 2 years ago
Drop the "unstable" feature

albertofaria opened this pull request about 2 years ago
Avoid std::ptr::addr_of! in BufRingEntry::tail to support stable Debian

albertofaria opened this pull request about 2 years ago
add IORING_SETUP_COOP_TASKRUN flag to builder

barcharcraz opened this pull request about 2 years ago
NVMe example

espoal opened this issue about 2 years ago
feature request: API to set file_index

boohba opened this issue about 2 years ago
update sys.rs to 6.1.0 rc4

quininer opened this pull request about 2 years ago
LinkTimeout randomly ignored

desbma opened this issue about 2 years ago
Correctly report errors returned from direct-syscall

aidanhs opened this pull request about 2 years ago
direct-syscall feature doesn't report errors correctly

aidanhs opened this issue about 2 years ago
io-uring-test: clippy and --no-default-features

FrankReh opened this pull request about 2 years ago
submit_and_wait: check overflow bit

FrankReh opened this pull request about 2 years ago
register_buf_ring and unregister_buf_ring

FrankReh opened this pull request about 2 years ago
register_buf_ring and unregister_buf_ring

FrankReh opened this pull request about 2 years ago
Split (Submission/Completion)Queue::sync into 2 different functions

boohba opened this pull request about 2 years ago
defining some opcodes unsafe

FrankReh opened this issue about 2 years ago
Add IORING_OP_SEND_ZC opcode

ollie-etl opened this pull request about 2 years ago
passing operation flags: IORING_ACCEPT_MULTISHOT

FrankReh opened this issue over 2 years ago
RLIMIT_NOFILE

FrankReh opened this issue over 2 years ago
Frankreh/graceful test fallback

FrankReh opened this pull request over 2 years ago
feat: add support for multi-shot polling

saiintbrisson opened this issue over 2 years ago
Add support for IORING_OP_MSG_RING

newpavlov opened this issue over 2 years ago
opcode: use u64 type for the offset

stefano-garzarella opened this pull request over 2 years ago
opcode: offset should be u64 instead of libc::off_t

stefano-garzarella opened this issue over 2 years ago
Update ci kernel

quininer opened this issue almost 3 years ago
Add buf_group field to Readv and RecvMsg opcodes

mrakh opened this pull request almost 3 years ago
Feature request: buf_group for Readv and RecvMsg

mrakh opened this issue almost 3 years ago
Provide interfaces to prepare SQE in place

jiangliu opened this issue about 3 years ago
Add iai bench (with iou and liburing)

quininer opened this pull request almost 4 years ago
Stabilize more APIs

quininer opened this issue almost 4 years ago