Files
linux/fs
Jens Axboe 9adbd45d6d io_uring: add and use struct io_rw for read/writes
Put the kiocb in struct io_rw, and add the addr/len for the request as
well. Use the kiocb->private field for the buffer index for fixed reads
and writes.

Any use of kiocb->ki_filp is flipped to req->file. It's the same thing,
and less confusing.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2019-12-20 09:52:45 -07:00
..
2019-12-09 10:36:44 -08:00
2019-11-11 09:21:59 -05:00
2019-11-18 11:04:32 +01:00
2019-12-04 19:44:11 -08:00
2019-12-09 10:36:44 -08:00
2019-08-07 21:51:47 -04:00
2019-10-25 14:08:24 -04:00
2019-10-14 15:04:01 -07:00