liburing icon indicating copy to clipboard operation
liburing copied to clipboard

Results 186 liburing issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, If you are writing a web server library — as is the case with me — then you don't really know how many fixed files you need upfront as...

Need to create basic test for `io_uring_prep_unlinkat`

Need to create basic test for `io_uring_prep_link`

Need to create basic test for `io_uring_prep_symlink`

Need to create basic test for `io_uring_prep_mkdir`

Need to create basic test for `io_uring_prep_renameat`

Missing in `man io_uring_register`: `ORING_REGISTER_PBUF_STATUS` `IORING_REGISTER_NAPI` `IORING_UNREGISTER_NAPI` `IORING_REGISTER_USE_REGISTERED_RING` Missing actual manual for: `ORING_REGISTER_PBUF_STATUS` `IORING_REGISTER_USE_REGISTERED_RING` Not sure if its needed in the first place!

Good afternoon, I'm trying to run io_uring inside a docker container on a vanilla ubuntu box, and wanted to check what permissions the container needed to run it properly. By...

I found when I used both flags in `io_uring_queue_init`, it would fail. However, I didn't find related info in the man page of either `io_uring_queue_init` or `io_uring_setup`. Is this an...