The rapid growth of io_uring
The rapid growth of io_uring
Posted Sep 2, 2021 14:02 UTC (Thu) by farnz (subscriber, #17727)In reply to: The rapid growth of io_uring by awkravchuk
Parent article: The rapid growth of io_uring
There's special cases in the kernel (but not, it appears, in the manpage) to allow file to anything splicing by allocating a secret internal pipe. Look at fs/splice.c, function splice_direct_to_actor for the code.
