YoSTEALTH
YoSTEALTH
According to: https://man7.org/linux/man-pages/man2/rename.2.html `renameat2` `flags` takes `unsigned int` Signed-off-by: Ritesh [email protected]
I am adding this here to keep track of this topic. If we could have functions like `io_uring_prep_lock()` and `io_uring_prep_unlock()` for file locking/unlocking using something like `IOSQE_IO_LINK` to join few...
To use socket asynchronous these function are needed - io_uring_prep_socket - io_uring_prep_getpeername - io_uring_prep_setsockopt - io_uring_prep_getsockopt - io_uring_prep_getaddrinfo - to properly use `io_uring_prep_connect` These 2 if you are managing multiple...
Could a proper(file, socket, features) benchmark be written so others can compare `io_uring` speed with their software and so on... Maybe this can double as test to see if new/comparing...
Could `io_uring_prep_mmap` be implemented? https://man7.org/linux/man-pages/man3/mmap64.3.html Totally missed this one, this is kind of important, didn't realize it till I had to use it. Thank you
Could `io_uring_prep_fcntl` be implemented? https://man7.org/linux/man-pages/man2/fcntl64.2.html There are many functions that are written on top of `fcntl` it would be nice for Liburing to implement this low level function vs implement...
vulkan
Is there any plans on supporting vulkan?
`io_uring_register_files_update` returns `number of files updated` vs `0`