mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add myself as UFS filesystem maintainer
@ 2026-08-01  2:50 Ali Ahmet Memis
  2026-08-01  4:23 ` Matthew Wilcox
  0 siblings, 1 reply; 6+ messages in thread
From: Ali Ahmet Memis @ 2026-08-01  2:50 UTC (permalink / raw)
  To: Alexander Viro, Christian Brauner; +Cc: Jan Kara, linux-fsdevel, linux-kernel

fs/ufs has no MAINTAINERS entry. get_maintainer.pl returns only the open
lists, so patches for it have no clear reviewer and tend to sit
unanswered. The archives show the cost of this: a truncate path memory
leak fix was posted in 2018 with a stable tag and was never applied [1],
and recent mount path hardening patches went weeks without a maintainer
to review or apply them [2][3].

The code needs attention. It parses on-disk BSD and Solaris layouts with
very little validation, so several crafted-image mount crashes are still
open. I have been reading it and fixing real bugs in the normal paths as
well, including the 2018 leak above and an rmdir path that treated an
unreadable directory block as empty and could drop a non-empty directory
[4].

I am willing to take responsibility for fs/ufs: review incoming patches,
carry the pending fixes, and keep it building and correct. Add a
Maintained entry to reflect that.

Link: https://lore.kernel.org/all/20180705150415.25070-1-lhenriques@suse.com/ [1]
Link: https://lore.kernel.org/all/20260717104033.38574-1-david.lee@trailofbits.com/ [2]
Link: https://lore.kernel.org/all/20260701215700.822003-1-kudo3228@gmail.com/ [3]
Link: https://lore.kernel.org/all/20260801013942.279992-1-ali@iusegentoo.com/ [4]
Signed-off-by: Ali Ahmet Memis <ali@iusegentoo.com>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 62d53465e..8a1dc78f0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -27663,6 +27663,12 @@ L:	linux-input@vger.kernel.org
 S:	Maintained
 F:	drivers/hid/hid-udraw-ps3.c
 
+UFS FILESYSTEM
+M:	Ali Ahmet Memis <ali@iusegentoo.com>
+L:	linux-fsdevel@vger.kernel.org
+S:	Maintained
+F:	fs/ufs/
+
 UHID USERSPACE HID IO DRIVER
 M:	David Rheinsberg <david@readahead.eu>
 L:	linux-input@vger.kernel.org
-- 
2.54.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-08-03 10:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01  2:50 [PATCH] MAINTAINERS: add myself as UFS filesystem maintainer Ali Ahmet Memis
2026-08-01  4:23 ` Matthew Wilcox
2026-08-01  7:30   ` Ali Ahmet Memis
2026-08-03  8:57     ` Jan Kara
2026-08-03  9:44       ` Ali Ahmet Memis
2026-08-03 10:00         ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®