Files
kernel_arpi/include/uapi/linux
Pavel Begunkov 792e35824b io_uring: add IORING_REGISTER_RSRC
Add a new io_uring_register() opcode for rsrc registeration. Instead of
accepting a pointer to resources, fds or iovecs, it @arg is now pointing
to a struct io_uring_rsrc_register, and the second argument tells how
large that struct is to make it easily extendible by adding new fields.

All that is done mainly to be able to pass in a pointer with tags. Pass
it in and enable CQE posting for file resources. Doesn't support setting
tags on update yet.

A design choice made here is to not post CQEs on rsrc de-registration,
but only when we updated-removed it by rsrc dynamic update.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/c498aaec32a4bb277b2406b9069662c02cdda98c.1619356238.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2021-04-25 10:14:04 -06:00
..
2020-08-22 10:53:12 +01:00
2021-01-25 18:44:44 +01:00
2020-12-28 14:21:31 +00:00
2021-01-18 18:38:47 +01:00
2021-02-09 10:58:19 +01:00
2020-08-12 10:58:00 -07:00
2020-10-09 12:47:02 -06:00
2020-12-08 15:54:16 +01:00
2021-04-07 14:22:49 -07:00
2021-02-08 13:01:24 +01:00
2020-08-27 07:55:59 -07:00
2021-02-26 09:41:03 -08:00
2021-04-25 10:14:04 -06:00
2020-11-26 14:19:10 +01:00
2020-08-18 15:44:44 +02:00
2021-01-24 14:43:45 +01:00
2021-03-24 16:44:31 -07:00
2021-01-16 23:19:26 +01:00
2021-01-07 16:17:32 +01:00
2021-02-01 13:20:06 -07:00
2020-10-23 11:55:28 -04:00
2020-10-23 11:55:28 -04:00