null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
[linux-2.6-block.git] / MAINTAINERS
index 272dba71f6d9cde228a17c7e0627ff3f2446ec88..7c121493f43d01e610219a8509dd38e181580388 100644 (file)
@@ -2377,8 +2377,8 @@ M:        Sean Wang <sean.wang@mediatek.com>
 L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:     linux-mediatek@lists.infradead.org (moderated for non-subscribers)
 S:     Maintained
-F:     Documentation/devicetree/bindings/rtc/rtc-mt2712.txt
-F:     Documentation/devicetree/bindings/rtc/rtc-mt7622.txt
+F:     Documentation/devicetree/bindings/rtc/mediatek,mt2712-rtc.yaml
+F:     Documentation/devicetree/bindings/rtc/mediatek,mt7622-rtc.yaml
 F:     drivers/rtc/rtc-mt2712.c
 F:     drivers/rtc/rtc-mt6397.c
 F:     drivers/rtc/rtc-mt7622.c
@@ -2617,6 +2617,7 @@ F:        drivers/pci/controller/dwc/pcie-qcom.c
 F:     drivers/phy/qualcomm/
 F:     drivers/power/*/msm*
 F:     drivers/reset/reset-qcom-*
+F:     drivers/rtc/rtc-pm8xxx.c
 F:     drivers/spi/spi-geni-qcom.c
 F:     drivers/spi/spi-qcom-qspi.c
 F:     drivers/spi/spi-qup.c
@@ -3941,8 +3942,7 @@ F:        kernel/bpf/ringbuf.c
 
 BPF [SECURITY & LSM] (Security Audit and Enforcement using BPF)
 M:     KP Singh <kpsingh@kernel.org>
-R:     Florent Revest <revest@chromium.org>
-R:     Brendan Jackman <jackmanb@chromium.org>
+R:     Matt Bobrowski <mattbobrowski@google.com>
 L:     bpf@vger.kernel.org
 S:     Maintained
 F:     Documentation/bpf/prog_lsm.rst
@@ -6156,7 +6156,6 @@ DEVICE-MAPPER  (LVM)
 M:     Alasdair Kergon <agk@redhat.com>
 M:     Mike Snitzer <snitzer@kernel.org>
 M:     Mikulas Patocka <mpatocka@redhat.com>
-M:     dm-devel@lists.linux.dev
 L:     dm-devel@lists.linux.dev
 S:     Maintained
 Q:     http://patchwork.kernel.org/project/dm-devel/list/
@@ -6172,7 +6171,6 @@ F:        include/uapi/linux/dm-*.h
 
 DEVICE-MAPPER VDO TARGET
 M:     Matthew Sakai <msakai@redhat.com>
-M:     dm-devel@lists.linux.dev
 L:     dm-devel@lists.linux.dev
 S:     Maintained
 F:     Documentation/admin-guide/device-mapper/vdo*.rst
@@ -7940,6 +7938,7 @@ M:        Gao Xiang <xiang@kernel.org>
 M:     Chao Yu <chao@kernel.org>
 R:     Yue Hu <huyue2@coolpad.com>
 R:     Jeffle Xu <jefflexu@linux.alibaba.com>
+R:     Sandeep Dhavale <dhavale@google.com>
 L:     linux-erofs@lists.ozlabs.org
 S:     Maintained
 W:     https://erofs.docs.kernel.org
@@ -9652,7 +9651,9 @@ L:        linux-input@vger.kernel.org
 S:     Maintained
 F:     drivers/hid/hid-logitech-hidpp.c
 
-HIGH-RESOLUTION TIMERS, CLOCKEVENTS
+HIGH-RESOLUTION TIMERS, TIMER WHEEL, CLOCKEVENTS
+M:     Anna-Maria Behnsen <anna-maria@linutronix.de>
+M:     Frederic Weisbecker <frederic@kernel.org>
 M:     Thomas Gleixner <tglx@linutronix.de>
 L:     linux-kernel@vger.kernel.org
 S:     Maintained
@@ -9660,9 +9661,13 @@ T:       git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
 F:     Documentation/timers/
 F:     include/linux/clockchips.h
 F:     include/linux/hrtimer.h
+F:     include/linux/timer.h
 F:     kernel/time/clockevents.c
 F:     kernel/time/hrtimer.c
-F:     kernel/time/timer_*.c
+F:     kernel/time/timer.c
+F:     kernel/time/timer_list.c
+F:     kernel/time/timer_migration.*
+F:     tools/testing/selftests/timers/
 
 HIGH-SPEED SCC DRIVER FOR AX.25
 L:     linux-hams@vger.kernel.org
@@ -13133,6 +13138,7 @@ F:      drivers/net/ethernet/marvell/mvpp2/
 
 MARVELL MWIFIEX WIRELESS DRIVER
 M:     Brian Norris <briannorris@chromium.org>
+R:     Francesco Dolcini <francesco@dolcini.it>
 L:     linux-wireless@vger.kernel.org
 S:     Odd Fixes
 F:     drivers/net/wireless/marvell/mwifiex/
@@ -14133,7 +14139,9 @@ M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
 M:     "Paul E. McKenney" <paulmck@kernel.org>
 L:     linux-kernel@vger.kernel.org
 S:     Supported
-F:     arch/powerpc/include/asm/membarrier.h
+F:     Documentation/scheduler/membarrier.rst
+F:     arch/*/include/asm/membarrier.h
+F:     arch/*/include/asm/sync_core.h
 F:     include/uapi/linux/membarrier.h
 F:     kernel/sched/membarrier.c
 
@@ -15624,9 +15632,10 @@ F:     drivers/misc/nsm.c
 F:     include/uapi/linux/nsm.h
 
 NOHZ, DYNTICKS SUPPORT
+M:     Anna-Maria Behnsen <anna-maria@linutronix.de>
 M:     Frederic Weisbecker <frederic@kernel.org>
-M:     Thomas Gleixner <tglx@linutronix.de>
 M:     Ingo Molnar <mingo@kernel.org>
+M:     Thomas Gleixner <tglx@linutronix.de>
 L:     linux-kernel@vger.kernel.org
 S:     Maintained
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
@@ -17587,15 +17596,20 @@ F:    drivers/pnp/
 F:     include/linux/pnp.h
 
 POSIX CLOCKS and TIMERS
+M:     Anna-Maria Behnsen <anna-maria@linutronix.de>
+M:     Frederic Weisbecker <frederic@kernel.org>
 M:     Thomas Gleixner <tglx@linutronix.de>
 L:     linux-kernel@vger.kernel.org
 S:     Maintained
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
 F:     fs/timerfd.c
 F:     include/linux/time_namespace.h
-F:     include/linux/timer*
+F:     include/linux/timerfd.h
+F:     include/uapi/linux/time.h
+F:     include/uapi/linux/timerfd.h
 F:     include/trace/events/timer*
-F:     kernel/time/*timer*
+F:     kernel/time/itimer.c
+F:     kernel/time/posix-*
 F:     kernel/time/namespace.c
 
 POWER MANAGEMENT CORE
@@ -18642,18 +18656,21 @@ REALTEK WIRELESS DRIVER (rtlwifi family)
 M:     Ping-Ke Shih <pkshih@realtek.com>
 L:     linux-wireless@vger.kernel.org
 S:     Maintained
+T:     git https://github.com/pkshih/rtw.git
 F:     drivers/net/wireless/realtek/rtlwifi/
 
 REALTEK WIRELESS DRIVER (rtw88)
 M:     Ping-Ke Shih <pkshih@realtek.com>
 L:     linux-wireless@vger.kernel.org
 S:     Maintained
+T:     git https://github.com/pkshih/rtw.git
 F:     drivers/net/wireless/realtek/rtw88/
 
 REALTEK WIRELESS DRIVER (rtw89)
 M:     Ping-Ke Shih <pkshih@realtek.com>
 L:     linux-wireless@vger.kernel.org
 S:     Maintained
+T:     git https://github.com/pkshih/rtw.git
 F:     drivers/net/wireless/realtek/rtw89/
 
 REDPINE WIRELESS DRIVER
@@ -19197,12 +19214,14 @@ M:    Hin-Tak Leung <hintak.leung@gmail.com>
 M:     Larry Finger <Larry.Finger@lwfinger.net>
 L:     linux-wireless@vger.kernel.org
 S:     Maintained
+T:     git https://github.com/pkshih/rtw.git
 F:     drivers/net/wireless/realtek/rtl818x/rtl8187/
 
 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
 M:     Jes Sorensen <Jes.Sorensen@gmail.com>
 L:     linux-wireless@vger.kernel.org
 S:     Maintained
+T:     git https://github.com/pkshih/rtw.git
 F:     drivers/net/wireless/realtek/rtl8xxxu/
 
 RTRS TRANSPORT DRIVERS
@@ -22272,13 +22291,20 @@ S:    Supported
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
 F:     include/linux/clocksource.h
 F:     include/linux/time.h
+F:     include/linux/timekeeper_internal.h
+F:     include/linux/timekeeping.h
 F:     include/linux/timex.h
 F:     include/uapi/linux/time.h
 F:     include/uapi/linux/timex.h
 F:     kernel/time/alarmtimer.c
-F:     kernel/time/clocksource.c
-F:     kernel/time/ntp.c
-F:     kernel/time/time*.c
+F:     kernel/time/clocksource*
+F:     kernel/time/ntp*
+F:     kernel/time/time.c
+F:     kernel/time/timeconst.bc
+F:     kernel/time/timeconv.c
+F:     kernel/time/timecounter.c
+F:     kernel/time/timekeeping*
+F:     kernel/time/time_test.c
 F:     tools/testing/selftests/timers/
 
 TIPC NETWORK LAYER
@@ -22594,6 +22620,7 @@ F:      include/uapi/misc/uacce/
 
 UBI FILE SYSTEM (UBIFS)
 M:     Richard Weinberger <richard@nod.at>
+R:     Zhihao Cheng <chengzhihao1@huawei.com>
 L:     linux-mtd@lists.infradead.org
 S:     Supported
 W:     http://www.linux-mtd.infradead.org/doc/ubifs.html
@@ -22739,6 +22766,7 @@ F:      drivers/ufs/host/ufs-renesas.c
 
 UNSORTED BLOCK IMAGES (UBI)
 M:     Richard Weinberger <richard@nod.at>
+R:     Zhihao Cheng <chengzhihao1@huawei.com>
 L:     linux-mtd@lists.infradead.org
 S:     Supported
 W:     http://www.linux-mtd.infradead.org/