From: Eric Sandeen <[email protected]> Assign sections of the kernel to the appropriate entities
RH-Acked-by: Don Zickus <[email protected]> RH-Acked-by: Prarit Bhargava <[email protected]> RH-Acked-by: John W. Linville <[email protected]> [Prarit - This patch was lost and brought forward with a simple rebase.] Signed-off-by: Prarit Bhargava <[email protected]> Signed-off-by: Eric Sandeen <[email protected]> Cc: Don Zickus <[email protected]> Cc: Eric Sandeen <[email protected]> Cc: "Herton R. Krzesinski" <[email protected]> Cc: Jakub Racek <[email protected]> Cc: John Linville <[email protected]> Cc: Neil Horman <[email protected]> Cc: Rob Clark <[email protected]> --- redhat/rhdocs/MAINTAINERS/RHMAINTAINERS | 77 +++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS b/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS index df60e8537ff2..6d3691006f0b 100644 --- a/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS +++ b/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS @@ -426,6 +426,20 @@ S: Maintained F: Documentation/filesystems/ceph.txt F: fs/ceph/ +CEPH COMMON CODE (LIBCEPH) +M: Ilya Dryomov <[email protected]> +S: Maintained +F: net/ceph/ +F: include/linux/ceph/ +F: include/linux/crush/ + +CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH) +M: "Yan, Zheng" <[email protected]> +M: Ilya Dryomov <[email protected]> +S: Maintained +F: Documentation/filesystems/ceph.txt +F: fs/ceph/ + CIFS FILESYSTEM L: [email protected] S: Maintained @@ -441,6 +455,11 @@ M: Chris Leech <[email protected]> S: Maintained F: drivers/scsi/fnic/ +CONFIGFS +M: Bob Peterson <[email protected]> +F: fs/configfs/ +F: include/linux/configfs.h + CONTROL GROUP (CGROUP) M: Waiman Long <[email protected]> S: Maintained @@ -467,6 +486,12 @@ M: David Arcari <[email protected]> S: Maintained F: drivers/cpuidle/ +CRAMFS FILESYSTEM +M: Eric Sandeen <[email protected]> +S: Maintained +F: Documentation/filesystems/cramfs.txt +F: fs/cramfs/ + DEVICE DIRECT ACCESS M: Jeff Moyer <[email protected]> S: Maintained @@ -502,6 +527,11 @@ M: Tomas Henzl <[email protected]> S: Maintained F: drivers/scsi/hpsa* +DISTRIBUTED LOCK MANAGER (DLM) +M: David Teigland <[email protected]> +S: Maintained +F: fs/dlm/ + DMA MAPPING SUPPORT M: Jerry Snitselaar <[email protected]> M: Donald Dutile <[email protected]> @@ -540,6 +570,12 @@ F: include/trace/events/mdio.h F: include/uapi/linux/mdio.h F: include/uapi/linux/mii.h +EXT4 FILE SYSTEM +M: Lukas Czerner <[email protected]> +S: Maintained +F: Documentation/filesystems/ext4/ext4.rst +F: fs/ext4/ + FCOE (libfc, libfcoe) M: Chris Leech <[email protected]> M: Neil Horman <[email protected]> @@ -588,6 +624,14 @@ M: Tomas Henzl <[email protected]> S: Maintained F: drivers/message/fusion/ +GFS2 FILE SYSTEM +M: Bob Peterson <[email protected]> +M: Andreas Gruenbacher <[email protected]> +S: Maintained +F: Documentation/filesystems/gfs2*.txt +F: fs/gfs2/ +F: include/uapi/linux/gfs2_ondisk.h + HID CORE LAYER M: Benjamin Tissoires <[email protected]> S: Maintained @@ -700,6 +744,12 @@ S: Maintained F: drivers/scsi/*iscsi* F: include/scsi/*iscsi* +JOURNALLING LAYER FOR BLOCK DEVICES (JBD2) +M: Lukas Czerner <[email protected]> +S: Maintained +F: fs/jbd2/ +F: include/linux/jbd2.h + KERNEL VIRTUAL MACHINE (KVM) M: Paolo Bonzini <[email protected]> M: Bandan Das <[email protected]> @@ -1170,6 +1220,13 @@ F: drivers/firmware/psci*.c F: include/linux/psci.h F: include/uapi/linux/psci.h +PSTORE PERSISTENT STORAGE +M: Lenny Szubowicz <[email protected]> +M: Al Stone <[email protected]> +S: Maintained +F: Documentation/ABI/testing/pstore +F: fs/pstore/ + PTP HARDWARE CLOCK SUPPORT M: Jiri Benc <[email protected]> M: Prarit Bhargava <[email protected]> @@ -1190,6 +1247,13 @@ F: Documentation/ABI/testing/sysfs-bus-rbd F: drivers/block/rbd.c F: drivers/block/rbd_types.h +RADOS BLOCK DEVICE (RBD) +M: Ilya Dryomov <[email protected]> +S: Maintained +F: Documentation/ABI/testing/sysfs-bus-rbd +F: drivers/block/rbd.c +F: drivers/block/rbd_types.h + RALINK RT2X00 WIRELESS LAN DRIVER M: Jarod Wilson <[email protected]> S: Maintained @@ -1292,6 +1356,12 @@ M: Nigel Croxon <[email protected]> S: Maintained F: drivers/md/ +SQUASHFS FILE SYSTEM +M: Abhijith Das <[email protected]> +S: Maintained +F: Documentation/filesystems/squashfs.txt +F: fs/squashfs/ + SUN REMOTE PROCEDURE CALL (sunrpc) L: [email protected] S: Maintained @@ -1508,6 +1578,13 @@ F: net/core/page_pool.c F: net/core/sock_map.c N: xdp +XFS FILESYSTEM +M: Brian Foster <[email protected]> +M: Carlos Maiolino <[email protected]> +S: Maintained +F: Documentation/filesystems/xfs.txt +F: fs/xfs/ + ZBUD COMPRESSED PAGE ALLOCATOR M: [email protected] S: Maintained -- GitLab _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
