diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-18 12:18:52 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-18 12:18:52 -0400 |
commit | 2511817cf9b1cf2506f47e20bb128e2da231c150 (patch) | |
tree | 26b0cd6b9491bcb1284e6c60f64ea1dbd25f2aa7 /MAINTAINERS | |
parent | 714af0693863dfb6f075f4465053976d2d076a21 (diff) | |
parent | 56fcad29d4b3cbcbb2ed47a9d3ceca3f57175417 (diff) |
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6:
ext3: Flush disk caches on fsync when needed
ext3: Add locking to ext3_do_update_inode
ext3: Fix possible deadlock between ext3_truncate() and ext3_get_blocks()
jbd: Annotate transaction start also for journal_restart()
jbd: Journal block numbers can ever be only 32-bit use unsigned int for them
ext3: Update MAINTAINERS for ext3 and JBD
JBD: round commit timer up to avoid uncommitted transaction
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e613c6dd709f..def1c5da787f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1973,7 +1973,6 @@ F: fs/ext2/ | |||
1973 | F: include/linux/ext2* | 1973 | F: include/linux/ext2* |
1974 | 1974 | ||
1975 | EXT3 FILE SYSTEM | 1975 | EXT3 FILE SYSTEM |
1976 | M: Stephen Tweedie <sct@redhat.com> | ||
1977 | M: Andrew Morton <akpm@linux-foundation.org> | 1976 | M: Andrew Morton <akpm@linux-foundation.org> |
1978 | M: Andreas Dilger <adilger@sun.com> | 1977 | M: Andreas Dilger <adilger@sun.com> |
1979 | L: linux-ext4@vger.kernel.org | 1978 | L: linux-ext4@vger.kernel.org |
@@ -2901,8 +2900,8 @@ F: fs/jffs2/ | |||
2901 | F: include/linux/jffs2.h | 2900 | F: include/linux/jffs2.h |
2902 | 2901 | ||
2903 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) | 2902 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) |
2904 | M: Stephen Tweedie <sct@redhat.com> | ||
2905 | M: Andrew Morton <akpm@linux-foundation.org> | 2903 | M: Andrew Morton <akpm@linux-foundation.org> |
2904 | M: Jan Kara <jack@suse.cz> | ||
2906 | L: linux-ext4@vger.kernel.org | 2905 | L: linux-ext4@vger.kernel.org |
2907 | S: Maintained | 2906 | S: Maintained |
2908 | F: fs/jbd*/ | 2907 | F: fs/jbd*/ |