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