Whamcloud - gitweb
ChangeLog, Makefile.in, ext2_err.et.in, ext2fs.h, jfs_dat.h, mkjournal.c:
[tools/e2fsprogs.git] / lib / ext2fs / ChangeLog
1 2000-10-24    <tytso@valinux.com>
2
3         * Makefile.in, ext2fs.h, jfs_dat.h, mkjournal.c: Add functions for
4                 creating an ext3 journal on a filesystem.
5
6 2000-08-21    <tytso@valinux.com>
7
8         * ext2_err.et.in (EXT2_JOURNAL_NOT_BLOCK): Add new error code.
9
10 2000-08-22    <tytso@valinux.com>
11
12         * unix_io.c: Make massive changes to support a multiple block
13                 writethrough cacheing.
14
15         * ext2_io.h: Added flags field to the io_channel structure.
16
17 2000-08-19    <tytso@valinux.com>
18
19         * finddev.c, ext2fs.h, Makefile.in: Add new file, finddev.c, which
20                 provides the function ext2fs_find_block_device().  This
21                 function returns the pathname to a block device, given its
22                 device number.
23
24 2000-07-13    <tytso@valinux.com>
25
26         * Release of E2fsprogs 1.19
27
28 2000-07-07  Theodore Ts'o  <tytso@valinux.com>
29
30         * ext2fs.h (EXT2_LIB_FEATURE_INCOMPAT_SUPP): Add
31                 EXT3_FEATURE_INCOMPAT_RECOVER (aka needs_recovery) to the
32                 list of filesystem flags supported by the library.
33
34 2000-07-04  Theodore Ts'o  <tytso@valinux.com>
35
36         * ext2fs.h: Update to include latest journalling additions to the
37                 superblock.
38
39         * dll/jump.funcs: Add new jumptable entries for
40                 ext2fs_write_bb_FILE, ext2fs_read_bb_FILE2, and
41                 ext2fs_badblocks_equal.
42
43         * tst_badblocks.c: Update test program to test
44                 ext2fs_read_bb_FILE2 and ext2fs_write_FILE.
45
46         * write_bb_file.c (ext2fs_write_bb_FILE): New function which
47                 writes out bad blocks list to a file.
48
49         * read_bb_file.c (ext2fs_read_bb_FILE2): Add new function which
50                 changes the callback function to take two additional
51                 arguments; a private blind pointer supplied by the caller,
52                 and pointer to a char * containing a pointer to the
53                 invalid string.
54
55         * badblocks.c (ext2fs_badblocks_equal): Add new function which
56                 returns true if two badblocks list are equal.
57
58         * Makefile.in: Remove explicit link of -lc in the shared library.
59                 (It shouldn't be necessary, and is harmful in some cases).
60
61 2000-06-10  Theodore Ts'o  <tytso@valinux.com>
62
63         * getsize.c (main): Add debugging code under #ifdef DEBUG
64
65 2000-05-27  Theodore Ts'o  <tytso@valinux.com>
66
67         * mkdir.c (ext2fs_mkdir): Read the parent directory's inode
68                 earlier, so that if there's an error reading it, we can
69                 more cleanly back out of the operation.
70
71 2000-05-25    <tytso@snap.thunk.org>
72
73         * getsize.c (ext2fs_get_device_size): Use open64() instead of
74                 open() if it exists.  Under linux, manually define the
75                 ioctl for BLKGETSIZE if it isn't already defined and it's
76                 safe to do so.
77
78         * unix_io.c (unix_open): Use open64() instead of open() if it
79                 exists. 
80
81         * llseek.c: Simplify header includes of unistd.h.  If lseek64 is
82                 available (and prototypes are defined) use it in
83                 preference to llseek.
84
85         * Makefile: Add hack dependency rule so that parallel makes work
86                 correctly. 
87
88 2000-05-18  Theodore Ts'o  <tytso@valinux.com>
89
90         * ext2fs.h: Add appropriate ifdef's to support C++ compilation.
91
92 2000-04-03  Theodore Ts'o  <tytso@valinux.com>
93
94         * block.c: Readibility tweak in conditionals involving
95                 ctx->fs->flags.
96
97         * ext2fs.h: Use AUTOCONF SIZEOF_* macros if available to determine
98                 how to define __s64 and __u64.  Turn off "compression is
99                 experimental" warning if the cpp macro
100                 I_KNOW_THAT_COMPRESSION_IS_EXPERIMENTAL is defined.
101
102 2000-02-11    <tytso@snap.thunk.org>
103
104         * ext2fs.h: Define EXT2FS_COMPRESSED_BLKADDR and HOLE_BLKADDR.
105                 Conditionally include Compression as a supported type if
106                 ENABLE_COMPRESSION (via --enable-compression) is turned on.
107
108         * swapfs.c (ext2fs_swap_super): Swap the compression usage bitmap.
109
110 2000-02-08    <tytso@snap.thunk.org>
111
112         * bitops.h (ext2fs_mark_generic_bitmap, ext2fs_unmark_generic_bitmap,
113                 ext2fs_mark_block_bitmap, ext2fs_unmark_block_bitmap,
114                 ext2fs_mark_inode_bitmap, ext2fs_unmark_inode_bitmap):
115                 Change to return the previous state of the bit that is
116                 being marked or unmarked.  For speed optimization.
117         
118 2000-02-02  Theodore Ts'o  <tytso@valinux.com>
119
120         * getsize.c, ismounted.c: Remove unneeded include of linux/fs.h
121
122         * swapfs.c: Remove #ifdef HAVE_EXT2_INODE_VERSION since it's not
123                 needed any more; we know it will always be i_generation.
124                 Add support for swapping the high bits of the uid and gid.
125
126 1999-11-19    <tytso@valinux.com>
127
128         * mkdir.c (ext2fs_mkdir): Only update the parent's inode link
129                 counts if the link was successful.  Patch suggested by
130                 jeremy@goop.org.
131
132         * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
133                 the source directory.
134
135 1999-11-10    <tytso@valinux.com>
136
137         * Release of E2fsprogs 1.18
138
139 1999-11-08    <tytso@valinux.com>
140
141         * Makefile.in (tst_badblocks): Add freefs.o to the object list,
142                 since ext2fs_badblocks_list_free was moved to freefs.c.
143
144         * tst_badblocks.c: Use the newer badblocks API names.  Add
145                 duplicate blocks to the test inputs to test dealing with
146                 adding blocks which are already in the badblocks list.
147
148         * badblocks.c (ext2fs_badblocks_list_add): If appending to the end
149                 of the list, use a shortcut O(1) operations instead of an
150                 O(n) operation.  (Idea suggested by David Beattie.)
151
152         * freefs.c (ext2fs_free): Use ext2fs_badblocks_list_free() instead
153                 of badblocks_list_free(), to save a procedure call.
154
155 1999-10-26    <tytso@valinux.com>
156
157         * Release of E2fsprogs 1.17
158
159 1999-10-26    <tytso@valinux.com>
160
161         * ext2fs.h: Add kludge to deal with the fact that egcs cpp doesn't
162                 seem to handle ~0UL the same way as they used to.
163
164 1999-10-25    <tytso@valinux.com>
165
166         * nt_io.c (_OpenNtName): Open the device using
167                 FILE_SYNCHRONOUS_IO_NONALERT instead of
168                 FILE_SYNCHRONOUS_IO_ALERT
169                 (nt_open): At the end of the device open routine, unlock 
170                 the drive but do not dismount it.
171
172         * initialize.c (CREATOR_OS): Use __GNU__ instead of __gnu__ to
173                 detect the Hurd OS.
174
175 1999-10-22    <tytso@valinux.com>
176
177         * Release of E2fsprogs 1.16
178
179 1999-10-22    <tytso@valinux.com>
180
181         * mkdir.c (ext2fs_mkdir): Pass EXT2_FT_DIR flag to ext2fs_link().
182
183         * link.c (ext2fs_link): This call now uses the low three bits of
184                 the flags parameter to pass the directory filetype
185                 information; it will set the directory entry FILETYPE
186                 information if the filesystem supports it.
187
188         * newdir.c (ext2fs_new_dir_block): If the FILETYPE superblock
189                 option is set, then create the '.' and '..' entries with
190                 the filetype set to EXT2_FT_DIR.
191
192 1999-09-24    <tytso@valinux.com>
193
194         * nt_io.c: New file which supports I/O under Windows NT.
195
196 1999-09-07    <tytso@valinux.com>
197
198         * ext2fs.h: Add new fields for journalling and define new
199                 feature bits used by newer filesystems: IMAGIC_INODES,
200                 HAS_JOURNAL, RECOVER.
201
202         * expanddir.c (ext2fs_expand_dir, expand_dir_proc): Change where
203                 we update the inode block count and size files so that the
204                 block count field is updated correctly when we create an
205                 indirect block.
206
207 1999-07-18  Theodore Ts'o  <tytso@valinux.com>
208
209         * Release of E2fsprogs 1.15
210
211 1999-06-23    <tytso@valinux.com>
212
213         * swapfs.c (ext2fs_swap_inode): Add compatibility for Linux 2.3
214                 kernels that use i_generation instead of i_version.  Patch
215                 supplied by Jon Bright <sircus@sircus.demon.co.uk>.
216
217 1999-06-21    <tytso@valinux.com>
218
219         * dir_iterate.c (ext2fs_process_dir_block): Check for corrupted
220                 directory entry before calling the callback function.
221                 This should prevent some core dumps of insufficiently
222                 paranoid callback functions.
223
224 1999-05-29    <tytso@rsts-11.mit.edu>
225
226         * ext2fs.h: Add feature definition for AFS IMAGIC inodes.
227
228         * fileio.c (ext2fs_file_open): Remove obsolete comment stating
229                 that we don't handle writing yet (we do).  Fixed bug where
230                 we weren't allocating a big enough buffer for ext2_bmap.
231
232 1999-05-03    <tytso@rsts-11.mit.edu>
233
234         * openfs.c (ext2fs_open): Check to make sure that the number of
235                 blocks per group is not zero --- if so, it must be a bad
236                 superblock!
237
238 1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
239
240         * Release of E2fsprogs 1.14
241
242 1999-01-07  Theodore Ts'o  <tytso@rsts-11.mit.edu>
243
244         * inode.c (ext2fs_read_inode, ext2fs_write_inode): Check to see if
245                 the inode number is zero; if it's zero, return
246                 EXT2_ET_BAD_INODE_NUM.
247
248 1998-12-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
249
250         * initialize.c (ext2fs_initialize): Use EXT2_FIRST_INODE instead
251                 of EXT2_FIRST_INO to ensure compatibility with Linux 1.2
252                 header files.
253
254 Mon Jan  4 02:32:09 1999  Theodore Y. Ts'o  <tytso@mit.edu>
255
256         * llseek.c (ext2fs_llseek): Change ext2fs_llseek() in the
257                 non-Linux case to use EINVAL by default, unless it isn't
258                 defined, in which case we use EXT2_ET_INVALID_ARGUMENT
259                 instead.
260
261 1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>
262
263         * Release of E2fsprogs 1.13
264
265 1998-12-03  Theodore Ts'o  <tytso@rsts-11.mit.edu>
266
267         * Makefile.in: Updated dependencies.
268
269 1998-09-22  Theodore Ts'o  <tytso@rsts-11.mit.edu>
270
271         * initialize.c (ext2fs_initialize): Make sure that we allocate
272                 enough inodes so that we can make a valid filesystem.
273
274 1998-09-02  Theodore Ts'o  <tytso@rsts-11.mit.edu>
275
276         * rw_bitmaps.c: Fixed signed/unsigned warnings.
277
278         * fileio.c (ext2fs_file_set_size): Remove unneeded extern from the
279                 function declaration.
280
281         * dblist.c (make_dblist): Add safety check in case the dblist
282                 pointer passed in is null (in which case, assign it to
283                 fs->dblist).  Fixed some signed/unsigned warnings.
284
285         * bmap.c: Make addr_per_block be of type blk_t to avoid
286                 signed/unsigned warnings.
287
288         * namei.c (ext2fs_follow_link): Remove uneeded extern from the
289                 function declaration.
290
291         * get_pathname.c (get_pathname_proc): Use return value from
292                 ext2fs_get_mem, instead of checking if &gp->name is
293                 NULL.
294
295         * dir_iterate.c (ext2fs_process_dir_block): 
296         * dblist_dir.c (ext2fs_dblist_dir_iterate): Remove uneeded extern
297                 from the function declaration.
298
299         * block.c (ext2fs_block_iterate2): If the read_inode call fails,
300                 return the error directly instead of jumping to the
301                 cleanup routine, since we don't need to do any cleanup.
302
303         * alloc_table.c (ext2fs_allocate_group_table): Make this
304                 function take a dgrp_t for its group argument.
305
306         * ext2fs.h: Make dgrp_t an __u32 type, and make
307                 fs->desc_group_count be of type dgrp_t.
308
309 1998-07-27  Theodore Ts'o  <tytso@rsts-11.mit.edu>
310
311         * badblocks.c (ext2fs_badblocks_list_add): Use a bigger increment
312                 than 10 blocks when we need to expand the size of the
313                 badblocks list.
314
315 1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
316
317         * Release of E2fsprogs 1.12
318
319 1998-06-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
320
321         * closefs.c (ext2fs_flush): Update the s_block_group_nr field as
322                 appropriate for all of the block group copies, so that
323                 it's clear where the beginning of the filesystem is on the
324                 disk.  (For when the partition table gets scrod.)
325
326         * ext2fs.h: Change the name of the feature from
327                 EXT2_FEATURE_INCOMPAT_DIRNAME_SIZE to
328                 EXT2_FEATURE_INCOMPAT_FILESIZE (to match with the kernel).
329
330 1998-06-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>
331
332         * inode.c (get_next_blockgroup): Fix bug where if
333                 get_next_blockgroup() is called early because of a missing
334                 inode table in a block group, the current_inode counter
335                 wasn't incremented correctly.
336
337 1998-06-16  Theodore Ts'o  <tytso@rsts-11.mit.edu>
338
339         * read_bb.c (ext2fs_read_bb_inode): Make function more robust
340                 against a completely trashed bad block inode.
341
342 1998-06-10  Theodore Ts'o  <tytso@rsts-11.mit.edu>
343
344         * alloc_tables.c (ext2fs_allocate_group_table): Fix bug so that if
345                 the stride length hits a bad value, we retry the block
346                 allocation starting at the beginning of the block group.
347
348         * ext2fs.h, bb_inode.c, block.c, bmove.c, dir_iterate.c,
349                 expanddir.c, ext2fsP.h, read_bb.c: Change blkcnt_t to be
350                 e2_blkcnt_t to avoid collision with LFS API.
351
352 1998-05-01  Theodore Ts'o  <tytso@rsts-11.mit.edu>
353
354         * initialize.c (ext2fs_initialize): Initialize s_inodes_count in a
355                 way that avoids overflows on disk sizes greater than 4GB.
356
357 1998-04-28  Theodore Ts'o  <tytso@rsts-11.mit.edu>
358
359         * ext2fs.h: Define EXT2_QSORT_TYPE appropriately for the
360                 return type for comparison functions for qsort.
361
362         * dblist.c (dir_block_cmp): Use EXT2_QSORT_TYPE in function
363                 declaration.
364
365 1998-04-26  Theodore Ts'o  <tytso@rsts-11.mit.edu>
366
367         * ext2fs.h, bitops.h: Add support for the Watcom C compiler to do
368                 inline functions.
369
370         * ext2fs.h, dosio.c: Use asm/types.h instead of linux/types.h to
371                 evade a potential problem with glibc's header files trying
372                 to spike out linux/types.h.
373
374         * ext2fs.h (ext2fs_resize_mem): Change the function prototype to
375                 include the old size of the memory, which is needed for
376                 some braindamaged memory allocation systems that don't
377                 support realloc().
378
379         * badblocks.c (ext2fs_badblocks_list_add):
380           bb_inode.c (clear_bad_block_proc):
381           dblist.c (ext2fs_add_dir_block):
382           icount.c (insert_icount_el):
383           irel_ma.c (ima_put):
384           rs_bitmap.c (ext2fs_resize_generic_bitmap): Update functions to
385                   pass the old size of the memory to be resized to
386                   ext2fs_resize_mem(). 
387
388 1998-03-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
389
390         * Makefile.in: Change to use new installation directory variables
391                 convention.  Fix uninstall rules to take $(DESTDIR) into
392                 account.
393
394 1998-03-29  Theodore Ts'o  <tytso@rsts-11.mit.edu>
395
396         * ext2fs.h: If __STRICT_ANSI__ is defined and we're on a platform
397                 with 32 bit longs, then we need to manually define __s64
398                 and __u64, since the current kernel header files don't
399                 define these if __STRICT_ANSI__ is defined.  This is a
400                 problem if we are compiling with full GCC warnings, since
401                 we do need 64 bit support.
402         
403         * Makefile.in (OBJS): Remove bmove.o from files to be built,
404                 since we're not using ext2fs_move_blocks() and there
405                 is some question as to its usefulness in its current
406                 form.
407
408         * bmap.c (block_bmap): Remove unused function.
409
410         * bmove.c (process_block): Fix -Wall warning.
411
412 1998-03-23  Theodore Ts'o  <tytso@rsts-11.mit.edu>
413
414         * block.c (ext2fs_block_iterate3): Make the ref_offset field
415                 contain the offset into the inode.i_blocks array when
416                 ref_block is zero.  Since we haven't done a formal
417                 release of e2fsprogs since block_iterate2 was first
418                 introduced, I removed block_iterate2, and renamed
419                 block_iterate3 to be block_iterate2.
420
421         * bb_inode.c, bmove.c, dblist_dir.c, dir_iterate.c,
422                 expanddir.c, ext2fs.h, ext2fsP.h, read_bb.c: Change
423                 use of block_iterate and block_iterate2 to
424                 block_iterate2 with the new prototype for the
425                 interator function.  (using blkcnt_t forr blockcount)
426
427 1998-03-21  Theodore Ts'o  <tytso@rsts-11.mit.edu>
428
429         * ext2fs.h: Add new superblock fields (s_algorithm_usage_bitmap, 
430                 s_prealloc_blocks, s_prealloc_dir_blocks).  Added
431                 conditional defines of new features COMPAT_DIR_PREALLOC,
432                 RO_COMPAT_LARGE_FILE RO_COMPAT_BTREE_DIR,
433                 INCOMPAT_COMPRESSION, INCOMPAT_DIRNAME_SIZE.  Changed
434                 the library to declare that we support COMPAT_DIR_PREALLOC, 
435                 INCOMPAT_DIRNAME_SIZE, RO_COMPAT_LARGE_FILE.
436
437         * fileio.c: Rename function ext2fs_file_llseek to be
438                 ext2fs_file_lseek, which is more accurate.
439
440         * block.c: Add new function ext2fs_block_iterate3 which calls
441                 the iterator function with the blockcount argument of
442                 type blkcnt_t.  This version of the function is
443                 allowed to handle large files; the other fucntions are
444                 not.
445
446         * ext2fs.h: Add new type blkcnt_t
447
448         * ext2_err.et.in: Add error code EXT2_ET_FILE_TOO_BIG
449
450         * block.c (ext2fs_block_iterate2): Fix bug where the block count
451                 field wasn't getting correctly incremented for sparse
452                 files when the indirect or doubly-indirect block
453                 specified in the inode was zero.
454
455 Sun Mar  8 22:42:47 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
456
457         * unlink.c (unlink_proc): 
458         * lookup.c (lookup_proc): 
459         * link.c (link_proc): 
460         * get_pathname.c (get_pathname_proc): 
461         * dir_iterate.c (ext2fs_process_dir_block): Mask off high 8 bits
462                 from dirent->name_len, so it can be used for other
463                 purposes.
464
465         * ext2fs.h: Add definition of EXT2_FEATURE_INCOMPAT_DIRNAME_SIZE,
466                 and indicate that we have support for this incompatible
467                 option.
468
469 Mon Feb 23 08:46:33 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
470
471         * ext2_err.et.in: Added new error code, EXT2_ET_CANCEL_REQUESTED.
472
473 Fri Feb 20 23:58:01 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
474
475         * dblist.c (ext2fs_get_num_dirs): Improve the estimation of the
476                 number of directories when the block group information is
477                 unreliable.
478
479 1998-02-20  Theodore Y. Ts'o  <tytso@edt.mit.edu>
480
481         * inode.c (ext2fs_get_next_inode): Always do the check to see if the
482                 inode table is missing so that we catch the case where the
483                 first block group is missing.
484
485         * getsize.c, ismounted.c, unix_io.c: #include errno.h since it's
486                 needed.
487
488 Mon Feb 16 16:16:00 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
489
490         * ext2_io.h, ext2fs.h: Protect against being included multiple times.
491
492         * bmove.c: #include ext2fsP.h instead of "ext2fs/ext2fs.h"
493
494         * test_io.c (test_flush): Add a debugging printf when the flush
495                 method is called.
496
497         * rw_bitmaps.c (ext2fs_read_bitmaps): If the bitmaps are already
498                 read in, return right away.
499
500 Sun Feb  1 08:20:24 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
501
502         * bitops.h: Don't try to do i386 inline asm functions if the
503                 compiler isn't GCC.
504
505         * ext2fs.h: If EXT2_FLAT_INCLUDES is defined, #include e2_types.h,
506                 instead of linux/types.h, and e2_bitops.h instead of
507                 ext2fs/bitops.h.
508
509         * icount.c, version.c: Don't #include <et/com_err.h>, as it isn't
510                 necessary. 
511
512 Sat Jan 17 13:13:31 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
513
514         * inode.c (ext2fs_open_inode_scan): Initialize the group variables
515                 so that we don't need to call get_next_blockgroup() the
516                 first time around.  Saves a bit of time, and prevents us
517                 from needing to assign -1 to current_group (which is an
518                 unsigned value).
519
520         * icount.c (insert_icount_el): Cast the estimated number of inodes
521                 from a float to an ino_t.
522
523         * alloc.c, alloc_tables.c, badlbocks.c, bb_compat.c, bb_inode.c,
524                 bitmaps.c, bitops.c, block.c, bmap.c, bmove.c, brel_ma.c,
525                 check_desc.c, closefs.c, cmp_bitmaps.c, dblist.c,
526                 dblist_dir.c, dir_iterate.c, dirblock.c, dupfs.c,
527                 expanddir.c, ext2fs.h, fileio.c, freefs.c,
528                 get_pathname.c, getsize.c, icount.c, initialize.c,
529                 inline.c, inode.c, irel_ma.c, ismounted.c, link.c,
530                 lookup.c, mkdir.c, namei.c, native.c, newdir.c,
531                 openfs.c, read_bb.c, read_bb_file.c, rs_bitmap.c,
532                 rw_bitmaps.c, swapfs.c, test_io.c, tst_badblocks.c,
533                 tst_getsize.c, tst_iscan.c, unix_io.c, unlink.c,
534                 valid_blk.c, version.c: If EXT2_FLAT_INCLUDES is
535                 defined, then assume all of the
536                 ext2-specific header files are in a flat directory.
537
538         * block.c, bmove.c, dirblock.c, fileio.c: Explicitly cast
539                 all assignments from void * to be compatible with C++.
540
541 Tue Jan  6 11:28:15 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
542
543         * closefs.c (ext2fs_flush): Add a call to io_channel_flush() to
544                 make sure the contents of the disk are flushed to disk.
545
546 Mon Dec 29 14:39:13 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
547
548         * dblist.c (ext2fs_add_dir_block): Change new to be new_entry to
549                 avoid C++ namespace clash.
550
551         * bitmaps.c (ext2fs_copy_bitmap): Change new to be new_map to
552                 avoid C++ namespace clash.
553
554         * ext2fs.h, bb_inode.c, block.c, bmove.c, brel.h, brel_ma.c,
555                 irel.h, irel_ma.c, dblist.c, dblist_dir.c, dir_iterate.c,
556                 ext2fsP.h, expanddir.c, get_pathname.c, inode.c, link.c,
557                 unlink.c: Change private to be priv_data (to avoid C++
558                 namespace clash)
559
560 Fri Nov 28 09:26:31 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
561
562         * dblist.c (ext2fs_get_num_dirs): Make ext2fs_get_num_dirs more
563                 paranoid about validating the directory counts from the
564                 block group information.
565
566         * all files: Don't include stdlib.h anymore; include it in
567                 ext2_fs.h, since that file requires stdlib.h
568
569 Thu Nov 20 16:07:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
570
571         * expanddir.c (ext2fs_expand_dir): Check to make sure the block
572                 bitmap is loaded, and return an error if it is not.
573                 (expand_dir_proc): Only use ext2fs_write_dir_block when
574                 writing a directory block, not when writing out a fresh
575                 indirect block.
576
577 Tue Nov 11 22:46:45 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
578
579         * Makefile.in, tst_getsize.c: Added new file which is used to test
580                 the ext2fs_get_device_size function.
581
582         * ext2_err.et.in (EXT2_ET_UNIMPLEMENTED): Added new error code.
583
584 Sun Nov  2 20:36:13 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
585
586         * ext2fs.h: Make ext2fs_get_mem take an unsigned argument.
587
588         * fileio.c (ext2fs_file_get_size, ext2fs_file_set_size,
589                 ext2fs_file_get_fs): New functions added.
590
591
592 Fri Oct 31 12:16:52 1997    <tytso@EDT.MIT.EDU>
593
594         * bitops.c (ext2fs_warn_bitmap, ext2fs_warn_bitmap2): Don't call
595                 com_err if OMIT_COM_ERR is defined.
596
597 Thu Oct 30 11:33:57 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
598
599         * Rename new error codes to _ET_ in them for consistency.
600
601 Sat Oct 25 00:06:58 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
602
603         * [all files, basically]: Added definition of ext2fs_get_mem, 
604                 ext2fs_free_mem, and ext2fs_resize_mem in ext2fs.h, and
605                 changed all library routines to use these wrapper functions.
606
607         * dblist.c, mkdir.c: use EXT2_DIR_EXISTS and EXT2_DB_NOT_FOUND
608                 instead of the system error messages.
609         
610         * ext2_err.et.in: Added new error messages EXT2_DIR_EXISTS and
611                 EXT2_DB_NOT_FOUND
612
613         * ext2fs.h: Added function declarations and constants for bmap.c
614                 and fileio.c.
615
616         * ext2_err.et.in: Added new error messages EXT2_FILE_RO and
617                 EXT2_ET_MAGIC_EXT2_FILE
618
619         * Makefile.in: Added files bmap.c and fileio.c, and temporarily
620                 commented out brel_ma.c and irel_ma.c
621
622         * bmap.c: New file which maps a file's logical block number to its
623                 physical block number.
624
625         * fileio.c: New file which implements simple file reading and
626                 writing primitives.
627
628         * alloc.c (ext2fs_alloc_block): New function which allocates a
629                 block, zeros it, and updates the filesystem accounting
630                 records appropriately.
631
632 Wed Oct 22 16:47:27 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
633
634         * ext2_err.et.in: Added new error codes: EXT2_NO_MEMORY,
635                 EXT2_INVALID_ARGUMENT, EXT2_BLOCK_ALLOC_FAIL,
636                 EXT2_INODE_ALLOC_FAIL, EXT2_NOT_DIRECTORY
637
638         * Change various library files to use these functions instead of
639                 EINVAL, ENOENT, etc.
640
641 Mon Oct 20 19:32:40 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
642
643         * llseek.c: Check HAVE_LLSEEK_PROTOTYPE to see whether or not we
644                 need to declare llseek().
645
646 Sun Oct 19 18:56:22 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
647
648         * Rename io.h to be ext2_io.h (avoid namespace collisions)
649
650         * Add #ifdef's for HAVE_SYS_STAT_H and HAVE_SYS_TYPES_H
651
652 Fri Oct  3 13:35:59 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
653
654         * llseek.c (ext2fs_llseek): Fix type error for ext2fs_llseek()
655
656         * icount.c (ext2fs_icount_validate): 
657         * bmove.c (process_block): Fix lint error in type for fprintf().
658
659 Mon Sep 15 11:45:09 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
660
661         * inode.c (ext2fs_check_directory): Add support for the callback
662                 to return the error code EXT2_ET_CALLBACK_NOTHANDLED.
663
664 Thu Sep  4 12:28:22 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
665
666         * bitmaps.c (ext2fs_set_bitmap_padding): New function which sets the
667                 padding of the bitmap to be all one's.
668
669 Wed Sep  3 14:27:30 1997  Theodore Y. Ts'o  <tytso@edt.mit.edu>
670
671         * llseek.c: Added missing semicolon to glibc fixup declaration of
672         llseek().
673
674         * bmove.c: Add #include of errno.h
675
676 Sat Aug 23 22:47:46 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
677
678         * Makefile.in (ELF_SO_VERSION): Bump version to be 2.4 since we've
679                 added a new field to the io_channel (app_data).
680
681         * io.h: Add a new element to the io_channel structure, app_data.
682
683         * initialize.c, openfs.c: Set io->app_data to point at the
684                 filesystem handle.
685
686 Thu Aug 14 08:14:17 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
687
688         * io.h: Change the prototype of ext2fs_llseek() to use int's
689                 instead of unsigned int's.
690
691         * llseek.c: Change to allow PIC and !HAVE_LLSEEK.  Add a prototype
692                 to make life easer for GNU Libc 2.
693
694         * rw_bitmaps.c: On the PowerPC, the big-endian variant of the ext2
695                 filesystem has its bitmaps stored as 32-bit words with bit
696                 0 as the LSB of each word.  Thus a bitmap with only bit 0
697                 set would be, as a string of bytes, 00 00 00 01 00 ...  To
698                 cope with this, we byte-reverse each word of a bitmap if
699                 we have a big-endian filesystem, that is, if we are *not*
700                 byte-swapping other word-sized numbers.
701
702 Mon Aug 11 03:30:48 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
703
704         * dosio.c: New file to do DOS/BIOS disk accesses.
705
706         * namei.c (open_namei): Make pathlen be of type size_t.
707
708         * llseek.c: Always #include stdlib.h since it's need to define
709                 size_t.  
710
711         * io.h: Use errcode_t for magic numbers.
712
713         * icount.c (get_icount_el): Use size_t where appropriate
714         
715         * dupfs.c (ext2fs_dup_handle): 
716         * dblist.c (dir_block_cmp): Use size_t where appropriate.
717
718         * read_bb.c (ext2fs_read_bb_inode): 
719         * cmp_bitmaps.c (ext2fs_compare_inode_bitmap): Use blk_t, ino_t
720                 and size_t where appropriate.
721
722         * closefs.c (ext2fs_flush): Use dgrp_t instead of int where
723                 appropriate.
724
725         * openfs.c (ext2fs_open): 
726         * check_desc.c (ext2fs_check_desc): Use blk_t instead of int where
727                 appropriate.
728
729         * rw_bitmaps.c (read_bitmaps): 
730         * irel_ma.c: 
731         * inode.c (ext2fs_write_inode): 
732         * initialize.c (ext2fs_initialize):
733         * brel_ma.c: Fix to make be 16-bit safe.
734
735         * link.c (ext2fs_link): 
736         * unlink.c (ext2fs_unlink):
737         * lookup.c (lookup_proc): 
738         * ismounted.c (ext2fs_check_if_mounted): 
739         * block.c (xlate_func): Add #pragma argsused for Turbo C.
740
741 Sun Aug 10 10:05:22 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
742
743         * block.c (ext2fs_block_iterate2): Use retval which is a errcode_t
744                 type.
745
746         * bitmaps.c (make_bitmap): Use size_t instead of int where
747                 appropriate.
748
749         * bb_inode.c (set_bad_block_proc): Add #pragma argsused for Turbo C.
750
751         * alloc.c (ext2fs_new_inode): Use ino_t instead of int for the
752                 group number.
753
754         * get_pathname.c: Use ino_t instead of int where appropriate.
755
756         * ext2fs.h: Make the magic structure element be errcode_t instead
757                 of int.
758
759         * alloc.c alloc_tables.c badblocks.c bb_compat.c bb_inode.c
760                 bitmaps.c block.c bmove.c brel_ma.c check_desc.c closefs.c
761                 cmp_bitmaps.c dblist.c dblist_dir.c dir_iterate.c
762                 dirblock.c dupfs.c expanddir.c freefs.c get_pathname.c
763                 icount.c initialize.c inline.c inode.c irel_ma.c link.c
764                 llseek.c lookup.c mkdir.c namei.c newdir.c read_bb.c
765                 read_bb_file.c rs_bitmap.c rw_bitmaps.c swapfs.c 
766                 test_io.c tst_badblocks.c tst_iscan.c unix_io.c unlink.c
767                 valid_blk.c version.c: Add an #ifdef for HAVE_UNISTD_H
768
769 Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
770
771         * unix_io.c (unix_read_blk): If ext2fs_llseek() fails, but errno
772                 is zero, then return EXT2_IO_LLSEEK_FAILED.
773
774         * ext2_err.et.in: Add a new error code, EXT2_IO_LLSEEK_FAILED.
775
776         * Release of E2fsprogs 1.11
777
778 Mon Jun 16 23:53:06 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
779
780         * dblist.c (ext2fs_dblist_count): Added new function which returns
781                 the number of directory blocks in dblist.
782
783 Sat Jun 14 01:39:13 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
784
785         * unix_io.c (unix_flush): Make the io_channel flush function do a
786                 fsync to flush the kernel buffers to disk.
787
788 Wed Jun 11 18:25:31 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
789
790         * inode.c (ext2fs_inode_scan_goto_blockgroup): Fix bug; the
791                 current inode number wasn't being set by the
792                 goto_blockgroup function.
793
794 Mon Jun  9 10:45:48 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
795
796         * bmove.c (ext2fs_move_blocks): New function which takes a bitmap
797                 of blocks which need to be moved, and moves those blocks
798                 to another location in the filesystem.
799
800         * rs_bitmap.c (ext2fs_resize_generic_bitmap): When expanding a
801                 bitmap, make sure all of the new parts of the bitmap are
802                 zero. 
803
804 Sun Jun  8 16:24:39 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
805
806         * bitmaps.c (ext2fs_copy_bitmap): Fix bug; the destination bitmap
807                 wasn't being returned to the caller.
808
809         * alloc_tables.c (ext2fs_allocate_group_table): Add new function
810                 ext2fs_allocate_group_table() which sets the group tables
811                 for a particular block group.  The relevant code was
812                 factored out of ext2fs_allocate_tables().
813
814         * dblist.c (make_dblist): Adjust the initial size of the directory
815                 block list to be a bit more realistic (ten plus twice the
816                 number of directories in the filesystem).
817
818 Thu May  8 22:19:09 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
819
820         * badblocks.c (ext2fs_badblocks_list_test): Fix bug where
821                 ext2fs_badblocks_list_test would test the list (and exceed
822                 array boundaries) if there were no bad blocks on the bad
823                 blocks list.  (Showed up when user tried: mke2fs -c -b 4096).
824
825 Thu Apr 24 12:16:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
826
827         * Release of E2fsprogs version 1.10
828
829 Thu Apr 24 10:13:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
830
831         * alloc_tables.c (ext2fs_allocate_tables): Correctly place the
832                 inode and block bitmaps based on the RAID 0 stride
833                 parameter (which is passed by mke2fs).
834
835         * ext2fs.h: Add "stride" parameter to ext2_filsys, to be used by
836                 mke2fs to communicate the stride length to
837                 ext2fs_allocate_tables()
838
839 Wed Apr 23 21:50:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
840
841         * initialize.c (ext2fs_initialize): Fix to compile under Linux 1.2
842                 systems.  (We can't assume that the new filesystem types
843                 are supported.)
844
845 Wed Apr 23 18:40:53 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
846
847         * alloc_tables.c (ext2fs_allocate_tables): Make sure that we
848                 allocate the inode and block bitmaps inside block group at
849                 all times.
850
851 Mon Apr 21 00:06:28 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
852
853         * alloc.c (ext2fs_new_block): Fix bug where if goal==0 and the
854                 filesystem has no free blocks, ext2fs_new_block would loop
855                 forever.
856
857         * dupfs.c (ext2fs_dup_handle): Duplicate an ext2 filesystem handle
858
859         * freefs.c (ext2fs_free_inode_cache): Decrement refcount and only
860                 free if refcount goes to zero.
861
862         * inode.c (create_icache): Initialize refcount to 1.
863
864         * ext2fsP.h: Added refcount to ext2_inode_cache
865
866         * dblist.c (ext2fs_copy_dblist): New function to copy a directory
867                 block list.
868
869         * badblocks.c (ext2fs_badblocks_copy): New function to copy a
870                 badblocks structure.
871
872 Sun Apr 20 23:19:51 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
873
874         * bitmaps.c (ext2fs_copy_bitmap): New function to copy a bitmap.
875
876         * unix_io.c, test_io.c (unix_open, test_open): Initialize the
877                 refcount to 1.
878                 (unix_close, test_close): Decrement the refcount and only
879                 close the io_channel if the refcount goes to 0.
880
881         * io.h: Add refcount to the io_channel structure.  Add new macro
882                 interface io_channel_bumpcount() to bump the refcount.
883
884 Thu Apr 17 20:25:03 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
885
886         * inode.c (ext2fs_read_inode, ext2fs_write_inode): Use the inode
887                 cache in the filesystem handle, instead of the inode cache
888                 in a static variable.
889
890         * freefs.c: Added static function to free the inode cache (called by
891                 ext2fs_free). 
892
893         * ext2fsP.h: Added definition of the ext2_inode_cache structures.
894
895         * ext2fs.h: Added pointer to the inode_cache structure.
896
897         * block.c (block_iterate_ind, block_iterate_dind, 
898                 block_iterate_tind): If there are holes in the indirect,
899                 doubly indirect, or triply indirect blocks, increment the
900                 block count field automatically.
901
902 Thu Apr 17 12:23:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
903
904         * Release of E2fsprogs version 1.09
905
906 Mon Apr 14 20:38:56 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
907
908         * version.c (ext2fs_parse_version_string): Check the passed in
909                 version string (instead of the hard-coded one).
910
911         * alloc_tables.c (ext2fs_allocate_tables): If the last block is
912                 greater filesystem size, clamp it to prevent allocating a
913                 block or inode bitmap beyond the filesystem.
914
915         * initialize.c (ext2fs_initialize): Fix bug where the metatdata
916                 overhead calculation was accidentally removed.
917
918 Fri Apr 11 18:56:26 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
919
920         * Release of E2fsprogs version 1.08
921
922 Thu Apr 10 13:15:15 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
923
924         * dblist.c (ext2fs_set_dir_block): New function which sets the
925                 block of a dblist entry, given the directory inode and
926                 blockcnt.
927
928 Sat Apr  5 12:42:42 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
929
930         * alloc_tables.c (ext2fs_allocate_tables): Allocate the bitmap and
931                 inode bitmaps at staggered locations across the block
932                 groups, to avoid concentrating the bitmaps on a small
933                 number of disks when using striped RAID arrays.
934
935         * initialize.c (ext2fs_initialize): By default, choose the maximum
936                 possible number of blocks per group (based on the size of
937                 the bitmaps in the blocksize).
938
939 Fri Apr  4 11:28:16 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
940
941         * initialize.c (ext2fs_initialize): Add support for
942                 EXT2_COMPAT_SPARSE_SUPER feature.
943
944         * closefs.c (ext2fs_bg_has_super): New function to determine
945                 whether or a particular block group should have a
946                 superblock and block group descriptor.  Used for the
947                 EXT2_COMPAT_SPARSE_SUPER feature is turned on.
948                 (ext2fs_flush):  Check ext2fs_bg_has_super to see whether
949                 or not the superblock should be written out for the block
950                 group. 
951
952         * ext2fs.h (EXT2_COMPAT_SPARSE_SUPER): Define compatibility flag
953                 for sparse duplicate superblocks.
954
955         * version.c (ext2fs_get_library_version): New function which
956                 returns the library version.
957
958         * version.c (ext2fs_parse_version_string): New function which
959                 parses a version string and returns a version number,
960                 so application programs can compare version numbers as
961                 integers.
962
963 Wed Mar 26 00:43:52 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
964
965         * icount.c (ext2fs_create_icount): Change function so that it also
966                 takes a new argument which contains a "hint" icount
967                 structure.  This "hint" icount allows the create function
968                 to set up the sorted list in advance.  This reduces
969                 significantly the amount of data moving needed to insert
970                 these inodes into the list later.
971         
972         * icount.c (ext2fs_icount_validate): New function which validates
973                 that the icount structure's rep invariant.
974
975         * icount.c (get_icount_el): Completely revamped implementation
976                 to subsume put_icount_el().  Put_icount_el() used to
977                 use an O(N) implementation to insert in the middle
978                 of the icount list.  It now uses a O(ln N) to search
979                 for where the icount should be inserted, and then uses
980                 a memcpy to move the list down (instead of a for loop).
981         
982         * icount.c (ext2fs_icount_fetch, ext2fs_icount_store,
983                 ext2fs_icount_increment, ext2fs_icount_decrement): Check
984                 to see if the inode is within bounds; if it isn't, return
985                 EINVAL.
986
987         * bitops.h (ext2fs_test_generic_bitmap): Fix error message given
988                 when a bad inode number is passed to test_generic_bitmap
989                 to be EXT2FS_TEST_ERROR instead of the wrong
990                 EXT2FS_UNMARK_ERROR.
991
992 Wed Mar 12 13:32:05 1997  Theodore Y. Ts'o  <tytso@mit.edu>
993
994         * Release of E2fsprogs version 1.07
995
996 Sun Mar  2 16:46:18 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
997
998         * Makefile.in (ELF_VERSION): Change version to be 2.2
999
1000 Tue Feb 11 14:54:02 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1001
1002         * alloc.c (ext2fs_get_free_blocks): Change routine to use
1003                 ext2fs_fast_test_block_bitmap_range().
1004
1005         * bitops.h (ext2fs_fast_test_block_bitmap_range,
1006                 ext2fs_test_block_bitmap_range: New inline functions which
1007                 test to see whether a contiguous range of blocks is
1008                 available.
1009
1010 Thu Feb  6 10:00:13 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1011
1012         * badblocks.c (ext2fs_badblocks_list_create): Rename sybmols to use
1013                 use ext2fs_badblocks_* instead of badblocks_*
1014
1015         * bb_compat.c: New file which translates between old badblocks_*()
1016                 names to ext2fs_badblocks_*()
1017
1018         * unlink.c (ext2fs_unlink): New file, moved ext2fs_unlink() from
1019                 link.c (since e2fsck doesn't use ext2fs_unlink()).
1020
1021         * rs_bitmap.c (ext2fs_resize_generic_bitmap): New file, contains
1022                 bitmap resizing routine moved from bitmaps.c, since e2fsck
1023                 doesn't need to use this function.
1024
1025         * lookup.c (ext2fs_lookup): Moved ext2fs_lookup to its own file,
1026                 since e2fsck only needs ext2fs_lookup.
1027
1028 Mon Feb  3 10:11:40 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1029
1030         * inode.c (ext2fs_open_inode_scan): Set fs->badblocks if it is not
1031                 already set; this is needed so that programs like dump
1032                 which use the inode scan functions will deal with
1033                 filesystems that have bad blocks in the inode table.
1034
1035 Sun Feb  2 00:17:36 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1036
1037         * ext2fs.h (struct_badblocks_list, struct_badblocks_iterate): 
1038                 Moved to ext2fsP.h, since it doesn't need to be part of
1039                 the public interface.
1040
1041         * dir_iterate.c: Move ext2_dir_iterate out of namei.c.
1042
1043 Sat Feb  1 10:14:55 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1044
1045         * dblist.c (ext2fs_get_num_dirs): New file, which implements a
1046                 directory block list abstraction.  (Code moved from
1047                 e2fsck).
1048
1049         * ext2fs.h, inode.c: Moved definition of ext2_struct_inode_scan to
1050                 to inode.c (since no one else should be peeking inside it!)
1051
1052         * valid_blk.c (ext2_inode_has_valid_blocks): New function.
1053
1054         * openfs.c (ext2fs_open): Check the feature set in the ext2
1055                 superblock, and refuse to open filesystems if they contain
1056                 incompatible features.  (Can be overriden with the
1057                 EXT2_FLAG_FORCE 
1058
1059 Sun Jan 12 11:31:46 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1060
1061         * block.c (ext2fs_block_iterate2): Added new function
1062                 ext2fs_block_iterate2 which changes the function
1063                 signature of the callback function to include the
1064                 referencing block and offset.
1065
1066         * inode.c (ext2fs_inode_scan_goto_blockgroup): Added new function
1067                 ext2fs_inode_scan_goto_blockgroup which allows an
1068                 application to jump to a particular block group while
1069                 doing an inode scan.
1070
1071 Wed Jan  1 23:50:12 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1072
1073         * dirblock.c: Include string.h, since we use memcpy().
1074
1075 Tue Dec  3 12:27:29 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1076
1077         * getsize.c (ext2fs_get_device_size): The ioctl BLKGETSIZE returns
1078                 a long not an int; this doesn't matter on i386 machines,
1079                 but it does on Alpha's.
1080         
1081 Fri Nov 29 20:57:37 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1082
1083         * inode.c (ext2fs_write_inode, ext2fs_read_inode): If the inode
1084                 table pointer is NULL, then return an error indicating
1085                 that the inode table is missing.
1086                 (get_next_blockgroup, get_next_blocks,
1087                 ext2fs_get_next_inode): Don't treat a missing inode table
1088                 as permanent error.  Return MISSING_INODE_TABLE, but as an
1089                 advisory error code, much like BAD_BLOCK_IN_INODE_TABLE.
1090
1091         * rw_bitmaps.c (ext2fs_write_block_bitmap,
1092                 ext2fs_write_inode_bitmap): If the inode or block bitmap
1093                 block is zero, then don't write out the inode or block
1094                 bitmap.  The idea here is to avoid stomping on the
1095                 superblock.
1096                 (read_bitmaps): If the inode or block bitmap block is
1097                 zero, then fill in that portion of the inode or block
1098                 bitmap with all zeros.
1099
1100         * inode.c (ext2fs_get_next_inode): Fix bug in handling of bad
1101                 blocks in inode table when the inode table size is
1102                 non-standard (and can therefore span blocks).
1103
1104 Tue Oct 29 20:13:14 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1105
1106         * alloc.c (ext2fs_new_block): Fix fencepost error in
1107                 ext2fs_new_block; make sure we don't try to allocate the
1108                 first block beyond the end of the filesystem.
1109
1110 Mon Oct 14 11:00:48 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1111
1112         * inode.c (check_for_inode_bad_blocks): New function called by
1113                 get_next_blocks() to avoid reading in bad blocks marked in
1114                 fs->badblocks.  Inodes located in bad blocks are returned
1115                 by ext2fs_get_next_inode() returns the error code 
1116                 EXT2_ET_BAD_BLOCK_IN_INODE_TABLE.
1117         
1118         * alloc_tables.c (ext2fs_allocate_tables): New function which
1119                 performs the part of mke2fs's job of allocating the 
1120                 filesystem tables.
1121
1122         * test_io.c (test_close): IO manager which is used for testing
1123                 purposes.
1124
1125 Sun Oct 13 04:31:57 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1126
1127         * inode.c (ext2fs_get_next_inode): Separate out the function of
1128                 setting up for a new block group to get_next_blockgroup().
1129                 Separate out the function of reading in blocks of the
1130                 inode table to get_next_blocks().
1131
1132         * ext2fs.h: Add the badblocks list to the ext2_filsys entry
1133
1134         * badblocks.c (badblocks_list_add, badblocks_list_test): Add
1135                 blocks to the badblock list in sorted order.  This allows
1136                 badblocks_list_test to be coded using a binary search for
1137                 speed.
1138
1139 Tue Oct  8 02:02:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1140
1141         * Release of E2fsprogs version 1.06
1142
1143 Mon Oct  7 00:44:17 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1144
1145         * ext2fs.h, block.c, closefs.c, dirblock.c, inode.c, native.c,
1146                 open.c: Change EXT2_SWAP to EXT2_FLAG_SWAP for
1147                 consistency's sake.
1148         
1149         * closefs.c (ext2fs_flush): If the flag EXT2_MASTER_SB_ONLY is
1150                 set, then only write out the master superblock.
1151
1152 Sun Oct  6 21:45:26 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1153
1154         * block.c (ext2fs_block_iterate): Fixed bug which caused
1155                 block_iterate to fail to handle HURD created filesystems;
1156                 it tested the inode translator field before the inode was
1157                 loaded.
1158
1159 Tue Sep 17 14:08:24 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1160
1161         * initialize.c (ext2fs_initialize): Make sure the description for
1162                 the inode bitmap is set correctly.
1163
1164         * bitmaps.c (ext2fs_allocate_generic_bitmap): Fix minor type typo.
1165
1166 Thu Sep 12 15:23:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1167
1168         * Release of E2fsprogs version 1.05
1169
1170 Sat Sep  7 07:36:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1171
1172         * initialize.c: Override the kernel's idea of default
1173                 checkinterval from 0 (never) to 180 days.
1174
1175 Wed Aug 28 03:20:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1176
1177         * namei.c (ext2fs_namei_follow): New function which follows
1178                 symbolic link (if any) at the target.
1179
1180 Tue Aug 27 01:48:43 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1181
1182         * inode.c (ext2fs_read_inode, ext2fs_write_inode): Add support
1183                 for shortcut function fs->read_inode() and fs->write_inode().
1184                 Added inode_cache to reduce CPU time spent in doing
1185                 byte swapping.
1186
1187         * swapfs.c (ext2fs_swap_super): Swap the new fields in a V2
1188                 superblock.
1189
1190         * namei.c (ext2fs_follow_link): New function.
1191                 (ext2fs_namei): Extended to have support for chasing
1192                 symbolic links.  ext2fs_namei() still returns an inode
1193                 which is a symbolic link.  Symbolic links are only chased
1194                 while resolving the containing directory.  To chase
1195                 symbolic links of the final result, use
1196                 ext2fs_follow_link().
1197
1198 Mon Aug 26 23:46:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1199
1200         * ext2_err.et.in: Added new error code EXT2_ET_SYMLINK_LOOP.
1201
1202         * bitops.h (ext2fs_set_bit, ext2fs_celar_bit): Use asm inlines
1203                 provided by Pete A. Zaitcev (zaitcev@lab.sun.mcst.ru).
1204
1205 Thu Aug 22 00:40:18 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1206
1207         * initialize.c (ext2fs_initialize): On systems where the byte
1208                 order is not i386 compatible, set the swap_byte flag.
1209
1210         * inode.c (inocpy_with_swap): Check to see if inode contains a
1211                 fast symlink before swapping the inode block fields.  This
1212                 required adding a new argument to inocpy_with_swap to
1213                 determine whether the mode field is in host order or not.
1214
1215 Wed Aug 21 00:45:42 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1216
1217         * bitops.h (ext2fs_set_bit, ext2fs_clear_bit, ext2fs_test_bit): On
1218                 the sparc, if EXT2_STD_BITOPS set, use the standard
1219                 i386-compatible bitmask operations, instead on the
1220                 non-standard native bitmask operators.
1221
1222 Fri Aug  9 11:11:35 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1223
1224         * block.c (ext2fs_block_iterate): Cause block iterator to return
1225                 the HURD translator block (along with everything else).
1226                 If the flag BLOCK_FLAG_DATA_ONLY is passed to the block
1227                 iterator, then don't return any meta data blocks
1228                 (including the HURD translator).
1229
1230 Wed Jul 17 17:13:34 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1231
1232         * gen_uuid.c: New file, which generates DCE-compatible UUIDs.
1233
1234         * uuid.c: New file, containing UUID utility functions.
1235
1236 Tue Jul 16 10:19:16 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1237
1238         * ext2fs.h: Add a definition of the "real" ext2 superblock.
1239
1240 Fri May 24 14:54:55 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1241
1242         * ext2fs.h: Fix erroneous ino_t type used in block_bitmap type.
1243
1244 Sun May 19 15:39:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1245
1246         * openfs.c (ext2fs_open): If the blocksize in the superblock is
1247                 zero, return the error EXT2_ET_CORRUPT_SUPERBLOCK, since
1248                 that's a basic value that must be correct for the rest of
1249                 the library to work.
1250
1251         * ext2_err.et.in (EXT2_ET_CORRUPT_SUPERBLOCK): Added new error
1252                 code.
1253
1254 Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1255
1256         * Release of E2fsprogs version 1.04
1257
1258 Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>
1259
1260         * Release of E2fsprogs version 1.03
1261
1262 Tue Mar 26 12:06:32 1996    <tytso@rsts-11.mit.edu>
1263
1264         * bitops.h (ext2fs_set_bit, ext2fs_clear_bit, ext2fs_test_bit):
1265                 Change the m68k bit numbering for bitmasks to match with
1266                 the bit numbering used by all other ext2 implementations.
1267
1268 Thu Mar  7 03:37:00 1996    <tytso@rsts-11.mit.edu>
1269
1270         * inode.c (ext2fs_get_next_inode, ext2fs_close_inode_scan, 
1271         ext2fs_open_inode_scan): Support dynamically-sized inodes.
1272
1273 Wed Mar  6 12:26:29 1996    <tytso@rsts-11.mit.edu>
1274
1275         * inode.c (ext2fs_read_inode, ext2fs_write_inode): Support
1276                 dynamically-sized inodes.
1277
1278         * openfs.c (ext2fs_open): Allow dynamic revision filesystem to be
1279                 loaded.
1280
1281 Tue Mar  5 03:49:37 1996    <tytso@rsts-11.mit.edu>
1282
1283         * initialize.c (ext2fs_initialize): Catch an error condition where
1284                 the passed in size is *really* too small.
1285
1286         * alloc.c (ext2fs_new_inode): 
1287         * ext2fs.h (EXT2_FIRST_INODE): Add support for dynamic revision to
1288                 get first inode.
1289
1290 Wed Feb 21 15:56:17 1996    <tytso@rsts-11.mit.edu>
1291
1292         * getsize.c (ext2fs_get_device_size): Open the device read-only
1293                 when trying to determine its size.
1294
1295 Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>
1296
1297         * Release of E2fsprogs version 1.02
1298
1299 Sat Dec  9 09:57:50 1995    <tytso@rsts-11.mit.edu>
1300
1301         * rw_bitops.c (ext2fs_write_block_bitmap):
1302         * bitops.c (ext2fs_test_bit, ext2fs_clear_bit, ext2fs_set_bit):
1303         * bitops.h (ext2fs_test_bit, ext2fs_clear_bit, ext2fs_set_bit):
1304                 Rename {test,set,clear}_bit to ext2fs_{test,set,clear}_bit, 
1305                 to avoid conflicts with with kernel include files.  Also
1306                 rename ADDR and CONST_ADDR to EXT2FS_ADDR and
1307                 EXT2FS_CONST_ADDR. 
1308
1309 Thu Oct 26 12:09:16 1995    <tytso@rsts-11.mit.edu>
1310
1311         * ext2_err.et: Updated message in EXT2_ET_BASE to say version 0.5c
1312
1313         * swapfs.c (ext2fs_swap_super): Put an #ifdef check around
1314                 s_def_resuid and s_def_resgid for backwards compatibility.
1315
1316 Fri Oct 20 23:33:31 1995    <tytso@rsts-11.mit.edu>
1317
1318         * bitops.h: Added #ifdef's for Sparc.
1319
1320 Wed Sep  6 22:14:46 1995    <tytso@rsts-11.mit.edu>
1321
1322         * getsize.c: #include <sys/ioctl.h> under Linux to pick up ioctl()
1323                 declaration
1324
1325         * closefs.c: #include <string.h> to pick up memset() declaration
1326
1327 Mon Sep  4 21:45:29 1995  Remy Card  <card@bbj>
1328
1329         * Makefile.in: Added support for BSD shared libraries.
1330
1331         * initialize.c (ext2fs_initialize): Correctly set the s_creator_os
1332                 flag.
1333
1334 Mon Sep  4 09:55:30 1995    <tytso@rsts-11.mit.edu>
1335
1336         * unix_io.c (unix_open): Add a double check; if the passed in name
1337                 is NULL, return EXT2_ET_BAD_DEVICE_NAME.
1338
1339         * ext2_err.et (EXT2_ET_BAD_DEVICE_NAME): Added new error code
1340
1341 Wed Aug 16 15:44:10 1995    <tytso@rsts-11.mit.edu>
1342
1343         * inode.c (ext2fs_check_directory): Use LINUX_S_ISDIR instead of
1344                 S_ISDIR.
1345
1346 Tue Aug 15 13:08:36 1995    <tytso@rsts-11.mit.edu>
1347
1348         * getsize.c (ext2fs_get_device_size): Add support for reading the
1349                 partition size from a BSD disk label.
1350
1351 Thu Aug 10 09:33:26 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
1352
1353         * getsize.c (ext2fs_get_device_size): New function that determins
1354                 the size of a device.  Used by mke2fs and e2fsck.
1355
1356 Sat Aug 12 03:09:54 1995  Remy Card  <card@bbj>
1357
1358         * Makefile.in (install): Install static libraries in $(ulibdir)
1359                 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
1360
1361 Wed Aug  9 17:04:23 1995  Theodore Y. Ts'o  <tytso@dcl>
1362
1363         * bitmaps.c (ext2fs_free_inode_bitmap, ext2fs_free_block_bitmap):
1364                 Move these functions to freefs.c.
1365
1366         * closefs.c (ext2fs_flush): If swapping blocks, clear the group
1367                 descriptors shadow memory to keep purify quiet.  (This
1368                 also has the nice benefit that the unused portion of the
1369                 shadow descriptors are zeroed out.)
1370
1371         * dirblock.c (ext2fs_write_dir_block): We need to use
1372                 dirent->rec_len *before* it's byteswapped to find the
1373                 location of the next directory structure!
1374
1375         * alloc.c (ext2fs_new_inode): Fix bug which could potentially
1376                 cause ext2fs_new_inode to loop infinitely if we're trying
1377                 to allocate an inode in group #0 and there are no free
1378                 inodes at all in the system.
1379
1380         * closefs.c: #include <errno.h> if it exists.
1381
1382 Sun Aug  6 13:27:50 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
1383
1384         * ext2fs.h (BLOCK_FLAG_HOLE): Added new definition for
1385                 BLOCK_FLAG_APPEND.  Added documentation for the block
1386                 interator flags.
1387
1388 Sat Aug  5 11:44:05 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
1389
1390         * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
1391                 installation directories correctly.
1392
1393 Tue Jul 18 09:27:38 1995    <tytso@rsx-11.mit.edu>
1394
1395         * namei.c (process_dir_block): 
1396         * mkdir.c (ext2fs_mkdir): 
1397         * expanddir.c (expand_dir_proc): Use ext2fs_{read,write}_dir_block
1398                 to read/write the directory block.
1399
1400         * dirblock.c (ext2fs_read_dir_block), ext2fs_write_dir_block): New
1401                 file containing functions for reading and writing
1402                 directory blocks (byte swapping if necesssary)
1403
1404         * block.c (block_iterate_ind, block_iterate_dind, 
1405                 block_iterate_tind): Byte swap the block addresses if
1406                 EXT2_SWAP_BYTES is set (and swap them back before writing
1407                 them out.)
1408
1409         * inode.c (inocpy_with_swap): New function.
1410         (ext2fs_get_next_inode, ext2fs_read_inode, ext2fs_write_inode):
1411                 Call inocpy_with_swap if EXT2_SWAP_BYTES if set.
1412
1413         * closefs.c (ext2fs_flush): If EXT2_SWAP_BYTES is set, then swap
1414                 the superblock and group descriptors before writing it out.
1415
1416         * openfs.c (ext2fs_open): If the magic number is byte-swapped,
1417                 then set the EXT2_SWAP_BYTES and byte-swap the superblock
1418                 and group descriptors.
1419
1420         * swapfs.c (ext2fs_swap_super, ext2fs_swap_group_desc): New functions
1421                 to desp ext2 filesystem structures.
1422
1423         * bitops.c (set_bit, clear_bit, test_bit): Use modifications
1424                 supplied by Pete A. Zaitcev so that the C language
1425                 versions of these functions are more portable.  They will
1426                 now work on both little and big endian systems, and the
1427                 assumption that 32-bit integers are used is gone.
1428
1429         * bitops.h (ext2_swab16, ext2_swab32): Added new functions for
1430                 doing byte swapping.
1431
1432         * ext2fs.h (EXT2_SWAP_BYTES): Add new flag which indicates that
1433                 byte swapping should take place.
1434
1435 Sun Jul 16 06:21:43 1995    <tytso@rsx-11.mit.edu>
1436
1437         * Makefile.in, cmp_bitmaps.c (ext2fs_compare_block_bitmap_end,
1438                 ext2fs_compare_inode_bitmap_end): Added new file
1439                 containing routines to compare bitmaps.
1440
1441         * ext2_err.et (EXT2_ET_NEQ_BLOCK_BITMAP, EXT2_ET_NEQ_INODE_BITMAP): 
1442                 Added new error codes.
1443
1444 Sat Jul 15 04:23:37 1995    <tytso@rsx-11.mit.edu>
1445
1446         * inode.c (ext2fs_get_next_inode): Don't check scan->inode_buffer;
1447                 if the magic number is correct, it will be allocated.
1448
1449 Fri Jul 14 19:02:59 1995    <tytso@rsx-11.mit.edu>
1450
1451         * block.c (block_iterate_ind, block_iterate_dind, 
1452                 block_iterate_tind): Don't recompute block_nr each loop;
1453                 just increment it!  Factor check of BLOCK_FLAG_APPEND out
1454                 of the loop.  Factor mask of BLOCK_CHANGED into changed
1455                 variable out of the loop.  (block_iterate_ind, in
1456                 particular, gets called a lot, so every little
1457                 optimization helps.)
1458
1459 Thu Jul 13 08:02:45 1995    <tytso@rsx-11.mit.edu>
1460
1461         * block.c (block_iterate_ind, block_iterate_dind, 
1462                 block_iterate_tind): Precompute limit of loop to speed up
1463                 block_iterate_ind and company.
1464
1465         * bitops.h (ext2fs_fast_mark_block_bitmap, 
1466                 ext2fs_fast_unmark_block_bitmap, ext2fs_fast_test_block_bitmap,
1467                 ext2fs_fast_mark_inode_bitmap, ext2fs_fast_unmark_inode_bitmap,
1468                 ext2fs_fast_test_inode_bitmap): Add fast version of these
1469                 functions, which don't do range checking.
1470
1471         * bitops.h (ext2fs_get_block_bitmap_start, 
1472                 ext2fs_get_inode_bitmap_start, ext2fs_get_block_bitmap_end,
1473                 ext2fs_get_inode_bitmap_end): Add new accessor functions
1474                 which return the start and end points of the bitmaps.
1475
1476 Tue Jul 11 18:59:41 1995    <tytso@rsx-11.mit.edu>
1477
1478         * llseek.c (ext2_llseek): If the offset is small enough, use lseek
1479                 instead of llseek.  The errno if the offset is too large
1480                 and lseek is not supported should be EINVAL, not -EINVAL.
1481
1482 Thu Jun 15 23:43:02 1995  Remy Card  <card@bbj>
1483
1484         * Makefile.in: Added support for ELF shared libraries.
1485                 Fixed typos in the compilation rules.
1486                 (distclean): Added Makefile.
1487
1488         * llseek.c (llseek): New function, if llseek() does not exist in the
1489         C library.
1490         (ext2_llseek): Changed to call llseek().
1491
1492 Mon Jun 12 08:29:07 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
1493
1494         * ext2fs.h: Use __u32 to define blk_t, instead of unsigned long.
1495
1496 Sun Jun 11 15:02:54 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
1497
1498         * mkdir.c (ext2fs_mkdir): Use LINUX_S_IFDIR instead of S_IFDIR.
1499
1500         * ext2fs.h (LINUX_S_IFDIR): Define a linux specific versions of
1501                 the S_*, which are normally defined in <sys/stat.h>.  This
1502                 allows us to compile e2fsprogs on a non-Linux system,
1503                 which may have a different value for S_IFDIR.
1504
1505 Sat Jun 10 23:47:05 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
1506
1507         * bitops.c (clear_bit, set_bit): Remove calls to cli() and sti();
1508                 this is a user-mode application!
1509
1510 Thu Jun  8 13:13:22 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
1511
1512         * llseek.c: Put the include of <linux/unistd.h> inside the #ifdef
1513         __linux__ so that non-linux systems won't see it.
1514
1515         * alloc.c: Include <errno.h> if possible.
1516         * badblocks.c: Ditto.
1517         * bb_inode.c: Ditto.
1518         * bitmaps.c: Ditto.
1519         * block.c: Ditto.
1520         * expanddir.c: Ditto.
1521         * get_pathname.c: Ditto.
1522         * initialize.c: Ditto.
1523         * inode.c: Ditto.
1524         * llseek.c: Ditto.
1525         * mkdir.c: Ditto.
1526         * namei.c: Ditto.
1527         * newdir.c: Ditto.
1528         * openfs.c: Ditto.
1529         * rw_bitmaps.c: Ditto.
1530         * unix_io.c: Ditto.
1531
1532         * Makefile.in: Rewritten to conform to GNU coding standards and
1533         support separate compilation directories.
1534
1535 Thu May 11 04:13:12 1995    <tytso@rsx-11.mit.edu>
1536
1537         * initialize.c (ext2fs_initialize): Don't allow more than one
1538                 bitmaps's worth of inodes in a group.
1539
1540 Sat Mar 11 14:07:11 1995  Theodore Y. Ts'o  <tytso@localhost>
1541
1542         * llseek.c (ext2_llseek): Added error checking to the llseek()
1543                 compat code to protect against overflow.  This only
1544                 applies to 1.0 and early 1.1 kernels, which don't support
1545                 the llseek() system call.
1546
1547 Thu Nov 24 16:29:00 1994  Theodore Y. Ts'o  (tytso@rt-11)
1548
1549         * unix_io.c (unix_open): Initialize the read_error and write_error
1550                 io_channel pointers to be null.
1551
1552         * bb_inode.c (clear_bad_block_proc): If an illegal block number is
1553                 found, clear it but don't try to update the filesystem
1554                 accounting information, since that's hopeless anyway.
1555
1556         * block.c (bloblock_iterate_ind, bloblock_iterate_dind,
1557         bloblock_iterate_tind): Check to see if the indirect blocks are
1558                 valid before trying to read them.
1559
1560         * ext2_err.et (EXT2_ET_BAD_IND_BLOCK, EX2_ET_BAD_DIND_BLOCK,
1561         EXT2_ET_BAD_TIND_BLOCK): Add new error codes.
1562
1563         * bitops.h (ext2fs_mark_block_bitmap, ext2fs_unmark_block_bitmap,
1564         ext2fs_test_block_bitmap, ext2fs_mark_inode_bitmap,
1565         ext2fs_unmark_inode_bitmap, ext2fs_test_inode_bitmap):  If an
1566                 illegal block or inode number is passed in, return instead
1567                 of trying to test, set, or clear the bit.
1568
1569 Mon Nov  7 21:32:33 1994  Remy Card  <card@bbj>
1570
1571         * Makefile: Added a dummy install target in case shared libraries
1572                 are not built.
1573
1574 Mon Oct 24 14:11:44 1994    (tytso@rsx-11)
1575
1576         * bitmaps.c (ext2fs_allocate_block_bitmap): Fix calculation of how
1577                 the real last block of the bitmap should be calculated.
1578
1579 Wed Sep  7 10:05:36 1994    (tytso@rsx-11)
1580
1581         * bitmaps.c (ext2fs_fudge_inode_bitmap_end, 
1582                 ext2fs_fudge_block_bitmap_end, ext2fs_clear_inode_bitmap,
1583                 ext2fs_clear_block_bitmap, ext2fs_free_inode_bitmap,
1584                 ext2fs_free_block_bitmap): Add magic number checking for
1585                 the inode and block bitmaps.
1586
1587         * bitmaps.c (ext2fs_allocate_block_bitmap): Fix to set the correct
1588                 magic number for a block bitmap instead of an inode bitmap.
1589
1590         * inode.c (ext2fs_close_inode_scan, ext2fs_get_next_inode):  Add
1591                 magic number checking for the inode_scan structure.
1592
1593         * badblocks.c (badblocks_list_free, badblocks_list_add, 
1594                 badblocks_list_test, badblocks_list_iterate_begin,
1595                 badblocks_list_iterate, badblocks_list_iterate_end): Add
1596                 magic number checking for the badblocks_list and
1597                 badblocks_iterate structures.
1598
1599         * ext2_err.et (EXT2_ET_MAGIC_UNIX_IO_CHANNEL): 
1600         * unix_io.c (unix_open, unix_close, unix_set_blksize, unix_read_blk,
1601                 unix_write_blk, unix_flush): Add magic number checking
1602                 both for io_channel structure and unix_private_data
1603                 structure.
1604
1605         * openfs.c (ext2fs_open): Add check for io_manager structure's
1606                 magic number.
1607
1608         * rw_bitmaps.c (ext2fs_write_inode_bitmap, ext2fs_write_block_bitmap,
1609                 ext2fs_read_inode_bitmap, ext2fs_read_block_bitmap,
1610                 ext2fs_read_bitmaps, ext2fs_write_bitmaps): 
1611         * read_bb.c (ext2fs_read_bb_inode): 
1612         * read_bb_file.c (ext2fs_read_bb_FILE): 
1613         * newdir.c (ext2fs_new_dir_block): 
1614         * namei.c (ext2fs_dir_iterate, ext2fs_lookup, ext2fs_namei): 
1615         * link.c (ext2fs_link, ext2fs_unlink): 
1616         * inode.c (ext2fs_open_inode_scan, ext2fs_read_inode,
1617                 ext2fs_write_inode, ext2fs_get_blocks, 
1618                 ext2fs_check_directory): 
1619         * get_pathname.c (ext2fs_get_pathname): 
1620         * expanddir.c (ext2fs_expand_dir): 
1621         * block.c (ext2fs_block_iterate): 
1622         * bitmaps.c (ext2fs_allocate_inode_bitmap, 
1623                 ext2fs_allocate_block_bitmap): 
1624         * bb_inode.c (ext2fs_update_bb_inode): 
1625         * alloc.c (ext2fs_new_inode,ext2fs_new_block,ext2fs_get_free_blocks): 
1626         * check_desc.c (ext2fs_check_desc): 
1627         * closefs.c (ext2fs_close, ext2fs_flush): 
1628         * freefs.c (ext2fs_free): Add check for ext2_filsys magic number.
1629
1630         * Makefile:
1631         * ext2fs.h:
1632         * openfs.c:
1633         * check_desc.c (ext2fs_check_desc): Move ext2fs_check_desc from
1634         openfs.c into its own file.
1635
1636         * ext2fs.h (EXT2_CHECK_MAGIC): Added macro for checking for
1637         structure magic numbers.
1638
1639         * closefs.c (ext2fs_flush): Folded in Remy Card's changes to clear
1640         the EXT2_VALID_FS flag in the backup superblock blocks, so that if
1641         someone uses the -b option to specify the use of the backup
1642         superblock --- this usually means that the main superblock is
1643         toast.  :-)
1644
1645         * ext2fs.h: 
1646         * ext2_err.et (EXT2_ET_REV_TOO_HIGH): 
1647         * openfs.c (ext2fs_open): Folded in Remy Card's changes to add a
1648         revision level to the superblock.
1649
1650 Sun Aug 21 00:50:08 1994  Theodore Y. Ts'o  (tytso@rt-11)
1651
1652         * ext2fs.h:
1653         * bitmaps.c:
1654         * bitops.c
1655         * bitops.h:
1656         * openfs.c:
1657         * initialize.c: Completely revamped the inode and block bitmap
1658         structures, so that they can be better chance of being extensible
1659         in a shared library.  They are now their own type, instead of
1660         being a char *.  Also, the function signatures of
1661         ext2fs_test_block_bitmap, ext2fs_mark_block_bitmap,
1662         ext2fs_unmark_block_bitmap, ext2fs_test_inode_bitmap,
1663         ext2fs_mark_inode_bitmap, and ext2fs_unmark_inode_bitmap were
1664         changed to eliminate the ext2_filsys argument, since it is no
1665         longer necessary.
1666
1667 Wed Aug 17 21:46:44 1994  Remy Card  (card@bbj)
1668
1669         * unix_io.c (unix_read_blk and unix_write_blk): use the llseek
1670         system call if available.
1671
1672         * llseek.c: new file.  This is the stub calling the llseek system
1673         call which allows supports for 2GB+ file systems.
1674
1675         * initialize.c (ext2fs_initialize): Ext2fs_initialize now stores
1676         the creator operating system.
1677
1678 Wed Aug 17 10:03:24 1994  Theodore Y. Ts'o  (tytso@rt-11)
1679
1680         * initialize.c (ext2fs_initialize): Ext2fs_initialize now sets up
1681         the group descriptor statistics in addition to everything else.
1682         This relieves mke2fs of the responsibility of doing it.
1683
1684         * bitops.c, bitops.h: Add assembly inline functions for the 68000.
1685         Added a new #define, _EXT2_HAVE_ASM_BITOPS_ to control whether or
1686         not the generic C function equivalents should be included or not.
1687
1688         * openfs.c (ext2fs_open): If a superblock is specified, then use
1689         the backup group descriptors that go along with this superblock,
1690         instead of using the primary group descriptors.  This allows
1691         e2fsck to recover filesystems where the primary group descriptors
1692         have been trashed.
1693
1694