1E2fsprogs 1.02 (January 16, 1996) 2================================= 3 4Fix to allow e2fsprogs to be compiled on recent 1.3 (pl45+) kernels. 5 6Change e2fsck to print statistics of how many non-contiguous files are 7on the system. Note that a file which is larger than 8k blocks, it is 8guaranteed to be non-contiguous. 9 10In mke2fs, print a warning message if a user tries to format a whole 11disk (/dev/hda versus /dev/hda1). If a user really wants to format a 12whole disk, the -F (force) option forces mke2fs to format a whole disk 13as a filesystem. 14 15Fix a bug in fsck where in some cases it might start checking 16partitions in the next pass before it finishes checking partitions in 17the current pass. This still won't cause two partitions on the same 18disk will be checked, so it's rarely a problem in real life. 19 20Patch lsattr so that it won't hang when checking a named pipe. 21 22Minor compilation fixes: 23 * Fix the order of libraries that were linked in debugfs. 24 * Allow the sources to be compiled with -ansi turned on. 25 26