Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv17133
Added Files:
TODO.WIP
Log Message:
Add current work in progress TODO list.
--- NEW FILE ---
Anton's current work in progress
--------------------------------
- libntfs/attrib.c finish of ntfs_map_run_list() and add open/close attr or
fuse ntfs_vcn_to_lcn() with ntfs_map_run_list().
- Decide on API for run list merging stuff and describe it and define it in
include/attrib.h.
- Decide on API for attributes. What do we do with the run lists? Do we cache
them in some kind of ntfs_attr structure? Probably necessary. Then, do we
attach attributes to the corresponding ntfs_inode? Invalidation of other
attributes on edit required which is a PITA. Do we just atach the inode
to the attribute instead and expect the user to not shoot themselves in the
foot? Probably best solution... Will see...
|