diff options
author | Anton Altaparmakov <anton@tuxera.com> | 2011-01-12 10:34:35 +0000 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-12 08:35:53 -0800 |
commit | 2818ef50c4dc103ce52e12d14ce2dfbde5268120 (patch) | |
tree | 91adcbf3c0f05af5c9951488ed12a5b0e762c6e4 /MAINTAINERS | |
parent | 4162cf64973df51fc885825bc9ca4d055891c49f (diff) | |
download | linux-2818ef50c4dc103ce52e12d14ce2dfbde5268120.tar.gz linux-2818ef50c4dc103ce52e12d14ce2dfbde5268120.tar.bz2 linux-2818ef50c4dc103ce52e12d14ce2dfbde5268120.zip |
NTFS: writev() fix and maintenance/contact details update
Fix writev() to not keep writing the first segment over and over again
instead of moving onto subsequent segments and update the NTFS entry in
MAINTAINERS to reflect that Tuxera Inc. now supports the NTFS driver.
Signed-off-by: Anton Altaparmakov <anton@tuxera.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 42f991e5a85d..64d7621ab35b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4383,11 +4383,11 @@ F: Documentation/scsi/NinjaSCSI.txt F: drivers/scsi/nsp32* NTFS FILESYSTEM -M: Anton Altaparmakov <aia21@cantab.net> +M: Anton Altaparmakov <anton@tuxera.com> L: linux-ntfs-dev@lists.sourceforge.net -W: http://www.linux-ntfs.org/ +W: http://www.tuxera.com/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git -S: Maintained +S: Supported F: Documentation/filesystems/ntfs.txt F: fs/ntfs/ |