linux/io_uring
Jens Axboe 4cf9049528 io_uring: add a dummy -EOPNOTSUPP prep handler
Add it and use it for the epoll handling, if epoll isn't configured.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-07-24 18:39:11 -06:00
..
advise.c io_uring: split out fadvise/madvise operations 2022-07-24 18:39:11 -06:00
advise.h io_uring: split out fadvise/madvise operations 2022-07-24 18:39:11 -06:00
filetable.c io_uring: separate out file table handling code 2022-07-24 18:39:11 -06:00
filetable.h io_uring: separate out file table handling code 2022-07-24 18:39:11 -06:00
fs.c io_uring: split out filesystem related operations 2022-07-24 18:39:11 -06:00
fs.h io_uring: split out filesystem related operations 2022-07-24 18:39:11 -06:00
io_uring_types.h io_uring: separate out file table handling code 2022-07-24 18:39:11 -06:00
io_uring.c io_uring: add a dummy -EOPNOTSUPP prep handler 2022-07-24 18:39:11 -06:00
io_uring.h io_uring: move uring_cmd handling to its own file 2022-07-24 18:39:11 -06:00
io-wq.c io_uring: move to separate directory 2022-07-24 18:39:10 -06:00
io-wq.h io_uring: move to separate directory 2022-07-24 18:39:10 -06:00
Makefile io_uring: move uring_cmd handling to its own file 2022-07-24 18:39:11 -06:00
nop.c io_uring: move nop into its own file 2022-07-24 18:39:11 -06:00
nop.h io_uring: move nop into its own file 2022-07-24 18:39:11 -06:00
openclose.c io_uring: split out open/close operations 2022-07-24 18:39:11 -06:00
openclose.h io_uring: split out open/close operations 2022-07-24 18:39:11 -06:00
splice.c io_uring: split out splice related operations 2022-07-24 18:39:11 -06:00
splice.h io_uring: split out splice related operations 2022-07-24 18:39:11 -06:00
sync.c io_uring: split out fs related sync/fallocate functions 2022-07-24 18:39:11 -06:00
sync.h io_uring: split out fs related sync/fallocate functions 2022-07-24 18:39:11 -06:00
uring_cmd.c io_uring: move uring_cmd handling to its own file 2022-07-24 18:39:11 -06:00
uring_cmd.h io_uring: move uring_cmd handling to its own file 2022-07-24 18:39:11 -06:00
xattr.c io_uring: move xattr related opcodes to its own file 2022-07-24 18:39:11 -06:00
xattr.h io_uring: move xattr related opcodes to its own file 2022-07-24 18:39:11 -06:00