Changes by: antona
Update of /cvsroot/linux-ntfs/ntfs-driver-tng
In directory usw-pr-cvs1:/tmp/cvs-serv21775
Modified Files:
ChangeLog
Log Message:
More updates. Getting there. All is done except for looking through merge_run_list and helpers.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -U2 -r1.60 -r1.61
--- ChangeLog 10 Feb 2002 02:22:58 -0000 1.60
+++ ChangeLog 10 Feb 2002 04:31:06 -0000 1.61
@@ -1,5 +1,8 @@
ToDo:
- Find and fix bugs.
- - Implement/allow non-resident index bitmaps in ntfs_readdir().
+ - Perhaps don't bother getting the run list in ntfs_read_inode() at
+ all. But we do have to find the data/index root attribute to get the
+ inode size so we might want to decompress the mapping pairs of the
+ first extent in there anyway.
- Implement a mount time switch allowing choice between different
directory entry namespaces and modify readdir() accordingly. We want
@@ -7,18 +10,9 @@
only [DEFAULT], and c) all file names [this one with a fat mount
time warning that it will confuse Linux!].
+ - Implement/allow non-resident index bitmaps in ntfs_readdir().
- Attribute lists part 2, attribute extents and multi part run lists:
enable proper support for LCN_RL_NOT_MAPPED and automatic mapping of
- further run list parts (cf. inode.c::ntfs_read_inode(), etc)
- In this context need to go through the following source files:
- dir.c
- The following functions need going through, too:
- inode.c::ntfs_read_inode(),
- attrib.c::merge_run_lists() and its helpers
- Everything not in above list has already been done.
- - Use map_run_list() mechanism in dir.c and perhaps don't bother
- getting the run list in ntfs_read_inode() at all. But we do have to
- find the data/index root attribute to get the file size though so we
- might want to decompress the mapping pairs of the first extent in
- there anyway.
+ further run list parts. Still need to go through attrib.c::
+ merge_run_lists() and its helpers.
- When upgrading to 2.5.4-pre2, set s_maxbytes to MAX_LFS_FILESIZE, but
still need to be careful on reading/truncating as there are still
|