Whamcloud - gitweb
Update changelogs for 1.28 release
[tools/e2fsprogs.git] / lib / ext2fs / ChangeLog
1 2001-08-31  Theodore Tso  <tytso@thunk.org>
2
3         * Release of E2fsprogs 1.28
4
5 2002-08-31  Theodore Ts'o  <tytso@valinux.com>
6
7         * dblist.c (ext2fs_dblist_sort): New function which allows the
8                 caller to pass in a special sort comparison function.
9
10 2002-08-20  Theodore Ts'o  <tytso@mit.edu>
11
12         * valid_blk.c (ext2fs_inode_has_valid_blocks): Fix bug which
13                 failed to accurately characterize non-standard slow
14                 symlinks.  (Which don't appear in practice on real-life
15                 systems, fortunately.)
16
17 2002-08-17  Theodore Ts'o  <tytso@mit.edu>
18
19         * Makefile.in: Remove inode_io.o from the standard object files,
20                 and only build it if debugfs is enabled (it requires
21                 fileio.o, which is only built if --disable-debugfs isn't
22                 specified to configure).
23
24         * dirhash.c (ext2fs_dirhash): Change the MD4 hash in a backwards
25                 incompatible way so that it is no longer
26                 endian-dependent.  Add the TEA hash.  Allow the seed
27                 parameter to be optional.
28
29         * ext2_fs.h: Remove the HALF_MD4_SEED and HALF_MD4_64 hashes.
30                 These features are all now in the HALF_MD4 hash.  Add
31                 definition for EXT2_HASH_TEA.
32
33         * ext2fs.h (ext2fs_dirhash): Change function prototype so it takes
34                 a pointer instead of an array.
35
36 2002-08-16  Theodore Ts'o  <tytso@mit.edu>
37
38         * ext2_err.et.in (EXT2_ET_BAD_EA_BLOCK_NUM): New error code
39
40         * ext2fs.h (ext2fs_inode_data_blocks): New function which returns
41                 the number of data blocks used by an inode exclusive of
42                 the EA block.
43
44         * ext_attr.c (ext2fs_adjust_ea_refcount): New function which
45                 adjusts the reference count in an extended attribute block.
46
47         * valid_blk.c (ext2fs_inode_has_valid_blocks): Add code to
48                 correctly deal with extended attribute blocks in symbolic
49                 links. 
50
51 2002-08-13    <tytso@snap.thunk.org>
52
53         * Makefile.in: Move dupfs.o and test_io.o from the
54                 needed-by-debugfs object list to the needed-by-resizer
55                 object list.  Fixes compile problem if the system is built
56                 with only --disable-debugfs.
57
58 2002-07-29  Theodore Ts'o  <tytso@mit.edu>
59
60         * link.c (ext2fs_link): When adding a new link to a directory,
61                 clear the HTREE bit.
62
63 2002-07-23  Theodore Ts'o  <tytso@mit.edu>
64
65         * dirhash.c (ext2fs_dirhash): Fix bug which caused MD4
66                 calculations for names > 32 characters to be completely
67                 bogus.  Changed MD4 calculation to match what is currently
68                 being used in the CVS gkernel tree.
69
70 2002-07-19  Theodore Ts'o  <tytso@mit.edu>
71
72         * ext2_fs.h: Add s_hash_seed and s_def_hash_version to the
73                 superblock definition.
74
75         * badblocks.c, freefs.c, ext2fs.h: Use the badblocks functions to
76                 create a set of u32_list functions.
77
78         * dirhash.c (halfMD4Transform): Shift the hash by one bit,
79                 since that's required by the directory indexing code.
80
81 2002-07-14  Theodore Ts'o  <tytso@mit.edu>
82
83         * ext2fs.h, read_bb_file.c: Change private to priv_data, to avoid
84                 using a C++ reserved word.
85
86         * unix_io.c (unix_open): Only attempt the setrlimit workaround if
87                 the kernel version is 2.4.10 -- 2.4.17, since otherwise an
88                 old version of glibc (built against 2.2 headers) will
89                 interact badly with the workaround to actually cause more
90                 problems.  I hate it when the glibc folks think they're
91                 being smarter than the kernel....
92
93 2002-06-28  Andreas Dilger <adilger@clusterfs.com>
94
95         * ext2_fs.h: Add superblock field for reserved group descriptors.
96
97 2002-06-28  Theodore Ts'o  <tytso@mit.edu>
98
99         * bitops.h: Add #define's for ext2fs_{l,b}e{32,16}_to_cpu and
100                 ext2fs_cpu_to_{l,b}e{32,16}
101
102 2002-06-27  Theodore Ts'o  <tytso@mit.edu>
103
104         * ismounted.c (check_mntent): In AIX 4.3, MOUNTED isn't defined.
105                 Add appropriate fallbacks in this case.
106
107 2002-06-26  Theodore Ts'o  <tytso@mit.edu>
108
109         * dirhash.c (ext2fs_dirhash): Change function signature to support
110                 a hash seed, and to return the minor hash (for 64-bit hash
111                 support).   Add support for the half MD4, half MD4 with
112                 seed, and half MD4 with seed and 64 bits.
113
114 2002-06-15  Theodore Ts'o  <tytso@mit.edu>
115
116         * ext2_fs.h (EXT2_DIRSYNC_FL): Add new file.
117
118 2002-06-09  Andreas Dilger <adilger@clusterfs.com>
119
120         * ext2_fs.h: Add macros for maximum block/inode counts:
121                 EXT2_INODES_PER_BLOCK, EXT2_MAX_BLOCKS_PER_GROUP,
122                 and EXT2_MAX_INODES_PER_GROUP.
123
124         * openfs.c (ext2fs_open): Check that the number of blocks in a group
125                 is less than 2^16, otherwise we need an INCOMPAT flag (not
126                 in existence yet, if ever) to open such a filesystem.
127
128         * initialize.c (ext2fs_initialize): Limit the number of blocks and
129                 inodes in a group to less than 2^16.
130
131 2002-06-09  Andreas Dilger <adilger@clusterfs.com>
132
133         * ext2_fs.h: Further minor cleanups of the header.  Consolidate
134                 some checks for __KERNEL__ into one place.
135
136 2002-05-22  Andreas Dilger <adilger@clusterfs.com>
137
138         * ext2_fs.h: Remove macros accessing u.ext2_sb field and use
139                 the EXT2_SB() macro instead.  Remove kernel function
140                 prototypes also.  This matches the 2.5 kernel, and
141                 is also cleaner for other reasons.  Whitespace cleanup.
142
143 2002-05-21  Theodore Ts'o  <tytso@mit.edu>
144
145         * ext2_ext_attr.h: Update to V2 version of the Bestbits format.
146
147 2002-05-16  Andreas Dilger <adilger@clusterfs.com>
148
149         * ext2_fs.h: Change limits to support filesystems with 8k blocks.
150
151         * initialize.c (ext2fs_initialize): Remove assumption that
152                 blocksizes are always <= 4k.
153
154 2002-05-11  Theodore Ts'o  <tytso@mit.edu>
155
156         * bmap.c (ext2fs_bmap): Fix bug which caused ext2fs_bmap to fail
157                 silently if inode pointer is NULL (and ext2fs_bmap is
158                 expected to read the inode itself).
159
160 2002-04-27  Theodore Ts'o  <tytso@mit.edu>
161
162         * ismounted.c (check_mntent_file, is_swap_device): Verify that the
163                 file we are checking is a block device file before looking
164                 at st_rdev, since it's not valid for normal files.
165                 (is_swap_device): Move so that it is outside the
166                 HAVE_MNTENT_H, so that it is always built.
167
168 2002-03-11  Theodore Tso  <tytso@mit.edu>
169
170         * dirblock.c (ext2fs_read_dir_block2, ext2fs_write_dir_block): New
171                 functions which take an extra flags argument.  The flag
172                 EXT2_DIRBLOCK_V2_STRUCT will reverse when the name_len
173                 field is byte swampped on big-endian machines, since in
174                 the V2 structure, name_len is a char field which is
175                 doesn't need to be byte swapped --- except if an
176                 old-style kernel had byte-swapped the name_len field
177                 as part of the V1 structure.
178
179         * ext2_err.et.in (EXT2_ET_DIRHASH_UNSUPP): New error code
180
181         * dirhash.c (ext2fs_dirhash): New function which calculates the
182                 hash for a filename in an indexed directory.
183
184 2002-03-08  Theodore Tso  <tytso@mit.edu>
185
186         * Release of E2fsprogs 1.27
187
188 2002-03-07  Theodore Tso  <tytso@mit.edu>
189
190         * ext2fs.h (ext2fs_inode_io_intern): Add missing function prototype.
191
192         * bmap.c, fileio.c, inode_io.c, tst_badblocks.c, 
193                 tst_byteswap.c: Fix gcc -Wall complaints
194
195         * Makefile.in (check): Use LD_LIBRARY_PATH to run test programs.
196                 (From Philipp Thomas <pthomas@suse.de>)
197
198 2002-02-25  Theodore Tso  <tytso@mit.edu>
199
200         * ext2_fs.h: Add structure definitions for the directory indexing
201                 extension.
202
203 2002-02-23  Theodore Tso  <tytso@mit.edu>
204
205         * unix_io.c (unix_open): Fix 2.4 resource limit workaround so that
206                 it doesn't break things on mis32, sparc32, and alpha
207                 platforms.
208
209 2002-02-21  Theodore Tso  <tytso@mit.edu>
210
211         * ismounted.c (is_swap_device): Fix file descriptor/memory leak;
212                 we were missing an fclose().
213
214 2002-02-20  Theodore Tso  <tytso@mit.edu>
215
216         * Makefile.in, inode_io.c, ext2fs.h, ext2_err.et.in: Add new io
217                 abstraction interface which exports an ext2 inode.
218
219         * ext2fs.h, fileio.c (ext2fs_file_flush): Export ext2fs_file_flush
220                 as a public interface.  Change void * to const void * in
221                 ext2fs_file_write's interface.
222
223         * test_io.c (test_close), unix_io.c (unix_close): Remove unneeded
224                 conditional; save a few bytes.
225         
226 2002-02-12  Theodore Tso  <tytso@mit.edu>
227
228         * Makefile.in (tst_badblocks): Add some extra .o files when
229                 linking the debugging program tst_badblocks which are
230                 needed if we aren't compiling with inline functions enable.
231
232         * kernel-list.h (__inline__): On non-gcc and non-Watcom compilers,
233                 define away __inline__ since it may not be supported.
234
235         * kernel-jbd.h (jbd_debug): For systems that don't do STDC, use a
236                 stripped down jbd_debug that doesn't use variadic
237                 arguments.  This will cause warnings under AIX, but things
238                 should still build.
239
240 2002-02-03  Theodore Tso  <tytso@thunk.org>
241
242         * Release of E2fsprogs 1.26
243
244 2002-02-03  Theodore Tso  <tytso@mit.edu>
245
246         * mkdir.c (ext2fs_mkdir): Change to use ext2fs_inode_alloc_stats2
247                 so that the number of directories in use is adjusted
248                 appropriately.
249
250         * alloc_stats.c (ext2fs_inode_alloc_stats2): Add new function
251                 which optionally will modify the number of directories
252                 count.
253
254 2002-01-03  Theodore Tso  <tytso@mit.edu>
255
256         * dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block):
257                 Add support for a new flag, DIRENT_FLAG_INCLUDE_REMOVED,
258                 which will return deleted directory entries.
259                 ext2fs_dir_iterate2 takes a new callback function which
260                 is identical with the one used by
261                 ext2fs_dblist_dir_iterate().  If the directory entry is
262                 deleted, the callback function will be called with the
263                 entry paraemter set to DIRENT_DELETED_FILE.
264
265         * Makefile.in, alloc_stats.c (ext2fs_inode_alloc_stats,
266                 ext2fs_block_alloc_stats): New functions which update
267                 block/inode allocation statistics in the bitmaps, block
268                 group descriptors, and superblock.
269
270         * mkjournal.c (mkjournal_proc), mkdir.c (ext2fs_mkdir),
271                 expanddir.c (expand_dir_proc), bb_inode.c
272                 (clear_bad_block_proc, set_bad_block_proc,
273                 ext2fs_update_bb_inode), alloc.c (ext2fs_alloc_block):
274                 Update to use new block/inode allocation statistics.
275
276 2001-12-24  Theodore Tso  <tytso@mit.edu>
277
278         * ismounted.c (is_swap_device): New function used by
279                 ext2fs_check_if_mounted and ext2fs_check_mount_point which
280                 determines whether or not the specified device is a swap
281                 device by using /proc/swaps.  More bulletproofing for
282                 idiotic/careless system administrators!
283
284         * ext2fs.h, openfs.c (ext2fs_open), initialize.c
285                 (ext2fs_initialize), mkdir.c (ext2fs_mkdir): Add a new
286                 field to struct_ext2_filsys, umask.  This field is
287                 initialize to 022, and affects ext2fs_mkdir in the obvious
288                 way.  (In the future umask should also affect new file
289                 creation routines, but the fileio functions don't
290                 currently support this yes.)
291
292         * ismounted.c (check_mntent_file): Stat all of the entries in
293                 /etc/mtab and/or /proc/mounts in order to catch dim-witted
294                 system administrators who might have created alias
295                 devices.
296  
297 2001-12-23  Theodore Tso  <tytso@mit.edu>
298
299         * Makefile.in, jfs_user.h: Move linux/jbd.h to
300                 ext2fs/kernel-jbd.h, to avoid using the system header
301                 file version of hbd.h when using diet glibc (since it
302                 forcibly adds /usr/include to the beginning of the
303                 include search path.)
304
305         * kernel-jbd.h, kernel-list.h, jfs_compat.h: Move files from
306                 include/linux directory.
307
308 2001-12-16  Theodore Tso  <tytso@mit.edu>
309
310         * bitops.h (ext2fs_mark_generic_bitmap, ext2fs_unmark_generic_bitmap),
311                 ext_attr.c (ext2fs_read_ext_attr, ext2fs_write_ext_attr),
312                 fileio.c (ext2fs_file_write): Fix gcc -Wall nits
313
314         * Makefile.in, jfs_user.h: linux/jfs.h has been renamed to
315                 linux/jbd.h
316
317 2001-12-03  Theodore Tso  <tytso@mit.edu>
318
319         * unix_io.c (unix_open): Make sure the ulimit workaround works
320                 regardless of the version of glibc which is used to
321                 compild e2fsprogs.
322
323 2001-11-26  Theodore Tso  <tytso@mit.edu>
324
325         * unix_io.c (unix_open): Work around a bug in 2.4.10+ kernels by
326                 trying to unset the filesize limit if at all possible,
327                 if a block device is getting opened.  (The filesize limit
328                 shouldn't be applied against writes to a block device, but
329                 starting in 2.4.10, the kernel is doing this.)
330         
331 2001-11-05  Theodore Tso  <tytso@mit.edu>
332
333         * mkjournal.c (ext2fs_add_journal_inode): When creating a .journal
334                 file on adding a journal to an already-mounted filesystem,
335                 try to clear the ext2 file attributes on an already
336                 existing .journal file so that we don't fail if on a
337                 partially added journal to the filesystem.
338
339         * ext2_fs.h: Define a new ext2 file attribute, EXT2_NOTAIL_FL,
340                 which signals that a particular inode should not have the
341                 last bits of data (the "tail") be merged with another
342                 file.  This is necessary to keep LILO happy.
343
344 2001-09-20  Theodore Tso  <tytso@thunk.org>
345
346         * Release of E2fsprogs 1.25
347
348 2001-09-16  Theodore Tso  <tytso@mit.edu>
349
350         * ext2_ext_attr.h: Remove unneeded #include of <linux/config.h>
351                 which was breaking the build on the Hurd.  (Addresses
352                 Debian bug #112414).
353
354 2001-09-13  Theodore Ts'o  <tytso@mit.edu>
355
356         * ismounted.c (check_mntent_file): We now validate the entry in
357                 /etc/mtab to make sure the filesystem is really mounted,
358                 since some broken distributions (read: Slackware) have
359                 buggy boot scripts that don't initialize /etc/mtab before
360                 checking non-root filesystems.  (Slackware also doesn't
361                 check the root filesystem separately, and reboot if the
362                 root filesystem had changes applied to it, which is
363                 dangerous and broken.)   
364
365 2001-09-02  Theodore Tso  <tytso@thunk.org>
366
367         * Release of E2fsprogs 1.24a
368
369 2001-08-30  Theodore Tso  <tytso@thunk.org>
370
371         * Release of E2fsprogs 1.24
372
373 2001-08-30  Theodore Tso  <tytso@valinux.com>
374
375         * getsize.c (ext2fs_get_device_size): Back out BLKGETSIZE64
376                 changes, since the ioctl number has been reused by another
377                 unofficial patch.
378
379 2001-08-15  Theodore Tso  <tytso@valinux.com>
380
381         * Release of E2fsprogs 1.23
382
383 2001-08-05  Theodore Tso  <tytso@valinux.com>
384
385         * alloc.c (ext2fs_new_inode, ext2fs_new_block): Use the fast
386                 version of the bitmap test routines to speed up these
387                 routines.  (At some point I may want to make these
388                 routines use the find_first_bit functions, but that will
389                 add a lot of complexity since it means that these
390                 functions will have to break the bitmap abstraction
391                 boundary.  It's not clear it's worth it.)
392
393         * mkjournal.c (mkjournal_proc): Remember the last block allocated
394                 to speed up ext2fs_new_block().
395
396 2001-07-29  Theodore Tso  <tytso@valinux.com>
397
398         * finddev.c (scan_dir): Fix memory leak; we weren't calling
399                 closedir() when exiting the function in all cases.
400
401 2001-07-27  Theodore Tso  <tytso@valinux.com>
402
403         * mkjournal.c (ext2fs_create_journal_superblock): Set the first
404                 block usable in the journal for external journals to be 2
405                 or 3, depending on the blocksize, so that the existing
406                 kernel code does the right thing.
407
408         * getsize.c (ext2fs_get_device_size): Add support for the
409                 BLKGETSIZE64 ioctl.  (Ioctl defined by unofficial patches
410                 from Ben LaHaise, but it's likely this interface won't
411                 change.)
412
413         * mkjournal.c (ext2fs_add_journal_device): Use the correct block
414                 when writing the journal superblock, too.  (Oops! Needed
415                 to make 1k filesystems with external journal to work.)
416
417 2001-07-26  Theodore Tso  <tytso@valinux.com>
418
419         * mkjournal.c (ext2fs_add_journal_device): Use the correct block
420                 to find the journal superblock if the blocksize is 1024.
421
422 2001-07-21  Theodore Tso  <tytso@valinux.com>
423
424         * ext2_err.et.in (EXT2_ET_LOAD_EXT_JOURNAL): Add new error code
425
426 2001-07-20  Theodore Tso  <tytso@valinux.com>
427
428         * ext_attr.c (ext2fs_write_ext_attr): When writing the extended
429                 attribute block, set the filesystem changed bit.
430
431         * bitops.h (ext2fs_find_first_bit_set, ext2fs_find_next_bit_set):
432                 Comment out these functions since we're not using them.
433
434 2001-07-10  Theodore Tso  <tytso@valinux.com>
435
436         * closefs.c (write_primary_superblock): After writing changes to
437                 the primary superblock, update the original superblock
438                 copy so we don't have to re-write those changes in the
439                 future.
440                 (ext2fs_flush): Clear the superblock dirty flag after
441                 we've flushed out changes to disk.
442
443 2001-07-07  Theodore Tso  <tytso@valinux.com>
444
445         * bitops.h (ext2fs_find_first_bit_set): Use %esi instead of %ebx
446                 to avoid register conflicts when compiling in PIC mode.
447
448 2001-07-04  Theodore Tso  <tytso@valinux.com>
449
450         * bitops.h (ext2fs_find_first_bit_set, ext2fs_find_next_bit_set):
451                 Add new functions (C and in i386 assembler) which quickly
452                 find bits set in a bitmask.
453
454 2001-06-23  Theodore Tso  <tytso@valinux.com>
455
456         * Makefile.in, ext_attr.c, ext2_attr.c, ext2fs.h: Add new files
457                 ext2_ext_attr.h and ext_attr.c for extended attributes
458                 support.
459
460         * Release of E2fsprogs 1.22
461
462 2001-06-22  Theodore Tso  <tytso@valinux.com>
463
464         * mkjournal.c (ext2fs_add_journal_inode): Move close of file
465                 descriptor so that adding a journal to a mounted
466                 filesystem doesn't die.  (Fixes a bug accidentally
467                 introduced in e2fsprogs 1.21.)
468
469         * mkjournal.c (ext2fs_add_journal_inode): Only use fchflags if
470                 HAVE_CHFLAGS and UF_NODUMP are defined, since the Hurd has
471                 fchflags without defining UF_NODUMP.  (Addresses Debian
472                 bug #101361)
473
474         * flushb.c: Use platform independent method of defining the
475                 BLKFLSBUF and FDFLUSH ioctl's.  Also include sys/mount.h
476                 since on newer glibc's BLKFLSBUF is defined there.
477
478         * bitops.h: The C language versions of ext2fs_swab16/32 need to be
479                 included if EXT2FS_ENABLE_SWAPFS is defined, since we need
480                 to support byte swapping even if we don't support the
481                 conversion functions.  (Fixes Debian bug #101686).
482
483         * dirblock.c (ext2fs_read_dir_block): Remove use of dir_entry_2
484                 since the byte-swapping code all assumes the
485                 ext2_dir_entry structure.  (It's a question of whether or
486                 not name_len should be byte-swapped or not, and whether
487                 it's a 16 bit or 8 bit field.)
488
489 2001-06-15  Theodore Tso  <tytso@valinux.com>
490
491         * Release of E2fsprogs 1.21
492
493 2001-06-15  Theodore Tso  <tytso@valinux.com>
494
495         * Makefile.in: Fix bug in installation of ext2_types.h.  It is a
496                 file which is generated and is therefore found in the
497                 build directory, not source directory.
498
499         * ismounted.c (check_mntent_file): Use a test file in / to check
500                 to see if the root filesystem is mounted read-only.  This
501                 protects against the case where /etc might not be on /, as
502                 well as the case where /etc/mtab doesn't exist.  (Both are
503                 should-never happen scenarios, but you never know...)
504
505 2001-06-14  Theodore Tso  <tytso@valinux.com>
506
507         * ismounted.c (ext2fs_check_if_mounted): Fix grammer in comment.
508                 Remove unneeded #pragma argsused, since the arguments are
509                 always used.
510
511 2001-06-13  Theodore Tso  <tytso@valinux.com>
512
513         * ext2_types.h.in: If linux/types.h has been defined, then don't
514                 try to redefine the typedefs.
515
516         * Makefile.in (HFILES): Add ext2_types.h to the list of files
517                 which should be installed.
518
519         * ismounted.c (check_mntent_file): Work around GNU hurd brain
520                 damage.  Addresses Debian bug #100304.
521
522         * Makefile.in: Limit some .o files from being included into the
523                 library if --disable-debugfs, --disable-swapfs,
524                 --disable-imager, or --disable-resizer are used.
525
526 2001-06-12  Theodore Tso  <tytso@valinux.com>
527
528         * inode.c, tst_iscan.c: Stop using the compatibility badblocks
529                 function, and use the ext2fs_badblocks_* functions
530                 instead.
531
532 2001-06-11  Theodore Tso  <tytso@valinux.com>
533
534         * Makefile.in, gen_bitmap.c, bitops.h: Move inline functions
535                 ext2fs_mark_generic_bitmap and
536                 ext2fs_unmark_generic_bitmap to gen_bitmap.c as normal
537                 functions.  (This saves space and doesn't significantly
538                 change the speed of e2fsck on a P-III.)
539
540         * ext2fs.h, bitops.h, block.c, bmap.c, closefs.c, dirblock.c,
541                 inode.c, native.c, openfs.c, rw_bitmaps.c, swapfs.c: Only
542                 include the byte-swapping logic if ENABLE_SWAPFS is turned
543                 on or if we're on a big-endian machine.
544         
545         * initialize.c (ext2fs_initialize):Use WORDS_BIGENDIAN directly to
546                 set EXT2_FLAG_SWAP_BYTES, instead of using
547                 ext2fs_native_flag.
548         
549         * native.c (ext2fs_native_flag): Use WORDS_BIGENDIAN provided by
550                 autoconf to determine whether or not return
551                 EXT2_FLAG_SWAP_BYTES.
552
553 2001-06-10  Theodore Tso  <tytso@valinux.com>
554
555         * Makefile.in: Remove the dependence on the libe2p library.
556
557         * mkjournal.c (ext2fs_add_journal_inode): Replace use of fsetflags
558                 with direct usage of the ioctl/fchflags so that we don't
559                 have to depend on the libe2p library.
560
561 2001-06-08  Theodore Tso  <tytso@valinux.com>
562
563         * ext2_types.h.in: Use unsigned ints in favor of unsigned longs
564                 when trying to find a 32-bit wide type.
565
566         * icount.c (insert_icount_el): Fix the code used to estimate the
567                 size of the new icount array to be more intelligent, to
568                 avoid reallocating the array too many times.  Thanks to
569                 Enrique Perez-Terron for pointing this out.
570
571 2001-06-02  Theodore Tso  <tytso@valinux.com>
572
573         * valid_blk.c (ext2fs_inode_has_valid_blocks): Only check i_blocks
574                 for a symlink to determine whether it is a fast symlink.
575
576 2001-06-01  Theodore Tso  <tytso@valinux.com>
577
578         * Makefile.in, dosio.c, ext2_fs.h, ext2_types.h.in, ext2fs.h:
579                 Move include/asm/types.h.in to lib/ext2fs/ext2_types.h.in.
580
581 2001-05-25  Theodore Tso  <tytso@valinux.com>
582
583         * Release of E2fsprogs 1.20
584
585 2001-05-25  Theodore Tso  <tytso@valinux.com>
586
587         * ismounted.c: More cleanups for ismounted.c, some from Andreas,
588                 some to clean up Andreas's patches.  Use strncpy instead
589                 of strcpy to save the root's mountpoint.  Clean up #ifdef
590                 structure.  Remove uneeded variable in testing/debug driver.
591
592 2001-05-24  Andreas Dilger  <adilger@turbolinux.com>
593
594         * ismounted.c: Add check for root device which doesn't depend on
595                 /etc/fstab or /proc/mounts to be correct.  Don't call
596                 endmntent() before we are done with mnt struct.
597
598 2001-05-23  Theodore Tso  <tytso@valinux.com>
599
600         * ext2_err.et.in (EXT2_ET_JOURNAL_UNSUPP_VERSION): Added new error
601                 code.
602
603 2001-05-21  Theodore Tso  <tytso@valinux.com>
604
605         * ext2_fs.h: Change assignment of EXT2_FEATURE_COMPAT_DIR_INDEX to
606                 make room for pre-existing usage of
607                 EXT2_FEATURE_COMPAT_EXT_ATTR.  Add flag EXT2_INDEX_FL with
608                 the same codepoint as EXT2_BTREE_FL.
609
610 2001-05-20  Theodore Tso  <tytso@valinux.com>
611
612         * ext2fs.h: #include <> instead of "" for ext2fs and et header
613                 files, since they will be installed in /usr/include
614
615 2001-05-14  Theodore Tso  <tytso@valinux.com>
616
617         * alloc.c, alloc_tables.c, badblocks.c, bb_compat.c, bb_inode.c,
618                 bitmaps.c, bitops.c, block.c, bmap.c, bmove.c, brel_ma.c,
619                 check_desc.c, closefs.c, cmp_bitmaps.c, dblist.c,
620                 dblist_dir.c, dir_iterate.c, dirblock.c, dupfs.c,
621                 expanddir.c, ext2_fs.h, fileio.c, finddev.c, flushb.c,
622                 freefs.c, get_pathname.c, getsize.c, icount.c, imager.c,
623                 initialize.c, inline.c, inode.c, irel_ma.c, ismounted.c,
624                 link.c, lookup.c, mkdir.c, mkjournal.c, namei.c, native.c,
625                 newdir.c, nt_io.c, openfs.c, read_bb.c, read_bb_file.c,
626                 rs_bitmap.c, rw_bitmaps.c, swapfs.c, test_io.c,
627                 tst_badblocks.c, tst_byteswap.c, tst_getsize.c,
628                 tst_iscan.c, unix_io.c, unlink.c, valid_blk.c, version.c,
629                 write_bb_file.c, ext2_fs.h: Moved file from include/linux.
630                 Adjust all files in this directroy to include this file.
631
632         * mkjournal.c (ext2fs_create_journal_superblock): Remove redundant
633                 code.
634
635 2001-05-05  Theodore Tso  <tytso@valinux.com>
636
637         * fileio.c (ext2fs_file_read): Factored out common code and
638                 cleaned up function.  Fixed a bug where if there was an
639                 error reading from the disk, the number of bytes read
640                 wasn't reliably set.  (Fixes Debian bug #79163)
641                 (ext2fs_file_write): Factored out common code and made
642                 function more efficient; if writing a full block, don't
643                 bother to do a read-modify-write cycle.
644
645 2001-05-04  Theodore Tso  <tytso@valinux.com>
646
647         * dirblock.c (ext2fs_read_dir_block): Check for an directory
648                 record length which isn't a multiple four, and treat that
649                 as an invalid.  Scan the directory and return an error
650                 (EXT2_ET_DIR_CORRUPTED) if the directory records are
651                 corrupted.
652                 (ext2fs_write_dir_block): If while byte-swapping the
653                 directory block, if there's an error, abort and return
654                 EXT2_ET_DIR_CORRUPTED.
655
656 2001-05-02  Theodore Tso  <tytso@valinux.com>
657
658         * ext2fs.h (EXT2_FLAG_IMAGE_FILE): Add new flag, and add
659                 image_header field in the ext2_filsys structure
660
661         * block.c (block_iterate_ind, block_iterate_dind, block_iterate_tind): 
662         * inode.c (ext2fs_read_inode): 
663         * rw_bitmaps.c (read_bitmaps): 
664         * openfs.c (ext2fs_open): Add support for EXT2_FLAG_IMAGE_FILE
665
666         * imager.c (ext2fs_image_bitmap_read): Fix bug in imager to make
667                 sure the full bitmap is saved.
668
669 2001-05-01  Theodore Tso  <tytso@valinux.com>
670
671         * e2image.h (struct ext2_image_hdr): Add space for the device name
672                 in the image header.
673
674         * dir_iterate.c (ext2fs_process_dir_block): Add a double-check to
675                 make sure the rec_len is a multiple of 4, to prevent
676                 bus-errors on architectures which care about mis-aligned
677                 pointer references.
678
679 2001-04-25  Theodore Tso  <tytso@valinux.com>
680
681         * getsize.c (ext2fs_get_device_size): Use an unsigned long to
682                 query the device sizes using the BLKGETSIZE ioctl.
683
684 2001-04-16  Theodore Tso  <tytso@valinux.com>
685
686         * ismounted.c (check_mntent): Check /proc/mounts on Linux systems
687                 before checking /etc/mtab.  The EXT2_MF_READONLY flag is
688                 now set from the /etc/mtab options field for all
689                 filesystems, not just the root filesystem.  Add debugging
690                 code to make it easier to test ext2fs_check_if_mounted().
691
692         * mkjournal.c (ext2fs_create_journal_superblock): Add safety
693                 check; return an error if there's an attempt to create a
694                 journal less than 1024 filesystem blocks.
695
696         * ext2_err.et.in, mkjournal.c: Change EXT2_JOURNAL_NOT_BLOCK and
697                 EXT2_NO_JOURNAL_SB to be EXT2_ET_*.
698
699 2001-02-20  Theodore Tso  <tytso@valinux.com>
700
701         * bitops.h (ext2fs_swab16, ext2fs_swab32): Add i386 assembly
702                 inline functions.
703
704         * tst_byteswap.c: New function to test the byteswap functions.
705                 Add to regression test suite.
706
707 2001-02-08  Theodore Tso  <tytso@valinux.com>
708
709         * e2image.h (struct ext2_image_hdr): Fix type for fs_hostname
710
711 2001-02-07  Theodore Tso  <tytso@valinux.com>
712
713         * mkjournal.c (ext2fs_create_journal_superblock): Fix the setting
714                 of s_first for external devices to always be 1, since
715                 jsb->s_first is always relative to the start of the
716                 journal superblock.  Use htonl(1) when setting s_nr_users.
717
718 2001-01-17  Theodore Ts'o  <tytso@valinux.com>
719
720         * mkjournal.c (ext2fs_add_journal_device): Fix bug where the
721                 device number of the filesystem (instead of the journal)
722                 was being dropped into s_journal_dev.
723
724 2001-01-15  Theodore Ts'o  <tytso@valinux.com>
725
726         * initialize.c (ext2fs_initialize): Add support for initializing
727                 the ext2 superblock for external journal devices.  This
728                 basically means we don't bother to allocate any block
729                 group descriptors.
730
731         * openfs.c (ext2fs_open): Only open external journal devices if
732                 the new flag EXT2_FLAG_JOURNAL_DEV_OK is passed to
733                 ext2fs_open.  When opening such devices, don't try to read
734                 the block group descriptors, since they're not there.
735
736         * ext2_err.et.in (EXT2_NO_JOURNAL_SB): Add new error code 
737         
738         * mkjournal.c: Export a new function,
739                 ext2fs_create_journal_superblock(), which allocates and
740                 returns a buffer containing a journal superblock.  This is
741                 needed by mke2fs to create an external journal.  Rewrote
742                 ext2fs_add_journal_device() so that it no longer creates
743                 the external journal, but rather adds a filesystem to an
744                 existing external journal.  It handles all of the UUID
745                 manipulation.
746
747         * ext2fs.h: List the EXT3_FEATURE_JOURNAL_DEV as a flag supported
748                 by the library.  Define the EXT2_FLAG_JOURNAL_DEV_OK.
749                 Changed function prototype for ext2fs_add_journal_device().
750                 
751 2001-01-14  Theodore Ts'o  <tytso@valinux.com>
752
753         * closefs.c (ext2fs_flush): Don't write out anything beyond the
754                  primary superblock if EXT2_INCOMPAT_JOURNAL_DEV is
755                  listed.
756
757 2001-01-12  Theodore Ts'o  <tytso@valinux.com>
758
759         * imager.c: Fix gcc -Wall complaints and a series of bugs where
760                 retval wasn't set correctly.  (Thanks to Andreas Dilger
761                 for pointing this out.)
762
763 2001-01-11    <tytso@snap.thunk.org>
764
765         * flushb.c (ext2fs_sync_device): New function which centralizes
766                 all of the places which might try to use the BLKFLSBUF
767                 or FDFLUSH ioctls (and usually failing to define them
768                 since the system header files don't usually do this for
769                 us, and we're trying to avoid usage of kernel include
770                 files now).
771
772 2001-01-10    <tytso@snap.thunk.org>
773
774         * alloc.c, bb_inode.c, bitmaps.c, bitops.h, block.c, bmap.c, 
775                 bmove.c, brel.h, cmp_bitmaps.c, dblist.c, dblist_dir.c, 
776                 dir_iterate.c, expanddir.c, ext2fs.h, ext2fsP.h, fileio.c,
777                 finddev.c, get_pathname.c, icount.c, inode.c, irel.h, 
778                 irel_ma.c, ismounted.c, link.c, lookup.c, mkdir.c, 
779                 mkjournal.c, namei.c, newdir.c, read_bb_file.c, test_io.c,
780                 tst_iscan.c, unix_io.c, unlink.c: Change use of ino_t to
781                 ext2_ino_t, to protect applications that attempt to
782                 compile -D_FILE_OFFSET_BITS=64, since this inexplicably
783                 changes ino_t(!?).  So we use ext2_ino_t  to avoid an
784                 unexpected ABI change.
785
786 2001-01-05    <tytso@snap.thunk.org>
787
788         * dirblock.c (ext2fs_read_dir_block): Fix a potential case where
789                 we may overrun allocated memory in case of a corrupted
790                 filesystem (or an e2fsck test case :-) when byte-swapping
791                 the directory block.
792
793         * ext2fs.h: Indent the #warning to fix gcc -Wall complaint.
794
795         * mkjournal.c (ext2fs_add_journal_device): Fix various gcc -Wall
796                 complaints including a missing return 0 at the end of
797                 ext2fs_add_journal_device.
798
799 2001-01-03    <tytso@snap.thunk.org>
800
801         * Makefile.in: Link in libe2p when creating libext2fs as a shared
802                 library, since mkjournal.c now references fsetflags().
803
804         * mkjournal.c (ext2fs_add_journal_inode): Folded in Andreas
805                 Dilger's changes (with fixups) to allow on-line creation
806                 of a journal file.
807
808         * ext2fs.h, closefs.c (ext2fs_flush): Add new flag,
809                 EXT2_FLAG_SUPER_ONLY, which the close routines to only
810                 update the superblock, and not the group descriptors.
811
812 2000-12-30  Andreas Dilger  <adilger@turbolinux.com>
813
814         * ismounted.c: add ext2fs_check_mount_point() function, which will
815                 optionally return the mount point of a device if mounted
816
817 2000-12-14  Andreas Dilger  <adilger@turbolinux.com>
818
819         * mkjournal.c: rename ext2fs_add_journal_fs() to the more descriptive
820                 ext2fs_add_journal_inode()
821
822 2001-01-01    <tytso@snap.thunk.org>
823
824         * ext2fs.h: Remove definition of ext2fs_sb.  Note: this may break
825                 source (but not binary) compatibility of some users of the
826                 ext2 library.  They should just simply do a global search
827                 and replace of struct ext2fs_sb with struct
828                 ext2_super_block, and use their own private copy of
829                 ext2_fs.h if they aren't already.
830
831         * closefs.c, initialize.c, link.c, newdir.c, openfs.c, swapfs.c:
832                 Replace use of ext2fs_sb with ext2_super_block.
833
834 2000-12-31    <tytso@snap.thunk.org>
835
836         * ext2fs.h: Cleaned up header file by removing definitions of
837                 feature flags that might not have been defined in older
838                 ext2 header files.  Now that we're using our own
839                 include/linux/ext2fs.h header file, this can never happen.
840
841         * jfs_dat.h: Removed old header file which is no longer needed.
842
843 2000-12-13  Theodore Ts'o  <tytso@valinux.com>
844
845         * closefs.c (ext2fs_update_dynamic_rev): New function suggested
846                 by Andreas Dilger to update the filesystem revision to
847                 EXT2_DYNAMIC_REV.
848
849         * swapfs.c (ext2fs_swap_super): Add byte swapping for the journal
850                 fields.
851
852 2000-12-09    <tytso@snap.thunk.org>
853
854         * ext2fs.h, mkjournal.c (ext2fs_add_journal_inode,
855                 ext2fs_add_journal_device): Add a new argument to the APIs
856                 of these function, which is a flags word.  This is used to
857                 allow the creation of a V1 superblock for those folks who
858                 are using ext3 0.3b in production.  Note, the user-land
859                 interface for getting at this flag won't be documented, as
860                 the V1 superblock is deprecated.
861
862         * mkjournal.c (init_journal_superblock): Sync Stephen's changes
863                 which creates a V2 superblock instead of a V1 superblock.
864
865 2000-11-21    <tytso@snap.thunk.org>
866
867         * test_io.c (test_write_blk, test_write_byte): Fix typos pointed
868                 out by Andreas Dilger.
869
870 2000-11-05    <tytso@snap.thunk.org>
871
872         * imager.c (ext2fs_image_{inode,super,bitmap}_{read,write},
873                 ext2_fs.h, Makefile.in: New file that has routines that
874                 save ext2fs metadata to a file.
875
876         * ext2_err.et.in (EXT2_ET_MAGIC_E2IMAGE): New error code assigned.
877
878         * e2image.h: New file which defines the file format for the ext2
879                 image file.  (Saved copy of ext2 metadata to a file as a
880                 saving throw against worst-case damage.)
881
882 2000-11-01    <tytso@snap.thunk.org>
883
884         * inode.c (ext2fs_flush_icache): Add new function
885                 ext2fs_flush_icache() which flushes the internal inode
886                 cache.  Applications which modify the inode table blocks
887                 directly must call this function.
888
889 2000-10-26    <tytso@snap.thunk.org>
890
891         * mkjournal.c: Add #include of netinet/in.h, since Solaris
892                 requires it for ntohl().
893
894         * ext2_io.h (io_channel_write_byte): Add new interface to allow
895                 callers to write specific byte ranges.  This is an
896                 optional interface, which not all IO channels may
897                 implement.
898
899         * unix_io.c (unix_write_byte):
900         * test_io.c (test_write_byte): Add implementation of the
901                 write_byte function.
902
903         * closefs.c (write_primary_superblock, ext2fs_flush): Add a new
904                 function which writes the primary superblock.  If the IO
905                 channel supports writing raw bytes directly, only fields
906                 which were modified are written to the disk.  This makes
907                 it safe(r) to use utilities like tune2fs on a mounted
908                 filesystem. 
909
910         * freefs.c (ext2fs_free): Free the original superblock if it is
911                 available. 
912
913         * openfs.c (ext2fs_open): Store a copy of the original superblock
914                 when opening it.
915
916         * ext2fs.h: Add a field to store the original superblock in the
917                 ext2 context structure.
918
919 2000-10-24    <tytso@snap.thunk.org>
920
921         * llseek.c: Add #ifdef's for IA64 (it's a 64-bit platform, so we
922                 don't need to use llseek).
923
924 2000-10-24    <tytso@valinux.com>
925
926         * Makefile.in, ext2fs.h, jfs_dat.h, mkjournal.c: Add functions for
927                 creating an ext3 journal on a filesystem.
928
929 2000-08-21    <tytso@valinux.com>
930
931         * ext2_err.et.in (EXT2_JOURNAL_NOT_BLOCK): Add new error code.
932
933 2000-08-22    <tytso@valinux.com>
934
935         * unix_io.c: Make massive changes to support a multiple block
936                 writethrough cacheing.
937
938         * ext2_io.h: Added flags field to the io_channel structure.
939
940 2000-08-19    <tytso@valinux.com>
941
942         * finddev.c, ext2fs.h, Makefile.in: Add new file, finddev.c, which
943                 provides the function ext2fs_find_block_device().  This
944                 function returns the pathname to a block device, given its
945                 device number.
946
947 2000-07-13    <tytso@valinux.com>
948
949         * Release of E2fsprogs 1.19
950
951 2000-07-07  Theodore Ts'o  <tytso@valinux.com>
952
953         * ext2fs.h (EXT2_LIB_FEATURE_INCOMPAT_SUPP): Add
954                 EXT3_FEATURE_INCOMPAT_RECOVER (aka needs_recovery) to the
955                 list of filesystem flags supported by the library.
956
957 2000-07-04  Theodore Ts'o  <tytso@valinux.com>
958
959         * ext2fs.h: Update to include latest journalling additions to the
960                 superblock.
961
962         * dll/jump.funcs: Add new jumptable entries for
963                 ext2fs_write_bb_FILE, ext2fs_read_bb_FILE2, and
964                 ext2fs_badblocks_equal.
965
966         * tst_badblocks.c: Update test program to test
967                 ext2fs_read_bb_FILE2 and ext2fs_write_FILE.
968
969         * write_bb_file.c (ext2fs_write_bb_FILE): New function which
970                 writes out bad blocks list to a file.
971
972         * read_bb_file.c (ext2fs_read_bb_FILE2): Add new function which
973                 changes the callback function to take two additional
974                 arguments; a private blind pointer supplied by the caller,
975                 and pointer to a char * containing a pointer to the
976                 invalid string.
977
978         * badblocks.c (ext2fs_badblocks_equal): Add new function which
979                 returns true if two badblocks list are equal.
980
981         * Makefile.in: Remove explicit link of -lc in the shared library.
982                 (It shouldn't be necessary, and is harmful in some cases).
983
984 2000-06-10  Theodore Ts'o  <tytso@valinux.com>
985
986         * getsize.c (main): Add debugging code under #ifdef DEBUG
987
988 2000-05-27  Theodore Ts'o  <tytso@valinux.com>
989
990         * mkdir.c (ext2fs_mkdir): Read the parent directory's inode
991                 earlier, so that if there's an error reading it, we can
992                 more cleanly back out of the operation.
993
994 2000-05-25    <tytso@snap.thunk.org>
995
996         * getsize.c (ext2fs_get_device_size): Use open64() instead of
997                 open() if it exists.  Under linux, manually define the
998                 ioctl for BLKGETSIZE if it isn't already defined and it's
999                 safe to do so.
1000
1001         * unix_io.c (unix_open): Use open64() instead of open() if it
1002                 exists. 
1003
1004         * llseek.c: Simplify header includes of unistd.h.  If lseek64 is
1005                 available (and prototypes are defined) use it in
1006                 preference to llseek.
1007
1008         * Makefile: Add hack dependency rule so that parallel makes work
1009                 correctly. 
1010
1011 2000-05-18  Theodore Ts'o  <tytso@valinux.com>
1012
1013         * ext2fs.h: Add appropriate ifdef's to support C++ compilation.
1014
1015 2000-04-03  Theodore Ts'o  <tytso@valinux.com>
1016
1017         * block.c: Readibility tweak in conditionals involving
1018                 ctx->fs->flags.
1019
1020         * ext2fs.h: Use AUTOCONF SIZEOF_* macros if available to determine
1021                 how to define __s64 and __u64.  Turn off "compression is
1022                 experimental" warning if the cpp macro
1023                 I_KNOW_THAT_COMPRESSION_IS_EXPERIMENTAL is defined.
1024
1025 2000-02-11    <tytso@snap.thunk.org>
1026
1027         * ext2fs.h: Define EXT2FS_COMPRESSED_BLKADDR and HOLE_BLKADDR.
1028                 Conditionally include Compression as a supported type if
1029                 ENABLE_COMPRESSION (via --enable-compression) is turned on.
1030
1031         * swapfs.c (ext2fs_swap_super): Swap the compression usage bitmap.
1032
1033 2000-02-08    <tytso@snap.thunk.org>
1034
1035         * bitops.h (ext2fs_mark_generic_bitmap, ext2fs_unmark_generic_bitmap,
1036                 ext2fs_mark_block_bitmap, ext2fs_unmark_block_bitmap,
1037                 ext2fs_mark_inode_bitmap, ext2fs_unmark_inode_bitmap):
1038                 Change to return the previous state of the bit that is
1039                 being marked or unmarked.  For speed optimization.
1040         
1041 2000-02-02  Theodore Ts'o  <tytso@valinux.com>
1042
1043         * getsize.c, ismounted.c: Remove unneeded include of linux/fs.h
1044
1045         * swapfs.c: Remove #ifdef HAVE_EXT2_INODE_VERSION since it's not
1046                 needed any more; we know it will always be i_generation.
1047                 Add support for swapping the high bits of the uid and gid.
1048
1049 1999-11-19    <tytso@valinux.com>
1050
1051         * mkdir.c (ext2fs_mkdir): Only update the parent's inode link
1052                 counts if the link was successful.  Patch suggested by
1053                 jeremy@goop.org.
1054
1055         * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
1056                 the source directory.
1057
1058 1999-11-10    <tytso@valinux.com>
1059
1060         * Release of E2fsprogs 1.18
1061
1062 1999-11-08    <tytso@valinux.com>
1063
1064         * Makefile.in (tst_badblocks): Add freefs.o to the object list,
1065                 since ext2fs_badblocks_list_free was moved to freefs.c.
1066
1067         * tst_badblocks.c: Use the newer badblocks API names.  Add
1068                 duplicate blocks to the test inputs to test dealing with
1069                 adding blocks which are already in the badblocks list.
1070
1071         * badblocks.c (ext2fs_badblocks_list_add): If appending to the end
1072                 of the list, use a shortcut O(1) operations instead of an
1073                 O(n) operation.  (Idea suggested by David Beattie.)
1074
1075         * freefs.c (ext2fs_free): Use ext2fs_badblocks_list_free() instead
1076                 of badblocks_list_free(), to save a procedure call.
1077
1078 1999-10-26    <tytso@valinux.com>
1079
1080         * Release of E2fsprogs 1.17
1081
1082 1999-10-26    <tytso@valinux.com>
1083
1084         * ext2fs.h: Add kludge to deal with the fact that egcs cpp doesn't
1085                 seem to handle ~0UL the same way as they used to.
1086
1087 1999-10-25    <tytso@valinux.com>
1088
1089         * nt_io.c (_OpenNtName): Open the device using
1090                 FILE_SYNCHRONOUS_IO_NONALERT instead of
1091                 FILE_SYNCHRONOUS_IO_ALERT
1092                 (nt_open): At the end of the device open routine, unlock 
1093                 the drive but do not dismount it.
1094
1095         * initialize.c (CREATOR_OS): Use __GNU__ instead of __gnu__ to
1096                 detect the Hurd OS.
1097
1098 1999-10-22    <tytso@valinux.com>
1099
1100         * Release of E2fsprogs 1.16
1101
1102 1999-10-22    <tytso@valinux.com>
1103
1104         * mkdir.c (ext2fs_mkdir): Pass EXT2_FT_DIR flag to ext2fs_link().
1105
1106         * link.c (ext2fs_link): This call now uses the low three bits of
1107                 the flags parameter to pass the directory filetype
1108                 information; it will set the directory entry FILETYPE
1109                 information if the filesystem supports it.
1110
1111         * newdir.c (ext2fs_new_dir_block): If the FILETYPE superblock
1112                 option is set, then create the '.' and '..' entries with
1113                 the filetype set to EXT2_FT_DIR.
1114
1115 1999-09-24    <tytso@valinux.com>
1116
1117         * nt_io.c: New file which supports I/O under Windows NT.
1118
1119 1999-09-07    <tytso@valinux.com>
1120
1121         * ext2fs.h: Add new fields for journalling and define new
1122                 feature bits used by newer filesystems: IMAGIC_INODES,
1123                 HAS_JOURNAL, RECOVER.
1124
1125         * expanddir.c (ext2fs_expand_dir, expand_dir_proc): Change where
1126                 we update the inode block count and size files so that the
1127                 block count field is updated correctly when we create an
1128                 indirect block.
1129
1130 1999-07-18  Theodore Ts'o  <tytso@valinux.com>
1131
1132         * Release of E2fsprogs 1.15
1133
1134 1999-06-23    <tytso@valinux.com>
1135
1136         * swapfs.c (ext2fs_swap_inode): Add compatibility for Linux 2.3
1137                 kernels that use i_generation instead of i_version.  Patch
1138                 supplied by Jon Bright <sircus@sircus.demon.co.uk>.
1139
1140 1999-06-21    <tytso@valinux.com>
1141
1142         * dir_iterate.c (ext2fs_process_dir_block): Check for corrupted
1143                 directory entry before calling the callback function.
1144                 This should prevent some core dumps of insufficiently
1145                 paranoid callback functions.
1146
1147 1999-05-29    <tytso@rsts-11.mit.edu>
1148
1149         * ext2fs.h: Add feature definition for AFS IMAGIC inodes.
1150
1151         * fileio.c (ext2fs_file_open): Remove obsolete comment stating
1152                 that we don't handle writing yet (we do).  Fixed bug where
1153                 we weren't allocating a big enough buffer for ext2_bmap.
1154
1155 1999-05-03    <tytso@rsts-11.mit.edu>
1156
1157         * openfs.c (ext2fs_open): Check to make sure that the number of
1158                 blocks per group is not zero --- if so, it must be a bad
1159                 superblock!
1160
1161 1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1162
1163         * Release of E2fsprogs 1.14
1164
1165 1999-01-07  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1166
1167         * inode.c (ext2fs_read_inode, ext2fs_write_inode): Check to see if
1168                 the inode number is zero; if it's zero, return
1169                 EXT2_ET_BAD_INODE_NUM.
1170
1171 1998-12-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1172
1173         * initialize.c (ext2fs_initialize): Use EXT2_FIRST_INODE instead
1174                 of EXT2_FIRST_INO to ensure compatibility with Linux 1.2
1175                 header files.
1176
1177 Mon Jan  4 02:32:09 1999  Theodore Y. Ts'o  <tytso@mit.edu>
1178
1179         * llseek.c (ext2fs_llseek): Change ext2fs_llseek() in the
1180                 non-Linux case to use EINVAL by default, unless it isn't
1181                 defined, in which case we use EXT2_ET_INVALID_ARGUMENT
1182                 instead.
1183
1184 1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1185
1186         * Release of E2fsprogs 1.13
1187
1188 1998-12-03  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1189
1190         * Makefile.in: Updated dependencies.
1191
1192 1998-09-22  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1193
1194         * initialize.c (ext2fs_initialize): Make sure that we allocate
1195                 enough inodes so that we can make a valid filesystem.
1196
1197 1998-09-02  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1198
1199         * rw_bitmaps.c: Fixed signed/unsigned warnings.
1200
1201         * fileio.c (ext2fs_file_set_size): Remove unneeded extern from the
1202                 function declaration.
1203
1204         * dblist.c (make_dblist): Add safety check in case the dblist
1205                 pointer passed in is null (in which case, assign it to
1206                 fs->dblist).  Fixed some signed/unsigned warnings.
1207
1208         * bmap.c: Make addr_per_block be of type blk_t to avoid
1209                 signed/unsigned warnings.
1210
1211         * namei.c (ext2fs_follow_link): Remove uneeded extern from the
1212                 function declaration.
1213
1214         * get_pathname.c (get_pathname_proc): Use return value from
1215                 ext2fs_get_mem, instead of checking if &gp->name is
1216                 NULL.
1217
1218         * dir_iterate.c (ext2fs_process_dir_block): 
1219         * dblist_dir.c (ext2fs_dblist_dir_iterate): Remove uneeded extern
1220                 from the function declaration.
1221
1222         * block.c (ext2fs_block_iterate2): If the read_inode call fails,
1223                 return the error directly instead of jumping to the
1224                 cleanup routine, since we don't need to do any cleanup.
1225
1226         * alloc_table.c (ext2fs_allocate_group_table): Make this
1227                 function take a dgrp_t for its group argument.
1228
1229         * ext2fs.h: Make dgrp_t an __u32 type, and make
1230                 fs->desc_group_count be of type dgrp_t.
1231
1232 1998-07-27  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1233
1234         * badblocks.c (ext2fs_badblocks_list_add): Use a bigger increment
1235                 than 10 blocks when we need to expand the size of the
1236                 badblocks list.
1237
1238 1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1239
1240         * Release of E2fsprogs 1.12
1241
1242 1998-06-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1243
1244         * closefs.c (ext2fs_flush): Update the s_block_group_nr field as
1245                 appropriate for all of the block group copies, so that
1246                 it's clear where the beginning of the filesystem is on the
1247                 disk.  (For when the partition table gets scrod.)
1248
1249         * ext2fs.h: Change the name of the feature from
1250                 EXT2_FEATURE_INCOMPAT_DIRNAME_SIZE to
1251                 EXT2_FEATURE_INCOMPAT_FILESIZE (to match with the kernel).
1252
1253 1998-06-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1254
1255         * inode.c (get_next_blockgroup): Fix bug where if
1256                 get_next_blockgroup() is called early because of a missing
1257                 inode table in a block group, the current_inode counter
1258                 wasn't incremented correctly.
1259
1260 1998-06-16  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1261
1262         * read_bb.c (ext2fs_read_bb_inode): Make function more robust
1263                 against a completely trashed bad block inode.
1264
1265 1998-06-10  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1266
1267         * alloc_tables.c (ext2fs_allocate_group_table): Fix bug so that if
1268                 the stride length hits a bad value, we retry the block
1269                 allocation starting at the beginning of the block group.
1270
1271         * ext2fs.h, bb_inode.c, block.c, bmove.c, dir_iterate.c,
1272                 expanddir.c, ext2fsP.h, read_bb.c: Change blkcnt_t to be
1273                 e2_blkcnt_t to avoid collision with LFS API.
1274
1275 1998-05-01  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1276
1277         * initialize.c (ext2fs_initialize): Initialize s_inodes_count in a
1278                 way that avoids overflows on disk sizes greater than 4GB.
1279
1280 1998-04-28  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1281
1282         * ext2fs.h: Define EXT2_QSORT_TYPE appropriately for the
1283                 return type for comparison functions for qsort.
1284
1285         * dblist.c (dir_block_cmp): Use EXT2_QSORT_TYPE in function
1286                 declaration.
1287
1288 1998-04-26  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1289
1290         * ext2fs.h, bitops.h: Add support for the Watcom C compiler to do
1291                 inline functions.
1292
1293         * ext2fs.h, dosio.c: Use asm/types.h instead of linux/types.h to
1294                 evade a potential problem with glibc's header files trying
1295                 to spike out linux/types.h.
1296
1297         * ext2fs.h (ext2fs_resize_mem): Change the function prototype to
1298                 include the old size of the memory, which is needed for
1299                 some braindamaged memory allocation systems that don't
1300                 support realloc().
1301
1302         * badblocks.c (ext2fs_badblocks_list_add):
1303           bb_inode.c (clear_bad_block_proc):
1304           dblist.c (ext2fs_add_dir_block):
1305           icount.c (insert_icount_el):
1306           irel_ma.c (ima_put):
1307           rs_bitmap.c (ext2fs_resize_generic_bitmap): Update functions to
1308                   pass the old size of the memory to be resized to
1309                   ext2fs_resize_mem(). 
1310
1311 1998-03-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1312
1313         * Makefile.in: Change to use new installation directory variables
1314                 convention.  Fix uninstall rules to take $(DESTDIR) into
1315                 account.
1316
1317 1998-03-29  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1318
1319         * ext2fs.h: If __STRICT_ANSI__ is defined and we're on a platform
1320                 with 32 bit longs, then we need to manually define __s64
1321                 and __u64, since the current kernel header files don't
1322                 define these if __STRICT_ANSI__ is defined.  This is a
1323                 problem if we are compiling with full GCC warnings, since
1324                 we do need 64 bit support.
1325         
1326         * Makefile.in (OBJS): Remove bmove.o from files to be built,
1327                 since we're not using ext2fs_move_blocks() and there
1328                 is some question as to its usefulness in its current
1329                 form.
1330
1331         * bmap.c (block_bmap): Remove unused function.
1332
1333         * bmove.c (process_block): Fix -Wall warning.
1334
1335 1998-03-23  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1336
1337         * block.c (ext2fs_block_iterate3): Make the ref_offset field
1338                 contain the offset into the inode.i_blocks array when
1339                 ref_block is zero.  Since we haven't done a formal
1340                 release of e2fsprogs since block_iterate2 was first
1341                 introduced, I removed block_iterate2, and renamed
1342                 block_iterate3 to be block_iterate2.
1343
1344         * bb_inode.c, bmove.c, dblist_dir.c, dir_iterate.c,
1345                 expanddir.c, ext2fs.h, ext2fsP.h, read_bb.c: Change
1346                 use of block_iterate and block_iterate2 to
1347                 block_iterate2 with the new prototype for the
1348                 interator function.  (using blkcnt_t forr blockcount)
1349
1350 1998-03-21  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1351
1352         * ext2fs.h: Add new superblock fields (s_algorithm_usage_bitmap, 
1353                 s_prealloc_blocks, s_prealloc_dir_blocks).  Added
1354                 conditional defines of new features COMPAT_DIR_PREALLOC,
1355                 RO_COMPAT_LARGE_FILE RO_COMPAT_BTREE_DIR,
1356                 INCOMPAT_COMPRESSION, INCOMPAT_DIRNAME_SIZE.  Changed
1357                 the library to declare that we support COMPAT_DIR_PREALLOC, 
1358                 INCOMPAT_DIRNAME_SIZE, RO_COMPAT_LARGE_FILE.
1359
1360         * fileio.c: Rename function ext2fs_file_llseek to be
1361                 ext2fs_file_lseek, which is more accurate.
1362
1363         * block.c: Add new function ext2fs_block_iterate3 which calls
1364                 the iterator function with the blockcount argument of
1365                 type blkcnt_t.  This version of the function is
1366                 allowed to handle large files; the other fucntions are
1367                 not.
1368
1369         * ext2fs.h: Add new type blkcnt_t
1370
1371         * ext2_err.et.in: Add error code EXT2_ET_FILE_TOO_BIG
1372
1373         * block.c (ext2fs_block_iterate2): Fix bug where the block count
1374                 field wasn't getting correctly incremented for sparse
1375                 files when the indirect or doubly-indirect block
1376                 specified in the inode was zero.
1377
1378 Sun Mar  8 22:42:47 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1379
1380         * unlink.c (unlink_proc): 
1381         * lookup.c (lookup_proc): 
1382         * link.c (link_proc): 
1383         * get_pathname.c (get_pathname_proc): 
1384         * dir_iterate.c (ext2fs_process_dir_block): Mask off high 8 bits
1385                 from dirent->name_len, so it can be used for other
1386                 purposes.
1387
1388         * ext2fs.h: Add definition of EXT2_FEATURE_INCOMPAT_DIRNAME_SIZE,
1389                 and indicate that we have support for this incompatible
1390                 option.
1391
1392 Mon Feb 23 08:46:33 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1393
1394         * ext2_err.et.in: Added new error code, EXT2_ET_CANCEL_REQUESTED.
1395
1396 Fri Feb 20 23:58:01 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1397
1398         * dblist.c (ext2fs_get_num_dirs): Improve the estimation of the
1399                 number of directories when the block group information is
1400                 unreliable.
1401
1402 1998-02-20  Theodore Y. Ts'o  <tytso@edt.mit.edu>
1403
1404         * inode.c (ext2fs_get_next_inode): Always do the check to see if the
1405                 inode table is missing so that we catch the case where the
1406                 first block group is missing.
1407
1408         * getsize.c, ismounted.c, unix_io.c: #include errno.h since it's
1409                 needed.
1410
1411 Mon Feb 16 16:16:00 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1412
1413         * ext2_io.h, ext2fs.h: Protect against being included multiple times.
1414
1415         * bmove.c: #include ext2fsP.h instead of "ext2fs/ext2fs.h"
1416
1417         * test_io.c (test_flush): Add a debugging printf when the flush
1418                 method is called.
1419
1420         * rw_bitmaps.c (ext2fs_read_bitmaps): If the bitmaps are already
1421                 read in, return right away.
1422
1423 Sun Feb  1 08:20:24 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1424
1425         * bitops.h: Don't try to do i386 inline asm functions if the
1426                 compiler isn't GCC.
1427
1428         * ext2fs.h: If EXT2_FLAT_INCLUDES is defined, #include e2_types.h,
1429                 instead of linux/types.h, and e2_bitops.h instead of
1430                 ext2fs/bitops.h.
1431
1432         * icount.c, version.c: Don't #include <et/com_err.h>, as it isn't
1433                 necessary. 
1434
1435 Sat Jan 17 13:13:31 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1436
1437         * inode.c (ext2fs_open_inode_scan): Initialize the group variables
1438                 so that we don't need to call get_next_blockgroup() the
1439                 first time around.  Saves a bit of time, and prevents us
1440                 from needing to assign -1 to current_group (which is an
1441                 unsigned value).
1442
1443         * icount.c (insert_icount_el): Cast the estimated number of inodes
1444                 from a float to an ino_t.
1445
1446         * alloc.c, alloc_tables.c, badlbocks.c, bb_compat.c, bb_inode.c,
1447                 bitmaps.c, bitops.c, block.c, bmap.c, bmove.c, brel_ma.c,
1448                 check_desc.c, closefs.c, cmp_bitmaps.c, dblist.c,
1449                 dblist_dir.c, dir_iterate.c, dirblock.c, dupfs.c,
1450                 expanddir.c, ext2fs.h, fileio.c, freefs.c,
1451                 get_pathname.c, getsize.c, icount.c, initialize.c,
1452                 inline.c, inode.c, irel_ma.c, ismounted.c, link.c,
1453                 lookup.c, mkdir.c, namei.c, native.c, newdir.c,
1454                 openfs.c, read_bb.c, read_bb_file.c, rs_bitmap.c,
1455                 rw_bitmaps.c, swapfs.c, test_io.c, tst_badblocks.c,
1456                 tst_getsize.c, tst_iscan.c, unix_io.c, unlink.c,
1457                 valid_blk.c, version.c: If EXT2_FLAT_INCLUDES is
1458                 defined, then assume all of the
1459                 ext2-specific header files are in a flat directory.
1460
1461         * block.c, bmove.c, dirblock.c, fileio.c: Explicitly cast
1462                 all assignments from void * to be compatible with C++.
1463
1464 Tue Jan  6 11:28:15 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1465
1466         * closefs.c (ext2fs_flush): Add a call to io_channel_flush() to
1467                 make sure the contents of the disk are flushed to disk.
1468
1469 Mon Dec 29 14:39:13 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1470
1471         * dblist.c (ext2fs_add_dir_block): Change new to be new_entry to
1472                 avoid C++ namespace clash.
1473
1474         * bitmaps.c (ext2fs_copy_bitmap): Change new to be new_map to
1475                 avoid C++ namespace clash.
1476
1477         * ext2fs.h, bb_inode.c, block.c, bmove.c, brel.h, brel_ma.c,
1478                 irel.h, irel_ma.c, dblist.c, dblist_dir.c, dir_iterate.c,
1479                 ext2fsP.h, expanddir.c, get_pathname.c, inode.c, link.c,
1480                 unlink.c: Change private to be priv_data (to avoid C++
1481                 namespace clash)
1482
1483 Fri Nov 28 09:26:31 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1484
1485         * dblist.c (ext2fs_get_num_dirs): Make ext2fs_get_num_dirs more
1486                 paranoid about validating the directory counts from the
1487                 block group information.
1488
1489         * all files: Don't include stdlib.h anymore; include it in
1490                 ext2_fs.h, since that file requires stdlib.h
1491
1492 Thu Nov 20 16:07:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1493
1494         * expanddir.c (ext2fs_expand_dir): Check to make sure the block
1495                 bitmap is loaded, and return an error if it is not.
1496                 (expand_dir_proc): Only use ext2fs_write_dir_block when
1497                 writing a directory block, not when writing out a fresh
1498                 indirect block.
1499
1500 Tue Nov 11 22:46:45 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1501
1502         * Makefile.in, tst_getsize.c: Added new file which is used to test
1503                 the ext2fs_get_device_size function.
1504
1505         * ext2_err.et.in (EXT2_ET_UNIMPLEMENTED): Added new error code.
1506
1507 Sun Nov  2 20:36:13 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1508
1509         * ext2fs.h: Make ext2fs_get_mem take an unsigned argument.
1510
1511         * fileio.c (ext2fs_file_get_size, ext2fs_file_set_size,
1512                 ext2fs_file_get_fs): New functions added.
1513
1514
1515 Fri Oct 31 12:16:52 1997    <tytso@EDT.MIT.EDU>
1516
1517         * bitops.c (ext2fs_warn_bitmap, ext2fs_warn_bitmap2): Don't call
1518                 com_err if OMIT_COM_ERR is defined.
1519
1520 Thu Oct 30 11:33:57 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1521
1522         * Rename new error codes to _ET_ in them for consistency.
1523
1524 Sat Oct 25 00:06:58 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1525
1526         * [all files, basically]: Added definition of ext2fs_get_mem, 
1527                 ext2fs_free_mem, and ext2fs_resize_mem in ext2fs.h, and
1528                 changed all library routines to use these wrapper functions.
1529
1530         * dblist.c, mkdir.c: use EXT2_DIR_EXISTS and EXT2_DB_NOT_FOUND
1531                 instead of the system error messages.
1532         
1533         * ext2_err.et.in: Added new error messages EXT2_DIR_EXISTS and
1534                 EXT2_DB_NOT_FOUND
1535
1536         * ext2fs.h: Added function declarations and constants for bmap.c
1537                 and fileio.c.
1538
1539         * ext2_err.et.in: Added new error messages EXT2_FILE_RO and
1540                 EXT2_ET_MAGIC_EXT2_FILE
1541
1542         * Makefile.in: Added files bmap.c and fileio.c, and temporarily
1543                 commented out brel_ma.c and irel_ma.c
1544
1545         * bmap.c: New file which maps a file's logical block number to its
1546                 physical block number.
1547
1548         * fileio.c: New file which implements simple file reading and
1549                 writing primitives.
1550
1551         * alloc.c (ext2fs_alloc_block): New function which allocates a
1552                 block, zeros it, and updates the filesystem accounting
1553                 records appropriately.
1554
1555 Wed Oct 22 16:47:27 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1556
1557         * ext2_err.et.in: Added new error codes: EXT2_NO_MEMORY,
1558                 EXT2_INVALID_ARGUMENT, EXT2_BLOCK_ALLOC_FAIL,
1559                 EXT2_INODE_ALLOC_FAIL, EXT2_NOT_DIRECTORY
1560
1561         * Change various library files to use these functions instead of
1562                 EINVAL, ENOENT, etc.
1563
1564 Mon Oct 20 19:32:40 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1565
1566         * llseek.c: Check HAVE_LLSEEK_PROTOTYPE to see whether or not we
1567                 need to declare llseek().
1568
1569 Sun Oct 19 18:56:22 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1570
1571         * Rename io.h to be ext2_io.h (avoid namespace collisions)
1572
1573         * Add #ifdef's for HAVE_SYS_STAT_H and HAVE_SYS_TYPES_H
1574
1575 Fri Oct  3 13:35:59 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1576
1577         * llseek.c (ext2fs_llseek): Fix type error for ext2fs_llseek()
1578
1579         * icount.c (ext2fs_icount_validate): 
1580         * bmove.c (process_block): Fix lint error in type for fprintf().
1581
1582 Mon Sep 15 11:45:09 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1583
1584         * inode.c (ext2fs_check_directory): Add support for the callback
1585                 to return the error code EXT2_ET_CALLBACK_NOTHANDLED.
1586
1587 Thu Sep  4 12:28:22 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1588
1589         * bitmaps.c (ext2fs_set_bitmap_padding): New function which sets the
1590                 padding of the bitmap to be all one's.
1591
1592 Wed Sep  3 14:27:30 1997  Theodore Y. Ts'o  <tytso@edt.mit.edu>
1593
1594         * llseek.c: Added missing semicolon to glibc fixup declaration of
1595         llseek().
1596
1597         * bmove.c: Add #include of errno.h
1598
1599 Sat Aug 23 22:47:46 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1600
1601         * Makefile.in (ELF_SO_VERSION): Bump version to be 2.4 since we've
1602                 added a new field to the io_channel (app_data).
1603
1604         * io.h: Add a new element to the io_channel structure, app_data.
1605
1606         * initialize.c, openfs.c: Set io->app_data to point at the
1607                 filesystem handle.
1608
1609 Thu Aug 14 08:14:17 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1610
1611         * io.h: Change the prototype of ext2fs_llseek() to use int's
1612                 instead of unsigned int's.
1613
1614         * llseek.c: Change to allow PIC and !HAVE_LLSEEK.  Add a prototype
1615                 to make life easer for GNU Libc 2.
1616
1617         * rw_bitmaps.c: On the PowerPC, the big-endian variant of the ext2
1618                 filesystem has its bitmaps stored as 32-bit words with bit
1619                 0 as the LSB of each word.  Thus a bitmap with only bit 0
1620                 set would be, as a string of bytes, 00 00 00 01 00 ...  To
1621                 cope with this, we byte-reverse each word of a bitmap if
1622                 we have a big-endian filesystem, that is, if we are *not*
1623                 byte-swapping other word-sized numbers.
1624
1625 Mon Aug 11 03:30:48 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1626
1627         * dosio.c: New file to do DOS/BIOS disk accesses.
1628
1629         * namei.c (open_namei): Make pathlen be of type size_t.
1630
1631         * llseek.c: Always #include stdlib.h since it's need to define
1632                 size_t.  
1633
1634         * io.h: Use errcode_t for magic numbers.
1635
1636         * icount.c (get_icount_el): Use size_t where appropriate
1637         
1638         * dupfs.c (ext2fs_dup_handle): 
1639         * dblist.c (dir_block_cmp): Use size_t where appropriate.
1640
1641         * read_bb.c (ext2fs_read_bb_inode): 
1642         * cmp_bitmaps.c (ext2fs_compare_inode_bitmap): Use blk_t, ino_t
1643                 and size_t where appropriate.
1644
1645         * closefs.c (ext2fs_flush): Use dgrp_t instead of int where
1646                 appropriate.
1647
1648         * openfs.c (ext2fs_open): 
1649         * check_desc.c (ext2fs_check_desc): Use blk_t instead of int where
1650                 appropriate.
1651
1652         * rw_bitmaps.c (read_bitmaps): 
1653         * irel_ma.c: 
1654         * inode.c (ext2fs_write_inode): 
1655         * initialize.c (ext2fs_initialize):
1656         * brel_ma.c: Fix to make be 16-bit safe.
1657
1658         * link.c (ext2fs_link): 
1659         * unlink.c (ext2fs_unlink):
1660         * lookup.c (lookup_proc): 
1661         * ismounted.c (ext2fs_check_if_mounted): 
1662         * block.c (xlate_func): Add #pragma argsused for Turbo C.
1663
1664 Sun Aug 10 10:05:22 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1665
1666         * block.c (ext2fs_block_iterate2): Use retval which is a errcode_t
1667                 type.
1668
1669         * bitmaps.c (make_bitmap): Use size_t instead of int where
1670                 appropriate.
1671
1672         * bb_inode.c (set_bad_block_proc): Add #pragma argsused for Turbo C.
1673
1674         * alloc.c (ext2fs_new_inode): Use ino_t instead of int for the
1675                 group number.
1676
1677         * get_pathname.c: Use ino_t instead of int where appropriate.
1678
1679         * ext2fs.h: Make the magic structure element be errcode_t instead
1680                 of int.
1681
1682         * alloc.c alloc_tables.c badblocks.c bb_compat.c bb_inode.c
1683                 bitmaps.c block.c bmove.c brel_ma.c check_desc.c closefs.c
1684                 cmp_bitmaps.c dblist.c dblist_dir.c dir_iterate.c
1685                 dirblock.c dupfs.c expanddir.c freefs.c get_pathname.c
1686                 icount.c initialize.c inline.c inode.c irel_ma.c link.c
1687                 llseek.c lookup.c mkdir.c namei.c newdir.c read_bb.c
1688                 read_bb_file.c rs_bitmap.c rw_bitmaps.c swapfs.c 
1689                 test_io.c tst_badblocks.c tst_iscan.c unix_io.c unlink.c
1690                 valid_blk.c version.c: Add an #ifdef for HAVE_UNISTD_H
1691
1692 Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1693
1694         * unix_io.c (unix_read_blk): If ext2fs_llseek() fails, but errno
1695                 is zero, then return EXT2_IO_LLSEEK_FAILED.
1696
1697         * ext2_err.et.in: Add a new error code, EXT2_IO_LLSEEK_FAILED.
1698
1699         * Release of E2fsprogs 1.11
1700
1701 Mon Jun 16 23:53:06 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1702
1703         * dblist.c (ext2fs_dblist_count): Added new function which returns
1704                 the number of directory blocks in dblist.
1705
1706 Sat Jun 14 01:39:13 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1707
1708         * unix_io.c (unix_flush): Make the io_channel flush function do a
1709                 fsync to flush the kernel buffers to disk.
1710
1711 Wed Jun 11 18:25:31 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1712
1713         * inode.c (ext2fs_inode_scan_goto_blockgroup): Fix bug; the
1714                 current inode number wasn't being set by the
1715                 goto_blockgroup function.
1716
1717 Mon Jun  9 10:45:48 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1718
1719         * bmove.c (ext2fs_move_blocks): New function which takes a bitmap
1720                 of blocks which need to be moved, and moves those blocks
1721                 to another location in the filesystem.
1722
1723         * rs_bitmap.c (ext2fs_resize_generic_bitmap): When expanding a
1724                 bitmap, make sure all of the new parts of the bitmap are
1725                 zero. 
1726
1727 Sun Jun  8 16:24:39 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1728
1729         * bitmaps.c (ext2fs_copy_bitmap): Fix bug; the destination bitmap
1730                 wasn't being returned to the caller.
1731
1732         * alloc_tables.c (ext2fs_allocate_group_table): Add new function
1733                 ext2fs_allocate_group_table() which sets the group tables
1734                 for a particular block group.  The relevant code was
1735                 factored out of ext2fs_allocate_tables().
1736
1737         * dblist.c (make_dblist): Adjust the initial size of the directory
1738                 block list to be a bit more realistic (ten plus twice the
1739                 number of directories in the filesystem).
1740
1741 Thu May  8 22:19:09 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1742
1743         * badblocks.c (ext2fs_badblocks_list_test): Fix bug where
1744                 ext2fs_badblocks_list_test would test the list (and exceed
1745                 array boundaries) if there were no bad blocks on the bad
1746                 blocks list.  (Showed up when user tried: mke2fs -c -b 4096).
1747
1748 Thu Apr 24 12:16:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
1749
1750         * Release of E2fsprogs version 1.10
1751
1752 Thu Apr 24 10:13:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
1753
1754         * alloc_tables.c (ext2fs_allocate_tables): Correctly place the
1755                 inode and block bitmaps based on the RAID 0 stride
1756                 parameter (which is passed by mke2fs).
1757
1758         * ext2fs.h: Add "stride" parameter to ext2_filsys, to be used by
1759                 mke2fs to communicate the stride length to
1760                 ext2fs_allocate_tables()
1761
1762 Wed Apr 23 21:50:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
1763
1764         * initialize.c (ext2fs_initialize): Fix to compile under Linux 1.2
1765                 systems.  (We can't assume that the new filesystem types
1766                 are supported.)
1767
1768 Wed Apr 23 18:40:53 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1769
1770         * alloc_tables.c (ext2fs_allocate_tables): Make sure that we
1771                 allocate the inode and block bitmaps inside block group at
1772                 all times.
1773
1774 Mon Apr 21 00:06:28 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1775
1776         * alloc.c (ext2fs_new_block): Fix bug where if goal==0 and the
1777                 filesystem has no free blocks, ext2fs_new_block would loop
1778                 forever.
1779
1780         * dupfs.c (ext2fs_dup_handle): Duplicate an ext2 filesystem handle
1781
1782         * freefs.c (ext2fs_free_inode_cache): Decrement refcount and only
1783                 free if refcount goes to zero.
1784
1785         * inode.c (create_icache): Initialize refcount to 1.
1786
1787         * ext2fsP.h: Added refcount to ext2_inode_cache
1788
1789         * dblist.c (ext2fs_copy_dblist): New function to copy a directory
1790                 block list.
1791
1792         * badblocks.c (ext2fs_badblocks_copy): New function to copy a
1793                 badblocks structure.
1794
1795 Sun Apr 20 23:19:51 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1796
1797         * bitmaps.c (ext2fs_copy_bitmap): New function to copy a bitmap.
1798
1799         * unix_io.c, test_io.c (unix_open, test_open): Initialize the
1800                 refcount to 1.
1801                 (unix_close, test_close): Decrement the refcount and only
1802                 close the io_channel if the refcount goes to 0.
1803
1804         * io.h: Add refcount to the io_channel structure.  Add new macro
1805                 interface io_channel_bumpcount() to bump the refcount.
1806
1807 Thu Apr 17 20:25:03 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1808
1809         * inode.c (ext2fs_read_inode, ext2fs_write_inode): Use the inode
1810                 cache in the filesystem handle, instead of the inode cache
1811                 in a static variable.
1812
1813         * freefs.c: Added static function to free the inode cache (called by
1814                 ext2fs_free). 
1815
1816         * ext2fsP.h: Added definition of the ext2_inode_cache structures.
1817
1818         * ext2fs.h: Added pointer to the inode_cache structure.
1819
1820         * block.c (block_iterate_ind, block_iterate_dind, 
1821                 block_iterate_tind): If there are holes in the indirect,
1822                 doubly indirect, or triply indirect blocks, increment the
1823                 block count field automatically.
1824
1825 Thu Apr 17 12:23:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1826
1827         * Release of E2fsprogs version 1.09
1828
1829 Mon Apr 14 20:38:56 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1830
1831         * version.c (ext2fs_parse_version_string): Check the passed in
1832                 version string (instead of the hard-coded one).
1833
1834         * alloc_tables.c (ext2fs_allocate_tables): If the last block is
1835                 greater filesystem size, clamp it to prevent allocating a
1836                 block or inode bitmap beyond the filesystem.
1837
1838         * initialize.c (ext2fs_initialize): Fix bug where the metatdata
1839                 overhead calculation was accidentally removed.
1840
1841 Fri Apr 11 18:56:26 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1842
1843         * Release of E2fsprogs version 1.08
1844
1845 Thu Apr 10 13:15:15 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1846
1847         * dblist.c (ext2fs_set_dir_block): New function which sets the
1848                 block of a dblist entry, given the directory inode and
1849                 blockcnt.
1850
1851 Sat Apr  5 12:42:42 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1852
1853         * alloc_tables.c (ext2fs_allocate_tables): Allocate the bitmap and
1854                 inode bitmaps at staggered locations across the block
1855                 groups, to avoid concentrating the bitmaps on a small
1856                 number of disks when using striped RAID arrays.
1857
1858         * initialize.c (ext2fs_initialize): By default, choose the maximum
1859                 possible number of blocks per group (based on the size of
1860                 the bitmaps in the blocksize).
1861
1862 Fri Apr  4 11:28:16 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1863
1864         * initialize.c (ext2fs_initialize): Add support for
1865                 EXT2_COMPAT_SPARSE_SUPER feature.
1866
1867         * closefs.c (ext2fs_bg_has_super): New function to determine
1868                 whether or a particular block group should have a
1869                 superblock and block group descriptor.  Used for the
1870                 EXT2_COMPAT_SPARSE_SUPER feature is turned on.
1871                 (ext2fs_flush):  Check ext2fs_bg_has_super to see whether
1872                 or not the superblock should be written out for the block
1873                 group. 
1874
1875         * ext2fs.h (EXT2_COMPAT_SPARSE_SUPER): Define compatibility flag
1876                 for sparse duplicate superblocks.
1877
1878         * version.c (ext2fs_get_library_version): New function which
1879                 returns the library version.
1880
1881         * version.c (ext2fs_parse_version_string): New function which
1882                 parses a version string and returns a version number,
1883                 so application programs can compare version numbers as
1884                 integers.
1885
1886 Wed Mar 26 00:43:52 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1887
1888         * icount.c (ext2fs_create_icount): Change function so that it also
1889                 takes a new argument which contains a "hint" icount
1890                 structure.  This "hint" icount allows the create function
1891                 to set up the sorted list in advance.  This reduces
1892                 significantly the amount of data moving needed to insert
1893                 these inodes into the list later.
1894         
1895         * icount.c (ext2fs_icount_validate): New function which validates
1896                 that the icount structure's rep invariant.
1897
1898         * icount.c (get_icount_el): Completely revamped implementation
1899                 to subsume put_icount_el().  Put_icount_el() used to
1900                 use an O(N) implementation to insert in the middle
1901                 of the icount list.  It now uses a O(ln N) to search
1902                 for where the icount should be inserted, and then uses
1903                 a memcpy to move the list down (instead of a for loop).
1904         
1905         * icount.c (ext2fs_icount_fetch, ext2fs_icount_store,
1906                 ext2fs_icount_increment, ext2fs_icount_decrement): Check
1907                 to see if the inode is within bounds; if it isn't, return
1908                 EINVAL.
1909
1910         * bitops.h (ext2fs_test_generic_bitmap): Fix error message given
1911                 when a bad inode number is passed to test_generic_bitmap
1912                 to be EXT2FS_TEST_ERROR instead of the wrong
1913                 EXT2FS_UNMARK_ERROR.
1914
1915 Wed Mar 12 13:32:05 1997  Theodore Y. Ts'o  <tytso@mit.edu>
1916
1917         * Release of E2fsprogs version 1.07
1918
1919 Sun Mar  2 16:46:18 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1920
1921         * Makefile.in (ELF_VERSION): Change version to be 2.2
1922
1923 Tue Feb 11 14:54:02 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1924
1925         * alloc.c (ext2fs_get_free_blocks): Change routine to use
1926                 ext2fs_fast_test_block_bitmap_range().
1927
1928         * bitops.h (ext2fs_fast_test_block_bitmap_range,
1929                 ext2fs_test_block_bitmap_range: New inline functions which
1930                 test to see whether a contiguous range of blocks is
1931                 available.
1932
1933 Thu Feb  6 10:00:13 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1934
1935         * badblocks.c (ext2fs_badblocks_list_create): Rename sybmols to use
1936                 use ext2fs_badblocks_* instead of badblocks_*
1937
1938         * bb_compat.c: New file which translates between old badblocks_*()
1939                 names to ext2fs_badblocks_*()
1940
1941         * unlink.c (ext2fs_unlink): New file, moved ext2fs_unlink() from
1942                 link.c (since e2fsck doesn't use ext2fs_unlink()).
1943
1944         * rs_bitmap.c (ext2fs_resize_generic_bitmap): New file, contains
1945                 bitmap resizing routine moved from bitmaps.c, since e2fsck
1946                 doesn't need to use this function.
1947
1948         * lookup.c (ext2fs_lookup): Moved ext2fs_lookup to its own file,
1949                 since e2fsck only needs ext2fs_lookup.
1950
1951 Mon Feb  3 10:11:40 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1952
1953         * inode.c (ext2fs_open_inode_scan): Set fs->badblocks if it is not
1954                 already set; this is needed so that programs like dump
1955                 which use the inode scan functions will deal with
1956                 filesystems that have bad blocks in the inode table.
1957
1958 Sun Feb  2 00:17:36 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1959
1960         * ext2fs.h (struct_badblocks_list, struct_badblocks_iterate): 
1961                 Moved to ext2fsP.h, since it doesn't need to be part of
1962                 the public interface.
1963
1964         * dir_iterate.c: Move ext2_dir_iterate out of namei.c.
1965
1966 Sat Feb  1 10:14:55 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1967
1968         * dblist.c (ext2fs_get_num_dirs): New file, which implements a
1969                 directory block list abstraction.  (Code moved from
1970                 e2fsck).
1971
1972         * ext2fs.h, inode.c: Moved definition of ext2_struct_inode_scan to
1973                 to inode.c (since no one else should be peeking inside it!)
1974
1975         * valid_blk.c (ext2_inode_has_valid_blocks): New function.
1976
1977         * openfs.c (ext2fs_open): Check the feature set in the ext2
1978                 superblock, and refuse to open filesystems if they contain
1979                 incompatible features.  (Can be overriden with the
1980                 EXT2_FLAG_FORCE 
1981
1982 Sun Jan 12 11:31:46 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1983
1984         * block.c (ext2fs_block_iterate2): Added new function
1985                 ext2fs_block_iterate2 which changes the function
1986                 signature of the callback function to include the
1987                 referencing block and offset.
1988
1989         * inode.c (ext2fs_inode_scan_goto_blockgroup): Added new function
1990                 ext2fs_inode_scan_goto_blockgroup which allows an
1991                 application to jump to a particular block group while
1992                 doing an inode scan.
1993
1994 Wed Jan  1 23:50:12 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1995
1996         * dirblock.c: Include string.h, since we use memcpy().
1997
1998 Tue Dec  3 12:27:29 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
1999
2000         * getsize.c (ext2fs_get_device_size): The ioctl BLKGETSIZE returns
2001                 a long not an int; this doesn't matter on i386 machines,
2002                 but it does on Alpha's.
2003         
2004 Fri Nov 29 20:57:37 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2005
2006         * inode.c (ext2fs_write_inode, ext2fs_read_inode): If the inode
2007                 table pointer is NULL, then return an error indicating
2008                 that the inode table is missing.
2009                 (get_next_blockgroup, get_next_blocks,
2010                 ext2fs_get_next_inode): Don't treat a missing inode table
2011                 as permanent error.  Return MISSING_INODE_TABLE, but as an
2012                 advisory error code, much like BAD_BLOCK_IN_INODE_TABLE.
2013
2014         * rw_bitmaps.c (ext2fs_write_block_bitmap,
2015                 ext2fs_write_inode_bitmap): If the inode or block bitmap
2016                 block is zero, then don't write out the inode or block
2017                 bitmap.  The idea here is to avoid stomping on the
2018                 superblock.
2019                 (read_bitmaps): If the inode or block bitmap block is
2020                 zero, then fill in that portion of the inode or block
2021                 bitmap with all zeros.
2022
2023         * inode.c (ext2fs_get_next_inode): Fix bug in handling of bad
2024                 blocks in inode table when the inode table size is
2025                 non-standard (and can therefore span blocks).
2026
2027 Tue Oct 29 20:13:14 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2028
2029         * alloc.c (ext2fs_new_block): Fix fencepost error in
2030                 ext2fs_new_block; make sure we don't try to allocate the
2031                 first block beyond the end of the filesystem.
2032
2033 Mon Oct 14 11:00:48 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2034
2035         * inode.c (check_for_inode_bad_blocks): New function called by
2036                 get_next_blocks() to avoid reading in bad blocks marked in
2037                 fs->badblocks.  Inodes located in bad blocks are returned
2038                 by ext2fs_get_next_inode() returns the error code 
2039                 EXT2_ET_BAD_BLOCK_IN_INODE_TABLE.
2040         
2041         * alloc_tables.c (ext2fs_allocate_tables): New function which
2042                 performs the part of mke2fs's job of allocating the 
2043                 filesystem tables.
2044
2045         * test_io.c (test_close): IO manager which is used for testing
2046                 purposes.
2047
2048 Sun Oct 13 04:31:57 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2049
2050         * inode.c (ext2fs_get_next_inode): Separate out the function of
2051                 setting up for a new block group to get_next_blockgroup().
2052                 Separate out the function of reading in blocks of the
2053                 inode table to get_next_blocks().
2054
2055         * ext2fs.h: Add the badblocks list to the ext2_filsys entry
2056
2057         * badblocks.c (badblocks_list_add, badblocks_list_test): Add
2058                 blocks to the badblock list in sorted order.  This allows
2059                 badblocks_list_test to be coded using a binary search for
2060                 speed.
2061
2062 Tue Oct  8 02:02:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2063
2064         * Release of E2fsprogs version 1.06
2065
2066 Mon Oct  7 00:44:17 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2067
2068         * ext2fs.h, block.c, closefs.c, dirblock.c, inode.c, native.c,
2069                 open.c: Change EXT2_SWAP to EXT2_FLAG_SWAP for
2070                 consistency's sake.
2071         
2072         * closefs.c (ext2fs_flush): If the flag EXT2_MASTER_SB_ONLY is
2073                 set, then only write out the master superblock.
2074
2075 Sun Oct  6 21:45:26 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2076
2077         * block.c (ext2fs_block_iterate): Fixed bug which caused
2078                 block_iterate to fail to handle HURD created filesystems;
2079                 it tested the inode translator field before the inode was
2080                 loaded.
2081
2082 Tue Sep 17 14:08:24 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2083
2084         * initialize.c (ext2fs_initialize): Make sure the description for
2085                 the inode bitmap is set correctly.
2086
2087         * bitmaps.c (ext2fs_allocate_generic_bitmap): Fix minor type typo.
2088
2089 Thu Sep 12 15:23:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2090
2091         * Release of E2fsprogs version 1.05
2092
2093 Sat Sep  7 07:36:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2094
2095         * initialize.c: Override the kernel's idea of default
2096                 checkinterval from 0 (never) to 180 days.
2097
2098 Wed Aug 28 03:20:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2099
2100         * namei.c (ext2fs_namei_follow): New function which follows
2101                 symbolic link (if any) at the target.
2102
2103 Tue Aug 27 01:48:43 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2104
2105         * inode.c (ext2fs_read_inode, ext2fs_write_inode): Add support
2106                 for shortcut function fs->read_inode() and fs->write_inode().
2107                 Added inode_cache to reduce CPU time spent in doing
2108                 byte swapping.
2109
2110         * swapfs.c (ext2fs_swap_super): Swap the new fields in a V2
2111                 superblock.
2112
2113         * namei.c (ext2fs_follow_link): New function.
2114                 (ext2fs_namei): Extended to have support for chasing
2115                 symbolic links.  ext2fs_namei() still returns an inode
2116                 which is a symbolic link.  Symbolic links are only chased
2117                 while resolving the containing directory.  To chase
2118                 symbolic links of the final result, use
2119                 ext2fs_follow_link().
2120
2121 Mon Aug 26 23:46:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2122
2123         * ext2_err.et.in: Added new error code EXT2_ET_SYMLINK_LOOP.
2124
2125         * bitops.h (ext2fs_set_bit, ext2fs_celar_bit): Use asm inlines
2126                 provided by Pete A. Zaitcev (zaitcev@lab.sun.mcst.ru).
2127
2128 Thu Aug 22 00:40:18 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2129
2130         * initialize.c (ext2fs_initialize): On systems where the byte
2131                 order is not i386 compatible, set the swap_byte flag.
2132
2133         * inode.c (inocpy_with_swap): Check to see if inode contains a
2134                 fast symlink before swapping the inode block fields.  This
2135                 required adding a new argument to inocpy_with_swap to
2136                 determine whether the mode field is in host order or not.
2137
2138 Wed Aug 21 00:45:42 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2139
2140         * bitops.h (ext2fs_set_bit, ext2fs_clear_bit, ext2fs_test_bit): On
2141                 the sparc, if EXT2_STD_BITOPS set, use the standard
2142                 i386-compatible bitmask operations, instead on the
2143                 non-standard native bitmask operators.
2144
2145 Fri Aug  9 11:11:35 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2146
2147         * block.c (ext2fs_block_iterate): Cause block iterator to return
2148                 the HURD translator block (along with everything else).
2149                 If the flag BLOCK_FLAG_DATA_ONLY is passed to the block
2150                 iterator, then don't return any meta data blocks
2151                 (including the HURD translator).
2152
2153 Wed Jul 17 17:13:34 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2154
2155         * gen_uuid.c: New file, which generates DCE-compatible UUIDs.
2156
2157         * uuid.c: New file, containing UUID utility functions.
2158
2159 Tue Jul 16 10:19:16 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2160
2161         * ext2fs.h: Add a definition of the "real" ext2 superblock.
2162
2163 Fri May 24 14:54:55 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2164
2165         * ext2fs.h: Fix erroneous ino_t type used in block_bitmap type.
2166
2167 Sun May 19 15:39:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2168
2169         * openfs.c (ext2fs_open): If the blocksize in the superblock is
2170                 zero, return the error EXT2_ET_CORRUPT_SUPERBLOCK, since
2171                 that's a basic value that must be correct for the rest of
2172                 the library to work.
2173
2174         * ext2_err.et.in (EXT2_ET_CORRUPT_SUPERBLOCK): Added new error
2175                 code.
2176
2177 Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2178
2179         * Release of E2fsprogs version 1.04
2180
2181 Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>
2182
2183         * Release of E2fsprogs version 1.03
2184
2185 Tue Mar 26 12:06:32 1996    <tytso@rsts-11.mit.edu>
2186
2187         * bitops.h (ext2fs_set_bit, ext2fs_clear_bit, ext2fs_test_bit):
2188                 Change the m68k bit numbering for bitmasks to match with
2189                 the bit numbering used by all other ext2 implementations.
2190
2191 Thu Mar  7 03:37:00 1996    <tytso@rsts-11.mit.edu>
2192
2193         * inode.c (ext2fs_get_next_inode, ext2fs_close_inode_scan, 
2194         ext2fs_open_inode_scan): Support dynamically-sized inodes.
2195
2196 Wed Mar  6 12:26:29 1996    <tytso@rsts-11.mit.edu>
2197
2198         * inode.c (ext2fs_read_inode, ext2fs_write_inode): Support
2199                 dynamically-sized inodes.
2200
2201         * openfs.c (ext2fs_open): Allow dynamic revision filesystem to be
2202                 loaded.
2203
2204 Tue Mar  5 03:49:37 1996    <tytso@rsts-11.mit.edu>
2205
2206         * initialize.c (ext2fs_initialize): Catch an error condition where
2207                 the passed in size is *really* too small.
2208
2209         * alloc.c (ext2fs_new_inode): 
2210         * ext2fs.h (EXT2_FIRST_INODE): Add support for dynamic revision to
2211                 get first inode.
2212
2213 Wed Feb 21 15:56:17 1996    <tytso@rsts-11.mit.edu>
2214
2215         * getsize.c (ext2fs_get_device_size): Open the device read-only
2216                 when trying to determine its size.
2217
2218 Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>
2219
2220         * Release of E2fsprogs version 1.02
2221
2222 Sat Dec  9 09:57:50 1995    <tytso@rsts-11.mit.edu>
2223
2224         * rw_bitops.c (ext2fs_write_block_bitmap):
2225         * bitops.c (ext2fs_test_bit, ext2fs_clear_bit, ext2fs_set_bit):
2226         * bitops.h (ext2fs_test_bit, ext2fs_clear_bit, ext2fs_set_bit):
2227                 Rename {test,set,clear}_bit to ext2fs_{test,set,clear}_bit, 
2228                 to avoid conflicts with with kernel include files.  Also
2229                 rename ADDR and CONST_ADDR to EXT2FS_ADDR and
2230                 EXT2FS_CONST_ADDR. 
2231
2232 Thu Oct 26 12:09:16 1995    <tytso@rsts-11.mit.edu>
2233
2234         * ext2_err.et: Updated message in EXT2_ET_BASE to say version 0.5c
2235
2236         * swapfs.c (ext2fs_swap_super): Put an #ifdef check around
2237                 s_def_resuid and s_def_resgid for backwards compatibility.
2238
2239 Fri Oct 20 23:33:31 1995    <tytso@rsts-11.mit.edu>
2240
2241         * bitops.h: Added #ifdef's for Sparc.
2242
2243 Wed Sep  6 22:14:46 1995    <tytso@rsts-11.mit.edu>
2244
2245         * getsize.c: #include <sys/ioctl.h> under Linux to pick up ioctl()
2246                 declaration
2247
2248         * closefs.c: #include <string.h> to pick up memset() declaration
2249
2250 Mon Sep  4 21:45:29 1995  Remy Card  <card@bbj>
2251
2252         * Makefile.in: Added support for BSD shared libraries.
2253
2254         * initialize.c (ext2fs_initialize): Correctly set the s_creator_os
2255                 flag.
2256
2257 Mon Sep  4 09:55:30 1995    <tytso@rsts-11.mit.edu>
2258
2259         * unix_io.c (unix_open): Add a double check; if the passed in name
2260                 is NULL, return EXT2_ET_BAD_DEVICE_NAME.
2261
2262         * ext2_err.et (EXT2_ET_BAD_DEVICE_NAME): Added new error code
2263
2264 Wed Aug 16 15:44:10 1995    <tytso@rsts-11.mit.edu>
2265
2266         * inode.c (ext2fs_check_directory): Use LINUX_S_ISDIR instead of
2267                 S_ISDIR.
2268
2269 Tue Aug 15 13:08:36 1995    <tytso@rsts-11.mit.edu>
2270
2271         * getsize.c (ext2fs_get_device_size): Add support for reading the
2272                 partition size from a BSD disk label.
2273
2274 Thu Aug 10 09:33:26 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
2275
2276         * getsize.c (ext2fs_get_device_size): New function that determins
2277                 the size of a device.  Used by mke2fs and e2fsck.
2278
2279 Sat Aug 12 03:09:54 1995  Remy Card  <card@bbj>
2280
2281         * Makefile.in (install): Install static libraries in $(ulibdir)
2282                 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
2283
2284 Wed Aug  9 17:04:23 1995  Theodore Y. Ts'o  <tytso@dcl>
2285
2286         * bitmaps.c (ext2fs_free_inode_bitmap, ext2fs_free_block_bitmap):
2287                 Move these functions to freefs.c.
2288
2289         * closefs.c (ext2fs_flush): If swapping blocks, clear the group
2290                 descriptors shadow memory to keep purify quiet.  (This
2291                 also has the nice benefit that the unused portion of the
2292                 shadow descriptors are zeroed out.)
2293
2294         * dirblock.c (ext2fs_write_dir_block): We need to use
2295                 dirent->rec_len *before* it's byteswapped to find the
2296                 location of the next directory structure!
2297
2298         * alloc.c (ext2fs_new_inode): Fix bug which could potentially
2299                 cause ext2fs_new_inode to loop infinitely if we're trying
2300                 to allocate an inode in group #0 and there are no free
2301                 inodes at all in the system.
2302
2303         * closefs.c: #include <errno.h> if it exists.
2304
2305 Sun Aug  6 13:27:50 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
2306
2307         * ext2fs.h (BLOCK_FLAG_HOLE): Added new definition for
2308                 BLOCK_FLAG_APPEND.  Added documentation for the block
2309                 interator flags.
2310
2311 Sat Aug  5 11:44:05 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
2312
2313         * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
2314                 installation directories correctly.
2315
2316 Tue Jul 18 09:27:38 1995    <tytso@rsx-11.mit.edu>
2317
2318         * namei.c (process_dir_block): 
2319         * mkdir.c (ext2fs_mkdir): 
2320         * expanddir.c (expand_dir_proc): Use ext2fs_{read,write}_dir_block
2321                 to read/write the directory block.
2322
2323         * dirblock.c (ext2fs_read_dir_block), ext2fs_write_dir_block): New
2324                 file containing functions for reading and writing
2325                 directory blocks (byte swapping if necesssary)
2326
2327         * block.c (block_iterate_ind, block_iterate_dind, 
2328                 block_iterate_tind): Byte swap the block addresses if
2329                 EXT2_SWAP_BYTES is set (and swap them back before writing
2330                 them out.)
2331
2332         * inode.c (inocpy_with_swap): New function.
2333         (ext2fs_get_next_inode, ext2fs_read_inode, ext2fs_write_inode):
2334                 Call inocpy_with_swap if EXT2_SWAP_BYTES if set.
2335
2336         * closefs.c (ext2fs_flush): If EXT2_SWAP_BYTES is set, then swap
2337                 the superblock and group descriptors before writing it out.
2338
2339         * openfs.c (ext2fs_open): If the magic number is byte-swapped,
2340                 then set the EXT2_SWAP_BYTES and byte-swap the superblock
2341                 and group descriptors.
2342
2343         * swapfs.c (ext2fs_swap_super, ext2fs_swap_group_desc): New functions
2344                 to desp ext2 filesystem structures.
2345
2346         * bitops.c (set_bit, clear_bit, test_bit): Use modifications
2347                 supplied by Pete A. Zaitcev so that the C language
2348                 versions of these functions are more portable.  They will
2349                 now work on both little and big endian systems, and the
2350                 assumption that 32-bit integers are used is gone.
2351
2352         * bitops.h (ext2_swab16, ext2_swab32): Added new functions for
2353                 doing byte swapping.
2354
2355         * ext2fs.h (EXT2_SWAP_BYTES): Add new flag which indicates that
2356                 byte swapping should take place.
2357
2358 Sun Jul 16 06:21:43 1995    <tytso@rsx-11.mit.edu>
2359
2360         * Makefile.in, cmp_bitmaps.c (ext2fs_compare_block_bitmap_end,
2361                 ext2fs_compare_inode_bitmap_end): Added new file
2362                 containing routines to compare bitmaps.
2363
2364         * ext2_err.et (EXT2_ET_NEQ_BLOCK_BITMAP, EXT2_ET_NEQ_INODE_BITMAP): 
2365                 Added new error codes.
2366
2367 Sat Jul 15 04:23:37 1995    <tytso@rsx-11.mit.edu>
2368
2369         * inode.c (ext2fs_get_next_inode): Don't check scan->inode_buffer;
2370                 if the magic number is correct, it will be allocated.
2371
2372 Fri Jul 14 19:02:59 1995    <tytso@rsx-11.mit.edu>
2373
2374         * block.c (block_iterate_ind, block_iterate_dind, 
2375                 block_iterate_tind): Don't recompute block_nr each loop;
2376                 just increment it!  Factor check of BLOCK_FLAG_APPEND out
2377                 of the loop.  Factor mask of BLOCK_CHANGED into changed
2378                 variable out of the loop.  (block_iterate_ind, in
2379                 particular, gets called a lot, so every little
2380                 optimization helps.)
2381
2382 Thu Jul 13 08:02:45 1995    <tytso@rsx-11.mit.edu>
2383
2384         * block.c (block_iterate_ind, block_iterate_dind, 
2385                 block_iterate_tind): Precompute limit of loop to speed up
2386                 block_iterate_ind and company.
2387
2388         * bitops.h (ext2fs_fast_mark_block_bitmap, 
2389                 ext2fs_fast_unmark_block_bitmap, ext2fs_fast_test_block_bitmap,
2390                 ext2fs_fast_mark_inode_bitmap, ext2fs_fast_unmark_inode_bitmap,
2391                 ext2fs_fast_test_inode_bitmap): Add fast version of these
2392                 functions, which don't do range checking.
2393
2394         * bitops.h (ext2fs_get_block_bitmap_start, 
2395                 ext2fs_get_inode_bitmap_start, ext2fs_get_block_bitmap_end,
2396                 ext2fs_get_inode_bitmap_end): Add new accessor functions
2397                 which return the start and end points of the bitmaps.
2398
2399 Tue Jul 11 18:59:41 1995    <tytso@rsx-11.mit.edu>
2400
2401         * llseek.c (ext2_llseek): If the offset is small enough, use lseek
2402                 instead of llseek.  The errno if the offset is too large
2403                 and lseek is not supported should be EINVAL, not -EINVAL.
2404
2405 Thu Jun 15 23:43:02 1995  Remy Card  <card@bbj>
2406
2407         * Makefile.in: Added support for ELF shared libraries.
2408                 Fixed typos in the compilation rules.
2409                 (distclean): Added Makefile.
2410
2411         * llseek.c (llseek): New function, if llseek() does not exist in the
2412         C library.
2413         (ext2_llseek): Changed to call llseek().
2414
2415 Mon Jun 12 08:29:07 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
2416
2417         * ext2fs.h: Use __u32 to define blk_t, instead of unsigned long.
2418
2419 Sun Jun 11 15:02:54 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
2420
2421         * mkdir.c (ext2fs_mkdir): Use LINUX_S_IFDIR instead of S_IFDIR.
2422
2423         * ext2fs.h (LINUX_S_IFDIR): Define a linux specific versions of
2424                 the S_*, which are normally defined in <sys/stat.h>.  This
2425                 allows us to compile e2fsprogs on a non-Linux system,
2426                 which may have a different value for S_IFDIR.
2427
2428 Sat Jun 10 23:47:05 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
2429
2430         * bitops.c (clear_bit, set_bit): Remove calls to cli() and sti();
2431                 this is a user-mode application!
2432
2433 Thu Jun  8 13:13:22 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
2434
2435         * llseek.c: Put the include of <linux/unistd.h> inside the #ifdef
2436         __linux__ so that non-linux systems won't see it.
2437
2438         * alloc.c: Include <errno.h> if possible.
2439         * badblocks.c: Ditto.
2440         * bb_inode.c: Ditto.
2441         * bitmaps.c: Ditto.
2442         * block.c: Ditto.
2443         * expanddir.c: Ditto.
2444         * get_pathname.c: Ditto.
2445         * initialize.c: Ditto.
2446         * inode.c: Ditto.
2447         * llseek.c: Ditto.
2448         * mkdir.c: Ditto.
2449         * namei.c: Ditto.
2450         * newdir.c: Ditto.
2451         * openfs.c: Ditto.
2452         * rw_bitmaps.c: Ditto.
2453         * unix_io.c: Ditto.
2454
2455         * Makefile.in: Rewritten to conform to GNU coding standards and
2456         support separate compilation directories.
2457
2458 Thu May 11 04:13:12 1995    <tytso@rsx-11.mit.edu>
2459
2460         * initialize.c (ext2fs_initialize): Don't allow more than one
2461                 bitmaps's worth of inodes in a group.
2462
2463 Sat Mar 11 14:07:11 1995  Theodore Y. Ts'o  <tytso@localhost>
2464
2465         * llseek.c (ext2_llseek): Added error checking to the llseek()
2466                 compat code to protect against overflow.  This only
2467                 applies to 1.0 and early 1.1 kernels, which don't support
2468                 the llseek() system call.
2469
2470 Thu Nov 24 16:29:00 1994  Theodore Y. Ts'o  (tytso@rt-11)
2471
2472         * unix_io.c (unix_open): Initialize the read_error and write_error
2473                 io_channel pointers to be null.
2474
2475         * bb_inode.c (clear_bad_block_proc): If an illegal block number is
2476                 found, clear it but don't try to update the filesystem
2477                 accounting information, since that's hopeless anyway.
2478
2479         * block.c (bloblock_iterate_ind, bloblock_iterate_dind,
2480         bloblock_iterate_tind): Check to see if the indirect blocks are
2481                 valid before trying to read them.
2482
2483         * ext2_err.et (EXT2_ET_BAD_IND_BLOCK, EX2_ET_BAD_DIND_BLOCK,
2484         EXT2_ET_BAD_TIND_BLOCK): Add new error codes.
2485
2486         * bitops.h (ext2fs_mark_block_bitmap, ext2fs_unmark_block_bitmap,
2487         ext2fs_test_block_bitmap, ext2fs_mark_inode_bitmap,
2488         ext2fs_unmark_inode_bitmap, ext2fs_test_inode_bitmap):  If an
2489                 illegal block or inode number is passed in, return instead
2490                 of trying to test, set, or clear the bit.
2491
2492 Mon Nov  7 21:32:33 1994  Remy Card  <card@bbj>
2493
2494         * Makefile: Added a dummy install target in case shared libraries
2495                 are not built.
2496
2497 Mon Oct 24 14:11:44 1994    (tytso@rsx-11)
2498
2499         * bitmaps.c (ext2fs_allocate_block_bitmap): Fix calculation of how
2500                 the real last block of the bitmap should be calculated.
2501
2502 Wed Sep  7 10:05:36 1994    (tytso@rsx-11)
2503
2504         * bitmaps.c (ext2fs_fudge_inode_bitmap_end, 
2505                 ext2fs_fudge_block_bitmap_end, ext2fs_clear_inode_bitmap,
2506                 ext2fs_clear_block_bitmap, ext2fs_free_inode_bitmap,
2507                 ext2fs_free_block_bitmap): Add magic number checking for
2508                 the inode and block bitmaps.
2509
2510         * bitmaps.c (ext2fs_allocate_block_bitmap): Fix to set the correct
2511                 magic number for a block bitmap instead of an inode bitmap.
2512
2513         * inode.c (ext2fs_close_inode_scan, ext2fs_get_next_inode):  Add
2514                 magic number checking for the inode_scan structure.
2515
2516         * badblocks.c (badblocks_list_free, badblocks_list_add, 
2517                 badblocks_list_test, badblocks_list_iterate_begin,
2518                 badblocks_list_iterate, badblocks_list_iterate_end): Add
2519                 magic number checking for the badblocks_list and
2520                 badblocks_iterate structures.
2521
2522         * ext2_err.et (EXT2_ET_MAGIC_UNIX_IO_CHANNEL): 
2523         * unix_io.c (unix_open, unix_close, unix_set_blksize, unix_read_blk,
2524                 unix_write_blk, unix_flush): Add magic number checking
2525                 both for io_channel structure and unix_private_data
2526                 structure.
2527
2528         * openfs.c (ext2fs_open): Add check for io_manager structure's
2529                 magic number.
2530
2531         * rw_bitmaps.c (ext2fs_write_inode_bitmap, ext2fs_write_block_bitmap,
2532                 ext2fs_read_inode_bitmap, ext2fs_read_block_bitmap,
2533                 ext2fs_read_bitmaps, ext2fs_write_bitmaps): 
2534         * read_bb.c (ext2fs_read_bb_inode): 
2535         * read_bb_file.c (ext2fs_read_bb_FILE): 
2536         * newdir.c (ext2fs_new_dir_block): 
2537         * namei.c (ext2fs_dir_iterate, ext2fs_lookup, ext2fs_namei): 
2538         * link.c (ext2fs_link, ext2fs_unlink): 
2539         * inode.c (ext2fs_open_inode_scan, ext2fs_read_inode,
2540                 ext2fs_write_inode, ext2fs_get_blocks, 
2541                 ext2fs_check_directory): 
2542         * get_pathname.c (ext2fs_get_pathname): 
2543         * expanddir.c (ext2fs_expand_dir): 
2544         * block.c (ext2fs_block_iterate): 
2545         * bitmaps.c (ext2fs_allocate_inode_bitmap, 
2546                 ext2fs_allocate_block_bitmap): 
2547         * bb_inode.c (ext2fs_update_bb_inode): 
2548         * alloc.c (ext2fs_new_inode,ext2fs_new_block,ext2fs_get_free_blocks): 
2549         * check_desc.c (ext2fs_check_desc): 
2550         * closefs.c (ext2fs_close, ext2fs_flush): 
2551         * freefs.c (ext2fs_free): Add check for ext2_filsys magic number.
2552
2553         * Makefile:
2554         * ext2fs.h:
2555         * openfs.c:
2556         * check_desc.c (ext2fs_check_desc): Move ext2fs_check_desc from
2557         openfs.c into its own file.
2558
2559         * ext2fs.h (EXT2_CHECK_MAGIC): Added macro for checking for
2560         structure magic numbers.
2561
2562         * closefs.c (ext2fs_flush): Folded in Remy Card's changes to clear
2563         the EXT2_VALID_FS flag in the backup superblock blocks, so that if
2564         someone uses the -b option to specify the use of the backup
2565         superblock --- this usually means that the main superblock is
2566         toast.  :-)
2567
2568         * ext2fs.h: 
2569         * ext2_err.et (EXT2_ET_REV_TOO_HIGH): 
2570         * openfs.c (ext2fs_open): Folded in Remy Card's changes to add a
2571         revision level to the superblock.
2572
2573 Sun Aug 21 00:50:08 1994  Theodore Y. Ts'o  (tytso@rt-11)
2574
2575         * ext2fs.h:
2576         * bitmaps.c:
2577         * bitops.c
2578         * bitops.h:
2579         * openfs.c:
2580         * initialize.c: Completely revamped the inode and block bitmap
2581         structures, so that they can be better chance of being extensible
2582         in a shared library.  They are now their own type, instead of
2583         being a char *.  Also, the function signatures of
2584         ext2fs_test_block_bitmap, ext2fs_mark_block_bitmap,
2585         ext2fs_unmark_block_bitmap, ext2fs_test_inode_bitmap,
2586         ext2fs_mark_inode_bitmap, and ext2fs_unmark_inode_bitmap were
2587         changed to eliminate the ext2_filsys argument, since it is no
2588         longer necessary.
2589
2590 Wed Aug 17 21:46:44 1994  Remy Card  (card@bbj)
2591
2592         * unix_io.c (unix_read_blk and unix_write_blk): use the llseek
2593         system call if available.
2594
2595         * llseek.c: new file.  This is the stub calling the llseek system
2596         call which allows supports for 2GB+ file systems.
2597
2598         * initialize.c (ext2fs_initialize): Ext2fs_initialize now stores
2599         the creator operating system.
2600
2601 Wed Aug 17 10:03:24 1994  Theodore Y. Ts'o  (tytso@rt-11)
2602
2603         * initialize.c (ext2fs_initialize): Ext2fs_initialize now sets up
2604         the group descriptor statistics in addition to everything else.
2605         This relieves mke2fs of the responsibility of doing it.
2606
2607         * bitops.c, bitops.h: Add assembly inline functions for the 68000.
2608         Added a new #define, _EXT2_HAVE_ASM_BITOPS_ to control whether or
2609         not the generic C function equivalents should be included or not.
2610
2611         * openfs.c (ext2fs_open): If a superblock is specified, then use
2612         the backup group descriptors that go along with this superblock,
2613         instead of using the primary group descriptors.  This allows
2614         e2fsck to recover filesystems where the primary group descriptors
2615         have been trashed.
2616
2617