Changes by: aia21
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv26304
Modified Files:
CREDITS ChangeLog TODO.libntfs
Log Message:
- libntfs: Add support for FreeBSD 5.0+ sector aligned access
requirements. (Max Khon)
With some modifications from me...
Index: CREDITS
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/CREDITS,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- CREDITS 9 Dec 2006 14:01:12 -0000 1.29
+++ CREDITS 15 Dec 2006 15:21:27 -0000 1.30
@@ -19,6 +19,7 @@ Marcin GibuÅa <m.gibula at conecto.pl>
Christophe Grenier <grenier at cgsecurity.org>
Csaba Henk <csaba.henk at creo.hu>
Ian Jackson <ian at davenant.greenend.org.uk>
+Max Khon <fjoe at samodelkin.net>
Carmelo Kintana <kintana at berkeley.edu>
Jan Kratochvil <project-captive at jankratochvil.net>
Lode Leroy <lode_leroy at hotmail.com>
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.432
retrieving revision 1.433
diff -u -p -r1.432 -r1.433
--- ChangeLog 13 Dec 2006 10:46:49 -0000 1.432
+++ ChangeLog 15 Dec 2006 15:21:27 -0000 1.433
@@ -115,6 +115,8 @@ xx/12/2006 - 2.0.0 - ntfsmount sports fu
- mkntfs: As announced, remove the deprecated support for creation of
NTFS 1.2/3.0 volumes. We now create NTFS 3.1 volumes only. (Anton)
- mkntfs: Remove lots of unused/unneeded debugging code. (Anton)
+ - libntfs: Add support for FreeBSD 5.0+ sector aligned access
+ requirements. (Max Khon)
21/06/2006 - 1.13.1 - Various fixes.
Index: TODO.libntfs
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/TODO.libntfs,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- TODO.libntfs 9 Mar 2006 14:13:18 -0000 1.22
+++ TODO.libntfs 15 Dec 2006 15:21:27 -0000 1.23
@@ -30,6 +30,9 @@
previous mount left the block size to larger value and we expect 512 bytes as
that would be incredibly inefficient
+- fix freebsd_io.c and win32_io.c to support device operations ->pread() and
+ ->pwrite() to improve their performance
+
*******************
* MEDIUM priority *
*******************
|