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