Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv24579
Modified Files:
ChangeLog
Log Message:
Update library, new APIs ntfs_attr_find_vcn(), misc fixes and cleanups, make all the utilities compile, fix bugs I noticed in ntfslabel and it now works properly.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -U2 -r1.51 -r1.52
--- ChangeLog 24 Apr 2002 23:47:40 -0000 1.51
+++ ChangeLog 27 Apr 2002 19:49:09 -0000 1.52
@@ -17,5 +17,5 @@
mft.[ch] provide: ntfs_{read,write}_mft_record(),
ntfs_{read,write}_mft_recrods(), and
- get_mft_record_data_size().
+ ntfs_get_mft_record_data_size().
- Add -Wall to compiler options when ./configure is run with
--enable-debug.
@@ -64,6 +64,13 @@
ntfs_merge_run_lists(),
ntfs_decompress_mapping_pairs(),
- ntfs_{rl,attr}_map_run_list(), and
- ntfs_attr_map_run_list().
+ ntfs_{rl,attr}_map_run_list(),
+ ntfs_attr_map_run_list(), and
+ ntfs_attr_find_vcn().
+ - Add new field mftmirr_size to ntfs_volume structure and initialize
+ it to the number of mft records stored in the mft mirror in
+ ntfs_mount().
+ - Add new field mftmirr_rl to ntfs_volume structure and initialize it
+ in ntfs_mount to the mftmirr_lcn determined position and the
+ mftmirr_size determined size.
12/03/2002 - 1.6.0 - More mkntfs options and cleanups.
|