https://github.com/torvalds/linux/blob/master/include/uapi/linux/io_uring.h TODO: * [x] writev * [x] readv * [ ] epoll_ctl * [ ] sync_file_range * [ ] fallocate * [ ] fadvise * [ ] madvise * [ ] openat2 * [ ] statx * [x] splice * [ ] files_update * [ ] tee * [ ] msg_ring * [ ] fsetxattr * [ ] setxattr * [ ] fgetxattr * [ ] getxattr * [ ] uring_cmd * [ ] futex_wait * [ ] futex_wake * [ ] futex_waitv * [ ] fixed_fd_install * [ ] ftruncate * [x] bind * [x] listen Won't be supported: * [x] write_fixed: buffer rings are better abstraction than fixed buffers * [x] read_fixed: buffer rings are better abstraction than fixed buffers * [x] timeout_remove: cancel works with every operation * [x] poll_remove: cancel works with every operation TBD: * [ ] read_multishot * [ ] send_zc * [ ] sendmsg_zc
https://github.com/torvalds/linux/blob/master/include/uapi/linux/io_uring.h
TODO:
Won't be supported:
TBD: