Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv10128
Modified Files:
ChangeLog
Log Message:
Add new API ntfs_attr_{get,put}.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -U2 -r1.49 -r1.50
--- ChangeLog 24 Apr 2002 01:37:36 -0000 1.49
+++ ChangeLog 24 Apr 2002 19:02:07 -0000 1.50
@@ -48,13 +48,17 @@
base inode and are cached there until the base inode is closed.
- Cleanup/streamline include file dependencies.
- - Port attrubute list merging code from ntfs tng driver. API to follow.
+ - Port attribute list merging code from ntfs tng driver. API to follow.
- Allocate a ntfs_volume in mkntfs and start initializing it instead
- of using the opt global structure. Necessary so can call
- ntfs_decompress_mapping_pairs().
- - Add libntfs/debug.c providing ntfs_debug_dump_run_list().
+ of using the opt global structure. Necessary so can call the
+ modified ntfs_decompress_mapping_pairs() from mkntfs.c.
+ - Add libntfs/debug.c providing:
+ ntfs_debug_dump_run_list().
- Add new API call ntfs_check_if_mounted() to volume.[ch]. (Matthew
Fanto, me)
- 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}()
12/03/2002 - 1.6.0 - More mkntfs options and cleanups.
|