aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorGravatar Jens Axboe <axboe@kernel.dk> 2019-11-04 08:50:02 -0700
committerGravatar Jens Axboe <axboe@kernel.dk> 2019-11-04 08:50:02 -0700
commit1056ef940380c4e32349ccb6d956858edf70520c (patch)
treea4cc87240085b8b7ee6868bd78e9644ef0572393 /MAINTAINERS
parentio_uring: add completion trace event (diff)
downloadlinux-1056ef940380c4e32349ccb6d956858edf70520c.tar.gz
linux-1056ef940380c4e32349ccb6d956858edf70520c.tar.bz2
linux-1056ef940380c4e32349ccb6d956858edf70520c.zip
MAINTAINERS: update io_uring entry
We now have a list that's appropriate for both kernel and userspace discussions on io_uring usage and development, add that to the MAINTAINERS entry. Also add the io-wq files. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 3 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c6c34d04ce95..7afb25707098 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8562,12 +8562,13 @@ F: include/linux/iova.h
IO_URING
M: Jens Axboe <axboe@kernel.dk>
-L: linux-block@vger.kernel.org
-L: linux-fsdevel@vger.kernel.org
+L: io-uring@vger.kernel.org
T: git git://git.kernel.dk/linux-block
T: git git://git.kernel.dk/liburing
S: Maintained
F: fs/io_uring.c
+F: fs/io-wq.c
+F: fs/io-wq.h
F: include/uapi/linux/io_uring.h
IPMI SUBSYSTEM