aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
authorLinus Torvalds <torvalds@linux-foundation.org>2025-04-02 16:05:21 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2025-04-02 16:05:21 -0700
commit4b06c990c106d0341357175b229277a90da6583e (patch)
treefc84ca05e93b5c59c71d8e27030260b5f9fae68e /MAINTAINERS
parente0a02923c2cdfc4b8f1ef19181bf40f6529812d3 (diff)
parent923936efeb74b3f42e5ad283a0b9110bda102601 (diff)
downloadath-4b06c990c106d0341357175b229277a90da6583e.tar.gz
Merge tag 'vfs-6.15-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Pull vfs fixes from Christian Brauner: - Add a new maintainer for configfs - Fix exportfs module description - Place flexible array memeber at the end of an internal struct in the mount code - Add new maintainer for netfslib as Jeff Layton is stepping down as current co-maintainer - Fix error handling in cachefiles_get_directory() - Cleanup do_notify_pidfd() - Fix syscall number definitions in pidfd selftests - Fix racy usage of fs_struct->in exec during multi-threaded exec - Ensure correct exit code is reported when pidfs_exit() is called from release_task() for a delayed thread-group leader exit - Fix conflicting iomap flag definitions * tag 'vfs-6.15-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs: iomap: Fix conflicting values of iomap flags fs: namespace: Avoid -Wflex-array-member-not-at-end warning MAINTAINERS: configfs: add Andreas Hindborg as maintainer exportfs: add module description exit: fix the usage of delay_group_leader->exit_code in do_notify_parent() and pidfs_exit() netfs: add Paulo as maintainer and remove myself as Reviewer cachefiles: Fix oops in vfs_mkdir from cachefiles_get_directory exec: fix the racy usage of fs_struct->in_exec selftests/pidfd: fixes syscall number defines pidfs: cleanup the usage of do_notify_pidfd()
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 4 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 0a70035a4a0e5..0139545f197da 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5967,9 +5967,10 @@ S: Maintained
F: Documentation/security/snp-tdx-threat-model.rst
CONFIGFS
-M: Joel Becker <jlbec@evilplan.org>
+M: Andreas Hindborg <a.hindborg@kernel.org>
+R: Breno Leitao <leitao@debian.org>
S: Supported
-T: git git://git.infradead.org/users/hch/configfs.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux.git configfs-next
F: fs/configfs/
F: include/linux/configfs.h
F: samples/configfs/
@@ -9106,7 +9107,7 @@ F: include/linux/iomap.h
FILESYSTEMS [NETFS LIBRARY]
M: David Howells <dhowells@redhat.com>
-R: Jeff Layton <jlayton@kernel.org>
+M: Paulo Alcantara <pc@manguebit.com>
L: netfs@lists.linux.dev
L: linux-fsdevel@vger.kernel.org
S: Supported