Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv21886
Modified Files:
ChangeLog TODO.libntfs
Log Message:
Commit the change log and current todo file so people have a glimpse of what I am upto...
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -U2 -r1.54 -r1.55
--- ChangeLog 29 Apr 2002 12:58:34 -0000 1.54
+++ ChangeLog 19 May 2002 18:37:27 -0000 1.55
@@ -1,3 +1,3 @@
-12/04/2002 - 1.6.99 - Work in progress.
+19/05/2002 - 1.6.99 - Work in progress.
- New tool ntfslabel written by Matthew Fanto with a few cleanups from
me to make it fit in with e2label better.
@@ -58,7 +58,4 @@
- Do folding assisting cleanups. (Richard Russon, me)
- Add new API call is_boot_sector_ntfs() provided by bootsect.[hc].
- - Add new API for working with ntfs_attr structures (defined in
- attrib.h), provided by attrib.[ch]:
- ntfs_attr_{get,put}()
- Define and write more API calls provided by attrib.[ch]:
ntfs_merge_run_lists(),
@@ -76,4 +73,5 @@
protected ntfs attributes described by the ntfs_attr structure,
provided by attrib.[hc]:
+ ntfs_attr_{open,close}(),
ntfs_attr_p{read,write}(), and
ntfs_attr_mst_p{read,write}(). -> read done, write not yet
Index: TODO.libntfs
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/TODO.libntfs,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- TODO.libntfs 8 May 2002 22:30:29 -0000 1.3
+++ TODO.libntfs 19 May 2002 18:37:27 -0000 1.4
@@ -3,16 +3,27 @@
*****************
+- finish volume reading code to setup the the inodes and attributes properly
+ ready for access
+
+- fix mft.c::ntfs_{read,write}_mft_records to take initialized_size and
+ data_size into consideration
+
+- fix attrib.c::ntfs_attr_{mst_,}pread to take initialized_size and data_size
+ into consideration
+
- ntfs_attr_{mst_}pread need to take initialised_size and data_size into
- consideration! So need to add the sizes to struct ntfs_attr.
+ consideration! So need to add the sizes to struct ntfs_attr
- ntfs_read_mft_records needs cleanup to use ntfs_attr_mst_pread, dito for write
--
-
*******************
* MEDIUM priority *
*******************
-new, in order of importance:
+new, in approximate order of importance:
+
+- extend disk_io API with rl_p{read,write} (see mkntfs)
+
+- write attribute read,write functions
- create API reference book template (cf. linux kernel)
@@ -21,10 +32,4 @@
- write attribute mapping functions, attaching the attributes to their open
ntfs_inode and caching the run list that way to optimize speed of access
-
-- write attribute open,close functions (possibly call the above this way)
-
-- extend disk_io API with rl_p{read,write} (see mkntfs)
-
-- write attribute read,write functions
- add read/write of compressed attributes
|