aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-08-08 10:57:09 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-08-08 10:57:09 -0700
commitf72fb74b8218f9aebfcc691b7e9bb641920dbc13 (patch)
tree87d86f859ef0e324d6d1d50155b7b56cb2376dee /MAINTAINERS
parentvfs: Check the truncate maximum size in inode_newsize_ok() (diff)
parentMAINTAINERS: Add Namjae's exfat git tree (diff)
downloadlinux-dev-f72fb74b8218f9aebfcc691b7e9bb641920dbc13.tar.xz
linux-dev-f72fb74b8218f9aebfcc691b7e9bb641920dbc13.zip
Merge tag 'exfat-for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat
Pull exfat updates from Namjae Jeon: - fix the error code of rename syscall - cleanup and suppress the superfluous error messages - remove duplicate directory entry update - add exfat git tree in MAINTAINERS * tag 'exfat-for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat: MAINTAINERS: Add Namjae's exfat git tree exfat: Drop superfluous new line for error messages exfat: Downgrade ENAMETOOLONG error message to debug messages exfat: Expand exfat_err() and co directly to pr_*() macro exfat: Define NLS_NAME_* as bit flags explicitly exfat: Return ENAMETOOLONG consistently for oversized paths exfat: remove duplicate write inode for extending dir/file exfat: remove duplicate write inode for truncating file exfat: reuse __exfat_write_inode() to update directory entry
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 868bbf31603d..905567a122d1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7690,6 +7690,7 @@ M: Namjae Jeon <linkinjeon@kernel.org>
M: Sungjong Seo <sj1557.seo@samsung.com>
L: linux-fsdevel@vger.kernel.org
S: Maintained
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git
F: fs/exfat/
EXT2 FILE SYSTEM