| Changes by: flatcap
Update of /cvsroot/linux-ntfs/ntfs-driver-2.4
In directory usw-pr-cvs1:/tmp/cvs-serv9920
Added Files:
	ChangeLog 
Removed Files:
	CHANGELOG 
Log Message:
reverted to orig spelling (GNU standard)
--- NEW FILE ---
20/05/2001 - Changes between Linux kernel 2.4.4' NTFS and NTFS 1.1.14:
	- New mount option show_sys_files=<bool> to show all system files as
	  normal files.
	- Support for files and in general any attributes up to the full 2TiB
	  size supported by the NTFS filesystem. Note we only support up to
	  32-bits worth of inodes/clusters at this point.
	- Support for more than 128kiB sized runlists (using vmalloc_32()
	  instead of kmalloc()).
	- Fixed races in allocation of clusters and mft records.
	- Fixed major bugs in attribute handling / searching / collation.
	- Fixed major bugs in compressing a runlist into a mapping pairs array.
	- Fixed major bug in inode allocation.
	- Fixed memory leaks.
	- Fixed major bug in inode layout assignment of sequence numbers.
	- Lost of other bug fixes I can't think of right now...
16/05/2001 - Started ChangeLog.
--- CHANGELOG DELETED ---
 |