Io_uring: New Linux IO interface (I think it like IOCP)
Linux 5.1 introduces a new high-performance interface called io_uring. It’s easy to use and hard to misuse user/application interface. Io_uring has an efficient buffered asynchronous I/O support, the ability to do I/O without even performing a system call via polled I/O, and other efficiency enhancements. This will help deliver fast and efficient I/O for Linux.\
Io_uring permits safe signal delivery in the presence of PID reuse which will improve power management without affecting power consumption. Liburing is used as the user-space library which will make the usage simpler. Axboe’s FIO benchmark has also been adapted already to support io_uring.
hub.packtpub.com
git.kernel.dk
Linux 5.1 introduces a new high-performance interface called io_uring. It’s easy to use and hard to misuse user/application interface. Io_uring has an efficient buffered asynchronous I/O support, the ability to do I/O without even performing a system call via polled I/O, and other efficiency enhancements. This will help deliver fast and efficient I/O for Linux.\
Io_uring permits safe signal delivery in the presence of PID reuse which will improve power management without affecting power consumption. Liburing is used as the user-space library which will make the usage simpler. Axboe’s FIO benchmark has also been adapted already to support io_uring.

Linux 5.1 out with Io_uring IO interface, persistent memory, new patching improvements and more! | Packt Hub
Linus Torvalds, announced the new Linux 5.1 version. It has new features like Io_uring and improvements to storage and security
