diff options
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2012-12-21 07:12:27 +0400 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2012-12-28 06:24:09 +0400 |
commit | f58ad8f51a5a0f34c8d41ffc065e0f1c896c991c (patch) | |
tree | d0c6e7f9216deabf4760b8d200856a34f5a08b9e /MAINTAINERS | |
parent | 12a67146e35ba1d04ac4a5430eaaa8790158d60e (diff) | |
download | linux-f58ad8f51a5a0f34c8d41ffc065e0f1c896c991c.tar.xz |
f2fs: add MAINTAINERS entry
This patch adds myself to MAINTAINERS entry for the f2fs file system.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4e2a1f67a1fc..599934c2403a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3273,6 +3273,16 @@ F: Documentation/filesystems/caching/ F: fs/fscache/ F: include/linux/fscache*.h +F2FS FILE SYSTEM +M: Jaegeuk Kim <jaegeuk.kim@samsung.com> +L: linux-f2fs-devel@lists.sourceforge.net +W: http://en.wikipedia.org/wiki/F2FS +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git +S: Maintained +F: Documentation/filesystems/f2fs.txt +F: fs/f2fs/ +F: include/linux/f2fs_fs.h + FUJITSU FR-V (FRV) PORT M: David Howells <dhowells@redhat.com> S: Maintained |