diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2021-01-27 01:25:04 +0000 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-02-01 10:02:43 -0700 |
commit | 090da7d52fe2aeabb73bf300154278e411cd069e (patch) | |
tree | 9ffd085fe12962f56ada3167cd74409027b911c2 | |
parent | 4e0377a1c5c633852f443a562ec55f7dfea65350 (diff) | |
download | lwn-090da7d52fe2aeabb73bf300154278e411cd069e.tar.gz lwn-090da7d52fe2aeabb73bf300154278e411cd069e.zip |
MAINTAINERS: update io_uring section
Add the missing kernel io_uring header, add Pavel as a reviewer, and
exclude io_uring from the FILESYSTEMS section to avoid keep spamming Al
(mainly) with bug reports, patches, etc.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d3e847f7f3dc..363e7aa3b79c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6863,6 +6863,9 @@ F: include/linux/fs.h F: include/linux/fs_types.h F: include/uapi/linux/fs.h F: include/uapi/linux/openat2.h +X: fs/io-wq.c +X: fs/io-wq.h +X: fs/io_uring.c FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER M: Riku Voipio <riku.voipio@iki.fi> @@ -9295,6 +9298,7 @@ F: include/uapi/linux/iommu.h IO_URING M: Jens Axboe <axboe@kernel.dk> +R: Pavel Begunkov <asml.silence@gmail.com> L: io-uring@vger.kernel.org S: Maintained T: git git://git.kernel.dk/linux-block @@ -9302,6 +9306,7 @@ T: git git://git.kernel.dk/liburing F: fs/io-wq.c F: fs/io-wq.h F: fs/io_uring.c +F: include/linux/io_uring.h F: include/uapi/linux/io_uring.h IPMI SUBSYSTEM |