Whamcloud - gitweb
ChangeLog, dumpe2fs.8.in, dumpe2fs.c, mke2fs.8.in, mke2fs.c, partinfo.c:
[tools/e2fsprogs.git] / RELEASE-NOTES
1 E2fsprogs 1.15 (July 18, 1999)
2 ==============================
3
4 Add configuration checks so that e2fsprogs will compile cleanly on
5 Linux 2.3 kernels that have renamed i_version to i_generation.
6
7 E2fsck now prints a progress/completion bar (and not just a simple
8 spinner) if the -C0 option is requested or if it receives a SIGUSR1
9 signal.  Fsck will automatically manage the (potentially muliple)
10 e2fsck processes to print completion bars if it is given a -C option,
11 with the right thing happening if multiple filesystems are being
12 checked in parallel.
13
14 Mke2fs now has better automatic hueristics to determine the filesystem
15 parameters to be used for a particular filesystem.  Added a new option
16 -T which allows the user to specify how the filesystem is to be used,
17 which helps mke2fs do a better job selecting the filesystem parameters.
18
19 Mke2fs now creates revision 1 filesystems by default, and with the
20 sparse superblock feature enabled.  The sparse superblock feature is
21 not understood by Linux 2.0 kernels, so they will report errors when
22 mounting the filesystem.  This can be worked around by using the mount
23 options "check=none".
24
25 Fix bug where if /dev/null couldn't be opened (should never happen),
26 e2fsck would hang in a tight loop.
27
28 Make e2fsck handle the case where /lost+found isn't a directory.
29
30 E2fsck now uses mallinfo if it exists to get accurate statistics about
31 its memory usage.
32
33 Fix bug in e2fsck where it wouldn't check to see if a disconnected
34 inode had any problems before connecting it to /lost+found.
35
36 Add check to e2fsck so it makes sure that total number of inodes in
37 the filesystem is a sane number.
38
39 Fix fencepost error when clearing an the end of the block bitmap which
40 caused the last block in the bitmap not to get cleared.
41
42 Cleaned up a number of messages in e2fsck:
43         * The message "Group's #'s copy of the group descriptor..."
44                 was fixed so that the correct number would be displayed.
45         * Added missing space in the "disk write-protected" error messsage
46         * Cleaned up the error message printed when a non-interactive
47                 e2fsck needs to abort a check because the filesystem
48                 appears to be mounted.
49
50 Added a new command-line utility, uuidgen, which will create and print
51 a UUID.
52
53 Make debugfs's icheck command more robust by checking to make sure an
54 inode has valid blocks before interarting over the inode's blocks.
55
56 UUID generation now uses a random-based scheme whenever possible to
57 prevent potential privacy problems.
58
59 Man pages for all of the UUID functions in the lirbary were added.
60
61 Fixed bug in fsck so it won't coredump if a filesystem not in
62 /etc/fstab is given to it.
63
64 Fsck now understands the UUID=xxxx and LABEL=yyyy forms in /etc/fstab
65 that most of the other mount utilities understands.
66
67 Mke2fs will make a filesystem even if it appears mounted if the force
68 option is given.
69
70 Dumpe2fs has new command-line options which allow a filesystem expert
71 to specify the superblock and blocksize when opening a filesystem.
72 This is mainly useful when examining the remains of a toasted
73 filesystem.
74
75 The badblocks program has been updated to display correctly on disks
76 with large block numbers.
77
78 The badblocks program no longer gives spurious errors when errors
79 occur on non-block boundaries, which is common if the blocksize is
80 larger than 1k.
81
82 Mke2fs will sync the disk device every MKE2FS_SYNC block groups if the
83 MKE2FS_SYNC environment variable is set.  This is to work around a VM
84 bug in the 2.0 kernel.  I've heard a report that a RAID user was able
85 to trigger it even using a 2.2 kernel, but hopefully it will not be
86 needed for most Linux 2.2 users.
87
88 Fixed miscellaneous documentation and man pages.
89
90 Programmer's notes:
91 -------------------
92
93 Cleaned up functions such as pass1_get_blocks, pass1_read_inode which
94 in e2fsck's pass1.c really should have been static.
95
96 The return value of the uuid_compare() function was changed to make it
97 match with the convetions used by strcmp, memcmp, and Paul Leach's
98 UUID sample document.
99
100 The "make depend" process has now been made more automated; it now
101 automatically word-wraps the dependencies, and only replaces source
102 Makefile.in if there has been a change in the dependencies.  Also, a
103 top-level "make depend" now recurses through all the subdirectories
104 automatically.
105
106 The Makefile in .../util has been changed so that subst is built using
107 the native C compiler during a cross-compilation, since the subst
108 program is only used during the build process.  Also add an explicit
109 rule to build util/subst by cd'ing to the correct directory and
110 running Makefile.
111
112 The man directories are defined in terms mandir, so that the configure
113 script can override the location of the manual pages.
114
115 The config files have been updated to recognize new machine types for
116 both the i386 and alpha families.
117
118 Fsck has been modified so that it will accurately create an
119 fsck_instance even when the noexecute flag is set.  This allows for
120 accurate debugging of the fsck pass structure.  Also, when the verbose
121 flag is given twice, fsck will print debugging information about when
122 fsck is waiting for jobs to finish.
123
124
125 E2fsprogs 1.14 (January 9, 1999)
126 ================================
127
128 Fix the fstab parsing code so that it can handle blank lines and
129 comment characters.  Also, missing pass numbers need to be treated as
130 zero.
131
132 Fixed a bug in e2fsck where under some circumstances (when e2fsck
133 needs to restart processing after fixing an egregious inconsistency)
134 it would try to access already freed memory.
135
136 E2fsck now prints non-printable characters in directory entries and
137 pathnames using '^' and 'M-' notation.
138
139 Fixed chattr so that it will ignore symbolic links when doing
140 recursive descent traversals.  For both chattr and lsattr, no longer
141 print the version string unless the -V option is given.
142
143 Allow the system administrator to directly specify the number of
144 inodes desired in the filesystem, for some special cases where this is
145 necessary.
146
147 Fix portability problems so that e2fsprogs can be compiled under Linux
148 1.2 systems and Solaris systems.
149
150 Update the config.guess file with a more recent version that will
151 identify newer Linux platforms.
152
153 Programmer's notes
154 ------------------
155
156 Ext2fs_read_inode and ext2fs_write_inode will now return an error if
157 an inode number of zero is passed to them.
158
159 E2fsprogs 1.13 (December 15, 1998)
160 ==================================
161
162 Fixed a bug in debugfs where an error messages weren't getting printed
163 when the ext2 library routines to read inodes returned errors in the
164 stat, cmri and rm commands.
165
166 Fixed a bug in mke2fs so that if a ridiculous inode ratio parameter is
167 provided, it won't create an inode table smaller than the minimum
168 number of inodes required for a proper ext2 filesystem.
169
170 Fsck now parses the /etc/fstab file directly (instead of using
171 getmntent()), so that it can distinguish between a missing pass number
172 field and pass number field of zero.  This caused problems for
173 diskless workstations where all of the filesystems in /etc/fstab have
174 an explicit pass number of zero, and fsck could not distinguish this
175 from a /etc/fstab file with missing pass numbers.
176
177 E2fsck will create a /lost+found directory if there isn't one in the
178 filesystem, since it's safer to create the lost+found directory before
179 it's needed.
180
181 Fixed e2fsck so that it would detect bogus immutable inodes which
182 happen to be sockets and FIFO files, and offer to clear them.
183
184 If a filesystem has multiple reasons why it needs to be checked, and
185 one of the reasons is that it is uncleanly mounted, e2fsck will print
186 that as the reason why the filesystem is being checked.
187
188 Cleaned up the output routines of mke2fs so that it doesn't overflow
189 an 80 column display when formating really big filesystems.
190
191 Added a sanity check to e2fsck to make sure that file descriptors 0,
192 1, 2 are open before opening the hard disk.  This avoids a problem
193 where a broken program might exec e2fsck with those file descriptors
194 closed, which would cause disastrous results if the kernel returns a
195 file descriptor for the block device which is also used by FILE *
196 stdout.
197
198 Fixed up the e2fsck progress reporting functions so that the values
199 reliably reach 100% at the completion of all of the e2fsck passes.
200
201 Fixed minor documentation bugs in man pages and usage messages.
202
203 Programmer's notes:
204 -------------------
205
206 Fixed a number of lint warnings in the ext2fs library and potential
207 portability problems from other OS's header files that might define
208 CPP macros for names like "max" and "min".
209
210 ext2fs_badblocks_list_add() has been made more efficient when it needs
211 to grow the bad blocks list.
212
213 Fixed a bug in e2fsck which caused it to dereference a freed pointer
214 just before exiting.
215
216 Fixed the substition process for generating the mk_cmds and compile_et
217 scripts so that they will work outside of the build tree.
218
219 Add sanity check to e2fsck so that if an internal routine
220 (ext2fs_get_dir_info) returns NULL, avoid dereferencing the pointer
221 and causing a core dump.  This should never happen, but...
222
223 E2fsprogs 1.12 (July 9, 1998)
224 ==================================
225
226 E2fsprogs now works with glibc (at least with the version shipped wtih
227 RedHat 5.0).  The ext2fs_llseek() function should now work even with
228 i386 ELF shared libraries and if llseek() is not present.  We also
229 explicitly do a configure test to see if (a) llseek is in libc, and
230 (b) if llseek is declared in the system header files.  (See standard
231 complaints about libc developers don't understand the concept of
232 compatibility with previous versions of libc.)
233
234 The ext2fs library now writes out the block group number in each of
235 the superblock copies.  This makes it easier to automatically
236 determine the starting block group of the filesystem when the block
237 group information is trashed.
238
239 Added support for the EXT2_FEATURE_INCOMPAT_FILETYPE feature,
240 which means that e2fsprogs will ignore the high 8 bits of the
241 directory entry's name_len field, so that it can be used for other
242 purposes.
243
244 Added support for the EXT2_FEATURE_RO_COMPAT_LARGE_FILE feature.
245 E2fsprogs will now support filesystems with 64-bit sized files.
246
247 Added support for the EXT2_FEATURE_COMPAT_DIR_PREALLOC feature.
248
249 Added new program "e2label", contributed by Andries Brouwer.  E2label
250 provides an easy-to-use interface to modify the filesystem label.
251
252 Fixed bug so that lsattr -v works instead of producing a core dump.
253
254 Fixed a minor bug in mke2fs so that all groups with bad superblock
255 backup blocks are printed (not just the first one).
256
257 Mke2fs will check the size of the device, and if the user specifies a
258 filesystem size larger than the apparent size of the device it will
259 print a warning message and ask if the user wants to proceed.
260
261 E2fsck has a new option -C, which sends completion information to the
262 specified file descriptor.  For the most part, this is intended for
263 programs to use, although -C 0 will print a spinning character to the
264 stdout device, which may be useful for users who want to see something
265 happening while e2fsck goes about its business.
266
267 Fixed a bug in e2fsck which could cause a core dump when it needs to
268 expand the /lost+found directory, and sometimes the bitmaps haven't
269 been merged in.  Also fixed a related bug where ext2fs_write_dir_block
270 was used to write out a non-directory block.  (Which would be bad on a
271 non-Intel platform with byte swapping going on.)
272
273 Fixed bug in e2fsck where it would print a "programming error" message
274 instead of correctly identifying where a bad block was in used when
275 the bad block was in a non-primary superblock or block group
276 descriptor.  Also fixed a related bug when sparse superblocks are in
277 use and there is a bad block where a superblock or block group
278 descriptor would have been in a group that doesn't include a
279 superblock.
280
281 Fixed a bug in e2fsck (really in libext2fs's dblist function) where if
282 the block group descriptor table is corrupt, it was possible to try to
283 allocate a huge array, fail, and then abort e2fsck.
284 ext2fs_get_num_dirs() now sanity checks the block group descriptor,
285 and subsitutes reasonable values if the descriptors are obviously bogus.
286
287 If e2fsck finds a device file which has the immutable flag set and the
288 i_blocks beyond the normal device number are non-zero, e2fsck will
289 offer to remove it, since it's probably caused by garbage in the inode
290 table.
291
292 When opening a filesystem, e2fsck specially checks for the EROFS error
293 code, and prints a specific error message to the user which is more
294 user friendly.
295
296 If the filesystem revision is too high, change the e2fsck to print
297 that this is either because e2fsck is out of date, or because the
298 superblock is corrupt.  
299
300 E2fsck now checks for directories that have duplicate '.' and '..'
301 entries, and fixes this corruption.
302
303 E2fsck no longer forces a sync of the filesystem (with attendant sleep
304 calls) at all times.  The ext2fs_flush() function now performs a sync
305 only if it needed to write data blocks to disk.
306
307 Fixed a minor bug in e2fsck's pass1b's file cloning function, where
308 certain errors would not be properly reported.
309
310 Updated and expanded a few points in the man pages which users
311 complained wheren't explicit enough.
312
313 Added special case byte-swapping code if compiling on the PowerPC, to
314 accomodate the strange big-endian variant of the ext2 filesystem that
315 was previously used on the PowerPC port.
316
317
318 Programmer's notes:
319 -------------------
320
321 Removed C++ keywords from the ext2fs libraries so that it could be
322 compiled with C++.
323
324 E2fsck's internal organization has now been massively reorganized so
325 that pass*.c don't have any printf statements.  Instead, all problems
326 are reported through the fix_problem() abstraction interface.  E2fsck
327 has also been revamped so that it can be called as a library from a
328 application.
329
330 Added new fileio primitives in libext2fs for reading and writing
331 files on an unmounted ext2 filesystem.  This interface is now used by
332 debugfs.
333
334 Added a new libext2fs function for mapping logical block numbers of
335 a file to a physical block number.
336
337 Added a new libext2fs function, ext2fs_alloc_block(), which allocates
338 a block, zeros it, and updates the filesystem accounting records
339 appropriately.
340
341 Added a new libext2fs function, ext2fs_set_bitmap_padding(), which
342 sets the padding of the bitmap to be all one's.  Used by e2fsck pass 5.
343
344 The libext2fs functions now use a set of memory allocation wrapper
345 functions: ext2fs_get_mem, ext2fs_free_mem, and ext2fs_resize_mem,
346 instead of malloc, free, and resize.  This makes it easier for us to
347 be ported to strange environments where malloc, et. al. aren't
348 necessarily available.
349
350 Change the libext2fs fucntion to return ext2-specific error codes
351 (EXT2_DIR_EXISTS and EXT2_DB_NOT_FOUND, for example) instead of using
352 and depending on the existence of system error codes (such as EEXIST
353 and ENOENT).
354
355 Renamed io.h to ext2_io.h to avoid collision with other OS's header
356 files.
357
358 Add protection against ext2_io.h and ext2fs.h being included multiple
359 times.
360
361 The types used for memory lengths, etc. have been made more portable.
362 In generla, the code has been made 16-bit safe.  Added Mark
363 Habersack's contributed DOS disk i/o routines.
364
365 Miscellaneous portability fixes, including not depending on char's
366 being signed.
367
368 The io_channel structure has a new element, app_data, which is
369 initialized by the ext2fs routines to contain a copy of the filesystem
370 handle.
371
372 ext2fs_check_directory()'s callback function may now return the error
373 EXT2_ET_CALLBACK_NOTHANDLED if it wishes ext2fs_check_directory() to
374 really do the checking, despite the presence of the callback function.
375
376
377 E2fsprosg 1.11 (June 17, 1997)
378 ==============================
379
380 Fixed e2fsck to detect (previously ignored) conflicts between the
381 superblock or block group descriptors and block bitmaps, inode
382 bitmaps, and inode tables.
383
384 Fixed bug in e2fsck so that when the message printed out when a block
385 or inode bitmap conflicts with other data, it has the correct group
386 number.
387
388 Fixed bug in e2fsck and mke2fs where the blocksize wasn't being passed
389 to badblocks.  This meant that not all of the filesystem was being
390 tested for bad blocks! 
391
392 Fixed an array boundary overrun case which cropped up in
393 ext2fs_badblocks_list_test when a user tried running "mke2fs -c 
394 -b 4096".
395
396 Adjusted the number of columns printed by mke2fs when displaying the
397 superblock backups to avoid running over 80 columns when making a
398 really big filesystem.
399
400 Fixed up the man pages for e2fsck, debugfs, badblocks, chattr,
401 dumpe2fs, fsck, mke2fs, and tune2fs (typos and other minor grammar
402 fixes), thanks to some suggestions from Bill Hawes (whawes@star.net).
403
404 Programmer's notes:
405 -------------------
406
407 Fixed install rule in lib/ss so that ss_err.h is actually getting
408 installed.
409
410 Fixed bug in ext2fs_copy_bitmap; the destination bitmap wasn't getting
411 bassed back to the caller.
412
413 Fixed bug in ext2fs_inode_scan_goto_blockgroup; it had not been
414 setting the current inode number (which meant this function wasn't
415 working at all).
416
417 Fixed bug in ext2fs_resize_generic_bitmap; it had not be zeroing all
418 blocks in the bitmap when increasing the size of the bitmap.
419
420 Changed the initial number of blocks allocated by ext2fs_init_dblist()
421 to be more realistic.
422
423 Added a new function ext2fs_allocate_group_table, which sets up the
424 group descriptor information (and allocates inode and block bitmaps,
425 and inode tables for a particular group).  The function was created by
426 factoring out code form ext2fs_allocate_tables().
427
428 Added a new function ext2fs_move_blocks which takes a bitmap of the
429 blocks to be moved, and moves them to another location on the
430 boardboard.
431
432 Make the unix_io channel's io_channel_flush implementation calls sync()
433 to to flush the kernel buffers to disk.
434
435 Added a new function ext2fs_dblist_count returns the number of
436 directory blocks in dblist.
437
438
439 E2fsprogs 1.10 (April 24, 1997)
440 ===============================
441
442 Mke2fs once again defaults to creating revision #0 filesystems, since
443 people were complaining about breaking compatibility with 1.2 kernels.
444 Warning messages were added to the mke2fs and tune2fs man pages that
445 the sparse superblock option isn't supported by most kernels yet (1.2
446 and 2.0 both don't support parse superblocks.)
447
448 Added new flag to mke2fs, -R <raid options>, which allows the user to
449 tell mke2fs about the RAID configuration of the filesystem.  Currently
450 the only supported raid option is "stride" which specifies the width
451 of the RAID stripe.
452
453 Fixed bug in e2fsck where pass1b would bomb out if there were any
454 blocks marked bad in the inode table.
455
456 Fixed rare bug in mke2fs where if the user had a very unlucky number
457 of blocks in a filesystem (probability less than .002) the resulting
458 filesystem would be corrupt in the last block group.
459
460 Fixed bug where if e2fsck tried to allocate a block to fix a
461 filesystem corruption problem and the filesystem had no free blocks,
462 ext2fs_new_block() would loop forever.
463
464 The configure script now checks explicitly to see if "-static" works,
465 since that can't be assumed to be true --- RedHat doesn't install
466 libc-static by default.
467
468 Fixed bug in libext2's block iterator functions where under some
469 cirmcustances, file with holes would cause the bcount parameter to the
470 callback function to be incorrect.  This bug didn't affect any of
471 e2fsprogs programs, but it was discovered by Paul Mackerras, the
472 author of the PPC boot loader.
473
474 Removed use of static variables to store the inode cache in libext2fs.
475 This caused problems if more than one filesystem was accessed via
476 libext2fs (static variables in libraries are generally a bad idea).
477 Again, this didn't affect e2fsprogs programs, but it was discovered by
478 Paul Mackerras.
479
480 Fixed minor bugs and version code drift to assure that e2fsprogs 1.10
481 will compile cleanly with 1.2.13 kernels (even with a.out shared
482 libraries!)
483
484 Programmer's notes:
485 -------------------
486
487 Added new functions to duplicate an ext2 filesystem handle, and its
488 associated substructure.  New functions: ext2fs_dup_handle(),
489 ext2fs_copy_dblist(), ext2fs_badblocks_copy(), ext2fs_copy_bitmap().
490 Other structures, such as the io_channel and the inode_cache, now have
491 a ref count so that they only get freed when they are no longer used
492 by any filesystem handle.  (These functions were added as part of the
493 development effort for an ext2 resizer).
494
495 E2fsprogs 1.09 (April 14, 1997)
496 ===============================
497
498 Fixed bug in mke2fs (really in lib/ext2fs/initialize.c) which was
499 accidentally introduced in the 1.08 release.  The overhead calculation
500 was accidentally removed, which caused ext2fs_initialize() to not
501 notice when the filesystem size needed to be adjusted down because
502 there wasn't enough space in the last block group.
503
504 Fixed bug in version parsing library routine; it was always parsing
505 the library version string, instead of using the passed-in string.
506
507 Clarified chattr man page.
508
509 E2fsprogs 1.08 (April 10, 1997)
510 ===============================
511
512 E2fsck 1.07 was very slow when checking very large filesystems with a
513 lot of files that had hard links (i.e., news spools).  This was fixed
514 by seriously revamping the icount abstraction.  Added a formal test
515 suite for the icount abstraction.
516
517 Debugfs now has a "-l" option to the "ls" command, which lists the
518 inode number, permissions, owner, group, size, and name of the files
519 in the directory.
520
521 Fix a bug in e2fsck where when a directory had its blocks moved to
522 another location during the pass 1b processing, the directory block
523 list wasn't updated, so pass 2 wouldn't check (and correct) the
524 correct directory block.
525
526 E2fsck will now treat inodes which contain blocks which are claimed by
527 the filesystem metadata by treating them as multiply claimed blocks.
528 This way, the data in those blocks can be copied to a new block during
529 the pass 1b--1d processing.
530
531 E2fsck will attempt to determine the correct superblock number and
532 display it in the diagnostic and warning messages if possible.
533
534 Add support for a new (incompatible) feature, "sparse_super".  This
535 feature reduces the number of blocks which contain copies of backup
536 superblocks and block group descriptors.  (It is only an incompatible
537 feature because of a bug in ext2_free_blocks.)  mke2fs and tune2fs now
538 support a new -s option; e2fsck will recognize filesystems built with
539 this feature turned on.
540
541 E2fsck now checks the library to make sure is the correct version,
542 using new library functions.  (This helps to diagnose incorrectly
543 installed e2fsprogs distributions.)
544
545 Dumpe2fs now prints more information; its now prints the the
546 filesystem revision number, the filesystem sparse_super feature (if
547 present), the block ranges for each block group, and the offset from
548 the beginning of the block group.
549
550 Mke2fs now distributes the inode and block bitmap blok so that the
551 won't be concentrated in one or two disks in RAID/striping setups.
552 Also, if the user chooses a 2k or 4k block group, mke2fs will try to
553 choose the largest blocks per group that be chosen.  (For 2k blocks,
554 you can have up to 16384 blocks/group; for 4k blocks, you can have up
555 to 32768 blocks/group.)  Previously mke2fs would not allow
556 specification of more than 8192 blocks per group, even if you were
557 using a 2k or 4k block group.
558
559 Programmer's notes:
560 -------------------
561
562 Added a new function ext2fs_create_icount2() which takes a "hint"
563 argument.  This hint argument presets the icount array with the list
564 of inodes which actually need to be in the icount array.  This really
565 helps to speed up e2fsck.
566
567 Added a new function ext2fs_icount_validate() which checks the rep
568 invariant for the icount structure.  This is used mostly for testing.
569
570 The error mesasage given when a bad inode number is passed to
571 test_generic_bitmap to reflect EXT2FS_TEST_ERROR (instead of
572 EXT2FS_UNMARK_ERROR).
573
574 Added a new function ext2fs_set_dir_block which sets the block of a
575 dblist entry, given the directory inode and blockcnt.
576
577 Added a new function ext2fs_get_library_version() which returns the
578 current library version, and ext2fs_parse_version_string() which
579 returns a version number based on a e2fsprogs version string.
580
581 The icount functions will return EINVAL if the passed in inode number
582 is out of bounds.
583
584 E2fsprogs 1.07 (March 9, 1997)
585 ==============================
586
587 E2fsck is now uses much less memory when checking really large
588 filesystems (or rather, filesystems with a large number of inodes).
589 Previously a filesystem with 1 million inodes required 4 megabytes of
590 memory to store inode count statistics; that storage requirement has
591 now been reduced to roughly half a megabyte.
592
593 E2fsck can now properly deal with bad blocks appearing inside the
594 inode table.  Instead of trying to relocate the inode table (which
595 often failed because there wasn't enough space), the inodes in the bad
596 block are marked as in use.
597
598 E2fsck will automatically try to use the backup superblocks if the
599 primary superblocks have a bad magic number or have missing meta-data
600 blocks (or meta-data blocks which are out of range).
601
602 E2fsck's pass 3 has been made more efficient; most noticeable on
603 filesystems with a very large number of directories.
604
605 Completely revamped e2fsck's system of printing problem reports.  It
606 is now table driven, to make them more easily customizeable and
607 extendable.  Error messages which can be printed out during preen mode
608 are now one line long.
609
610 Fixed e2fsck's filesystem swapping code so that it won't try to swap
611 fast symbolic links or deleted files.
612
613 Fixed e2fsck core dumping when fixing a filesystem which has no
614 directories (not even a root directory).
615
616 Added a check to e2fsck to make sure that the length of every
617 directory entry is a multiple of 4 (since the kernel complains if it
618 isn't).
619
620 Added a check to e2fsck to make sure that a directory entry isn't a
621 link to the root directory, since that isn't allowed.
622
623 Added a check to e2fsk to now make sure the '.' and '..' directory
624 entries are null terminated, since the 2.0 kernel requires it.
625
626 Added check to write_bitmaps() to make sure the superblock doesn't get
627 trashed if the inode or block bitmap is marked as being block zero.
628
629 Added checking of the new feature set fields in the superblock, to
630 avoid dealing with new filesystem features that this package wasn't
631 set up to handle.
632
633 Fixed a fencepost error in ext2fs_new_block() which would occasionally
634 try to allocate a block beyond the end of a filesystem.
635
636 When the UUID library picks a random IEEE 802 address (because it
637 can't find one from a network card), it sets the multicast bit, to
638 avoid conflicting with a legitimate IEEE 802 address.
639
640 Mke2fs now sets the root directory's owner to be the real uid of the
641 user running mke2fs.  If the real uid is non-zero, it also sets
642 the group ownership of the root directory to be the real group-id of
643 the user running mke2fs.
644
645 Mke2fs now has more intelligent error checking when it is given a
646 non-existent device.
647
648 When badblocks is given the -vv option, it now updates the block that
649 it is currently testing on every block.
650
651 Fixed a bug in fsck where it wouldn't modify the PATH envirnoment
652 currently correctly if PATH wasn't already set.
653
654 Shared libraries now built with dependencies.  This allows the shared
655 library files to be used with dlopen(); it also makes the transition
656 to libc 6 easier, since ld.so can tell which libc a particular shared
657 library expects to use.
658
659 Programmer's notes:
660 -------------------
661
662 Added new abstraction (defined in dblist.c) for maintaining a list of
663 blocks which belongs to directories.  This is used in e2fsck and other
664 programs which need to iterate over all directories.
665
666 Added new functions which test to see if a contiguous range of blocks
667 (or inodes) are available.  (ext2fs_*_bitmap_range).
668
669 Added new function (ext2_inode_has_valid_blocks) which returns true if
670 an inode has valid blocks.  (moved from e2fsck code).
671
672 Added new function (ext2fs_allocate_tables) which allocates the
673 meta-data blocks as part of initializing a filesystem.  (moved from
674 mke2fs code).
675
676 Added a new I/O manager for testing purposes.  It will either allow a
677 program to intercept I/O requests, or print debugging messages to
678 trace the activity of a program using the I/O manager.
679
680 The badblocks_list functions now store the bad blocks in a sorted
681 order, and use a binary search to speed up badblocks_list_test.
682
683 The inode scan function ext2fs_get_next_inode() may now return a soft
684 error returns: MISSING_INODE_TABLE and BAD_BLOCK_IN_INODE_TABLE in
685 those cases where part of an inode table is missing or there is a bad
686 block in the inode table.  
687
688 Added a new function (ext2fs_block_iterate2) which adds new arguments to
689 the callback function to return a pointer (block and offset) to the
690 reference of the block.
691
692 Added new function (ext2fs_inode_scan_goto_blockgroup) which allows an
693 application to jump to a particular block group while doing an inode
694 scan.
695
696 The badblocks list functions were renamed from badblocks_* to
697 ext2fs_badblocks_*.  Backwards compatibility functions are available
698 for now, but programs should be modified to use the new interface.
699
700 Some of the library functions were reorganized into separate files to
701 reduce the size of some programs which statically link against the
702 ext2 library.
703
704 Put in some miscellaneous fixes for the Alpha platform.
705
706
707 E2fsprogs 1.06 (October 7, 1996)
708 ================================
709
710 Fixed serious bug in e2fsck: if the block descriptors are bad, don't
711 smash the backup copies in ext2fs_close().  (The problem was that when
712 e2fsck -p discovered the problem, while it was closing the filesystem
713 and exiting, it was also blowing away the backup superblocks on the
714 disk, which was less than friendly.)  We now make it the case that we
715 only write out the backup superblock and the back block descriptors if
716 the filesystem is completely free from problems.
717
718 Fixed a bug in block_interate in the lib/ext2fs library which caused
719 e2fsck to fail on GNU Hurd-created filesystems.
720
721 Add support for Linux/FT's bootloader, which actually uses
722 EXT2_BOOT_LOADER, and sets its mode bits which caused e2fsck to want
723 to clear the inode.
724
725 Add support for the "A" (no atime update) attribute.  (Note: this
726 attribute is not yet in production kernels.)
727
728 The test suite is not automatically run when doing a "make all" from
729 the top level directory.  Users should manually run "make check" if
730 they wish to run the test suite.
731
732 Upon a preenhalt(), make the printed message more explicit that
733 running e2fsck "MANAULLY" means without the -p or -a options.
734
735 In e2fsck, if a disconnected inode is zero-length, offer to clear it
736 instead of offering to connect it to lost+found.
737
738 In e2fsck, if a filesystem was just unmounted uncleanly, and needs
739 e2fsck to be run over it, change e2fsck to explicitly display this
740 fact.
741
742 For dumpe2fs and e2fsck, cause the -V option to print out which
743 version of the ext2fs library is actually getting used.  (This will
744 help detect mismatches of using a 1.06 utility with a 1.05 library,
745 etc.)
746
747 Programmers' notes:
748 -------------------
749
750 EXT2_SWAP_BYTES was changed to EXT2_FLAG_SWAP_BYTES, which better fits
751 the naming convention.
752
753 In ext2fs_initialize(), make sure the description for the inode bitmap
754 is correctly initialize.
755
756 Fixed minor type typo in ext2fs_allocate_generic_bitmap();
757
758 E2fsprogs 1.05 (September 7, 1996)
759 ==================================
760
761 Add support for new fields in the ext2 superblock --- volume name,
762 volume UUID, and last mounted field.  Dumpe2fs displays these fields,
763 tune2fs and mke2fs allows you to set them.  E2fsck will automatically
764 generate a UUID for those volumes that don't have them.  
765
766 Put in support for e2fsck to recognize HURD specific ext2 features ---
767 most notably, the translator block.  The e2fsprogs tools will now use
768 the creator_os field in the superblock to correctly handle different
769 OS-specific variants of the ext2 filesystem.
770
771 E2fsck now fixes inodes which have a the deletion time set, but which
772 have a non-zero i_link_count field by offering to clear the deletion
773 time.  Previously e2fsck assumed that the inode was deleted (per 0.3c
774 ext2 kernel behavior) and offered to unlink the file.
775
776 If e2fsck sets the clean bit, but nothing else, set the exit code
777 FSCK_NONDESTRUCT.  After all, e2fsck did fix a filesystem error --- it
778 set the filesystem valid bit when it was previously cleared.  :-) This
779 was needed to make the HURD fsck driver happy.
780
781 If the  user  refuses to attach an  unattached  inode, e2fsck  will no
782 longer set the inode's link count.  Otherwise, the  inode would end up
783 getting marked as unused, which might cause loss of data later.
784
785 Make the message issued by e2fsck when the superblock is corrupt less
786 confusing for users.  It now mentions that another reason for the
787 "corrupt superblock" message might be that the partition might not be
788 an ext2 filesystem at all (it might swap, msdos filesystem, ufs, etc.)
789
790 Make the libext2 library more robuest so that e2fsck won't coredump on
791 an illegal superblock where the blocksize is zero.  (f_crashdisk is
792 the test case).
793
794 By default, create filesystems where the default checkinterval is 6
795 months (180 days).  Linux servers can be robust enough that 20 reboots
796 can be a long, long time.
797
798 Added configure flag --enable-old-bitops, which forces the bitops to
799 use the old (native) bitmask operations.  By default on the sparc
800 platform, the standard ext2 bit ordering is now used.
801
802 Added a new feature to e2fsck to byte-swap filesystems; this can be
803 used to convert old m68k filesystems to use the standard byte-order
804 storage for the superblock, inodes, and directory blocks.  This
805 function is invoked by using the '-s' option to e2fsck.
806
807 Debugfs's "dump" command has been enhanced so that it writes out the
808 exact size of the file so that the nulls at the end of the file are
809 eliminated.  The command also accept a new "-p" option which will
810 attempt preserve to preserve the ownernship, permissions, and
811 file modification/access times.
812
813 Debugfs has two new options, -f and -R.  The -R option allows the user
814 to execute a single debugfs command from the command line.  The -f
815 option allows the user to specify a "command file" containing debugfs
816 commands which will get executed.
817
818 Dumpe2fs now pretty prints the check interval, instead of just
819 printing the check interval as a number of seconds.
820
821 Fix bugs in debugfs: the params command when no filesystem is opened
822 no longer causes a core dump.  It is now possible to unlink a file
823 when a pathame containing a '/' is specified.
824
825 Tune2fs has a new -C option which sets the number of times the
826 filesystem has been mounted.
827
828 Fix the chattr '-v' option so that it actually works.  Chattr was
829 being buggy about the -v option parsing.
830
831 Programmers' notes:
832 -------------------
833
834 The directory lib/uuid contains a set of library routines to generate
835 DCE compatible UUIDs.  
836
837 Extended ext2fs_namei() to handle symbolic links.  Added new function
838 ext2fs_nami_follow() which will follow last symbolic link in the case
839 where the pathname points to a sym link.
840
841 The ext2fs_block_iterate function will now return the HURD translator
842 block, if present.  The new flag BLOCK_FLAG_DATA_ONLY will cause the
843 iterator to return data blocks only.  The ext2fs.h file now defines
844 constants BLOCK_COUNT_IND, BLOCK_COUNT_DIND, BLOCK_COUNT_TIND, and
845 BLOCK_COUNT_TRANSLATOR, which are the magic values passed in the block
846 count field of the iterator callback function.
847
848 The test script driver now takes an optional second argument, which is
849 the test case to be run.  This allows you to run a test case without
850 needing to run the entire test suite.
851
852 On Linux ELF systems, install the .so files in the correct places
853 (/usr/lib).  The .so files must be stored in the same directory as the
854 .a files.
855
856 Fixed miscellaneous HURD compilation issues with header file being
857 included in the right order.
858
859 Fixed debugfs so that it resets optind to zero, not one, since setting
860 optind to zero is more correct.
861
862
863 E2fsprogs 1.04 (May 16, 1996)
864 =============================
865
866 First "official" (1.03 was a limited release only) to support building
867 e2fsprogs under Linux 2.0 kernels (as well as late model 1.3 and 1.99
868 kernels).
869
870 This package includes a RPM specs file, that it can be built using the
871 RedHat Package Manager.
872
873 E2fsck now prints a hint that if there are lots of incorrectly located
874 inode bitmaps, block bitmaps, and inode table blocks, the user might
875 want to try using e2fsck -b 8193 first, to see if that fares any
876 better.
877
878 For ext2 filesystem written with the hurd, debugfs will now print out
879 the translator field when printing an inode structure.
880
881 Lots of miscellaneous linking/installation cleanups:
882
883   Libraries are now linked using a relative pathname, instead of
884   relying on -L working correct.  It doesn't, in many cases, including
885   current versions of GNU ld.  This guarantees that the build tree is
886   linking with the right libraries, instead of the ones installed in
887   /usr/lib.
888
889   Header files, man pages, and the et/ss shell scripts are now
890   generated using a custom substitution script, instead of relying on
891   the configure script.  This prevents needless recompilation of
892   files; in addition, the custom substitution script is much faster.
893
894   e2fsck may now be linked dynamically, by using the
895   --enable-dynamic-e2fsck flag to configure.  This is not recommended,
896   since it increases e2fsck's dependence on other files, but some
897   people need to save disk space, and other critical programs on their
898   systems were being linked dynamically anyway.
899
900   Programs such as fsck which didn't need to be linked against
901   libext2fs (or mke2fs which didn't need to be linked against libe2p)
902   only link against libraries they actually need.  Otherwise, those
903   programs would require the presense of libraries that otherwise
904   could be removed from a rescuse diskette.
905
906   The ss include files are now installed correctly so they can
907   actually be used by another package.
908
909   If the profiling libraries are built, they are now installed on a
910   "make install-libs".
911
912
913 E2fsprogs 1.03 (March 27, 1996)
914 ===============================
915
916 Change the m68k bit numbering for bitmasks to match the bit numbering
917 used by all other ext2 implementations.  (This change was requested by
918 the m68k kernel development team.)
919
920 Support (in-development) filesystem format revision which supports
921 (among other things) dynamically sized inodes.
922
923 Fixed a bug in the ext2 library so that an intelligent error is
924 returned if mke2fs is run with a ridiculously small number of blocks
925 for a partition.
926
927 Fixed a bug in the ext2 library which required that the device be
928 openable in read/write mode in order to determine its size.  This
929 caused e2fsck -n to require read/write access when it was not
930 previously necessary.
931
932 Fixed a bug in e2fsck which casued it to occasionally fail the test
933 suite depending on which version of the floating point library it was
934 using.
935
936 Fixed a bug in e2fsck so that it now halts with a fatal error when
937 certain superblock consistency checks fail.  Previously it continued
938 running e2fsck, with some potential confusing/damaging consequences.
939
940 Added new flag to fsck which allows the root to be checked in parallel
941 with other filesytems.  This is not the safest thing in the world to
942 do, but some system administrators really wanted it.
943
944 Fixed -Wall flames in lib/ss.
945
946
947 E2fsprogs 1.02 (January 16, 1996)
948 =================================
949
950 Fix to allow e2fsprogs to be compiled on recent 1.3 (pl45+) kernels.
951
952 Change e2fsck to print statistics of how many non-contiguous files are
953 on the system.  Note that a file which is larger than 8k blocks, it is
954 guaranteed to be non-contiguous.
955
956 In mke2fs, print a warning message if a user tries to format a whole
957 disk (/dev/hda versus /dev/hda1).  If a user really wants to format a
958 whole disk, the -F (force) option forces mke2fs to format a whole disk
959 as a filesytem.
960
961 Fix a bug in fsck where in some cases it might start checking
962 partitions in the next pass before it finishes checking partitions in
963 the current pass.  This still won't cause two partitions on the same
964 disk will be checked, so it's rarely a problem in real life.
965
966 Patch lsattr so that it won't hang when checking a named pipe.
967
968 Minor compilation fixes:
969         * Fix the order of libraries that were linked in debugfs.
970         * Allow the sources to be compiled with -ansi turned on.