Whamcloud - gitweb
Add test to make sure the ext2 superblock structure is 1024 bytes
[tools/e2fsprogs.git] / lib / ext2fs / ChangeLog
1 2007-05-31  Theodore Tso  <tytso@mit.edu>
2
3         * tst_super_size.c (main): Add sanity check to make sure the
4                 supersize structure is 1024 bytes.
5
6         * ext2_fs.h: Reserve superblock field for the raid stripe width.
7
8 2007-05-31  Kalpak Shah <kalpak@clusterfs.com>
9
10         * ext2_fs.h: Reserve superblock fields and INCOMPAT feature flag
11                 for multiple mount protection protection.
12
13 2007-05-23  Theodore Tso  <tytso@mit.edu>
14
15         * icount.c (ext2fs_icount_fetch, ext2fs_icount_increment, setup):
16                 Remove unusued variables and labels.
17
18         * tst_bitops.c, tst_types.c: Fix gcc -Wall warnings.
19
20 2007-05-18  Theodore Tso  <tytso@mit.edu>
21
22         * openfs.c (ext2fs_open2): Set fs->stride from the superblock's
23                 s_raid_stride value.
24
25         * ext2_fs.h: Allocate space for RAID stride in the superblock.
26
27 2007-05-08  Eric Sandeen <sandeen@redhat.com>
28
29         * ext2_fs.h (inode_uid, inode_gid): The inode_uid() and
30                 inode_gid() macros will automatically add the high bits
31                 when reading uid/gid, on platforms that support it.
32
33 2007-04-19  Theodore Tso  <tytso@mit.edu>
34
35         * ext2_fs.h, swapfs.c (ext2fs_swap_inode_full): Rename the
36                 l_i_reserved1 field to be l_i_version (to be used for the
37                 high 32 bits of the 64-bit inode version number).
38
39 2007-04-18  Theodore Tso  <tytso@mit.edu>
40
41         * getsize.c (ext2fs_get_device_size): Make sure we don't leak a
42                 file descriptor in some error cases.
43
44 2007-04-14  Theodore Tso  <tytso@mit.edu>
45
46         * swapfs.c (ext2fs_swap_inode_full): Fix a problem byte-swapping 
47                 fast symlinks inodes that contain extended attributes.
48                 (Addresses Red Hat Bugzilla #232663, LTC bugzilla #27634)
49
50 2007-04-06  Theodore Tso  <tytso@mit.edu>
51
52         * icount.c (ext2fs_create_icount_tdb): Add support for using TDB
53                 to store the icount data, so we don't run out of memory
54                 when checking really large filesystems.
55
56         * ext2_err.et.in: Add new TDB error codes.
57
58         * icount.c, Makefile.in: Add a regression test suite for the
59                 icount abstraction.
60
61 2007-04-04  Jim Garlick <garlick@llnl.gov>
62
63         * inode.c (ext2fs_write_new_inode): Fix memory leak.
64
65 2007-04-04  Theodore Tso  <tytso@mit.edu>
66
67         * tdb.c, tdb.h, Makefile.in: Add the tdb library from Samba into
68                 ext2fs.
69
70         * tst_types.c: Add #include's to avoid compiler warnings.
71
72 2007-04-02  Theodore Tso  <tytso@mit.edu>
73
74         * icount.c (get_icount_el): Prevent floating point precision
75                 errors on really big filesystems from causing the search
76                 interpolation algorithm loop forever.  (Addresses Debian
77                 Bug: #411838)
78
79 2007-03-21  Theodore Tso  <tytso@mit.edu>
80
81         * imager.c (ext2fs_image_inode_write), inode.c
82                 (ext2fs_write_inode_full): Fix memory leak on error return
83                 (when the inode table is missing).
84
85 2006-11-30  Theodore Tso  <tytso@mit.edu>
86
87         * ext2_fs.h (struct ext4_group_desc): Fix missing bg_pad which
88                 made the structure too small.
89
90 2006-11-14  Theodore Tso  <tytso@mit.edu>
91
92         * namei.c (open_namei): Rename internal variable basename to
93                 base_name to prevent gcc -Wall complaints.
94
95         * kernel-jbd.h (tid_gt, tid_geq): Add function declaration to
96                 avoid gcc -Wall complaints.
97
98         * ext2_ext_attr.h (EXT2_EXT_ATTR_PAD): Make unsigned to fix gcc
99                 -Wall complaints.
100
101         * bitops.h (ext2fs_test_bit): Add missing const to fix gcc -Wall
102                 complaint.
103
104         * ext2fs.h (ext2fs_get_mem, ext2fs_free_mem): Avoid type punning
105                 which causes problems on the ARM processor.  (Addresses
106                 Debian Bug: #397044)
107
108 2006-11-12  Theodore Tso  <tytso@mit.edu>
109
110         * ext2_fs.h (EXT2_FLAG_SOFTSUPP_FEATURES), openfs.c
111                 (ext2fs_open2): Add flag which indicates that it's OK to
112                 open a filesystem which has features which are only
113                 partially supported by e2fsprogs.
114
115         * ext3_extents.h, ext2fs.h: Check in ext4 extent headers into the
116                 source tree, in preparation for adding full extent support.
117
118         * unix_io.c (unix_flush): Allow offsets greater than 2G.
119                 (Addresses SourceForge Bug #1547922)
120
121 2006-11-11  Theodore Tso  <tytso@mit.edu>
122
123         * dirhash.c (str2hashbuf, ext2fs_dirhash): Add support for
124                 calculating the unsigned version of the directory hash.
125
126         * initialize.c (ext2fs_initialize): Set the dirhash
127                 signed/unsigned hint in s_flags.
128
129         * swapfs.c (ext2fs_swap_super): Byte swap the s_flags superblock
130                 field.
131
132         * ext2_fs.h: Define a new superblock field, s_flags, which is used
133                 to store a signed vs. unsigned dirhash hint.  Define new
134                 HTREE hash algorithm numbers to pass to userspace if the
135                 unsigned algorithm are required.
136
137         * swapfs.c (ext2fs_swap_super):
138           ext2_fs.h: Add definition of EXT4_FEATURE_RO_COMPAT_EXTRA_ISIZE,
139                 which adds s_min_extra_isize and s_want_extra_isize fields
140                 to superblock, which allow specifying the minimum and 
141                 desired i_extra_isize fields in large inodes 
142                 (for nsec+epoch timestamps, potential other uses).  
143                 Needs RO_COMPAT flag handling, needs e2fsck support, 
144                 patch complete, little testing.
145
146         * swapfs.c (ext2fs_swap_super): 
147           ext2_fs.h: Add definition of EXT4_FEATURE_INCOMPAT_64BIT, 
148                   which adds supports for 64-bit block count fields in the 
149                   superblock (s_blocks_count_hi, s_free_blocks_count_hi),
150                   large group descriptors (s_desc_size), extents with high 
151                   16 bits (ee_start_hi, ei_leaf_hi), inode ACL (i_file_acl_hi)
152
153         * ext2_fs.h: Add definition of EXT4_FEATURE_RO_COMPAT_DIR_NLINK,
154                 which allow directories to have > 65000 subdirectories
155                 (i_nlinks) by setting i_nlinks = 1 for such directories.
156                 RO_COMPAT protects old filesystems from unlinking such
157                 directories incorrectly and losing all files therein.
158         
159         * swapfs.c (ext2fs_swap_group_desc):  
160           ext2_fs.h: Add definition of EXT4_FEATURE_RO_COMPAT_GDT_CSUM,
161                 which adds a crc16 checksum in the group descriptor,
162                 (s_uuid[16] | __u32 group | ext3_group_desc
163                 (excluding gd_checksum itself)).  This allows the kernel
164                 to more safely manage UNINIT groups.  Also adds an 
165                 bg_itable_unsued which indicates how many inodes are 
166                 uninitialized in the block group.
167
168         * swapfs.c (ext2fs_swap_inode_full): 
169           ext2_fs.h: Add definition of EXT4_FEATURE_RO_COMPAT_HUGE_FILE,
170                 which changes i_blocks to be in units of s_blocksize units
171                 instead of 512-byte sectors, use l_i_frag and l_i_fsize as
172                 i_blocks_hi.
173
174 2006-10-02  Eric Sandeen <esandeen@sandeen.net>
175
176         * getsize.c (ext2fs_get_device_size): Check to make sure that the
177                 number of blocks doesn't overflow the retblocks return
178                 parameter for regular files using stat64().
179
180 2006-10-01  Theodore Tso  <tytso@mit.edu>
181
182         * bitops.h (ext2fs_swab32): Only include ext2fs_swab32() if
183                 EXT2FS_ENABLE_SWAPFS is defined.
184
185 2006-08-30  Eric Sandeen <esandeen@redhat.com>
186
187         * initialize.c (ext2fs_initialize): Make sure inode count does
188                 not overflow 32 bits.
189
190 2006-08-30  Eric Sandeen <esandeen@redhat.com>
191
192         * alloc_tables.c (ext2fs_allocate_group_table):
193         * check_desc.c (ext2fs_check_desc):
194                 Use new inlines to calculate group first & last blocks.
195         * ext2fs.h:
196                 Create new inlines to calculate first/last group blocks.
197
198 2006-08-30  Eric Sandeen <esandeen@redhat.com>
199
200         * bmove.c (process_block):
201         * getsize.c (main):
202         * icount.c (ext2fs_create_icount2, insert_icount_el):
203         * tst_badblocks.c (print_list, validate_test_seq, do_test_seq):
204         * tst_badblocks.c (invalid_proc):
205         * tst_getsize.c (main):
206         * tst_iscan.c (check_map):
207         * unix_io.c (raw_read_blk, unix_read_blk):
208         * write_bb_file.c (ext2fs_write_bb_FILE): Fix printf formats.
209
210 2006-08-30  Eric Sandeen <esandeen@redhat.com>
211
212         * closefs.c (write_backup_super):
213         * initialize.c (ext2fs_initialize): Remove unused variables.
214
215 2006-08-30  Eric Sandeen <esandeen@redhat.com>
216
217         * check_desc.c (ext2fs_check_desc): avoid overflows when iterating
218                 over group descriptors on very large filesystems.
219
220 2006-08-30  Theodore Tso  <tytso@mit.edu>
221
222         * bitmaps.c (ext2fs_set_bitmap_padding): Fix potential overflow
223                 problems when the number of blocks is close to 2**31.
224
225         * ext2fs.h (ext2fs_div_ceil): Add new function which safely
226                 calculates an integer division where the result is always
227                 rounded up while avoiding overflow errors.
228
229         * initialize.c (calc_reserved_gdt_blocks, ext2fs_initialize):
230         * openfs.c (ext2fs_open2): Use ext2fs_div_ceil() instead of a 
231                 using an open-coded expression which was subject to 
232                 overflows.
233
234 2006-08-06  Andreas Dilger <adilger@clusterfs.com>
235
236         * bitops.h (ext2fs_cpu_to_le32, ext2fs_le64_to_cpu,
237                 ext2fs_swab64): Add 64-bit byte swapping functions
238
239 2006-08-05  Theodore Tso  <tytso@mit.edu>
240
241         * ext2_fs.h (EXT4_EXTENTS_FL): Rename EXT3_EXTENTS_FL to
242                 EXT4_EXTENTS_FL, and add EXT4_EXTENTS_FL to user visible
243                 flags list.
244
245 2006-07-15  Theodore Tso  <tytso@mit.edu>
246
247         * ext2fs.h: Remove unneeded #ifdef since EXT2_DYNAMIC_REV is
248                 always defined in the e2fsprogs-provided ext2_fs.h
249
250 2006-05-21  Theodore Tso  <tytso@mit.edu>
251
252         * openfs.c (ext2fs_open2): Fix type warning problem with sizeof()
253
254 2006-05-12  Theodore Tso  <tytso@mit.edu>
255
256         * alloc_tables.c (ext2fs_allocate_group_table): When allocating
257                 space for the RAID filesystems with the stride parameter,
258                 place each portion of the group's inode table right up
259                 after the superblock (if present) in order to minimize
260                 fragmentation of the freespace.
261
262 2006-05-08  Theodore Tso  <tytso@mit.edu>
263
264         * rw_bitmaps.c (write_bitmaps, read_bitmaps): Added support for
265                 lazy blockgroups.  If a block group has flags indicating
266                 that its block or inode data structures have not been
267                 initialized, skip reading or writing that portion of the
268                 bitmap.
269
270         * inode.c (ext2fs_open_inode_scan, ext2fs_read_inode_full): When
271                 scanning a filesystem with lazy blockgroups, skip
272                 uninitialized portions of the inode table when iterating
273                 over the block group.
274
275         * swapfs.c (ext2fs_swap_group_desc): Byte swap the bg_flags field.
276
277         * ext2fs.h: Define the a new internal flag, EXT2_SF_DO_LAZY, so
278                 that the inode interator knows compat_lazy_bg feature is
279                 enabled.  Declare that this version of e2fsprogs supports
280                 the EXT2_FEATURE_COMPAY_LAZY_BG feature.
281
282         * ext2_fs.h (struct ext2_group_desc): Use the bg_pad field for
283                 bg_flags, and define the flags EXT2_BG_INODE_UNINIT and
284                 EXT2_BG_BLOCK_UNINIT.  These flags are only honored if
285                 EXT2_FEATURE_COMPAT_LAZY_BG feature is enabled (also
286                 added).
287
288 2006-04-23  Theodore Ts'o  <tytso@mit.edu>
289
290         * rw_bitmaps.c (write_bitmaps, ext2fs_write_inode_bitmap,
291                 ext2fs_write_block_bitmap, ext2fs_write_bitmaps): Reduce
292                 disk seeks by writing the inode and block bitmaps in an
293                 interleaved fashion.
294
295 2006-04-09  Theodore Ts'o  <tytso@mit.edu>
296
297         * ext2_types.h.in, Makefile.in, tst_types.c: Use the asm_types.h
298                 file to define the __[us]{8,16,32,64} types.  Add a
299                 tst_types program to make sure the types are correct.
300
301 2006-04-04  Theodore Ts'o  <tytso@mit.edu>
302
303         * mkjournal.c (ext2fs_add_journal_inode): If the filesystem is
304                 opened in exclusive mode, then device will be busy by
305                 definition, so don't return -EBUSY.  This caused mke2fs -j
306                 to fail on the 1.39-WIP (29-Mar-2006) release.  (Addresses
307                 Debian Bug: #360652)
308
309 2006-03-29  Theodore Ts'o  <tytso@mit.edu>
310
311         * bitops.h (ext2fs_set_bit, ext2fs_clear_bit): Fix the constraints
312                 so that GCC knows that the ext2fs_set/clear_bit reads and
313                 writes the data.
314
315 2006-03-25  Theodore Ts'o  <tytso@mit.edu>
316
317         * Makefile.in: Check the bitfield operations much more carefully,
318                 and arrange to have tst_bitops run from "make check"
319
320         * tst_bitops.c: Enahce tst_bitops program so that it is much more
321                 thorough in testing bit optations.
322         
323         * bitops.h: Add new functions ext2fs_fast_set_bit() and
324                 ext2fs_fast_clear_bit() and make the x86 functions 32-bit
325                 clear.  Change the fast inode and block mark/unmark
326                 functions to use ext2fs_fast_set/get_bit()
327
328 2006-03-18  Theodore Ts'o  <tytso@mit.edu>
329
330         * ext2fs.h (EXT2_FLAG_EXCLUSIVE): Define new flag which requests
331                 that the io_channel be opened in exclusive mode.
332
333         * openfs.c (ext2fs_open2), initialize.c (ext2fs_initialize): If
334                 EXT2_FLAG_EXCLUSIVE is passed to ext2fs_open or
335                 ext2fs_initialize, then pass IO_FLAG_EXCLUSIVE to the
336                 io_channel open routine.
337
338         * ext2_io.h (IO_FLAG_EXCLUSIVE), unix_io.c (unix_open): Add new
339                 io_channel open flag, IO_FLAG_EXCLUSIVE, which requests
340                 that the device be opened in exclusive (O_EXCL) mode.
341
342         * ext2fs.h: Fix documentation so that BLOCK_FLAG_TRAVERSE is
343                 BLOCK_FLAG_DEPTH_TRAVERSE.  (Addresses Debian Bug #351268)
344
345 2006-03-17  Theodore Ts'o  <tytso@mit.edu>
346
347         * initialize.c (calc_reserved_gdt_blocks): Fix a signed vs
348                 unsigned problem which caused mke2fs -O resize_inode to
349                 bomb out on large filesystems.  (Addresses Debian Bug
350                 #346580)
351
352         * ext2_fs.h (EXT2_IOC_GETVERSION_NEW, EXT2_IOC_SETVERSION_NEW,
353                 EXT2_IOC_GROUP_EXTEND, EXT2_IOC_GROUP_ADD): Add ioctl
354                 definitions
355
356 2005-12-10  Theodore Ts'o  <tytso@mit.edu>
357
358         * Makefile.in: Add a dependency to make sure that the
359                 subdirectories are created before creating all of the
360                 object files.
361
362 2005-12-10  Theodore Ts'o  <tytso@mit.edu>
363
364         * res_gdt.c (ext2fs_create_resize_inode): Fix type-punning warning.
365
366         * read_bb_file.c (ext2fs_read_bb_FILE): Use a data structure
367                 instead of stuffing a function pointer dirctly into a void
368                 pointer, since that isn't portable.
369
370         * mkjournal.c (ext2fs_add_journal_inode): Fix possiblely
371                 uninitialized use of variable warning.
372
373         * initialize.c (calc_reserved_gdt_blocks): Fix signed vs. unsigned
374                 type complaint.
375
376         * ext2fs.h: Make the type of the 'now' field to be time_t to avoid
377                 gcc -Wall complaints.
378
379         * bitops.h (ext2fs_find_first_bit_set): Fix signed vs unsigned
380                 type error.
381
382         * tst_badblocks.c (file_test_invalid): Add test which confirms
383                 proper detection of invalid block numbers in
384                 ext2fs_read_bb_FILE().
385
386 2005-11-20  Theodore Ts'o  <tytso@mit.edu>
387
388         * bitops.h: We no longer have the sparc assembly code in the
389                 header file any more, so we shouldn't set
390                 _EXT2_HAVE_AS_BITOPS_.  This would break compiles on the
391                 sparc architectures when using gcc.
392         
393 2005-11-13  Theodore Ts'o  <tytso@mit.edu>
394
395         * ext2fs.h: Add #include <string.h> since the inline functions use
396                 memcpy().  (Addresses Sourceforge Bug #1251062)
397
398 2005-11-09  Theodore Ts'o  <tytso@mit.edu>
399
400         * Fix a bug when writing an external journal device on an big
401                 endian machine (such as a S/390), where when the number of
402                 block groups is zero, we never end up writing out the
403                 primary superblock at all.
404
405 2005-09-24  Theodore Ts'o  <tytso@mit.edu>
406
407         * ext2fs.h, bb_inode.c, closefs.c, initialize.c, mkdir.c,
408                 mkjournal.c, res_gdt.c:  If fs->now is non-zero, use that
409                 as the time instead of the system time when setting
410                 various filesystem fields (last modified time, last write
411                 time, etc.)
412
413 2005-08-28  Matthias Andree <matthias.andree@gmx.de>
414
415         * Fix compiler warnings about missing memcpy prototypes.
416
417 2005-07-25  Theodore Ts'o  <tytso@mit.edu>
418
419         * test_io.c (safe_getenv): Pass in zero to the unusued arguments
420                 of prctl(PR_GET_DUMPABLE) to avoid false positives from
421                 valgrind.
422
423 2005-07-19  Theodore Ts'o  <tytso@mit.edu>
424
425         * mkjournal.c (ext2fs_add_journal_inode): Check for the case where
426                 the filesystem is apparently not mounted, but the device
427                 is still busy.  This can happen when the luser doesn't
428                 bother to mount /proc and has a bogus /etc/mtab, but still
429                 wants to mount the filesystem before using tune2fs(?!?).
430                 Add a safety check to save him from his own stupidity, at
431                 least on 2.6 kernels.  (Addresses Debian Bug #319002)
432
433 2005-07-09  Andreas Dilger <adilger@clusterfs.com>
434
435         * getsize.c (ext2fs_get_device_size): Use fstat/fstat64 to get
436                 size of regular files.  Fix file descriptor leaks in error
437                 paths.
438
439 2006-06-30  Theodore Ts'o  <tytso@mit.edu>
440
441         * Release of E2fsprogs 1.38
442
443 2005-06-30  Theodore Ts'o  <tytso@mit.edu>
444
445         * bitops.h, bitops.c (ext2fs_set_bit, ext2fs_clear_bit,
446                 ext2fs_test_bit): Change these function prototypes to be
447                 unsigned int's.  Negative bit numbers were never allowed
448                 (and never made any sense), so this should be a safe
449                 change.  This is needed to allow safe use of block numbers
450                 greater than or equal to 2**31.
451
452 2005-06-27  Stephen Tweedie  <sct@redhat.com>
453
454         * ext2fs.h (ext2fs_resize_mem): Fix C99 strict type aliasing
455                 problems.  Addresses Red Hat Bugzilla #161183.
456
457 2005-06-19  Theodore Ts'o  <tytso@mit.edu>
458
459         * getsectsize.c (BLKSSZGET): Clean up test for when to manually
460                 define the BLKSSZGET ioctl.
461
462 2005-05-29  Theodore Ts'o  <tytso@mit.edu>
463
464         * ismounted.c (ext2fs_check_mount_point): Add test to see if the
465                 device appears to be busy; this only works on Linux 2.6+
466                 systems, but provides some additional bullet-proofing in
467                 those cases.
468
469 2005-05-08  Theodore Ts'o  <tytso@mit.edu>
470
471         * test_io.c (safe_getenv): Fix bug so it would fetch the right
472                 environment variable.
473
474 2005-04-09  Theodore Ts'o  <tytso@mit.edu>
475
476         * inode.c (ext2fs_write_new_inode), 
477                 ind_block.c (ext2fs_read_ind_block): Add missing return
478                 value in error return case.  (Otherwise we return garbage
479                 instead of the error code.)
480
481 2005-03-31  Theodore Ts'o  <tytso@mit.edu>
482
483         * test_io.c (test_open): If called by a setuid/setgid or an
484                 otherwise privileged program, be paranoid and ignore the
485                 TEST_IO_* environment variables.
486
487 2005-03-21  Theodore Ts'o  <tytso@mit.edu>
488
489         * Release of E2fsprogs 1.37
490
491 2005-03-21  Theodore Ts'o  <tytso@mit.edu>
492
493         * ext2_ext_attr.h (EXT2_XATTR_LEN, EXT2_XATTR_SIZE): Add new
494                 convenience cpp macros.
495
496 2005-03-20  Theodore Ts'o  <tytso@mit.edu>
497
498         * mkdir.c (ext2fs_mkdir): Call ext2fs_write_new_inode() instead of
499                 ext2fs_write_inode().
500
501         * inode.c (ext2fs_write_new_inode): New function which should be
502                 used when the caller is writing an inode for the first
503                 time.  It makes sure that the extra portion of the large
504                 inode is initialized properly.
505
506 2005-03-18  Theodore Ts'o  <tytso@mit.edu>
507
508         * Makefile.in: Fix clean target to remove tst_getsectsize.
509
510         * getsize.c (ext2fs_get_device_size): Check to see if the number
511                 of blocks is greater than 2**32 when we are doing a binary
512                 search to determine the device size.  Thanks to Stephen
513                 Tweedie for the patch.
514         
515 2006-02-05  Theodore Ts'o  <tytso@mit.edu>
516
517         * Release of E2fsprogs 1.36
518
519 2005-02-05  Theodore Ts'o  <tytso@mit.edu>
520
521         * Makefile.in: Remove ext2fs.pc on a "make distclean"
522
523 2005-02-04  Theodore Ts'o  <tytso@mit.edu>
524
525         * Makefile.in (clean): Remove tst_getsize when doing a make clean
526
527 2005-02-03  Theodore Ts'o  <tytso@mit.edu>
528
529         * bitops.c: Make the generic functions more efficient.
530
531         * bitops.h: Drop SPARC assembly code. It's less efficient than GCC
532                 3.4 compiled code and also triggers nasty compiler
533                 warnings on sparc64.  Thanks to Matthias Andree for his
534                 analysis and suggestion.
535         
536 2005-01-27  Theodore Ts'o  <tytso@mit.edu>
537
538         * res_gdt.c (ext2fs_create_resize_inode): Create the resize inode
539                 even if s_reserved_gdt_blocks is zero.
540
541 2005-01-26  Theodore Ts'o  <tytso@mit.edu>
542
543         * ext2fs.pc.in: Add pkg-config files.
544
545 2005-01-25  Theodore Ts'o  <tytso@mit.edu>
546
547         * ext2fs.h: Add definition of struct ext2_inode_large
548
549         * ext2_fs.h: Add new function prototypes
550
551         * ext_attr.c (ext2fs_read_ext_attr, ext2fs_write_ext_attr): The
552                 ext2fs_swap_ext_attr() has been moved to swapfs.c, and
553                 given a new argument, has_header.
554
555         * swapfs.c (ext2fs_swap_ext_attr): Moved from ext_attr.c, and
556                 takes an argument which controls whether or not there is
557                 an EA header which needs to be byteswaped.
558                 (ext2fs_swap_inode_full): New function which byte-swaps
559                 the EA in inode.
560
561         * inode.c (ext2fs_get_next_inode_full, ext2fs_read_inode_full,
562                 ext2fs_write_inode_full): New functions, originally from
563                 Alex Tomas, but which needed to be substantially fixed so
564                 that the tests wouldn't cause major stack overwrite bugs
565                 in byte-swapping is enabled.
566         
567 2005-01-18  Theodore Ts'o  <tytso@mit.edu>
568
569         * Makefile.in: Fix the kernel compile-time echo commands to be
570                 consistent and portable
571
572 2005-01-07  Theodore Ts'o  <tytso@mit.edu>
573
574         * unlink.c (ext2fs_unlink): If both the name and the inode number
575                 are unspecified, then return an error, so that we don't do
576                 something surprising such as unconditionally deleting the
577                 first directory entry.
578                 (unlink_proc): Delete directory entries by coalescing it
579                 with the previous entry, to avoid directory fragmentation.
580
581 2005-01-06  Theodore Ts'o  <tytso@mit.edu>
582
583         * version.c (ext2fs_parse_version_string): Change parsing
584                 algorithm so that version strings such as 1.36-rc1 returns
585                 a non-surprising result (i.e., 136, and not 1361).
586
587 2005-01-05  Theodore Ts'o  <tytso@mit.edu>
588
589         * block.c (block_iterate_ind, block_iterate_dind,
590                 block_iterate_tind): Move the code which byte swaps and
591                 read/writes indirect blocks to ext2fs_{read,write}_ind_block.
592                 This saves 400 bytes, and we need them for the
593                 resize_inode handling. 
594
595         * ind_block.c (ext2fs_read_ind_block, ext2fs_write_ind_block): New
596                 functions.
597
598         * res_gdt.c (ext2fs_create_resize_inode): Use 
599                 ext2fs_{read,write}_ind_block so that byte swapping is
600                 handled on big-endian systems.
601
602         * dupfs.c (ext2fs_dup_handle): Make sure the new filesystem handle
603                 has its own copy of the orig_super data structure.  (This
604                 is a better way of fixing a double-free problem in
605                 resize2fs which Fedora attempted to fix in 
606                 e2fsprogs-1.35-double_free.patch.   Addresses Red Hat
607                 Bugzilla #132707.)
608         
609 2004-12-23  Theodore Ts'o  <tytso@mit.edu>
610
611         * inode.c (ext2fs_flush_icache): When flushing the icache, clear
612                 the last-read block information as well.
613
614         * ext2fs.h (BMAP_SET), bmap.c (ext2fs_bmap): Add support for new
615                 flag, BMAP_SET, which allows the caller to set a
616                 particular logical->physical block mapping.
617
618         * ext2_err.et.in (EXT2_ET_SET_BMAP_NO_IND): New error code
619
620         * initialize.c (calc_reserved_gdt_blocks): #ifdef out all
621                 debugging printf statements.
622         
623         * res_gdt.c (ext2fs_create_resize_inode): Return
624                 EXT2_ET_RESIZE_INODE_CORRUPT if the resize inode is not
625                 what we expect.  #ifdef out all debugging printf
626                 statements.
627
628         * ext2_err.et.in (EXT2_ET_RESIZE_INODE_CORRUPT): Add new error code.
629
630 2004-12-22  Theodore Ts'o  <tytso@mit.edu>
631
632         * swapfs.c (ext2fs_swap_super): Byteswap the reserved_gdt_blocks
633                 superblocks field.
634
635 2004-12-15  Theodore Ts'o  <tytso@mit.edu>
636
637         * sparse.c (ext2fs_list_backups, ext2fs_bg_has_super),
638                 res_gdt.c (list_backups), closefs.c (ext2fs_bg_has_super),
639                 ext2fs.h: Move ext2fs_list_backups() to res_gdt.c, and
640                 ext2fs_bg_has_super() back to closefs.c.  There's no
641                 reason for the new file, since list_backups() isn't being
642                 used by any other functions, and can be made static, and
643                 all users of the ext2fs filesystem will have to call
644                 ext2fs_close() anyway.
645
646 2004-12-15  Theodore Ts'o  <tytso@mit.edu>
647
648         * Applied resize inode patch from Andreas Dilger
649
650         * res_gdt.c (ext2fs_create_resize_inode): New function that
651                 creates the resize inode.
652
653         * initialize.c (ext2fs_initialize): Reserve space for the resize
654                 inode.
655
656         * ext2fs.h (EXT2_LIB_FEATURE_COMPAT_SUPP): Add
657                 EXT2_FEATURE_COMPAT_RESIZE_INODE to the list of supported
658                 capabilities.
659                 Add function prototypes for res_gdt.c and sparse.c.
660
661         * closefs.c (ext2fs_super_and_bgd_loc): Take the reserved blocks
662                 into account when calculating the number of overhead
663                 blocks.
664
665         * closefs.c (ext2fs_bg_has_super, test_root), sparse.c: Move these
666                 functions to the new file sparse.c
667
668         * alloc_sb.c (ext2fs_reserve_super_and_bgd): Reserve the blocks
669                 saved in the resize inode as being in use.
670
671         * ext2_err.et.in (EXT2_ET_RES_GDT_BLOCKS): Add new error code.
672
673         * Makefile.in (srcdir): Add res_gdt.c and sparse.c to the ext2fs
674                 library.
675
676 2004-12-14  Theodore Ts'o  <tytso@mit.edu>
677
678         * Makefile.in: Use Linux-kernel-style makefile output for "make
679                 install"
680
681         * Makefile.in (installdirs): Use $(MKINSTALLDIRS) macro
682                 Update dependencies.
683
684 2004-11-30  Theodore Ts'o  <tytso@mit.edu>
685
686         * unix_io.c (unix_set_option): Add support for the offset option.
687
688         * test_io.c (test_set_option): Add support for the set_option method.
689
690         * ext2_io.h: Add new io_channel method, set_option(), and change
691                 io_channel_write_byte() from a macro to a library function.
692
693         * ext2fs.h, openfs.c(ext2fs_open2): New version of ext2fs_open
694                 which adds a new parameter, io_options.
695                 (ext2fs_open): If there is a question mark in the
696                 filename, and no io_options are specified, assumed that
697                 the text following the question mark are io_options.
698         
699         * io_manager.c, Makefile.in: New source file which contains
700                 high-level functions for the io_channel layer.
701
702         * freefs.c (ext2fs_free): Make sure we don't free the io_channel
703                 if image_io is NULL.
704
705         * Makefile.in: Use Linux-kernel-style makefile output to make it
706                 easier to see errors/warnings.
707
708 2004-11-29  Theodore Ts'o  <tytso@mit.edu>
709
710         * ext2_fs.h (EXT2_EXTENTS_FL, EXT3_FEATURE_INCOMPAT_EXTENTS, 
711                 EXT2_MAX_BLOCK_LOG_SIZE): Add definition for extent
712                 feature and inode flag.  Change maximum allowable block
713                 size to be 65536.
714
715 2004-10-08  Theodore Ts'o  <tytso@mit.edu>
716
717         * getsize.c (ext2fs_get_device_size): Add support for Windows
718                 9x/NT under Cygwin.  Thanks to Sam Robb
719                 (samrobb@users.sourceforge.net) for pointing this and the
720                 suggested code patch.
721
722 2004-09-17  Theodore Ts'o  <tytso@mit.edu>
723
724         * getsize.c: Clean up header #include's.
725
726         * llseek.c (ext2fs_llseek): On non-linux systems, use lseek64() if
727                 it is present.  (Addresses Debian bug #269044)
728
729 2004-07-28  Theodore Ts'o  <tytso@mit.edu>
730
731         * rw_bitmaps.c (read_bitmaps), block.c (block_iterate_ind,
732                 block_iterate_dind, block_iterate_tind), inode.c
733                 (ext2fs_read_inode): If EXT2_FLAG_IMAGE_FILE is set, so
734                 read the metadata from fs->image_io instead of fs->io.
735
736         * initialize.c (ext2fs_initialize), openfs.c (ext2fs_open):
737                 Initialize fs->image_io to be the same as fs->io.
738         
739         * ext2_err.et.in (EXT2_ET_NOT_IMAGE_FILE): Add new error code. 
740
741         * openfs.c (ext2fs_get_data_io, ext2fs_set_data_io,
742                 ext2fs_rewrite_to_io): New functions that allow
743                 applications to manipulate fs->image_io and fs->io safely.
744
745         * freefs.c (ext2fs_free): If fs->image_io is different fs->io,
746                 then call io_channel_close on fs->image_io.
747
748         * ext2fs.h: Add image_io element to the ext2_filsys data
749                 structure.  Add ext2fs_get_data_io() ext2fs_set_data_io(),
750                 and ext2fs_rewrite_to_io() prototypes.
751
752 2004-05-26  Theodore Ts'o  <tytso@mit.edu>
753
754         * closefs.c (ext2fs_flush): Make sure the master superblock is
755                 written last, and only after other I/O has been flushed to
756                 disk.  Thanks to Junfeng Yang from the Stanford
757                 Metacompilation group for pointing a potential ordering
758                 constraint problem if we don't write things out in the
759                 right order.
760
761         * test_io.c: Implement the ability to abort after n reads or
762                 writes to a particular block.  The block is specified by
763                 TEST_IO_BLOCK environment variable, and the read/write
764                 count by the TEST_IO_READ_ABORT and TEST_IO_WRITE_ABORT
765                 environment variables.  The block data is now only dumped
766                 if the 0x10 bit is set in TEST_IO_FLAGS.
767
768 2004-04-03  Theodore Ts'o  <tytso@mit.edu>
769
770         * ext2_types.h.in: Remove check for _UUID_TYPES since uuid_types.h
771                 is no longer used.
772
773 2004-03-08  Theodore Ts'o  <tytso@mit.edu>
774
775         * getsize.c (ext2fs_get_device_size): Only use the BLKGETSIZE64
776                 ioctl on Linux 2.6 since it is unreliable in Linux 2.4.
777                 (Addresses Debian Bug #236528).  Fix typo in the ioctl
778                 used for Mac OS X.
779
780 2004-03-02  Theodore Ts'o  <tytso@mit.edu>
781
782         * getsize.c (ext2fs_get_device_size): Update getsize functions to
783                 use Apple Darwin and Linux 64-bit ioctl's
784
785 2004-02-29  Brian Bergstrand  <brian@bergstrand.org>
786
787         * Makefile.in: Use $(BSDLIB_PIC_FLAG) to determine whether to use
788                 -fpic or -fPIC
789
790 2004-02-28  Theodore Ts'o  <tytso@mit.edu>
791
792         * Release of E2fsprogs 1.35
793
794 2004-02-21  Theodore Ts'o  <tytso@mit.edu>
795
796         * ext2fs.h (ext2fs_resize_mem): Fix C++ problem.  (Addresses Red
797                 Hat Bugzilla #112448; thanks Thomas Woerner from Red Hat.)
798
799 2004-02-14  Theodore Ts'o  <tytso@mit.edu>
800
801         * namei.c (follow_link): Correctly deal with symlinks that have
802                 extended attribute information.  (Addresses Debian Bug
803                 #232328)
804
805 2004-01-30  Theodore Ts'o  <tytso@mit.edu>
806
807         * ext2_fs.h: Reserve an extra 4 bytes for the journal backup,
808                 which we're using due to a typo in the e2fsck code.  (Oops)
809
810         * swapfs.c (ext2fs_swap_inode): Fix byte swap bug which causes SE
811                 Linux created symlinks with mandatory attributes to fail
812                 to be properly handled on big endian systems.  (Addresses
813                 Debian Bug #228723).
814                 (ext2fs_swap_super): Byte swap some new fields in the
815                 superblock, including the journal backup fields.
816
817 2003-12-02  Theodore Ts'o  <tytso@mit.edu>
818
819         * alloc.c, bb_inode.c, bitops.c, block.c, check_desc.c, closefs.c,
820                 dir_iterate.c, dirblock.c, expanddir.c, ext2fs.h,
821                 get_pathname.c, icount.c, imager.c, initalize.c, inode.c,
822                 lookup.c, openfs.c, read_bb.c, read_bb_file.c,
823                 rw_bitmaps.c, unix_io.c, unlink.c, write_bb_file.c: Fix
824                 gcc -Wall complaints.  Mainly marking variables as being
825                 unsued, and catching signed vs. unsigned comparisons.
826
827 2003-09-03  Theodore Ts'o  <tytso@mit.edu>
828
829         * closefs.c (ext2fs_super_and_bgd_loc): New function which
830                 centralizes the calculation of the superblock and block
831                 group descriptors.
832                 (ext2fs_flush): Use ext2fs_super_and_bgd_lock to figure
833                 out where to write the superblock and block group
834                 descriptors.
835
836         * alloc_sb.c (ext2fs_reserve_super_and_bgd): New function which
837                 reserves space in the block bitmap using
838                 ext2fs_super_and_bgd_loc.
839
840         * initialize.c (ext2fs_initialize): Use
841                 ext2fs_reserve_super_and_bgd to initialize the block bitmap.
842
843 2003-08-20  Theodore Ts'o  <tytso@mit.edu>
844
845         * inode_io.c (ext2fs_inode_io_intern2), ext2fs.h: Add new function
846                 allows the caller to pass in the inode data structure.
847
848         * fileio.c (ext2fs_file_open2), ext2fs.h: Add new function which
849                 allows the caller to pass in the inode to be used in the
850                 file I/O.
851
852         * ext2_fs.h: Add a backup of the location of the journal inode
853                 blocks to the superblock.
854
855         * mkjournal.c (write_journal_inode): Save the location of the
856                 journal inode to the backup location in the superblock.
857
858 2003-08-01  Philipp Thomas <pthomas@suse.de>
859
860         * alloc.c, badblocks.c, bb_inode.c, bitmaps.c, block.c, bmap.c,
861                 bmove.c, brel_ma.c, closefs.c, dblist.c, dblist_dir.c,
862                 dir_iterate.c, dirblock.c, dupfs.c, expanddir.c, ext2fs.h,
863                 ext_attr.c, fileio.c, freefs.c, get_pathname.c, icount.c,
864                 initialize.c, inode.c, inode_io.c, irel_ma.c, mkdir.c,
865                 mkjournal.c, namei.c, newdir.c, openfs.c, rs_bitmap.c,
866                 rw_bitmaps.c, test_io.c, unix_io.c: ext2fs_getmem(),
867                 ext2fs_free_mem(), and ext2fs_resize_mem() all now take a
868                 'void *' instead of a 'void **' in order to avoid pointer
869                 aliasing problems with GCC 3.x.
870
871 2003-07-25  Theodore Ts'o  <tytso@mit.edu>
872
873         * Release of E2fsprogs 1.34
874
875 2003-07-06  Theodore Ts'o  <tytso@mit.edu>
876
877         * kernel-jbd.h, flushb.c: Fix gcc -Wall nitpicks (indented cpp
878                 directives)
879
880         * ext2_types.h.in, initialize.c: Fix gcc -Wall nitpicks 
881                 (don't use #elsif)
882
883         * ismounted.c: Fix gcc -Wall nitpicks (Don't use exit as a goto label)
884
885         * llseek.c: Fix gcc -Wall nitpicks (don't use #elsif)
886
887         * lookup.c, read_bb.c: Fix gcc -Wall nitpicks (indent
888                 non-traditional #pragma)
889
890         * test_io.c: Fix gcc -Wall nitpicks (const/unsigned type issues)
891
892 2003-06-24    <tytso@snap.thunk.org>
893
894         * badblocks.c, ext2fs.h (ext2fs_u32_list_find,
895                 ext2fs_u32_list_test, ext2fs_u32_list_del,
896                 ext2fs_badblocks_list_del): Add functions to delete a
897                 block from the badblocks list.
898         * tst_badblocks.c: Add test cases for ext2fs_badblocks_list_del().
899
900 2003-05-21  Theodore Ts'o  <tytso@mit.edu>
901
902         * getsectsize.c (ext2fs_get_device_sectsize): New function which
903                 returns the hardware sector size (if it is available).
904
905 2003-05-13  Theodore Ts'o  <tytso@mit.edu>
906
907         * unix_io.c: Add #ifdef NO_IO_CACHE which disables all userspace
908                 caching by the unix_io layer.  Not enabled, only for
909                 debugging. 
910
911 2003-05-05  Theodore Ts'o  <tytso@mit.edu>
912
913         * test_io.c: Pay attention to the environment variables
914                 TEST_IO_LOGFILE, TEST_IO_FLAGS, and TEST_IO_BLOCK to
915                 determine whether or not we should log io activity, and to
916                 where.
917
918 2003-05-03  Theodore Ts'o  <tytso@mit.edu>
919
920         * tst_badblocks.c (file_test): Use tmpfile() instead of mktemp().
921
922 2003-04-29  Theodore Ts'o  <tytso@mit.edu>
923
924         * getsize.c (ext2fs_get_device_size): Allow windows code to get
925                 the resize for filesystems that are in regular files.
926
927 2003-04-21  Theodore Ts'o  <tytso@mit.edu>
928
929         * Release of E2fsprogs 1.33
930
931 2003-04-21  Theodore Ts'o  <tytso@mit.edu>
932
933         * Makefile.in: Use DYLD_LIBRAY_PATH so that "make check" works on
934                 Darwin systems when building with shared libraries.
935
936 2003-04-18  Theodore Ts'o  <tytso@mit.edu>
937
938         * unix_io.c: Use __CYGWIN__ instead of CYGWIN.
939
940 2003-04-17  Theodore Ts'o  <tytso@mit.edu>
941
942         * getsize.c: Add Cygwin/Windows version of ext2fs_get_device_size()
943
944 2003-04-12  Theodore Ts'o  <tytso@mit.edu>
945
946         * unix_io.c (raw_read_blk): Add Cygwin support (the Windows block
947                 device only accepts sector aligned read requests.
948
949         * ismounted.c (check_mntent_file): Deal with OS's that don't
950                 define MNTOPT_RO.
951
952         * imager.c: If the OS doesn't define ssize_t, typedef it to int.
953
954 2003-04-11  Theodore Ts'o  <tytso@mit.edu>
955
956         * ext2_fs.h (EXT2_FEATURE_RO_COMPAT_BTREE_DIR): Comment out unused
957                 feature flag
958
959 2003-03-30  Theodore Ts'o  <tytso@mit.edu>
960
961         * Makefile.in: Use the compile_et --build-tree option.
962
963 2003-03-14  Theodore Ts'o  <tytso@mit.edu>
964
965         * getsize.c: Add support for Apple Darwin's ioctl to get the hard
966                 disk size.
967
968         * badblocks.c (ext2fs_u32_list_count), ext2fs.h: Add new function
969                 which returns the number of entries in the list.
970
971 2003-03-10  Theodore Ts'o  <tytso@mit.edu>
972
973         * fileio.c (ext2fs_file_lseek): Fix bug added when adding 64-bit
974                 support; avoid null dereference when ret_pos is NULL.
975
976 2003-03-06  Theodore Tso  <tytso@mit.edu>
977
978         * ext2_types.h.in: Don't redefine types if other e2fsprogs
979                 *_types.h files have been included already.
980
981         * kernel-jbd.h: Use C99 variadic cpp macros if not using GCC.
982                 (Older GCC's don't support the C99 variadic macros.)
983
984         * flushb.c (ext2fs_sync_device), 
985         ismounted.c (ext2fs_check_mount_point): Avoid GCC extension: 
986         #warning not supported by Solaris suncc
987
988         * ext2_ext_attr.h: Avoid GCC extension: 0 length arrays in
989                 structure definition.  Not needed for now in 
990                 ext2_ext_attr_entry.
991
992 2003-01-25  Theodore Ts'o  <tytso@mit.edu>
993
994         * dirhash.c: Fix gcc -Wall nits.
995
996 2003-01-22  Theodore Ts'o  <tytso@mit.edu>
997
998         * unix_io.c (unix_write_blk): Fix up GCC -Wall nits.
999
1000 2003-01-21  Theodore Ts'o  <tytso@mit.edu>
1001
1002         * fileio.c (ext2fs_file_read, ext2_file_lseek,
1003                 ext2_file_get_size): Add 64-bit support.
1004
1005         * ext2fs.h (EXT2_I_SIZE): Add macro which caluates a 64bit size
1006                 from i_size and i_size_high.
1007
1008 2003-01-19  Theodore Ts'o  <tytso@mit.edu>
1009
1010         * initialize.c (ext2fs_initialize): If the user specifies a really
1011                 large number of inodes, then reduce the number of blocks
1012                 per group until we find a workable set of filesystem
1013                 parameters.
1014
1015         * ext2_err.et.in (EXT2_ET_TOO_MANY_INODES): Add new error code.
1016
1017 2002-11-09  Theodore Ts'o  <tytso@mit.edu>
1018
1019         * Release of E2fsprogs 1.32
1020
1021 2002-11-09  Theodore Ts'o  <tytso@mit.edu>
1022
1023         * unix_io.c (find_cached_block, reuse_cache, unix_read_blk, 
1024                 unix_write_blk): Optimize routines so that we don't end up
1025                 searching the cache twice when a block isn't in the
1026                 cache.  If reads are larger than READ_DIRECT_SIZE, don't
1027                 let them go through the cache.
1028
1029         * unix_io.c (find_cached_block): Fixed bug which caused some clean
1030                 blocks to be erroneously marked as dirty, so they would
1031                 get written back to the disk before they are evicted from
1032                 the cache.  Harmless, but it slows down e2fsck
1033                 significantly.
1034
1035 2002-11-08  Theodore Ts'o  <tytso@mit.edu>
1036
1037         * Release of E2fsprogs 1.31
1038
1039 2002-11-08    <tytso@snap.thunk.org>
1040
1041         * Makefile.in (check): Skip trying to compile test_byteswap
1042                 if --disable-byteswaap had been given to configure.
1043
1044 2002-11-07    <tytso@snap.thunk.org>
1045
1046         * closefs.c (write_bgdesc, ext2fs_flush): Fix bug in meta_bg
1047                 support when the MASTER_SB_ONLY flag is set.  Some of
1048                 the descriptor blocks that should have been written out
1049                 were getting skipped.
1050
1051 2002-10-31  Theodore Ts'o  <tytso@mit.edu>
1052
1053         * Release of E2fsprogs 1.30
1054
1055 2002-10-31  Theodore Ts'o  <tytso@mit.edu>
1056
1057         * ext2_fs.h: Add support for a new inode flag, which is to be used
1058                 for indicating the top of directory hierarchies for the
1059                 Orlov block allocator.
1060         
1061         * ismounted.c (check_mntent, check_mntent_file): Add better
1062                 support for loopback-mounted filesystems.  Check /etc/mtab
1063                 if /proc/mounts doesn't turn up any mount flags, since
1064                 /etc/mtab has the loopback image filename, instead of
1065                 /dev/loop0.  Also, check based on st_dev and st_ino, so
1066                 that if a relative pathname or a pathnames using symbolic
1067                 links are used, we can detect the the filesystem correctly
1068                 in those cases.  (Addresses Sourceforge bug #619119)
1069
1070         * flushb.c (ext2fs_sync_device): If the BLKFLSBUF ioctl succeeds,
1071                 don't try the FDFLUSH ioctl that was required for floppies
1072                 with older kernels.  This avoids needless whining from the
1073                 MD device driver.  (Addresses Sourceforge bug #545832).
1074
1075         * openfs.c (ext2fs_open): Fix bug which caused us to pass the
1076                 wrong group_block to ext2fs_descriptor_block_loc if we're
1077                 using the backup superblock/block group descriptors.
1078                 (ext2fs_descriptor_block_loc): If we're using the backup
1079                 superblock descriptors, use the backup descriptor block in
1080                 the next block group.
1081
1082 2002-10-30  Theodore Ts'o  <tytso@mit.edu>
1083
1084         * alloc_tables.c (ext2fs_allocate_group_table): Allocate the inode
1085                 table so that it buts up against the bitmap blocks, to
1086                 avoid block fragmentation.
1087
1088         * closefs.c (write_bgdesc), initalize.c (ext2fs_initialize): Fix
1089                 bug; only allocate group descriptor blocks up to
1090                 s_first_meta_bg.
1091
1092 2002-10-25  Theodore Ts'o  <tytso@mit.edu>
1093
1094         * ext2_fs.h: Add a new superblock field, s_mkfs_time, so that we
1095                 know when a filesystem was created.  (Sometimes this can
1096                 be useful...)
1097
1098         * initialize.c (ext2fs_initialize): Set the s_mkfs_time field.
1099
1100 2002-10-20  Theodore Ts'o  <tytso@valinux.com>
1101
1102         * ext2_fs.h (EXT3_DEFM_JMODE): Add new default mount options for
1103                 the journal data mode.
1104
1105         * closefs.c (ext2fs_flush, write_bgdesc), ext2_fs.h, ext2fs.h,
1106         openfs.c (ext2fs_descriptor_block_loc, ext2fs_open), initialize.c
1107         (ext2fs_initialize), swapfs.c (ext2fs_swap_super): Add support for
1108         the meta_blockgroup filesystem format.
1109
1110 2002-10-15    <tytso@snap.thunk.org>
1111
1112         * ext2_fs.h: Add new field in superblock for default mount options.
1113
1114 2002-10-13  Theodore Ts'o  <tytso@mit.edu>
1115
1116         * ext2fs.h: Add #include of header files necessary for ext2fs.h to
1117                 compile cleanly.
1118
1119 2002-10-02  Theodore Y. Ts'o  <tytso@mit.edu>
1120
1121         * rw_bitmaps.c (ext2fs_write_block_bitmap,
1122                 ext2fs_read_block_bitmap): Don't set the CHANGED bit just
1123                 because the bitmap is getting written to disk.  Make
1124                 ext2fs_swap_bitmap be a static function, since it's not
1125                 intended to be exported.
1126
1127         * swapfs.c (ext2fs_swap_super): Byte-swap the hash seed
1128
1129 2001-09-24  Theodore Tso  <tytso@mit.edu>
1130
1131         * Release of E2fsprogs 1.29
1132
1133 2001-08-31  Theodore Tso  <tytso@thunk.org>
1134
1135         * Release of E2fsprogs 1.28
1136
1137 2002-08-31  Theodore Ts'o  <tytso@valinux.com>
1138
1139         * dblist.c (ext2fs_dblist_sort): New function which allows the
1140                 caller to pass in a special sort comparison function.
1141
1142 2002-08-20  Theodore Ts'o  <tytso@mit.edu>
1143
1144         * valid_blk.c (ext2fs_inode_has_valid_blocks): Fix bug which
1145                 failed to accurately characterize non-standard slow
1146                 symlinks.  (Which don't appear in practice on real-life
1147                 systems, fortunately.)
1148
1149 2002-08-17  Theodore Ts'o  <tytso@mit.edu>
1150
1151         * Makefile.in: Remove inode_io.o from the standard object files,
1152                 and only build it if debugfs is enabled (it requires
1153                 fileio.o, which is only built if --disable-debugfs isn't
1154                 specified to configure).
1155
1156         * dirhash.c (ext2fs_dirhash): Change the MD4 hash in a backwards
1157                 incompatible way so that it is no longer
1158                 endian-dependent.  Add the TEA hash.  Allow the seed
1159                 parameter to be optional.
1160
1161         * ext2_fs.h: Remove the HALF_MD4_SEED and HALF_MD4_64 hashes.
1162                 These features are all now in the HALF_MD4 hash.  Add
1163                 definition for EXT2_HASH_TEA.
1164
1165         * ext2fs.h (ext2fs_dirhash): Change function prototype so it takes
1166                 a pointer instead of an array.
1167
1168 2002-08-16  Theodore Ts'o  <tytso@mit.edu>
1169
1170         * ext2_err.et.in (EXT2_ET_BAD_EA_BLOCK_NUM): New error code
1171
1172         * ext2fs.h (ext2fs_inode_data_blocks): New function which returns
1173                 the number of data blocks used by an inode exclusive of
1174                 the EA block.
1175
1176         * ext_attr.c (ext2fs_adjust_ea_refcount): New function which
1177                 adjusts the reference count in an extended attribute block.
1178
1179         * valid_blk.c (ext2fs_inode_has_valid_blocks): Add code to
1180                 correctly deal with extended attribute blocks in symbolic
1181                 links. 
1182
1183 2002-08-13    <tytso@snap.thunk.org>
1184
1185         * Makefile.in: Move dupfs.o and test_io.o from the
1186                 needed-by-debugfs object list to the needed-by-resizer
1187                 object list.  Fixes compile problem if the system is built
1188                 with only --disable-debugfs.
1189
1190 2002-07-29  Theodore Ts'o  <tytso@mit.edu>
1191
1192         * link.c (ext2fs_link): When adding a new link to a directory,
1193                 clear the HTREE bit.
1194
1195 2002-07-23  Theodore Ts'o  <tytso@mit.edu>
1196
1197         * dirhash.c (ext2fs_dirhash): Fix bug which caused MD4
1198                 calculations for names > 32 characters to be completely
1199                 bogus.  Changed MD4 calculation to match what is currently
1200                 being used in the CVS gkernel tree.
1201
1202 2002-07-19  Theodore Ts'o  <tytso@mit.edu>
1203
1204         * ext2_fs.h: Add s_hash_seed and s_def_hash_version to the
1205                 superblock definition.
1206
1207         * badblocks.c, freefs.c, ext2fs.h: Use the badblocks functions to
1208                 create a set of u32_list functions.
1209
1210         * dirhash.c (halfMD4Transform): Shift the hash by one bit,
1211                 since that's required by the directory indexing code.
1212
1213 2002-07-14  Theodore Ts'o  <tytso@mit.edu>
1214
1215         * ext2fs.h, read_bb_file.c: Change private to priv_data, to avoid
1216                 using a C++ reserved word.
1217
1218         * unix_io.c (unix_open): Only attempt the setrlimit workaround if
1219                 the kernel version is 2.4.10 -- 2.4.17, since otherwise an
1220                 old version of glibc (built against 2.2 headers) will
1221                 interact badly with the workaround to actually cause more
1222                 problems.  I hate it when the glibc folks think they're
1223                 being smarter than the kernel....
1224
1225 2002-06-28  Andreas Dilger <adilger@clusterfs.com>
1226
1227         * ext2_fs.h: Add superblock field for reserved group descriptors.
1228
1229 2002-06-28  Theodore Ts'o  <tytso@mit.edu>
1230
1231         * bitops.h: Add #define's for ext2fs_{l,b}e{32,16}_to_cpu and
1232                 ext2fs_cpu_to_{l,b}e{32,16}
1233
1234 2002-06-27  Theodore Ts'o  <tytso@mit.edu>
1235
1236         * ismounted.c (check_mntent): In AIX 4.3, MOUNTED isn't defined.
1237                 Add appropriate fallbacks in this case.
1238
1239 2002-06-26  Theodore Ts'o  <tytso@mit.edu>
1240
1241         * dirhash.c (ext2fs_dirhash): Change function signature to support
1242                 a hash seed, and to return the minor hash (for 64-bit hash
1243                 support).   Add support for the half MD4, half MD4 with
1244                 seed, and half MD4 with seed and 64 bits.
1245
1246 2002-06-15  Theodore Ts'o  <tytso@mit.edu>
1247
1248         * ext2_fs.h (EXT2_DIRSYNC_FL): Add new file.
1249
1250 2002-06-09  Andreas Dilger <adilger@clusterfs.com>
1251
1252         * ext2_fs.h: Add macros for maximum block/inode counts:
1253                 EXT2_INODES_PER_BLOCK, EXT2_MAX_BLOCKS_PER_GROUP,
1254                 and EXT2_MAX_INODES_PER_GROUP.
1255
1256         * openfs.c (ext2fs_open): Check that the number of blocks in a group
1257                 is less than 2^16, otherwise we need an INCOMPAT flag (not
1258                 in existence yet, if ever) to open such a filesystem.
1259
1260         * initialize.c (ext2fs_initialize): Limit the number of blocks and
1261                 inodes in a group to less than 2^16.
1262
1263 2002-06-09  Andreas Dilger <adilger@clusterfs.com>
1264
1265         * ext2_fs.h: Further minor cleanups of the header.  Consolidate
1266                 some checks for __KERNEL__ into one place.
1267
1268 2002-05-22  Andreas Dilger <adilger@clusterfs.com>
1269
1270         * ext2_fs.h: Remove macros accessing u.ext2_sb field and use
1271                 the EXT2_SB() macro instead.  Remove kernel function
1272                 prototypes also.  This matches the 2.5 kernel, and
1273                 is also cleaner for other reasons.  Whitespace cleanup.
1274
1275 2002-05-21  Theodore Ts'o  <tytso@mit.edu>
1276
1277         * ext2_ext_attr.h: Update to V2 version of the Bestbits format.
1278
1279 2002-05-16  Andreas Dilger <adilger@clusterfs.com>
1280
1281         * ext2_fs.h: Change limits to support filesystems with 8k blocks.
1282
1283         * initialize.c (ext2fs_initialize): Remove assumption that
1284                 blocksizes are always <= 4k.
1285
1286 2002-05-11  Theodore Ts'o  <tytso@mit.edu>
1287
1288         * bmap.c (ext2fs_bmap): Fix bug which caused ext2fs_bmap to fail
1289                 silently if inode pointer is NULL (and ext2fs_bmap is
1290                 expected to read the inode itself).
1291
1292 2002-04-27  Theodore Ts'o  <tytso@mit.edu>
1293
1294         * ismounted.c (check_mntent_file, is_swap_device): Verify that the
1295                 file we are checking is a block device file before looking
1296                 at st_rdev, since it's not valid for normal files.
1297                 (is_swap_device): Move so that it is outside the
1298                 HAVE_MNTENT_H, so that it is always built.
1299
1300 2002-03-11  Theodore Tso  <tytso@mit.edu>
1301
1302         * dirblock.c (ext2fs_read_dir_block2, ext2fs_write_dir_block): New
1303                 functions which take an extra flags argument.  The flag
1304                 EXT2_DIRBLOCK_V2_STRUCT will reverse when the name_len
1305                 field is byte swampped on big-endian machines, since in
1306                 the V2 structure, name_len is a char field which is
1307                 doesn't need to be byte swapped --- except if an
1308                 old-style kernel had byte-swapped the name_len field
1309                 as part of the V1 structure.
1310
1311         * ext2_err.et.in (EXT2_ET_DIRHASH_UNSUPP): New error code
1312
1313         * dirhash.c (ext2fs_dirhash): New function which calculates the
1314                 hash for a filename in an indexed directory.
1315
1316 2002-03-08  Theodore Tso  <tytso@mit.edu>
1317
1318         * Release of E2fsprogs 1.27
1319
1320 2002-03-07  Theodore Tso  <tytso@mit.edu>
1321
1322         * ext2fs.h (ext2fs_inode_io_intern): Add missing function prototype.
1323
1324         * bmap.c, fileio.c, inode_io.c, tst_badblocks.c, 
1325                 tst_byteswap.c: Fix gcc -Wall complaints
1326
1327         * Makefile.in (check): Use LD_LIBRARY_PATH to run test programs.
1328                 (From Philipp Thomas <pthomas@suse.de>)
1329
1330 2002-02-25  Theodore Tso  <tytso@mit.edu>
1331
1332         * ext2_fs.h: Add structure definitions for the directory indexing
1333                 extension.
1334
1335 2002-02-23  Theodore Tso  <tytso@mit.edu>
1336
1337         * unix_io.c (unix_open): Fix 2.4 resource limit workaround so that
1338                 it doesn't break things on mis32, sparc32, and alpha
1339                 platforms.
1340
1341 2002-02-21  Theodore Tso  <tytso@mit.edu>
1342
1343         * ismounted.c (is_swap_device): Fix file descriptor/memory leak;
1344                 we were missing an fclose().
1345
1346 2002-02-20  Theodore Tso  <tytso@mit.edu>
1347
1348         * Makefile.in, inode_io.c, ext2fs.h, ext2_err.et.in: Add new io
1349                 abstraction interface which exports an ext2 inode.
1350
1351         * ext2fs.h, fileio.c (ext2fs_file_flush): Export ext2fs_file_flush
1352                 as a public interface.  Change void * to const void * in
1353                 ext2fs_file_write's interface.
1354
1355         * test_io.c (test_close), unix_io.c (unix_close): Remove unneeded
1356                 conditional; save a few bytes.
1357         
1358 2002-02-12  Theodore Tso  <tytso@mit.edu>
1359
1360         * Makefile.in (tst_badblocks): Add some extra .o files when
1361                 linking the debugging program tst_badblocks which are
1362                 needed if we aren't compiling with inline functions enable.
1363
1364         * kernel-list.h (__inline__): On non-gcc and non-Watcom compilers,
1365                 define away __inline__ since it may not be supported.
1366
1367         * kernel-jbd.h (jbd_debug): For systems that don't do STDC, use a
1368                 stripped down jbd_debug that doesn't use variadic
1369                 arguments.  This will cause warnings under AIX, but things
1370                 should still build.
1371
1372 2002-02-03  Theodore Tso  <tytso@thunk.org>
1373
1374         * Release of E2fsprogs 1.26
1375
1376 2002-02-03  Theodore Tso  <tytso@mit.edu>
1377
1378         * mkdir.c (ext2fs_mkdir): Change to use ext2fs_inode_alloc_stats2
1379                 so that the number of directories in use is adjusted
1380                 appropriately.
1381
1382         * alloc_stats.c (ext2fs_inode_alloc_stats2): Add new function
1383                 which optionally will modify the number of directories
1384                 count.
1385
1386 2002-01-03  Theodore Tso  <tytso@mit.edu>
1387
1388         * dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block):
1389                 Add support for a new flag, DIRENT_FLAG_INCLUDE_REMOVED,
1390                 which will return deleted directory entries.
1391                 ext2fs_dir_iterate2 takes a new callback function which
1392                 is identical with the one used by
1393                 ext2fs_dblist_dir_iterate().  If the directory entry is
1394                 deleted, the callback function will be called with the
1395                 entry paraemter set to DIRENT_DELETED_FILE.
1396
1397         * Makefile.in, alloc_stats.c (ext2fs_inode_alloc_stats,
1398                 ext2fs_block_alloc_stats): New functions which update
1399                 block/inode allocation statistics in the bitmaps, block
1400                 group descriptors, and superblock.
1401
1402         * mkjournal.c (mkjournal_proc), mkdir.c (ext2fs_mkdir),
1403                 expanddir.c (expand_dir_proc), bb_inode.c
1404                 (clear_bad_block_proc, set_bad_block_proc,
1405                 ext2fs_update_bb_inode), alloc.c (ext2fs_alloc_block):
1406                 Update to use new block/inode allocation statistics.
1407
1408 2001-12-24  Theodore Tso  <tytso@mit.edu>
1409
1410         * ismounted.c (is_swap_device): New function used by
1411                 ext2fs_check_if_mounted and ext2fs_check_mount_point which
1412                 determines whether or not the specified device is a swap
1413                 device by using /proc/swaps.  More bulletproofing for
1414                 idiotic/careless system administrators!
1415
1416         * ext2fs.h, openfs.c (ext2fs_open), initialize.c
1417                 (ext2fs_initialize), mkdir.c (ext2fs_mkdir): Add a new
1418                 field to struct_ext2_filsys, umask.  This field is
1419                 initialize to 022, and affects ext2fs_mkdir in the obvious
1420                 way.  (In the future umask should also affect new file
1421                 creation routines, but the fileio functions don't
1422                 currently support this yes.)
1423
1424         * ismounted.c (check_mntent_file): Stat all of the entries in
1425                 /etc/mtab and/or /proc/mounts in order to catch dim-witted
1426                 system administrators who might have created alias
1427                 devices.
1428  
1429 2001-12-23  Theodore Tso  <tytso@mit.edu>
1430
1431         * Makefile.in, jfs_user.h: Move linux/jbd.h to
1432                 ext2fs/kernel-jbd.h, to avoid using the system header
1433                 file version of hbd.h when using diet glibc (since it
1434                 forcibly adds /usr/include to the beginning of the
1435                 include search path.)
1436
1437         * kernel-jbd.h, kernel-list.h, jfs_compat.h: Move files from
1438                 include/linux directory.
1439
1440 2001-12-16  Theodore Tso  <tytso@mit.edu>
1441
1442         * bitops.h (ext2fs_mark_generic_bitmap, ext2fs_unmark_generic_bitmap),
1443                 ext_attr.c (ext2fs_read_ext_attr, ext2fs_write_ext_attr),
1444                 fileio.c (ext2fs_file_write): Fix gcc -Wall nits
1445
1446         * Makefile.in, jfs_user.h: linux/jfs.h has been renamed to
1447                 linux/jbd.h
1448
1449 2001-12-03  Theodore Tso  <tytso@mit.edu>
1450
1451         * unix_io.c (unix_open): Make sure the ulimit workaround works
1452                 regardless of the version of glibc which is used to
1453                 compild e2fsprogs.
1454
1455 2001-11-26  Theodore Tso  <tytso@mit.edu>
1456
1457         * unix_io.c (unix_open): Work around a bug in 2.4.10+ kernels by
1458                 trying to unset the filesize limit if at all possible,
1459                 if a block device is getting opened.  (The filesize limit
1460                 shouldn't be applied against writes to a block device, but
1461                 starting in 2.4.10, the kernel is doing this.)
1462         
1463 2001-11-05  Theodore Tso  <tytso@mit.edu>
1464
1465         * mkjournal.c (ext2fs_add_journal_inode): When creating a .journal
1466                 file on adding a journal to an already-mounted filesystem,
1467                 try to clear the ext2 file attributes on an already
1468                 existing .journal file so that we don't fail if on a
1469                 partially added journal to the filesystem.
1470
1471         * ext2_fs.h: Define a new ext2 file attribute, EXT2_NOTAIL_FL,
1472                 which signals that a particular inode should not have the
1473                 last bits of data (the "tail") be merged with another
1474                 file.  This is necessary to keep LILO happy.
1475
1476 2001-09-20  Theodore Tso  <tytso@thunk.org>
1477
1478         * Release of E2fsprogs 1.25
1479
1480 2001-09-16  Theodore Tso  <tytso@mit.edu>
1481
1482         * ext2_ext_attr.h: Remove unneeded #include of <linux/config.h>
1483                 which was breaking the build on the Hurd.  (Addresses
1484                 Debian bug #112414).
1485
1486 2001-09-13  Theodore Ts'o  <tytso@mit.edu>
1487
1488         * ismounted.c (check_mntent_file): We now validate the entry in
1489                 /etc/mtab to make sure the filesystem is really mounted,
1490                 since some broken distributions (read: Slackware) have
1491                 buggy boot scripts that don't initialize /etc/mtab before
1492                 checking non-root filesystems.  (Slackware also doesn't
1493                 check the root filesystem separately, and reboot if the
1494                 root filesystem had changes applied to it, which is
1495                 dangerous and broken.)   
1496
1497 2001-09-02  Theodore Tso  <tytso@thunk.org>
1498
1499         * Release of E2fsprogs 1.24a
1500
1501 2001-08-30  Theodore Tso  <tytso@thunk.org>
1502
1503         * Release of E2fsprogs 1.24
1504
1505 2001-08-30  Theodore Tso  <tytso@valinux.com>
1506
1507         * getsize.c (ext2fs_get_device_size): Back out BLKGETSIZE64
1508                 changes, since the ioctl number has been reused by another
1509                 unofficial patch.
1510
1511 2001-08-15  Theodore Tso  <tytso@valinux.com>
1512
1513         * Release of E2fsprogs 1.23
1514
1515 2001-08-05  Theodore Tso  <tytso@valinux.com>
1516
1517         * alloc.c (ext2fs_new_inode, ext2fs_new_block): Use the fast
1518                 version of the bitmap test routines to speed up these
1519                 routines.  (At some point I may want to make these
1520                 routines use the find_first_bit functions, but that will
1521                 add a lot of complexity since it means that these
1522                 functions will have to break the bitmap abstraction
1523                 boundary.  It's not clear it's worth it.)
1524
1525         * mkjournal.c (mkjournal_proc): Remember the last block allocated
1526                 to speed up ext2fs_new_block().
1527
1528 2001-07-29  Theodore Tso  <tytso@valinux.com>
1529
1530         * finddev.c (scan_dir): Fix memory leak; we weren't calling
1531                 closedir() when exiting the function in all cases.
1532
1533 2001-07-27  Theodore Tso  <tytso@valinux.com>
1534
1535         * mkjournal.c (ext2fs_create_journal_superblock): Set the first
1536                 block usable in the journal for external journals to be 2
1537                 or 3, depending on the blocksize, so that the existing
1538                 kernel code does the right thing.
1539
1540         * getsize.c (ext2fs_get_device_size): Add support for the
1541                 BLKGETSIZE64 ioctl.  (Ioctl defined by unofficial patches
1542                 from Ben LaHaise, but it's likely this interface won't
1543                 change.)
1544
1545         * mkjournal.c (ext2fs_add_journal_device): Use the correct block
1546                 when writing the journal superblock, too.  (Oops! Needed
1547                 to make 1k filesystems with external journal to work.)
1548
1549 2001-07-26  Theodore Tso  <tytso@valinux.com>
1550
1551         * mkjournal.c (ext2fs_add_journal_device): Use the correct block
1552                 to find the journal superblock if the blocksize is 1024.
1553
1554 2001-07-21  Theodore Tso  <tytso@valinux.com>
1555
1556         * ext2_err.et.in (EXT2_ET_LOAD_EXT_JOURNAL): Add new error code
1557
1558 2001-07-20  Theodore Tso  <tytso@valinux.com>
1559
1560         * ext_attr.c (ext2fs_write_ext_attr): When writing the extended
1561                 attribute block, set the filesystem changed bit.
1562
1563         * bitops.h (ext2fs_find_first_bit_set, ext2fs_find_next_bit_set):
1564                 Comment out these functions since we're not using them.
1565
1566 2001-07-10  Theodore Tso  <tytso@valinux.com>
1567
1568         * closefs.c (write_primary_superblock): After writing changes to
1569                 the primary superblock, update the original superblock
1570                 copy so we don't have to re-write those changes in the
1571                 future.
1572                 (ext2fs_flush): Clear the superblock dirty flag after
1573                 we've flushed out changes to disk.
1574
1575 2001-07-07  Theodore Tso  <tytso@valinux.com>
1576
1577         * bitops.h (ext2fs_find_first_bit_set): Use %esi instead of %ebx
1578                 to avoid register conflicts when compiling in PIC mode.
1579
1580 2001-07-04  Theodore Tso  <tytso@valinux.com>
1581
1582         * bitops.h (ext2fs_find_first_bit_set, ext2fs_find_next_bit_set):
1583                 Add new functions (C and in i386 assembler) which quickly
1584                 find bits set in a bitmask.
1585
1586 2001-06-23  Theodore Tso  <tytso@valinux.com>
1587
1588         * Makefile.in, ext_attr.c, ext2_attr.c, ext2fs.h: Add new files
1589                 ext2_ext_attr.h and ext_attr.c for extended attributes
1590                 support.
1591
1592         * Release of E2fsprogs 1.22
1593
1594 2001-06-22  Theodore Tso  <tytso@valinux.com>
1595
1596         * mkjournal.c (ext2fs_add_journal_inode): Move close of file
1597                 descriptor so that adding a journal to a mounted
1598                 filesystem doesn't die.  (Fixes a bug accidentally
1599                 introduced in e2fsprogs 1.21.)
1600
1601         * mkjournal.c (ext2fs_add_journal_inode): Only use fchflags if
1602                 HAVE_CHFLAGS and UF_NODUMP are defined, since the Hurd has
1603                 fchflags without defining UF_NODUMP.  (Addresses Debian
1604                 bug #101361)
1605
1606         * flushb.c: Use platform independent method of defining the
1607                 BLKFLSBUF and FDFLUSH ioctl's.  Also include sys/mount.h
1608                 since on newer glibc's BLKFLSBUF is defined there.
1609
1610         * bitops.h: The C language versions of ext2fs_swab16/32 need to be
1611                 included if EXT2FS_ENABLE_SWAPFS is defined, since we need
1612                 to support byte swapping even if we don't support the
1613                 conversion functions.  (Fixes Debian bug #101686).
1614
1615         * dirblock.c (ext2fs_read_dir_block): Remove use of dir_entry_2
1616                 since the byte-swapping code all assumes the
1617                 ext2_dir_entry structure.  (It's a question of whether or
1618                 not name_len should be byte-swapped or not, and whether
1619                 it's a 16 bit or 8 bit field.)
1620
1621 2001-06-15  Theodore Tso  <tytso@valinux.com>
1622
1623         * Release of E2fsprogs 1.21
1624
1625 2001-06-15  Theodore Tso  <tytso@valinux.com>
1626
1627         * Makefile.in: Fix bug in installation of ext2_types.h.  It is a
1628                 file which is generated and is therefore found in the
1629                 build directory, not source directory.
1630
1631         * ismounted.c (check_mntent_file): Use a test file in / to check
1632                 to see if the root filesystem is mounted read-only.  This
1633                 protects against the case where /etc might not be on /, as
1634                 well as the case where /etc/mtab doesn't exist.  (Both are
1635                 should-never happen scenarios, but you never know...)
1636
1637 2001-06-14  Theodore Tso  <tytso@valinux.com>
1638
1639         * ismounted.c (ext2fs_check_if_mounted): Fix grammer in comment.
1640                 Remove unneeded #pragma argsused, since the arguments are
1641                 always used.
1642
1643 2001-06-13  Theodore Tso  <tytso@valinux.com>
1644
1645         * ext2_types.h.in: If linux/types.h has been defined, then don't
1646                 try to redefine the typedefs.
1647
1648         * Makefile.in (HFILES): Add ext2_types.h to the list of files
1649                 which should be installed.
1650
1651         * ismounted.c (check_mntent_file): Work around GNU hurd brain
1652                 damage.  Addresses Debian bug #100304.
1653
1654         * Makefile.in: Limit some .o files from being included into the
1655                 library if --disable-debugfs, --disable-swapfs,
1656                 --disable-imager, or --disable-resizer are used.
1657
1658 2001-06-12  Theodore Tso  <tytso@valinux.com>
1659
1660         * inode.c, tst_iscan.c: Stop using the compatibility badblocks
1661                 function, and use the ext2fs_badblocks_* functions
1662                 instead.
1663
1664 2001-06-11  Theodore Tso  <tytso@valinux.com>
1665
1666         * Makefile.in, gen_bitmap.c, bitops.h: Move inline functions
1667                 ext2fs_mark_generic_bitmap and
1668                 ext2fs_unmark_generic_bitmap to gen_bitmap.c as normal
1669                 functions.  (This saves space and doesn't significantly
1670                 change the speed of e2fsck on a P-III.)
1671
1672         * ext2fs.h, bitops.h, block.c, bmap.c, closefs.c, dirblock.c,
1673                 inode.c, native.c, openfs.c, rw_bitmaps.c, swapfs.c: Only
1674                 include the byte-swapping logic if ENABLE_SWAPFS is turned
1675                 on or if we're on a big-endian machine.
1676         
1677         * initialize.c (ext2fs_initialize):Use WORDS_BIGENDIAN directly to
1678                 set EXT2_FLAG_SWAP_BYTES, instead of using
1679                 ext2fs_native_flag.
1680         
1681         * native.c (ext2fs_native_flag): Use WORDS_BIGENDIAN provided by
1682                 autoconf to determine whether or not return
1683                 EXT2_FLAG_SWAP_BYTES.
1684
1685 2001-06-10  Theodore Tso  <tytso@valinux.com>
1686
1687         * Makefile.in: Remove the dependence on the libe2p library.
1688
1689         * mkjournal.c (ext2fs_add_journal_inode): Replace use of fsetflags
1690                 with direct usage of the ioctl/fchflags so that we don't
1691                 have to depend on the libe2p library.
1692
1693 2001-06-08  Theodore Tso  <tytso@valinux.com>
1694
1695         * ext2_types.h.in: Use unsigned ints in favor of unsigned longs
1696                 when trying to find a 32-bit wide type.
1697
1698         * icount.c (insert_icount_el): Fix the code used to estimate the
1699                 size of the new icount array to be more intelligent, to
1700                 avoid reallocating the array too many times.  Thanks to
1701                 Enrique Perez-Terron for pointing this out.
1702
1703 2001-06-02  Theodore Tso  <tytso@valinux.com>
1704
1705         * valid_blk.c (ext2fs_inode_has_valid_blocks): Only check i_blocks
1706                 for a symlink to determine whether it is a fast symlink.
1707
1708 2001-06-01  Theodore Tso  <tytso@valinux.com>
1709
1710         * Makefile.in, dosio.c, ext2_fs.h, ext2_types.h.in, ext2fs.h:
1711                 Move include/asm/types.h.in to lib/ext2fs/ext2_types.h.in.
1712
1713 2001-05-25  Theodore Tso  <tytso@valinux.com>
1714
1715         * Release of E2fsprogs 1.20
1716
1717 2001-05-25  Theodore Tso  <tytso@valinux.com>
1718
1719         * ismounted.c: More cleanups for ismounted.c, some from Andreas,
1720                 some to clean up Andreas's patches.  Use strncpy instead
1721                 of strcpy to save the root's mountpoint.  Clean up #ifdef
1722                 structure.  Remove uneeded variable in testing/debug driver.
1723
1724 2001-05-24  Andreas Dilger  <adilger@turbolinux.com>
1725
1726         * ismounted.c: Add check for root device which doesn't depend on
1727                 /etc/fstab or /proc/mounts to be correct.  Don't call
1728                 endmntent() before we are done with mnt struct.
1729
1730 2001-05-23  Theodore Tso  <tytso@valinux.com>
1731
1732         * ext2_err.et.in (EXT2_ET_JOURNAL_UNSUPP_VERSION): Added new error
1733                 code.
1734
1735 2001-05-21  Theodore Tso  <tytso@valinux.com>
1736
1737         * ext2_fs.h: Change assignment of EXT2_FEATURE_COMPAT_DIR_INDEX to
1738                 make room for pre-existing usage of
1739                 EXT2_FEATURE_COMPAT_EXT_ATTR.  Add flag EXT2_INDEX_FL with
1740                 the same codepoint as EXT2_BTREE_FL.
1741
1742 2001-05-20  Theodore Tso  <tytso@valinux.com>
1743
1744         * ext2fs.h: #include <> instead of "" for ext2fs and et header
1745                 files, since they will be installed in /usr/include
1746
1747 2001-05-14  Theodore Tso  <tytso@valinux.com>
1748
1749         * alloc.c, alloc_tables.c, badblocks.c, bb_compat.c, bb_inode.c,
1750                 bitmaps.c, bitops.c, block.c, bmap.c, bmove.c, brel_ma.c,
1751                 check_desc.c, closefs.c, cmp_bitmaps.c, dblist.c,
1752                 dblist_dir.c, dir_iterate.c, dirblock.c, dupfs.c,
1753                 expanddir.c, ext2_fs.h, fileio.c, finddev.c, flushb.c,
1754                 freefs.c, get_pathname.c, getsize.c, icount.c, imager.c,
1755                 initialize.c, inline.c, inode.c, irel_ma.c, ismounted.c,
1756                 link.c, lookup.c, mkdir.c, mkjournal.c, namei.c, native.c,
1757                 newdir.c, nt_io.c, openfs.c, read_bb.c, read_bb_file.c,
1758                 rs_bitmap.c, rw_bitmaps.c, swapfs.c, test_io.c,
1759                 tst_badblocks.c, tst_byteswap.c, tst_getsize.c,
1760                 tst_iscan.c, unix_io.c, unlink.c, valid_blk.c, version.c,
1761                 write_bb_file.c, ext2_fs.h: Moved file from include/linux.
1762                 Adjust all files in this directroy to include this file.
1763
1764         * mkjournal.c (ext2fs_create_journal_superblock): Remove redundant
1765                 code.
1766
1767 2001-05-05  Theodore Tso  <tytso@valinux.com>
1768
1769         * fileio.c (ext2fs_file_read): Factored out common code and
1770                 cleaned up function.  Fixed a bug where if there was an
1771                 error reading from the disk, the number of bytes read
1772                 wasn't reliably set.  (Fixes Debian bug #79163)
1773                 (ext2fs_file_write): Factored out common code and made
1774                 function more efficient; if writing a full block, don't
1775                 bother to do a read-modify-write cycle.
1776
1777 2001-05-04  Theodore Tso  <tytso@valinux.com>
1778
1779         * dirblock.c (ext2fs_read_dir_block): Check for an directory
1780                 record length which isn't a multiple four, and treat that
1781                 as an invalid.  Scan the directory and return an error
1782                 (EXT2_ET_DIR_CORRUPTED) if the directory records are
1783                 corrupted.
1784                 (ext2fs_write_dir_block): If while byte-swapping the
1785                 directory block, if there's an error, abort and return
1786                 EXT2_ET_DIR_CORRUPTED.
1787
1788 2001-05-02  Theodore Tso  <tytso@valinux.com>
1789
1790         * ext2fs.h (EXT2_FLAG_IMAGE_FILE): Add new flag, and add
1791                 image_header field in the ext2_filsys structure
1792
1793         * block.c (block_iterate_ind, block_iterate_dind, block_iterate_tind): 
1794         * inode.c (ext2fs_read_inode): 
1795         * rw_bitmaps.c (read_bitmaps): 
1796         * openfs.c (ext2fs_open): Add support for EXT2_FLAG_IMAGE_FILE
1797
1798         * imager.c (ext2fs_image_bitmap_read): Fix bug in imager to make
1799                 sure the full bitmap is saved.
1800
1801 2001-05-01  Theodore Tso  <tytso@valinux.com>
1802
1803         * e2image.h (struct ext2_image_hdr): Add space for the device name
1804                 in the image header.
1805
1806         * dir_iterate.c (ext2fs_process_dir_block): Add a double-check to
1807                 make sure the rec_len is a multiple of 4, to prevent
1808                 bus-errors on architectures which care about mis-aligned
1809                 pointer references.
1810
1811 2001-04-25  Theodore Tso  <tytso@valinux.com>
1812
1813         * getsize.c (ext2fs_get_device_size): Use an unsigned long to
1814                 query the device sizes using the BLKGETSIZE ioctl.
1815
1816 2001-04-16  Theodore Tso  <tytso@valinux.com>
1817
1818         * ismounted.c (check_mntent): Check /proc/mounts on Linux systems
1819                 before checking /etc/mtab.  The EXT2_MF_READONLY flag is
1820                 now set from the /etc/mtab options field for all
1821                 filesystems, not just the root filesystem.  Add debugging
1822                 code to make it easier to test ext2fs_check_if_mounted().
1823
1824         * mkjournal.c (ext2fs_create_journal_superblock): Add safety
1825                 check; return an error if there's an attempt to create a
1826                 journal less than 1024 filesystem blocks.
1827
1828         * ext2_err.et.in, mkjournal.c: Change EXT2_JOURNAL_NOT_BLOCK and
1829                 EXT2_NO_JOURNAL_SB to be EXT2_ET_*.
1830
1831 2001-02-20  Theodore Tso  <tytso@valinux.com>
1832
1833         * bitops.h (ext2fs_swab16, ext2fs_swab32): Add i386 assembly
1834                 inline functions.
1835
1836         * tst_byteswap.c: New function to test the byteswap functions.
1837                 Add to regression test suite.
1838
1839 2001-02-08  Theodore Tso  <tytso@valinux.com>
1840
1841         * e2image.h (struct ext2_image_hdr): Fix type for fs_hostname
1842
1843 2001-02-07  Theodore Tso  <tytso@valinux.com>
1844
1845         * mkjournal.c (ext2fs_create_journal_superblock): Fix the setting
1846                 of s_first for external devices to always be 1, since
1847                 jsb->s_first is always relative to the start of the
1848                 journal superblock.  Use htonl(1) when setting s_nr_users.
1849
1850 2001-01-17  Theodore Ts'o  <tytso@valinux.com>
1851
1852         * mkjournal.c (ext2fs_add_journal_device): Fix bug where the
1853                 device number of the filesystem (instead of the journal)
1854                 was being dropped into s_journal_dev.
1855
1856 2001-01-15  Theodore Ts'o  <tytso@valinux.com>
1857
1858         * initialize.c (ext2fs_initialize): Add support for initializing
1859                 the ext2 superblock for external journal devices.  This
1860                 basically means we don't bother to allocate any block
1861                 group descriptors.
1862
1863         * openfs.c (ext2fs_open): Only open external journal devices if
1864                 the new flag EXT2_FLAG_JOURNAL_DEV_OK is passed to
1865                 ext2fs_open.  When opening such devices, don't try to read
1866                 the block group descriptors, since they're not there.
1867
1868         * ext2_err.et.in (EXT2_NO_JOURNAL_SB): Add new error code 
1869         
1870         * mkjournal.c: Export a new function,
1871                 ext2fs_create_journal_superblock(), which allocates and
1872                 returns a buffer containing a journal superblock.  This is
1873                 needed by mke2fs to create an external journal.  Rewrote
1874                 ext2fs_add_journal_device() so that it no longer creates
1875                 the external journal, but rather adds a filesystem to an
1876                 existing external journal.  It handles all of the UUID
1877                 manipulation.
1878
1879         * ext2fs.h: List the EXT3_FEATURE_JOURNAL_DEV as a flag supported
1880                 by the library.  Define the EXT2_FLAG_JOURNAL_DEV_OK.
1881                 Changed function prototype for ext2fs_add_journal_device().
1882                 
1883 2001-01-14  Theodore Ts'o  <tytso@valinux.com>
1884
1885         * closefs.c (ext2fs_flush): Don't write out anything beyond the
1886                  primary superblock if EXT2_INCOMPAT_JOURNAL_DEV is
1887                  listed.
1888
1889 2001-01-12  Theodore Ts'o  <tytso@valinux.com>
1890
1891         * imager.c: Fix gcc -Wall complaints and a series of bugs where
1892                 retval wasn't set correctly.  (Thanks to Andreas Dilger
1893                 for pointing this out.)
1894
1895 2001-01-11    <tytso@snap.thunk.org>
1896
1897         * flushb.c (ext2fs_sync_device): New function which centralizes
1898                 all of the places which might try to use the BLKFLSBUF
1899                 or FDFLUSH ioctls (and usually failing to define them
1900                 since the system header files don't usually do this for
1901                 us, and we're trying to avoid usage of kernel include
1902                 files now).
1903
1904 2001-01-10    <tytso@snap.thunk.org>
1905
1906         * alloc.c, bb_inode.c, bitmaps.c, bitops.h, block.c, bmap.c, 
1907                 bmove.c, brel.h, cmp_bitmaps.c, dblist.c, dblist_dir.c, 
1908                 dir_iterate.c, expanddir.c, ext2fs.h, ext2fsP.h, fileio.c,
1909                 finddev.c, get_pathname.c, icount.c, inode.c, irel.h, 
1910                 irel_ma.c, ismounted.c, link.c, lookup.c, mkdir.c, 
1911                 mkjournal.c, namei.c, newdir.c, read_bb_file.c, test_io.c,
1912                 tst_iscan.c, unix_io.c, unlink.c: Change use of ino_t to
1913                 ext2_ino_t, to protect applications that attempt to
1914                 compile -D_FILE_OFFSET_BITS=64, since this inexplicably
1915                 changes ino_t(!?).  So we use ext2_ino_t  to avoid an
1916                 unexpected ABI change.
1917
1918 2001-01-05    <tytso@snap.thunk.org>
1919
1920         * dirblock.c (ext2fs_read_dir_block): Fix a potential case where
1921                 we may overrun allocated memory in case of a corrupted
1922                 filesystem (or an e2fsck test case :-) when byte-swapping
1923                 the directory block.
1924
1925         * ext2fs.h: Indent the #warning to fix gcc -Wall complaint.
1926
1927         * mkjournal.c (ext2fs_add_journal_device): Fix various gcc -Wall
1928                 complaints including a missing return 0 at the end of
1929                 ext2fs_add_journal_device.
1930
1931 2001-01-03    <tytso@snap.thunk.org>
1932
1933         * Makefile.in: Link in libe2p when creating libext2fs as a shared
1934                 library, since mkjournal.c now references fsetflags().
1935
1936         * mkjournal.c (ext2fs_add_journal_inode): Folded in Andreas
1937                 Dilger's changes (with fixups) to allow on-line creation
1938                 of a journal file.
1939
1940         * ext2fs.h, closefs.c (ext2fs_flush): Add new flag,
1941                 EXT2_FLAG_SUPER_ONLY, which the close routines to only
1942                 update the superblock, and not the group descriptors.
1943
1944 2000-12-30  Andreas Dilger  <adilger@turbolinux.com>
1945
1946         * ismounted.c: add ext2fs_check_mount_point() function, which will
1947                 optionally return the mount point of a device if mounted
1948
1949 2000-12-14  Andreas Dilger  <adilger@turbolinux.com>
1950
1951         * mkjournal.c: rename ext2fs_add_journal_fs() to the more descriptive
1952                 ext2fs_add_journal_inode()
1953
1954 2001-01-01    <tytso@snap.thunk.org>
1955
1956         * ext2fs.h: Remove definition of ext2fs_sb.  Note: this may break
1957                 source (but not binary) compatibility of some users of the
1958                 ext2 library.  They should just simply do a global search
1959                 and replace of struct ext2fs_sb with struct
1960                 ext2_super_block, and use their own private copy of
1961                 ext2_fs.h if they aren't already.
1962
1963         * closefs.c, initialize.c, link.c, newdir.c, openfs.c, swapfs.c:
1964                 Replace use of ext2fs_sb with ext2_super_block.
1965
1966 2000-12-31    <tytso@snap.thunk.org>
1967
1968         * ext2fs.h: Cleaned up header file by removing definitions of
1969                 feature flags that might not have been defined in older
1970                 ext2 header files.  Now that we're using our own
1971                 include/linux/ext2fs.h header file, this can never happen.
1972
1973         * jfs_dat.h: Removed old header file which is no longer needed.
1974
1975 2000-12-13  Theodore Ts'o  <tytso@valinux.com>
1976
1977         * closefs.c (ext2fs_update_dynamic_rev): New function suggested
1978                 by Andreas Dilger to update the filesystem revision to
1979                 EXT2_DYNAMIC_REV.
1980
1981         * swapfs.c (ext2fs_swap_super): Add byte swapping for the journal
1982                 fields.
1983
1984 2000-12-09    <tytso@snap.thunk.org>
1985
1986         * ext2fs.h, mkjournal.c (ext2fs_add_journal_inode,
1987                 ext2fs_add_journal_device): Add a new argument to the APIs
1988                 of these function, which is a flags word.  This is used to
1989                 allow the creation of a V1 superblock for those folks who
1990                 are using ext3 0.3b in production.  Note, the user-land
1991                 interface for getting at this flag won't be documented, as
1992                 the V1 superblock is deprecated.
1993
1994         * mkjournal.c (init_journal_superblock): Sync Stephen's changes
1995                 which creates a V2 superblock instead of a V1 superblock.
1996
1997 2000-11-21    <tytso@snap.thunk.org>
1998
1999         * test_io.c (test_write_blk, test_write_byte): Fix typos pointed
2000                 out by Andreas Dilger.
2001
2002 2000-11-05    <tytso@snap.thunk.org>
2003
2004         * imager.c (ext2fs_image_{inode,super,bitmap}_{read,write},
2005                 ext2_fs.h, Makefile.in: New file that has routines that
2006                 save ext2fs metadata to a file.
2007
2008         * ext2_err.et.in (EXT2_ET_MAGIC_E2IMAGE): New error code assigned.
2009
2010         * e2image.h: New file which defines the file format for the ext2
2011                 image file.  (Saved copy of ext2 metadata to a file as a
2012                 saving throw against worst-case damage.)
2013
2014 2000-11-01    <tytso@snap.thunk.org>
2015
2016         * inode.c (ext2fs_flush_icache): Add new function
2017                 ext2fs_flush_icache() which flushes the internal inode
2018                 cache.  Applications which modify the inode table blocks
2019                 directly must call this function.
2020
2021 2000-10-26    <tytso@snap.thunk.org>
2022
2023         * mkjournal.c: Add #include of netinet/in.h, since Solaris
2024                 requires it for ntohl().
2025
2026         * ext2_io.h (io_channel_write_byte): Add new interface to allow
2027                 callers to write specific byte ranges.  This is an
2028                 optional interface, which not all IO channels may
2029                 implement.
2030
2031         * unix_io.c (unix_write_byte):
2032         * test_io.c (test_write_byte): Add implementation of the
2033                 write_byte function.
2034
2035         * closefs.c (write_primary_superblock, ext2fs_flush): Add a new
2036                 function which writes the primary superblock.  If the IO
2037                 channel supports writing raw bytes directly, only fields
2038                 which were modified are written to the disk.  This makes
2039                 it safe(r) to use utilities like tune2fs on a mounted
2040                 filesystem. 
2041
2042         * freefs.c (ext2fs_free): Free the original superblock if it is
2043                 available. 
2044
2045         * openfs.c (ext2fs_open): Store a copy of the original superblock
2046                 when opening it.
2047
2048         * ext2fs.h: Add a field to store the original superblock in the
2049                 ext2 context structure.
2050
2051 2000-10-24    <tytso@snap.thunk.org>
2052
2053         * llseek.c: Add #ifdef's for IA64 (it's a 64-bit platform, so we
2054                 don't need to use llseek).
2055
2056 2000-10-24    <tytso@valinux.com>
2057
2058         * Makefile.in, ext2fs.h, jfs_dat.h, mkjournal.c: Add functions for
2059                 creating an ext3 journal on a filesystem.
2060
2061 2000-08-21    <tytso@valinux.com>
2062
2063         * ext2_err.et.in (EXT2_JOURNAL_NOT_BLOCK): Add new error code.
2064
2065 2000-08-22    <tytso@valinux.com>
2066
2067         * unix_io.c: Make massive changes to support a multiple block
2068                 writethrough cacheing.
2069
2070         * ext2_io.h: Added flags field to the io_channel structure.
2071
2072 2000-08-19    <tytso@valinux.com>
2073
2074         * finddev.c, ext2fs.h, Makefile.in: Add new file, finddev.c, which
2075                 provides the function ext2fs_find_block_device().  This
2076                 function returns the pathname to a block device, given its
2077                 device number.
2078
2079 2000-07-13    <tytso@valinux.com>
2080
2081         * Release of E2fsprogs 1.19
2082
2083 2000-07-07  Theodore Ts'o  <tytso@valinux.com>
2084
2085         * ext2fs.h (EXT2_LIB_FEATURE_INCOMPAT_SUPP): Add
2086                 EXT3_FEATURE_INCOMPAT_RECOVER (aka needs_recovery) to the
2087                 list of filesystem flags supported by the library.
2088
2089 2000-07-04  Theodore Ts'o  <tytso@valinux.com>
2090
2091         * ext2fs.h: Update to include latest journalling additions to the
2092                 superblock.
2093
2094         * dll/jump.funcs: Add new jumptable entries for
2095                 ext2fs_write_bb_FILE, ext2fs_read_bb_FILE2, and
2096                 ext2fs_badblocks_equal.
2097
2098         * tst_badblocks.c: Update test program to test
2099                 ext2fs_read_bb_FILE2 and ext2fs_write_FILE.
2100
2101         * write_bb_file.c (ext2fs_write_bb_FILE): New function which
2102                 writes out bad blocks list to a file.
2103
2104         * read_bb_file.c (ext2fs_read_bb_FILE2): Add new function which
2105                 changes the callback function to take two additional
2106                 arguments; a private blind pointer supplied by the caller,
2107                 and pointer to a char * containing a pointer to the
2108                 invalid string.
2109
2110         * badblocks.c (ext2fs_badblocks_equal): Add new function which
2111                 returns true if two badblocks list are equal.
2112
2113         * Makefile.in: Remove explicit link of -lc in the shared library.
2114                 (It shouldn't be necessary, and is harmful in some cases).
2115
2116 2000-06-10  Theodore Ts'o  <tytso@valinux.com>
2117
2118         * getsize.c (main): Add debugging code under #ifdef DEBUG
2119
2120 2000-05-27  Theodore Ts'o  <tytso@valinux.com>
2121
2122         * mkdir.c (ext2fs_mkdir): Read the parent directory's inode
2123                 earlier, so that if there's an error reading it, we can
2124                 more cleanly back out of the operation.
2125
2126 2000-05-25    <tytso@snap.thunk.org>
2127
2128         * getsize.c (ext2fs_get_device_size): Use open64() instead of
2129                 open() if it exists.  Under linux, manually define the
2130                 ioctl for BLKGETSIZE if it isn't already defined and it's
2131                 safe to do so.
2132
2133         * unix_io.c (unix_open): Use open64() instead of open() if it
2134                 exists. 
2135
2136         * llseek.c: Simplify header includes of unistd.h.  If lseek64 is
2137                 available (and prototypes are defined) use it in
2138                 preference to llseek.
2139
2140         * Makefile: Add hack dependency rule so that parallel makes work
2141                 correctly. 
2142
2143 2000-05-18  Theodore Ts'o  <tytso@valinux.com>
2144
2145         * ext2fs.h: Add appropriate ifdef's to support C++ compilation.
2146
2147 2000-04-03  Theodore Ts'o  <tytso@valinux.com>
2148
2149         * block.c: Readibility tweak in conditionals involving
2150                 ctx->fs->flags.
2151
2152         * ext2fs.h: Use AUTOCONF SIZEOF_* macros if available to determine
2153                 how to define __s64 and __u64.  Turn off "compression is
2154                 experimental" warning if the cpp macro
2155                 I_KNOW_THAT_COMPRESSION_IS_EXPERIMENTAL is defined.
2156
2157 2000-02-11    <tytso@snap.thunk.org>
2158
2159         * ext2fs.h: Define EXT2FS_COMPRESSED_BLKADDR and HOLE_BLKADDR.
2160                 Conditionally include Compression as a supported type if
2161                 ENABLE_COMPRESSION (via --enable-compression) is turned on.
2162
2163         * swapfs.c (ext2fs_swap_super): Swap the compression usage bitmap.
2164
2165 2000-02-08    <tytso@snap.thunk.org>
2166
2167         * bitops.h (ext2fs_mark_generic_bitmap, ext2fs_unmark_generic_bitmap,
2168                 ext2fs_mark_block_bitmap, ext2fs_unmark_block_bitmap,
2169                 ext2fs_mark_inode_bitmap, ext2fs_unmark_inode_bitmap):
2170                 Change to return the previous state of the bit that is
2171                 being marked or unmarked.  For speed optimization.
2172         
2173 2000-02-02  Theodore Ts'o  <tytso@valinux.com>
2174
2175         * getsize.c, ismounted.c: Remove unneeded include of linux/fs.h
2176
2177         * swapfs.c: Remove #ifdef HAVE_EXT2_INODE_VERSION since it's not
2178                 needed any more; we know it will always be i_generation.
2179                 Add support for swapping the high bits of the uid and gid.
2180
2181 1999-11-19    <tytso@valinux.com>
2182
2183         * mkdir.c (ext2fs_mkdir): Only update the parent's inode link
2184                 counts if the link was successful.  Patch suggested by
2185                 jeremy@goop.org.
2186
2187         * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
2188                 the source directory.
2189
2190 1999-11-10    <tytso@valinux.com>
2191
2192         * Release of E2fsprogs 1.18
2193
2194 1999-11-08    <tytso@valinux.com>
2195
2196         * Makefile.in (tst_badblocks): Add freefs.o to the object list,
2197                 since ext2fs_badblocks_list_free was moved to freefs.c.
2198
2199         * tst_badblocks.c: Use the newer badblocks API names.  Add
2200                 duplicate blocks to the test inputs to test dealing with
2201                 adding blocks which are already in the badblocks list.
2202
2203         * badblocks.c (ext2fs_badblocks_list_add): If appending to the end
2204                 of the list, use a shortcut O(1) operations instead of an
2205                 O(n) operation.  (Idea suggested by David Beattie.)
2206
2207         * freefs.c (ext2fs_free): Use ext2fs_badblocks_list_free() instead
2208                 of badblocks_list_free(), to save a procedure call.
2209
2210 1999-10-26    <tytso@valinux.com>
2211
2212         * Release of E2fsprogs 1.17
2213
2214 1999-10-26    <tytso@valinux.com>
2215
2216         * ext2fs.h: Add kludge to deal with the fact that egcs cpp doesn't
2217                 seem to handle ~0UL the same way as they used to.
2218
2219 1999-10-25    <tytso@valinux.com>
2220
2221         * nt_io.c (_OpenNtName): Open the device using
2222                 FILE_SYNCHRONOUS_IO_NONALERT instead of
2223                 FILE_SYNCHRONOUS_IO_ALERT
2224                 (nt_open): At the end of the device open routine, unlock 
2225                 the drive but do not dismount it.
2226
2227         * initialize.c (CREATOR_OS): Use __GNU__ instead of __gnu__ to
2228                 detect the Hurd OS.
2229
2230 1999-10-22    <tytso@valinux.com>
2231
2232         * Release of E2fsprogs 1.16
2233
2234 1999-10-22    <tytso@valinux.com>
2235
2236         * mkdir.c (ext2fs_mkdir): Pass EXT2_FT_DIR flag to ext2fs_link().
2237
2238         * link.c (ext2fs_link): This call now uses the low three bits of
2239                 the flags parameter to pass the directory filetype
2240                 information; it will set the directory entry FILETYPE
2241                 information if the filesystem supports it.
2242
2243         * newdir.c (ext2fs_new_dir_block): If the FILETYPE superblock
2244                 option is set, then create the '.' and '..' entries with
2245                 the filetype set to EXT2_FT_DIR.
2246
2247 1999-09-24    <tytso@valinux.com>
2248
2249         * nt_io.c: New file which supports I/O under Windows NT.
2250
2251 1999-09-07    <tytso@valinux.com>
2252
2253         * ext2fs.h: Add new fields for journalling and define new
2254                 feature bits used by newer filesystems: IMAGIC_INODES,
2255                 HAS_JOURNAL, RECOVER.
2256
2257         * expanddir.c (ext2fs_expand_dir, expand_dir_proc): Change where
2258                 we update the inode block count and size files so that the
2259                 block count field is updated correctly when we create an
2260                 indirect block.
2261
2262 1999-07-18  Theodore Ts'o  <tytso@valinux.com>
2263
2264         * Release of E2fsprogs 1.15
2265
2266 1999-06-23    <tytso@valinux.com>
2267
2268         * swapfs.c (ext2fs_swap_inode): Add compatibility for Linux 2.3
2269                 kernels that use i_generation instead of i_version.  Patch
2270                 supplied by Jon Bright <sircus@sircus.demon.co.uk>.
2271
2272 1999-06-21    <tytso@valinux.com>
2273
2274         * dir_iterate.c (ext2fs_process_dir_block): Check for corrupted
2275                 directory entry before calling the callback function.
2276                 This should prevent some core dumps of insufficiently
2277                 paranoid callback functions.
2278
2279 1999-05-29    <tytso@rsts-11.mit.edu>
2280
2281         * ext2fs.h: Add feature definition for AFS IMAGIC inodes.
2282
2283         * fileio.c (ext2fs_file_open): Remove obsolete comment stating
2284                 that we don't handle writing yet (we do).  Fixed bug where
2285                 we weren't allocating a big enough buffer for ext2_bmap.
2286
2287 1999-05-03    <tytso@rsts-11.mit.edu>
2288
2289         * openfs.c (ext2fs_open): Check to make sure that the number of
2290                 blocks per group is not zero --- if so, it must be a bad
2291                 superblock!
2292
2293 1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2294
2295         * Release of E2fsprogs 1.14
2296
2297 1999-01-07  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2298
2299         * inode.c (ext2fs_read_inode, ext2fs_write_inode): Check to see if
2300                 the inode number is zero; if it's zero, return
2301                 EXT2_ET_BAD_INODE_NUM.
2302
2303 1998-12-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2304
2305         * initialize.c (ext2fs_initialize): Use EXT2_FIRST_INODE instead
2306                 of EXT2_FIRST_INO to ensure compatibility with Linux 1.2
2307                 header files.
2308
2309 Mon Jan  4 02:32:09 1999  Theodore Y. Ts'o  <tytso@mit.edu>
2310
2311         * llseek.c (ext2fs_llseek): Change ext2fs_llseek() in the
2312                 non-Linux case to use EINVAL by default, unless it isn't
2313                 defined, in which case we use EXT2_ET_INVALID_ARGUMENT
2314                 instead.
2315
2316 1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2317
2318         * Release of E2fsprogs 1.13
2319
2320 1998-12-03  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2321
2322         * Makefile.in: Updated dependencies.
2323
2324 1998-09-22  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2325
2326         * initialize.c (ext2fs_initialize): Make sure that we allocate
2327                 enough inodes so that we can make a valid filesystem.
2328
2329 1998-09-02  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2330
2331         * rw_bitmaps.c: Fixed signed/unsigned warnings.
2332
2333         * fileio.c (ext2fs_file_set_size): Remove unneeded extern from the
2334                 function declaration.
2335
2336         * dblist.c (make_dblist): Add safety check in case the dblist
2337                 pointer passed in is null (in which case, assign it to
2338                 fs->dblist).  Fixed some signed/unsigned warnings.
2339
2340         * bmap.c: Make addr_per_block be of type blk_t to avoid
2341                 signed/unsigned warnings.
2342
2343         * namei.c (ext2fs_follow_link): Remove uneeded extern from the
2344                 function declaration.
2345
2346         * get_pathname.c (get_pathname_proc): Use return value from
2347                 ext2fs_get_mem, instead of checking if &gp->name is
2348                 NULL.
2349
2350         * dir_iterate.c (ext2fs_process_dir_block): 
2351         * dblist_dir.c (ext2fs_dblist_dir_iterate): Remove uneeded extern
2352                 from the function declaration.
2353
2354         * block.c (ext2fs_block_iterate2): If the read_inode call fails,
2355                 return the error directly instead of jumping to the
2356                 cleanup routine, since we don't need to do any cleanup.
2357
2358         * alloc_table.c (ext2fs_allocate_group_table): Make this
2359                 function take a dgrp_t for its group argument.
2360
2361         * ext2fs.h: Make dgrp_t an __u32 type, and make
2362                 fs->desc_group_count be of type dgrp_t.
2363
2364 1998-07-27  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2365
2366         * badblocks.c (ext2fs_badblocks_list_add): Use a bigger increment
2367                 than 10 blocks when we need to expand the size of the
2368                 badblocks list.
2369
2370 1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2371
2372         * Release of E2fsprogs 1.12
2373
2374 1998-06-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2375
2376         * closefs.c (ext2fs_flush): Update the s_block_group_nr field as
2377                 appropriate for all of the block group copies, so that
2378                 it's clear where the beginning of the filesystem is on the
2379                 disk.  (For when the partition table gets scrod.)
2380
2381         * ext2fs.h: Change the name of the feature from
2382                 EXT2_FEATURE_INCOMPAT_DIRNAME_SIZE to
2383                 EXT2_FEATURE_INCOMPAT_FILESIZE (to match with the kernel).
2384
2385 1998-06-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2386
2387         * inode.c (get_next_blockgroup): Fix bug where if
2388                 get_next_blockgroup() is called early because of a missing
2389                 inode table in a block group, the current_inode counter
2390                 wasn't incremented correctly.
2391
2392 1998-06-16  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2393
2394         * read_bb.c (ext2fs_read_bb_inode): Make function more robust
2395                 against a completely trashed bad block inode.
2396
2397 1998-06-10  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2398
2399         * alloc_tables.c (ext2fs_allocate_group_table): Fix bug so that if
2400                 the stride length hits a bad value, we retry the block
2401                 allocation starting at the beginning of the block group.
2402
2403         * ext2fs.h, bb_inode.c, block.c, bmove.c, dir_iterate.c,
2404                 expanddir.c, ext2fsP.h, read_bb.c: Change blkcnt_t to be
2405                 e2_blkcnt_t to avoid collision with LFS API.
2406
2407 1998-05-01  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2408
2409         * initialize.c (ext2fs_initialize): Initialize s_inodes_count in a
2410                 way that avoids overflows on disk sizes greater than 4GB.
2411
2412 1998-04-28  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2413
2414         * ext2fs.h: Define EXT2_QSORT_TYPE appropriately for the
2415                 return type for comparison functions for qsort.
2416
2417         * dblist.c (dir_block_cmp): Use EXT2_QSORT_TYPE in function
2418                 declaration.
2419
2420 1998-04-26  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2421
2422         * ext2fs.h, bitops.h: Add support for the Watcom C compiler to do
2423                 inline functions.
2424
2425         * ext2fs.h, dosio.c: Use asm/types.h instead of linux/types.h to
2426                 evade a potential problem with glibc's header files trying
2427                 to spike out linux/types.h.
2428
2429         * ext2fs.h (ext2fs_resize_mem): Change the function prototype to
2430                 include the old size of the memory, which is needed for
2431                 some braindamaged memory allocation systems that don't
2432                 support realloc().
2433
2434         * badblocks.c (ext2fs_badblocks_list_add):
2435           bb_inode.c (clear_bad_block_proc):
2436           dblist.c (ext2fs_add_dir_block):
2437           icount.c (insert_icount_el):
2438           irel_ma.c (ima_put):
2439           rs_bitmap.c (ext2fs_resize_generic_bitmap): Update functions to
2440                   pass the old size of the memory to be resized to
2441                   ext2fs_resize_mem(). 
2442
2443 1998-03-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2444
2445         * Makefile.in: Change to use new installation directory variables
2446                 convention.  Fix uninstall rules to take $(DESTDIR) into
2447                 account.
2448
2449 1998-03-29  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2450
2451         * ext2fs.h: If __STRICT_ANSI__ is defined and we're on a platform
2452                 with 32 bit longs, then we need to manually define __s64
2453                 and __u64, since the current kernel header files don't
2454                 define these if __STRICT_ANSI__ is defined.  This is a
2455                 problem if we are compiling with full GCC warnings, since
2456                 we do need 64 bit support.
2457         
2458         * Makefile.in (OBJS): Remove bmove.o from files to be built,
2459                 since we're not using ext2fs_move_blocks() and there
2460                 is some question as to its usefulness in its current
2461                 form.
2462
2463         * bmap.c (block_bmap): Remove unused function.
2464
2465         * bmove.c (process_block): Fix -Wall warning.
2466
2467 1998-03-23  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2468
2469         * block.c (ext2fs_block_iterate3): Make the ref_offset field
2470                 contain the offset into the inode.i_blocks array when
2471                 ref_block is zero.  Since we haven't done a formal
2472                 release of e2fsprogs since block_iterate2 was first
2473                 introduced, I removed block_iterate2, and renamed
2474                 block_iterate3 to be block_iterate2.
2475
2476         * bb_inode.c, bmove.c, dblist_dir.c, dir_iterate.c,
2477                 expanddir.c, ext2fs.h, ext2fsP.h, read_bb.c: Change
2478                 use of block_iterate and block_iterate2 to
2479                 block_iterate2 with the new prototype for the
2480                 interator function.  (using blkcnt_t forr blockcount)
2481
2482 1998-03-21  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2483
2484         * ext2fs.h: Add new superblock fields (s_algorithm_usage_bitmap, 
2485                 s_prealloc_blocks, s_prealloc_dir_blocks).  Added
2486                 conditional defines of new features COMPAT_DIR_PREALLOC,
2487                 RO_COMPAT_LARGE_FILE RO_COMPAT_BTREE_DIR,
2488                 INCOMPAT_COMPRESSION, INCOMPAT_DIRNAME_SIZE.  Changed
2489                 the library to declare that we support COMPAT_DIR_PREALLOC, 
2490                 INCOMPAT_DIRNAME_SIZE, RO_COMPAT_LARGE_FILE.
2491
2492         * fileio.c: Rename function ext2fs_file_llseek to be
2493                 ext2fs_file_lseek, which is more accurate.
2494
2495         * block.c: Add new function ext2fs_block_iterate3 which calls
2496                 the iterator function with the blockcount argument of
2497                 type blkcnt_t.  This version of the function is
2498                 allowed to handle large files; the other fucntions are
2499                 not.
2500
2501         * ext2fs.h: Add new type blkcnt_t
2502
2503         * ext2_err.et.in: Add error code EXT2_ET_FILE_TOO_BIG
2504
2505         * block.c (ext2fs_block_iterate2): Fix bug where the block count
2506                 field wasn't getting correctly incremented for sparse
2507                 files when the indirect or doubly-indirect block
2508                 specified in the inode was zero.
2509
2510 Sun Mar  8 22:42:47 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2511
2512         * unlink.c (unlink_proc): 
2513         * lookup.c (lookup_proc): 
2514         * link.c (link_proc): 
2515         * get_pathname.c (get_pathname_proc): 
2516         * dir_iterate.c (ext2fs_process_dir_block): Mask off high 8 bits
2517                 from dirent->name_len, so it can be used for other
2518                 purposes.
2519
2520         * ext2fs.h: Add definition of EXT2_FEATURE_INCOMPAT_DIRNAME_SIZE,
2521                 and indicate that we have support for this incompatible
2522                 option.
2523
2524 Mon Feb 23 08:46:33 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2525
2526         * ext2_err.et.in: Added new error code, EXT2_ET_CANCEL_REQUESTED.
2527
2528 Fri Feb 20 23:58:01 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2529
2530         * dblist.c (ext2fs_get_num_dirs): Improve the estimation of the
2531                 number of directories when the block group information is
2532                 unreliable.
2533
2534 1998-02-20  Theodore Y. Ts'o  <tytso@edt.mit.edu>
2535
2536         * inode.c (ext2fs_get_next_inode): Always do the check to see if the
2537                 inode table is missing so that we catch the case where the
2538                 first block group is missing.
2539
2540         * getsize.c, ismounted.c, unix_io.c: #include errno.h since it's
2541                 needed.
2542
2543 Mon Feb 16 16:16:00 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2544
2545         * ext2_io.h, ext2fs.h: Protect against being included multiple times.
2546
2547         * bmove.c: #include ext2fsP.h instead of "ext2fs/ext2fs.h"
2548
2549         * test_io.c (test_flush): Add a debugging printf when the flush
2550                 method is called.
2551
2552         * rw_bitmaps.c (ext2fs_read_bitmaps): If the bitmaps are already
2553                 read in, return right away.
2554
2555 Sun Feb  1 08:20:24 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2556
2557         * bitops.h: Don't try to do i386 inline asm functions if the
2558                 compiler isn't GCC.
2559
2560         * ext2fs.h: If EXT2_FLAT_INCLUDES is defined, #include e2_types.h,
2561                 instead of linux/types.h, and e2_bitops.h instead of
2562                 ext2fs/bitops.h.
2563
2564         * icount.c, version.c: Don't #include <et/com_err.h>, as it isn't
2565                 necessary. 
2566
2567 Sat Jan 17 13:13:31 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2568
2569         * inode.c (ext2fs_open_inode_scan): Initialize the group variables
2570                 so that we don't need to call get_next_blockgroup() the
2571                 first time around.  Saves a bit of time, and prevents us
2572                 from needing to assign -1 to current_group (which is an
2573                 unsigned value).
2574
2575         * icount.c (insert_icount_el): Cast the estimated number of inodes
2576                 from a float to an ino_t.
2577
2578         * alloc.c, alloc_tables.c, badlbocks.c, bb_compat.c, bb_inode.c,
2579                 bitmaps.c, bitops.c, block.c, bmap.c, bmove.c, brel_ma.c,
2580                 check_desc.c, closefs.c, cmp_bitmaps.c, dblist.c,
2581                 dblist_dir.c, dir_iterate.c, dirblock.c, dupfs.c,
2582                 expanddir.c, ext2fs.h, fileio.c, freefs.c,
2583                 get_pathname.c, getsize.c, icount.c, initialize.c,
2584                 inline.c, inode.c, irel_ma.c, ismounted.c, link.c,
2585                 lookup.c, mkdir.c, namei.c, native.c, newdir.c,
2586                 openfs.c, read_bb.c, read_bb_file.c, rs_bitmap.c,
2587                 rw_bitmaps.c, swapfs.c, test_io.c, tst_badblocks.c,
2588                 tst_getsize.c, tst_iscan.c, unix_io.c, unlink.c,
2589                 valid_blk.c, version.c: If EXT2_FLAT_INCLUDES is
2590                 defined, then assume all of the
2591                 ext2-specific header files are in a flat directory.
2592
2593         * block.c, bmove.c, dirblock.c, fileio.c: Explicitly cast
2594                 all assignments from void * to be compatible with C++.
2595
2596 Tue Jan  6 11:28:15 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2597
2598         * closefs.c (ext2fs_flush): Add a call to io_channel_flush() to
2599                 make sure the contents of the disk are flushed to disk.
2600
2601 Mon Dec 29 14:39:13 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2602
2603         * dblist.c (ext2fs_add_dir_block): Change new to be new_entry to
2604                 avoid C++ namespace clash.
2605
2606         * bitmaps.c (ext2fs_copy_bitmap): Change new to be new_map to
2607                 avoid C++ namespace clash.
2608
2609         * ext2fs.h, bb_inode.c, block.c, bmove.c, brel.h, brel_ma.c,
2610                 irel.h, irel_ma.c, dblist.c, dblist_dir.c, dir_iterate.c,
2611                 ext2fsP.h, expanddir.c, get_pathname.c, inode.c, link.c,
2612                 unlink.c: Change private to be priv_data (to avoid C++
2613                 namespace clash)
2614
2615 Fri Nov 28 09:26:31 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2616
2617         * dblist.c (ext2fs_get_num_dirs): Make ext2fs_get_num_dirs more
2618                 paranoid about validating the directory counts from the
2619                 block group information.
2620
2621         * all files: Don't include stdlib.h anymore; include it in
2622                 ext2_fs.h, since that file requires stdlib.h
2623
2624 Thu Nov 20 16:07:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2625
2626         * expanddir.c (ext2fs_expand_dir): Check to make sure the block
2627                 bitmap is loaded, and return an error if it is not.
2628                 (expand_dir_proc): Only use ext2fs_write_dir_block when
2629                 writing a directory block, not when writing out a fresh
2630                 indirect block.
2631
2632 Tue Nov 11 22:46:45 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2633
2634         * Makefile.in, tst_getsize.c: Added new file which is used to test
2635                 the ext2fs_get_device_size function.
2636
2637         * ext2_err.et.in (EXT2_ET_UNIMPLEMENTED): Added new error code.
2638
2639 Sun Nov  2 20:36:13 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2640
2641         * ext2fs.h: Make ext2fs_get_mem take an unsigned argument.
2642
2643         * fileio.c (ext2fs_file_get_size, ext2fs_file_set_size,
2644                 ext2fs_file_get_fs): New functions added.
2645
2646
2647 Fri Oct 31 12:16:52 1997    <tytso@EDT.MIT.EDU>
2648
2649         * bitops.c (ext2fs_warn_bitmap, ext2fs_warn_bitmap2): Don't call
2650                 com_err if OMIT_COM_ERR is defined.
2651
2652 Thu Oct 30 11:33:57 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2653
2654         * Rename new error codes to _ET_ in them for consistency.
2655
2656 Sat Oct 25 00:06:58 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2657
2658         * [all files, basically]: Added definition of ext2fs_get_mem, 
2659                 ext2fs_free_mem, and ext2fs_resize_mem in ext2fs.h, and
2660                 changed all library routines to use these wrapper functions.
2661
2662         * dblist.c, mkdir.c: use EXT2_DIR_EXISTS and EXT2_DB_NOT_FOUND
2663                 instead of the system error messages.
2664         
2665         * ext2_err.et.in: Added new error messages EXT2_DIR_EXISTS and
2666                 EXT2_DB_NOT_FOUND
2667
2668         * ext2fs.h: Added function declarations and constants for bmap.c
2669                 and fileio.c.
2670
2671         * ext2_err.et.in: Added new error messages EXT2_FILE_RO and
2672                 EXT2_ET_MAGIC_EXT2_FILE
2673
2674         * Makefile.in: Added files bmap.c and fileio.c, and temporarily
2675                 commented out brel_ma.c and irel_ma.c
2676
2677         * bmap.c: New file which maps a file's logical block number to its
2678                 physical block number.
2679
2680         * fileio.c: New file which implements simple file reading and
2681                 writing primitives.
2682
2683         * alloc.c (ext2fs_alloc_block): New function which allocates a
2684                 block, zeros it, and updates the filesystem accounting
2685                 records appropriately.
2686
2687 Wed Oct 22 16:47:27 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2688
2689         * ext2_err.et.in: Added new error codes: EXT2_NO_MEMORY,
2690                 EXT2_INVALID_ARGUMENT, EXT2_BLOCK_ALLOC_FAIL,
2691                 EXT2_INODE_ALLOC_FAIL, EXT2_NOT_DIRECTORY
2692
2693         * Change various library files to use these functions instead of
2694                 EINVAL, ENOENT, etc.
2695
2696 Mon Oct 20 19:32:40 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2697
2698         * llseek.c: Check HAVE_LLSEEK_PROTOTYPE to see whether or not we
2699                 need to declare llseek().
2700
2701 Sun Oct 19 18:56:22 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2702
2703         * Rename io.h to be ext2_io.h (avoid namespace collisions)
2704
2705         * Add #ifdef's for HAVE_SYS_STAT_H and HAVE_SYS_TYPES_H
2706
2707 Fri Oct  3 13:35:59 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2708
2709         * llseek.c (ext2fs_llseek): Fix type error for ext2fs_llseek()
2710
2711         * icount.c (ext2fs_icount_validate): 
2712         * bmove.c (process_block): Fix lint error in type for fprintf().
2713
2714 Mon Sep 15 11:45:09 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2715
2716         * inode.c (ext2fs_check_directory): Add support for the callback
2717                 to return the error code EXT2_ET_CALLBACK_NOTHANDLED.
2718
2719 Thu Sep  4 12:28:22 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2720
2721         * bitmaps.c (ext2fs_set_bitmap_padding): New function which sets the
2722                 padding of the bitmap to be all one's.
2723
2724 Wed Sep  3 14:27:30 1997  Theodore Y. Ts'o  <tytso@edt.mit.edu>
2725
2726         * llseek.c: Added missing semicolon to glibc fixup declaration of
2727         llseek().
2728
2729         * bmove.c: Add #include of errno.h
2730
2731 Sat Aug 23 22:47:46 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2732
2733         * Makefile.in (ELF_SO_VERSION): Bump version to be 2.4 since we've
2734                 added a new field to the io_channel (app_data).
2735
2736         * io.h: Add a new element to the io_channel structure, app_data.
2737
2738         * initialize.c, openfs.c: Set io->app_data to point at the
2739                 filesystem handle.
2740
2741 Thu Aug 14 08:14:17 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2742
2743         * io.h: Change the prototype of ext2fs_llseek() to use int's
2744                 instead of unsigned int's.
2745
2746         * llseek.c: Change to allow PIC and !HAVE_LLSEEK.  Add a prototype
2747                 to make life easer for GNU Libc 2.
2748
2749         * rw_bitmaps.c: On the PowerPC, the big-endian variant of the ext2
2750                 filesystem has its bitmaps stored as 32-bit words with bit
2751                 0 as the LSB of each word.  Thus a bitmap with only bit 0
2752                 set would be, as a string of bytes, 00 00 00 01 00 ...  To
2753                 cope with this, we byte-reverse each word of a bitmap if
2754                 we have a big-endian filesystem, that is, if we are *not*
2755                 byte-swapping other word-sized numbers.
2756
2757 Mon Aug 11 03:30:48 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2758
2759         * dosio.c: New file to do DOS/BIOS disk accesses.
2760
2761         * namei.c (open_namei): Make pathlen be of type size_t.
2762
2763         * llseek.c: Always #include stdlib.h since it's need to define
2764                 size_t.  
2765
2766         * io.h: Use errcode_t for magic numbers.
2767
2768         * icount.c (get_icount_el): Use size_t where appropriate
2769         
2770         * dupfs.c (ext2fs_dup_handle): 
2771         * dblist.c (dir_block_cmp): Use size_t where appropriate.
2772
2773         * read_bb.c (ext2fs_read_bb_inode): 
2774         * cmp_bitmaps.c (ext2fs_compare_inode_bitmap): Use blk_t, ino_t
2775                 and size_t where appropriate.
2776
2777         * closefs.c (ext2fs_flush): Use dgrp_t instead of int where
2778                 appropriate.
2779
2780         * openfs.c (ext2fs_open): 
2781         * check_desc.c (ext2fs_check_desc): Use blk_t instead of int where
2782                 appropriate.
2783
2784         * rw_bitmaps.c (read_bitmaps): 
2785         * irel_ma.c: 
2786         * inode.c (ext2fs_write_inode): 
2787         * initialize.c (ext2fs_initialize):
2788         * brel_ma.c: Fix to make be 16-bit safe.
2789
2790         * link.c (ext2fs_link): 
2791         * unlink.c (ext2fs_unlink):
2792         * lookup.c (lookup_proc): 
2793         * ismounted.c (ext2fs_check_if_mounted): 
2794         * block.c (xlate_func): Add #pragma argsused for Turbo C.
2795
2796 Sun Aug 10 10:05:22 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2797
2798         * block.c (ext2fs_block_iterate2): Use retval which is a errcode_t
2799                 type.
2800
2801         * bitmaps.c (make_bitmap): Use size_t instead of int where
2802                 appropriate.
2803
2804         * bb_inode.c (set_bad_block_proc): Add #pragma argsused for Turbo C.
2805
2806         * alloc.c (ext2fs_new_inode): Use ino_t instead of int for the
2807                 group number.
2808
2809         * get_pathname.c: Use ino_t instead of int where appropriate.
2810
2811         * ext2fs.h: Make the magic structure element be errcode_t instead
2812                 of int.
2813
2814         * alloc.c alloc_tables.c badblocks.c bb_compat.c bb_inode.c
2815                 bitmaps.c block.c bmove.c brel_ma.c check_desc.c closefs.c
2816                 cmp_bitmaps.c dblist.c dblist_dir.c dir_iterate.c
2817                 dirblock.c dupfs.c expanddir.c freefs.c get_pathname.c
2818                 icount.c initialize.c inline.c inode.c irel_ma.c link.c
2819                 llseek.c lookup.c mkdir.c namei.c newdir.c read_bb.c
2820                 read_bb_file.c rs_bitmap.c rw_bitmaps.c swapfs.c 
2821                 test_io.c tst_badblocks.c tst_iscan.c unix_io.c unlink.c
2822                 valid_blk.c version.c: Add an #ifdef for HAVE_UNISTD_H
2823
2824 Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2825
2826         * unix_io.c (unix_read_blk): If ext2fs_llseek() fails, but errno
2827                 is zero, then return EXT2_IO_LLSEEK_FAILED.
2828
2829         * ext2_err.et.in: Add a new error code, EXT2_IO_LLSEEK_FAILED.
2830
2831         * Release of E2fsprogs 1.11
2832
2833 Mon Jun 16 23:53:06 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2834
2835         * dblist.c (ext2fs_dblist_count): Added new function which returns
2836                 the number of directory blocks in dblist.
2837
2838 Sat Jun 14 01:39:13 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2839
2840         * unix_io.c (unix_flush): Make the io_channel flush function do a
2841                 fsync to flush the kernel buffers to disk.
2842
2843 Wed Jun 11 18:25:31 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2844
2845         * inode.c (ext2fs_inode_scan_goto_blockgroup): Fix bug; the
2846                 current inode number wasn't being set by the
2847                 goto_blockgroup function.
2848
2849 Mon Jun  9 10:45:48 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2850
2851         * bmove.c (ext2fs_move_blocks): New function which takes a bitmap
2852                 of blocks which need to be moved, and moves those blocks
2853                 to another location in the filesystem.
2854
2855         * rs_bitmap.c (ext2fs_resize_generic_bitmap): When expanding a
2856                 bitmap, make sure all of the new parts of the bitmap are
2857                 zero. 
2858
2859 Sun Jun  8 16:24:39 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2860
2861         * bitmaps.c (ext2fs_copy_bitmap): Fix bug; the destination bitmap
2862                 wasn't being returned to the caller.
2863
2864         * alloc_tables.c (ext2fs_allocate_group_table): Add new function
2865                 ext2fs_allocate_group_table() which sets the group tables
2866                 for a particular block group.  The relevant code was
2867                 factored out of ext2fs_allocate_tables().
2868
2869         * dblist.c (make_dblist): Adjust the initial size of the directory
2870                 block list to be a bit more realistic (ten plus twice the
2871                 number of directories in the filesystem).
2872
2873 Thu May  8 22:19:09 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2874
2875         * badblocks.c (ext2fs_badblocks_list_test): Fix bug where
2876                 ext2fs_badblocks_list_test would test the list (and exceed
2877                 array boundaries) if there were no bad blocks on the bad
2878                 blocks list.  (Showed up when user tried: mke2fs -c -b 4096).
2879
2880 Thu Apr 24 12:16:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
2881
2882         * Release of E2fsprogs version 1.10
2883
2884 Thu Apr 24 10:13:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
2885
2886         * alloc_tables.c (ext2fs_allocate_tables): Correctly place the
2887                 inode and block bitmaps based on the RAID 0 stride
2888                 parameter (which is passed by mke2fs).
2889
2890         * ext2fs.h: Add "stride" parameter to ext2_filsys, to be used by
2891                 mke2fs to communicate the stride length to
2892                 ext2fs_allocate_tables()
2893
2894 Wed Apr 23 21:50:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
2895
2896         * initialize.c (ext2fs_initialize): Fix to compile under Linux 1.2
2897                 systems.  (We can't assume that the new filesystem types
2898                 are supported.)
2899
2900 Wed Apr 23 18:40:53 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2901
2902         * alloc_tables.c (ext2fs_allocate_tables): Make sure that we
2903                 allocate the inode and block bitmaps inside block group at
2904                 all times.
2905
2906 Mon Apr 21 00:06:28 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2907
2908         * alloc.c (ext2fs_new_block): Fix bug where if goal==0 and the
2909                 filesystem has no free blocks, ext2fs_new_block would loop
2910                 forever.
2911
2912         * dupfs.c (ext2fs_dup_handle): Duplicate an ext2 filesystem handle
2913
2914         * freefs.c (ext2fs_free_inode_cache): Decrement refcount and only
2915                 free if refcount goes to zero.
2916
2917         * inode.c (create_icache): Initialize refcount to 1.
2918
2919         * ext2fsP.h: Added refcount to ext2_inode_cache
2920
2921         * dblist.c (ext2fs_copy_dblist): New function to copy a directory
2922                 block list.
2923
2924         * badblocks.c (ext2fs_badblocks_copy): New function to copy a
2925                 badblocks structure.
2926
2927 Sun Apr 20 23:19:51 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2928
2929         * bitmaps.c (ext2fs_copy_bitmap): New function to copy a bitmap.
2930
2931         * unix_io.c, test_io.c (unix_open, test_open): Initialize the
2932                 refcount to 1.
2933                 (unix_close, test_close): Decrement the refcount and only
2934                 close the io_channel if the refcount goes to 0.
2935
2936         * io.h: Add refcount to the io_channel structure.  Add new macro
2937                 interface io_channel_bumpcount() to bump the refcount.
2938
2939 Thu Apr 17 20:25:03 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2940
2941         * inode.c (ext2fs_read_inode, ext2fs_write_inode): Use the inode
2942                 cache in the filesystem handle, instead of the inode cache
2943                 in a static variable.
2944
2945         * freefs.c: Added static function to free the inode cache (called by
2946                 ext2fs_free). 
2947
2948         * ext2fsP.h: Added definition of the ext2_inode_cache structures.
2949
2950         * ext2fs.h: Added pointer to the inode_cache structure.
2951
2952         * block.c (block_iterate_ind, block_iterate_dind, 
2953                 block_iterate_tind): If there are holes in the indirect,
2954                 doubly indirect, or triply indirect blocks, increment the
2955                 block count field automatically.
2956
2957 Thu Apr 17 12:23:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2958
2959         * Release of E2fsprogs version 1.09
2960
2961 Mon Apr 14 20:38:56 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2962
2963         * version.c (ext2fs_parse_version_string): Check the passed in
2964                 version string (instead of the hard-coded one).
2965
2966         * alloc_tables.c (ext2fs_allocate_tables): If the last block is
2967                 greater filesystem size, clamp it to prevent allocating a
2968                 block or inode bitmap beyond the filesystem.
2969
2970         * initialize.c (ext2fs_initialize): Fix bug where the metatdata
2971                 overhead calculation was accidentally removed.
2972
2973 Fri Apr 11 18:56:26 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2974
2975         * Release of E2fsprogs version 1.08
2976
2977 Thu Apr 10 13:15:15 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2978
2979         * dblist.c (ext2fs_set_dir_block): New function which sets the
2980                 block of a dblist entry, given the directory inode and
2981                 blockcnt.
2982
2983 Sat Apr  5 12:42:42 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2984
2985         * alloc_tables.c (ext2fs_allocate_tables): Allocate the bitmap and
2986                 inode bitmaps at staggered locations across the block
2987                 groups, to avoid concentrating the bitmaps on a small
2988                 number of disks when using striped RAID arrays.
2989
2990         * initialize.c (ext2fs_initialize): By default, choose the maximum
2991                 possible number of blocks per group (based on the size of
2992                 the bitmaps in the blocksize).
2993
2994 Fri Apr  4 11:28:16 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2995
2996         * initialize.c (ext2fs_initialize): Add support for
2997                 EXT2_COMPAT_SPARSE_SUPER feature.
2998
2999         * closefs.c (ext2fs_bg_has_super): New function to determine
3000                 whether or a particular block group should have a
3001                 superblock and block group descriptor.  Used for the
3002                 EXT2_COMPAT_SPARSE_SUPER feature is turned on.
3003                 (ext2fs_flush):  Check ext2fs_bg_has_super to see whether
3004                 or not the superblock should be written out for the block
3005                 group. 
3006
3007         * ext2fs.h (EXT2_COMPAT_SPARSE_SUPER): Define compatibility flag
3008                 for sparse duplicate superblocks.
3009
3010         * version.c (ext2fs_get_library_version): New function which
3011                 returns the library version.
3012
3013         * version.c (ext2fs_parse_version_string): New function which
3014                 parses a version string and returns a version number,
3015                 so application programs can compare version numbers as
3016                 integers.
3017
3018 Wed Mar 26 00:43:52 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3019
3020         * icount.c (ext2fs_create_icount): Change function so that it also
3021                 takes a new argument which contains a "hint" icount
3022                 structure.  This "hint" icount allows the create function
3023                 to set up the sorted list in advance.  This reduces
3024                 significantly the amount of data moving needed to insert
3025                 these inodes into the list later.
3026         
3027         * icount.c (ext2fs_icount_validate): New function which validates
3028                 that the icount structure's rep invariant.
3029
3030         * icount.c (get_icount_el): Completely revamped implementation
3031                 to subsume put_icount_el().  Put_icount_el() used to
3032                 use an O(N) implementation to insert in the middle
3033                 of the icount list.  It now uses a O(ln N) to search
3034                 for where the icount should be inserted, and then uses
3035                 a memcpy to move the list down (instead of a for loop).
3036         
3037         * icount.c (ext2fs_icount_fetch, ext2fs_icount_store,
3038                 ext2fs_icount_increment, ext2fs_icount_decrement): Check
3039                 to see if the inode is within bounds; if it isn't, return
3040                 EINVAL.
3041
3042         * bitops.h (ext2fs_test_generic_bitmap): Fix error message given
3043                 when a bad inode number is passed to test_generic_bitmap
3044                 to be EXT2FS_TEST_ERROR instead of the wrong
3045                 EXT2FS_UNMARK_ERROR.
3046
3047 Wed Mar 12 13:32:05 1997  Theodore Y. Ts'o  <tytso@mit.edu>
3048
3049         * Release of E2fsprogs version 1.07
3050
3051 Sun Mar  2 16:46:18 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3052
3053         * Makefile.in (ELF_VERSION): Change version to be 2.2
3054
3055 Tue Feb 11 14:54:02 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3056
3057         * alloc.c (ext2fs_get_free_blocks): Change routine to use
3058                 ext2fs_fast_test_block_bitmap_range().
3059
3060         * bitops.h (ext2fs_fast_test_block_bitmap_range,
3061                 ext2fs_test_block_bitmap_range: New inline functions which
3062                 test to see whether a contiguous range of blocks is
3063                 available.
3064
3065 Thu Feb  6 10:00:13 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3066
3067         * badblocks.c (ext2fs_badblocks_list_create): Rename sybmols to use
3068                 use ext2fs_badblocks_* instead of badblocks_*
3069
3070         * bb_compat.c: New file which translates between old badblocks_*()
3071                 names to ext2fs_badblocks_*()
3072
3073         * unlink.c (ext2fs_unlink): New file, moved ext2fs_unlink() from
3074                 link.c (since e2fsck doesn't use ext2fs_unlink()).
3075
3076         * rs_bitmap.c (ext2fs_resize_generic_bitmap): New file, contains
3077                 bitmap resizing routine moved from bitmaps.c, since e2fsck
3078                 doesn't need to use this function.
3079
3080         * lookup.c (ext2fs_lookup): Moved ext2fs_lookup to its own file,
3081                 since e2fsck only needs ext2fs_lookup.
3082
3083 Mon Feb  3 10:11:40 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3084
3085         * inode.c (ext2fs_open_inode_scan): Set fs->badblocks if it is not
3086                 already set; this is needed so that programs like dump
3087                 which use the inode scan functions will deal with
3088                 filesystems that have bad blocks in the inode table.
3089
3090 Sun Feb  2 00:17:36 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3091
3092         * ext2fs.h (struct_badblocks_list, struct_badblocks_iterate): 
3093                 Moved to ext2fsP.h, since it doesn't need to be part of
3094                 the public interface.
3095
3096         * dir_iterate.c: Move ext2_dir_iterate out of namei.c.
3097
3098 Sat Feb  1 10:14:55 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3099
3100         * dblist.c (ext2fs_get_num_dirs): New file, which implements a
3101                 directory block list abstraction.  (Code moved from
3102                 e2fsck).
3103
3104         * ext2fs.h, inode.c: Moved definition of ext2_struct_inode_scan to
3105                 to inode.c (since no one else should be peeking inside it!)
3106
3107         * valid_blk.c (ext2_inode_has_valid_blocks): New function.
3108
3109         * openfs.c (ext2fs_open): Check the feature set in the ext2
3110                 superblock, and refuse to open filesystems if they contain
3111                 incompatible features.  (Can be overriden with the
3112                 EXT2_FLAG_FORCE 
3113
3114 Sun Jan 12 11:31:46 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3115
3116         * block.c (ext2fs_block_iterate2): Added new function
3117                 ext2fs_block_iterate2 which changes the function
3118                 signature of the callback function to include the
3119                 referencing block and offset.
3120
3121         * inode.c (ext2fs_inode_scan_goto_blockgroup): Added new function
3122                 ext2fs_inode_scan_goto_blockgroup which allows an
3123                 application to jump to a particular block group while
3124                 doing an inode scan.
3125
3126 Wed Jan  1 23:50:12 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3127
3128         * dirblock.c: Include string.h, since we use memcpy().
3129
3130 Tue Dec  3 12:27:29 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3131
3132         * getsize.c (ext2fs_get_device_size): The ioctl BLKGETSIZE returns
3133                 a long not an int; this doesn't matter on i386 machines,
3134                 but it does on Alpha's.
3135         
3136 Fri Nov 29 20:57:37 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3137
3138         * inode.c (ext2fs_write_inode, ext2fs_read_inode): If the inode
3139                 table pointer is NULL, then return an error indicating
3140                 that the inode table is missing.
3141                 (get_next_blockgroup, get_next_blocks,
3142                 ext2fs_get_next_inode): Don't treat a missing inode table
3143                 as permanent error.  Return MISSING_INODE_TABLE, but as an
3144                 advisory error code, much like BAD_BLOCK_IN_INODE_TABLE.
3145
3146         * rw_bitmaps.c (ext2fs_write_block_bitmap,
3147                 ext2fs_write_inode_bitmap): If the inode or block bitmap
3148                 block is zero, then don't write out the inode or block
3149                 bitmap.  The idea here is to avoid stomping on the
3150                 superblock.
3151                 (read_bitmaps): If the inode or block bitmap block is
3152                 zero, then fill in that portion of the inode or block
3153                 bitmap with all zeros.
3154
3155         * inode.c (ext2fs_get_next_inode): Fix bug in handling of bad
3156                 blocks in inode table when the inode table size is
3157                 non-standard (and can therefore span blocks).
3158
3159 Tue Oct 29 20:13:14 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3160
3161         * alloc.c (ext2fs_new_block): Fix fencepost error in
3162                 ext2fs_new_block; make sure we don't try to allocate the
3163                 first block beyond the end of the filesystem.
3164
3165 Mon Oct 14 11:00:48 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3166
3167         * inode.c (check_for_inode_bad_blocks): New function called by
3168                 get_next_blocks() to avoid reading in bad blocks marked in
3169                 fs->badblocks.  Inodes located in bad blocks are returned
3170                 by ext2fs_get_next_inode() returns the error code 
3171                 EXT2_ET_BAD_BLOCK_IN_INODE_TABLE.
3172         
3173         * alloc_tables.c (ext2fs_allocate_tables): New function which
3174                 performs the part of mke2fs's job of allocating the 
3175                 filesystem tables.
3176
3177         * test_io.c (test_close): IO manager which is used for testing
3178                 purposes.
3179
3180 Sun Oct 13 04:31:57 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3181
3182         * inode.c (ext2fs_get_next_inode): Separate out the function of
3183                 setting up for a new block group to get_next_blockgroup().
3184                 Separate out the function of reading in blocks of the
3185                 inode table to get_next_blocks().
3186
3187         * ext2fs.h: Add the badblocks list to the ext2_filsys entry
3188
3189         * badblocks.c (badblocks_list_add, badblocks_list_test): Add
3190                 blocks to the badblock list in sorted order.  This allows
3191                 badblocks_list_test to be coded using a binary search for
3192                 speed.
3193
3194 Tue Oct  8 02:02:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3195
3196         * Release of E2fsprogs version 1.06
3197
3198 Mon Oct  7 00:44:17 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3199
3200         * ext2fs.h, block.c, closefs.c, dirblock.c, inode.c, native.c,
3201                 open.c: Change EXT2_SWAP to EXT2_FLAG_SWAP for
3202                 consistency's sake.
3203         
3204         * closefs.c (ext2fs_flush): If the flag EXT2_MASTER_SB_ONLY is
3205                 set, then only write out the master superblock.
3206
3207 Sun Oct  6 21:45:26 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3208
3209         * block.c (ext2fs_block_iterate): Fixed bug which caused
3210                 block_iterate to fail to handle HURD created filesystems;
3211                 it tested the inode translator field before the inode was
3212                 loaded.
3213
3214 Tue Sep 17 14:08:24 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3215
3216         * initialize.c (ext2fs_initialize): Make sure the description for
3217                 the inode bitmap is set correctly.
3218
3219         * bitmaps.c (ext2fs_allocate_generic_bitmap): Fix minor type typo.
3220
3221 Thu Sep 12 15:23:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3222
3223         * Release of E2fsprogs version 1.05
3224
3225 Sat Sep  7 07:36:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3226
3227         * initialize.c: Override the kernel's idea of default
3228                 checkinterval from 0 (never) to 180 days.
3229
3230 Wed Aug 28 03:20:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3231
3232         * namei.c (ext2fs_namei_follow): New function which follows
3233                 symbolic link (if any) at the target.
3234
3235 Tue Aug 27 01:48:43 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3236
3237         * inode.c (ext2fs_read_inode, ext2fs_write_inode): Add support
3238                 for shortcut function fs->read_inode() and fs->write_inode().
3239                 Added inode_cache to reduce CPU time spent in doing
3240                 byte swapping.
3241
3242         * swapfs.c (ext2fs_swap_super): Swap the new fields in a V2
3243                 superblock.
3244
3245         * namei.c (ext2fs_follow_link): New function.
3246                 (ext2fs_namei): Extended to have support for chasing
3247                 symbolic links.  ext2fs_namei() still returns an inode
3248                 which is a symbolic link.  Symbolic links are only chased
3249                 while resolving the containing directory.  To chase
3250                 symbolic links of the final result, use
3251                 ext2fs_follow_link().
3252
3253 Mon Aug 26 23:46:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3254
3255         * ext2_err.et.in: Added new error code EXT2_ET_SYMLINK_LOOP.
3256
3257         * bitops.h (ext2fs_set_bit, ext2fs_celar_bit): Use asm inlines
3258                 provided by Pete A. Zaitcev (zaitcev@lab.sun.mcst.ru).
3259
3260 Thu Aug 22 00:40:18 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3261
3262         * initialize.c (ext2fs_initialize): On systems where the byte
3263                 order is not i386 compatible, set the swap_byte flag.
3264
3265         * inode.c (inocpy_with_swap): Check to see if inode contains a
3266                 fast symlink before swapping the inode block fields.  This
3267                 required adding a new argument to inocpy_with_swap to
3268                 determine whether the mode field is in host order or not.
3269
3270 Wed Aug 21 00:45:42 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3271
3272         * bitops.h (ext2fs_set_bit, ext2fs_clear_bit, ext2fs_test_bit): On
3273                 the sparc, if EXT2_STD_BITOPS set, use the standard
3274                 i386-compatible bitmask operations, instead on the
3275                 non-standard native bitmask operators.
3276
3277 Fri Aug  9 11:11:35 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3278
3279         * block.c (ext2fs_block_iterate): Cause block iterator to return
3280                 the HURD translator block (along with everything else).
3281                 If the flag BLOCK_FLAG_DATA_ONLY is passed to the block
3282                 iterator, then don't return any meta data blocks
3283                 (including the HURD translator).
3284
3285 Wed Jul 17 17:13:34 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3286
3287         * gen_uuid.c: New file, which generates DCE-compatible UUIDs.
3288
3289         * uuid.c: New file, containing UUID utility functions.
3290
3291 Tue Jul 16 10:19:16 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3292
3293         * ext2fs.h: Add a definition of the "real" ext2 superblock.
3294
3295 Fri May 24 14:54:55 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3296
3297         * ext2fs.h: Fix erroneous ino_t type used in block_bitmap type.
3298
3299 Sun May 19 15:39:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3300
3301         * openfs.c (ext2fs_open): If the blocksize in the superblock is
3302                 zero, return the error EXT2_ET_CORRUPT_SUPERBLOCK, since
3303                 that's a basic value that must be correct for the rest of
3304                 the library to work.
3305
3306         * ext2_err.et.in (EXT2_ET_CORRUPT_SUPERBLOCK): Added new error
3307                 code.
3308
3309 Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
3310
3311         * Release of E2fsprogs version 1.04
3312
3313 Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>
3314
3315         * Release of E2fsprogs version 1.03
3316
3317 Tue Mar 26 12:06:32 1996    <tytso@rsts-11.mit.edu>
3318
3319         * bitops.h (ext2fs_set_bit, ext2fs_clear_bit, ext2fs_test_bit):
3320                 Change the m68k bit numbering for bitmasks to match with
3321                 the bit numbering used by all other ext2 implementations.
3322
3323 Thu Mar  7 03:37:00 1996    <tytso@rsts-11.mit.edu>
3324
3325         * inode.c (ext2fs_get_next_inode, ext2fs_close_inode_scan, 
3326         ext2fs_open_inode_scan): Support dynamically-sized inodes.
3327
3328 Wed Mar  6 12:26:29 1996    <tytso@rsts-11.mit.edu>
3329
3330         * inode.c (ext2fs_read_inode, ext2fs_write_inode): Support
3331                 dynamically-sized inodes.
3332
3333         * openfs.c (ext2fs_open): Allow dynamic revision filesystem to be
3334                 loaded.
3335
3336 Tue Mar  5 03:49:37 1996    <tytso@rsts-11.mit.edu>
3337
3338         * initialize.c (ext2fs_initialize): Catch an error condition where
3339                 the passed in size is *really* too small.
3340
3341         * alloc.c (ext2fs_new_inode): 
3342         * ext2fs.h (EXT2_FIRST_INODE): Add support for dynamic revision to
3343                 get first inode.
3344
3345 Wed Feb 21 15:56:17 1996    <tytso@rsts-11.mit.edu>
3346
3347         * getsize.c (ext2fs_get_device_size): Open the device read-only
3348                 when trying to determine its size.
3349
3350 Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>
3351
3352         * Release of E2fsprogs version 1.02
3353
3354 Sat Dec  9 09:57:50 1995    <tytso@rsts-11.mit.edu>
3355
3356         * rw_bitops.c (ext2fs_write_block_bitmap):
3357         * bitops.c (ext2fs_test_bit, ext2fs_clear_bit, ext2fs_set_bit):
3358         * bitops.h (ext2fs_test_bit, ext2fs_clear_bit, ext2fs_set_bit):
3359                 Rename {test,set,clear}_bit to ext2fs_{test,set,clear}_bit, 
3360                 to avoid conflicts with with kernel include files.  Also
3361                 rename ADDR and CONST_ADDR to EXT2FS_ADDR and
3362                 EXT2FS_CONST_ADDR. 
3363
3364 Thu Oct 26 12:09:16 1995    <tytso@rsts-11.mit.edu>
3365
3366         * ext2_err.et: Updated message in EXT2_ET_BASE to say version 0.5c
3367
3368         * swapfs.c (ext2fs_swap_super): Put an #ifdef check around
3369                 s_def_resuid and s_def_resgid for backwards compatibility.
3370
3371 Fri Oct 20 23:33:31 1995    <tytso@rsts-11.mit.edu>
3372
3373         * bitops.h: Added #ifdef's for Sparc.
3374
3375 Wed Sep  6 22:14:46 1995    <tytso@rsts-11.mit.edu>
3376
3377         * getsize.c: #include <sys/ioctl.h> under Linux to pick up ioctl()
3378                 declaration
3379
3380         * closefs.c: #include <string.h> to pick up memset() declaration
3381
3382 Mon Sep  4 21:45:29 1995  Remy Card  <card@bbj>
3383
3384         * Makefile.in: Added support for BSD shared libraries.
3385
3386         * initialize.c (ext2fs_initialize): Correctly set the s_creator_os
3387                 flag.
3388
3389 Mon Sep  4 09:55:30 1995    <tytso@rsts-11.mit.edu>
3390
3391         * unix_io.c (unix_open): Add a double check; if the passed in name
3392                 is NULL, return EXT2_ET_BAD_DEVICE_NAME.
3393
3394         * ext2_err.et (EXT2_ET_BAD_DEVICE_NAME): Added new error code
3395
3396 Wed Aug 16 15:44:10 1995    <tytso@rsts-11.mit.edu>
3397
3398         * inode.c (ext2fs_check_directory): Use LINUX_S_ISDIR instead of
3399                 S_ISDIR.
3400
3401 Tue Aug 15 13:08:36 1995    <tytso@rsts-11.mit.edu>
3402
3403         * getsize.c (ext2fs_get_device_size): Add support for reading the
3404                 partition size from a BSD disk label.
3405
3406 Thu Aug 10 09:33:26 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
3407
3408         * getsize.c (ext2fs_get_device_size): New function that determins
3409                 the size of a device.  Used by mke2fs and e2fsck.
3410
3411 Sat Aug 12 03:09:54 1995  Remy Card  <card@bbj>
3412
3413         * Makefile.in (install): Install static libraries in $(ulibdir)
3414                 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
3415
3416 Wed Aug  9 17:04:23 1995  Theodore Y. Ts'o  <tytso@dcl>
3417
3418         * bitmaps.c (ext2fs_free_inode_bitmap, ext2fs_free_block_bitmap):
3419                 Move these functions to freefs.c.
3420
3421         * closefs.c (ext2fs_flush): If swapping blocks, clear the group
3422                 descriptors shadow memory to keep purify quiet.  (This
3423                 also has the nice benefit that the unused portion of the
3424                 shadow descriptors are zeroed out.)
3425
3426         * dirblock.c (ext2fs_write_dir_block): We need to use
3427                 dirent->rec_len *before* it's byteswapped to find the
3428                 location of the next directory structure!
3429
3430         * alloc.c (ext2fs_new_inode): Fix bug which could potentially
3431                 cause ext2fs_new_inode to loop infinitely if we're trying
3432                 to allocate an inode in group #0 and there are no free
3433                 inodes at all in the system.
3434
3435         * closefs.c: #include <errno.h> if it exists.
3436
3437 Sun Aug  6 13:27:50 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
3438
3439         * ext2fs.h (BLOCK_FLAG_HOLE): Added new definition for
3440                 BLOCK_FLAG_APPEND.  Added documentation for the block
3441                 interator flags.
3442
3443 Sat Aug  5 11:44:05 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
3444
3445         * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
3446                 installation directories correctly.
3447
3448 Tue Jul 18 09:27:38 1995    <tytso@rsx-11.mit.edu>
3449
3450         * namei.c (process_dir_block): 
3451         * mkdir.c (ext2fs_mkdir): 
3452         * expanddir.c (expand_dir_proc): Use ext2fs_{read,write}_dir_block
3453                 to read/write the directory block.
3454
3455         * dirblock.c (ext2fs_read_dir_block), ext2fs_write_dir_block): New
3456                 file containing functions for reading and writing
3457                 directory blocks (byte swapping if necesssary)
3458
3459         * block.c (block_iterate_ind, block_iterate_dind, 
3460                 block_iterate_tind): Byte swap the block addresses if
3461                 EXT2_SWAP_BYTES is set (and swap them back before writing
3462                 them out.)
3463
3464         * inode.c (inocpy_with_swap): New function.
3465         (ext2fs_get_next_inode, ext2fs_read_inode, ext2fs_write_inode):
3466                 Call inocpy_with_swap if EXT2_SWAP_BYTES if set.
3467
3468         * closefs.c (ext2fs_flush): If EXT2_SWAP_BYTES is set, then swap
3469                 the superblock and group descriptors before writing it out.
3470
3471         * openfs.c (ext2fs_open): If the magic number is byte-swapped,
3472                 then set the EXT2_SWAP_BYTES and byte-swap the superblock
3473                 and group descriptors.
3474
3475         * swapfs.c (ext2fs_swap_super, ext2fs_swap_group_desc): New functions
3476                 to desp ext2 filesystem structures.
3477
3478         * bitops.c (set_bit, clear_bit, test_bit): Use modifications
3479                 supplied by Pete A. Zaitcev so that the C language
3480                 versions of these functions are more portable.  They will
3481                 now work on both little and big endian systems, and the
3482                 assumption that 32-bit integers are used is gone.
3483
3484         * bitops.h (ext2_swab16, ext2_swab32): Added new functions for
3485                 doing byte swapping.
3486
3487         * ext2fs.h (EXT2_SWAP_BYTES): Add new flag which indicates that
3488                 byte swapping should take place.
3489
3490 Sun Jul 16 06:21:43 1995    <tytso@rsx-11.mit.edu>
3491
3492         * Makefile.in, cmp_bitmaps.c (ext2fs_compare_block_bitmap_end,
3493                 ext2fs_compare_inode_bitmap_end): Added new file
3494                 containing routines to compare bitmaps.
3495
3496         * ext2_err.et (EXT2_ET_NEQ_BLOCK_BITMAP, EXT2_ET_NEQ_INODE_BITMAP): 
3497                 Added new error codes.
3498
3499 Sat Jul 15 04:23:37 1995    <tytso@rsx-11.mit.edu>
3500
3501         * inode.c (ext2fs_get_next_inode): Don't check scan->inode_buffer;
3502                 if the magic number is correct, it will be allocated.
3503
3504 Fri Jul 14 19:02:59 1995    <tytso@rsx-11.mit.edu>
3505
3506         * block.c (block_iterate_ind, block_iterate_dind, 
3507                 block_iterate_tind): Don't recompute block_nr each loop;
3508                 just increment it!  Factor check of BLOCK_FLAG_APPEND out
3509                 of the loop.  Factor mask of BLOCK_CHANGED into changed
3510                 variable out of the loop.  (block_iterate_ind, in
3511                 particular, gets called a lot, so every little
3512                 optimization helps.)
3513
3514 Thu Jul 13 08:02:45 1995    <tytso@rsx-11.mit.edu>
3515
3516         * block.c (block_iterate_ind, block_iterate_dind, 
3517                 block_iterate_tind): Precompute limit of loop to speed up
3518                 block_iterate_ind and company.
3519
3520         * bitops.h (ext2fs_fast_mark_block_bitmap, 
3521                 ext2fs_fast_unmark_block_bitmap, ext2fs_fast_test_block_bitmap,
3522                 ext2fs_fast_mark_inode_bitmap, ext2fs_fast_unmark_inode_bitmap,
3523                 ext2fs_fast_test_inode_bitmap): Add fast version of these
3524                 functions, which don't do range checking.
3525
3526         * bitops.h (ext2fs_get_block_bitmap_start, 
3527                 ext2fs_get_inode_bitmap_start, ext2fs_get_block_bitmap_end,
3528                 ext2fs_get_inode_bitmap_end): Add new accessor functions
3529                 which return the start and end points of the bitmaps.
3530
3531 Tue Jul 11 18:59:41 1995    <tytso@rsx-11.mit.edu>
3532
3533         * llseek.c (ext2_llseek): If the offset is small enough, use lseek
3534                 instead of llseek.  The errno if the offset is too large
3535                 and lseek is not supported should be EINVAL, not -EINVAL.
3536
3537 Thu Jun 15 23:43:02 1995  Remy Card  <card@bbj>
3538
3539         * Makefile.in: Added support for ELF shared libraries.
3540                 Fixed typos in the compilation rules.
3541                 (distclean): Added Makefile.
3542
3543         * llseek.c (llseek): New function, if llseek() does not exist in the
3544         C library.
3545         (ext2_llseek): Changed to call llseek().
3546
3547 Mon Jun 12 08:29:07 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
3548
3549         * ext2fs.h: Use __u32 to define blk_t, instead of unsigned long.
3550
3551 Sun Jun 11 15:02:54 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
3552
3553         * mkdir.c (ext2fs_mkdir): Use LINUX_S_IFDIR instead of S_IFDIR.
3554
3555         * ext2fs.h (LINUX_S_IFDIR): Define a linux specific versions of
3556                 the S_*, which are normally defined in <sys/stat.h>.  This
3557                 allows us to compile e2fsprogs on a non-Linux system,
3558                 which may have a different value for S_IFDIR.
3559
3560 Sat Jun 10 23:47:05 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
3561
3562         * bitops.c (clear_bit, set_bit): Remove calls to cli() and sti();
3563                 this is a user-mode application!
3564
3565 Thu Jun  8 13:13:22 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
3566
3567         * llseek.c: Put the include of <linux/unistd.h> inside the #ifdef
3568         __linux__ so that non-linux systems won't see it.
3569
3570         * alloc.c: Include <errno.h> if possible.
3571         * badblocks.c: Ditto.
3572         * bb_inode.c: Ditto.
3573         * bitmaps.c: Ditto.
3574         * block.c: Ditto.
3575         * expanddir.c: Ditto.
3576         * get_pathname.c: Ditto.
3577         * initialize.c: Ditto.
3578         * inode.c: Ditto.
3579         * llseek.c: Ditto.
3580         * mkdir.c: Ditto.
3581         * namei.c: Ditto.
3582         * newdir.c: Ditto.
3583         * openfs.c: Ditto.
3584         * rw_bitmaps.c: Ditto.
3585         * unix_io.c: Ditto.
3586
3587         * Makefile.in: Rewritten to conform to GNU coding standards and
3588         support separate compilation directories.
3589
3590 Thu May 11 04:13:12 1995    <tytso@rsx-11.mit.edu>
3591
3592         * initialize.c (ext2fs_initialize): Don't allow more than one
3593                 bitmaps's worth of inodes in a group.
3594
3595 Sat Mar 11 14:07:11 1995  Theodore Y. Ts'o  <tytso@localhost>
3596
3597         * llseek.c (ext2_llseek): Added error checking to the llseek()
3598                 compat code to protect against overflow.  This only
3599                 applies to 1.0 and early 1.1 kernels, which don't support
3600                 the llseek() system call.
3601
3602 Thu Nov 24 16:29:00 1994  Theodore Y. Ts'o  (tytso@rt-11)
3603
3604         * unix_io.c (unix_open): Initialize the read_error and write_error
3605                 io_channel pointers to be null.
3606
3607         * bb_inode.c (clear_bad_block_proc): If an illegal block number is
3608                 found, clear it but don't try to update the filesystem
3609                 accounting information, since that's hopeless anyway.
3610
3611         * block.c (bloblock_iterate_ind, bloblock_iterate_dind,
3612         bloblock_iterate_tind): Check to see if the indirect blocks are
3613                 valid before trying to read them.
3614
3615         * ext2_err.et (EXT2_ET_BAD_IND_BLOCK, EX2_ET_BAD_DIND_BLOCK,
3616         EXT2_ET_BAD_TIND_BLOCK): Add new error codes.
3617
3618         * bitops.h (ext2fs_mark_block_bitmap, ext2fs_unmark_block_bitmap,
3619         ext2fs_test_block_bitmap, ext2fs_mark_inode_bitmap,
3620         ext2fs_unmark_inode_bitmap, ext2fs_test_inode_bitmap):  If an
3621                 illegal block or inode number is passed in, return instead
3622                 of trying to test, set, or clear the bit.
3623
3624 Mon Nov  7 21:32:33 1994  Remy Card  <card@bbj>
3625
3626         * Makefile: Added a dummy install target in case shared libraries
3627                 are not built.
3628
3629 Mon Oct 24 14:11:44 1994    (tytso@rsx-11)
3630
3631         * bitmaps.c (ext2fs_allocate_block_bitmap): Fix calculation of how
3632                 the real last block of the bitmap should be calculated.
3633
3634 Wed Sep  7 10:05:36 1994    (tytso@rsx-11)
3635
3636         * bitmaps.c (ext2fs_fudge_inode_bitmap_end, 
3637                 ext2fs_fudge_block_bitmap_end, ext2fs_clear_inode_bitmap,
3638                 ext2fs_clear_block_bitmap, ext2fs_free_inode_bitmap,
3639                 ext2fs_free_block_bitmap): Add magic number checking for
3640                 the inode and block bitmaps.
3641
3642         * bitmaps.c (ext2fs_allocate_block_bitmap): Fix to set the correct
3643                 magic number for a block bitmap instead of an inode bitmap.
3644
3645         * inode.c (ext2fs_close_inode_scan, ext2fs_get_next_inode):  Add
3646                 magic number checking for the inode_scan structure.
3647
3648         * badblocks.c (badblocks_list_free, badblocks_list_add, 
3649                 badblocks_list_test, badblocks_list_iterate_begin,
3650                 badblocks_list_iterate, badblocks_list_iterate_end): Add
3651                 magic number checking for the badblocks_list and
3652                 badblocks_iterate structures.
3653
3654         * ext2_err.et (EXT2_ET_MAGIC_UNIX_IO_CHANNEL): 
3655         * unix_io.c (unix_open, unix_close, unix_set_blksize, unix_read_blk,
3656                 unix_write_blk, unix_flush): Add magic number checking
3657                 both for io_channel structure and unix_private_data
3658                 structure.
3659
3660         * openfs.c (ext2fs_open): Add check for io_manager structure's
3661                 magic number.
3662
3663         * rw_bitmaps.c (ext2fs_write_inode_bitmap, ext2fs_write_block_bitmap,
3664                 ext2fs_read_inode_bitmap, ext2fs_read_block_bitmap,
3665                 ext2fs_read_bitmaps, ext2fs_write_bitmaps): 
3666         * read_bb.c (ext2fs_read_bb_inode): 
3667         * read_bb_file.c (ext2fs_read_bb_FILE): 
3668         * newdir.c (ext2fs_new_dir_block): 
3669         * namei.c (ext2fs_dir_iterate, ext2fs_lookup, ext2fs_namei): 
3670         * link.c (ext2fs_link, ext2fs_unlink): 
3671         * inode.c (ext2fs_open_inode_scan, ext2fs_read_inode,
3672                 ext2fs_write_inode, ext2fs_get_blocks, 
3673                 ext2fs_check_directory): 
3674         * get_pathname.c (ext2fs_get_pathname): 
3675         * expanddir.c (ext2fs_expand_dir): 
3676         * block.c (ext2fs_block_iterate): 
3677         * bitmaps.c (ext2fs_allocate_inode_bitmap, 
3678                 ext2fs_allocate_block_bitmap): 
3679         * bb_inode.c (ext2fs_update_bb_inode): 
3680         * alloc.c (ext2fs_new_inode,ext2fs_new_block,ext2fs_get_free_blocks): 
3681         * check_desc.c (ext2fs_check_desc): 
3682         * closefs.c (ext2fs_close, ext2fs_flush): 
3683         * freefs.c (ext2fs_free): Add check for ext2_filsys magic number.
3684
3685         * Makefile:
3686         * ext2fs.h:
3687         * openfs.c:
3688         * check_desc.c (ext2fs_check_desc): Move ext2fs_check_desc from
3689         openfs.c into its own file.
3690
3691         * ext2fs.h (EXT2_CHECK_MAGIC): Added macro for checking for
3692         structure magic numbers.
3693
3694         * closefs.c (ext2fs_flush): Folded in Remy Card's changes to clear
3695         the EXT2_VALID_FS flag in the backup superblock blocks, so that if
3696         someone uses the -b option to specify the use of the backup
3697         superblock --- this usually means that the main superblock is
3698         toast.  :-)
3699
3700         * ext2fs.h: 
3701         * ext2_err.et (EXT2_ET_REV_TOO_HIGH): 
3702         * openfs.c (ext2fs_open): Folded in Remy Card's changes to add a
3703         revision level to the superblock.
3704
3705 Sun Aug 21 00:50:08 1994  Theodore Y. Ts'o  (tytso@rt-11)
3706
3707         * ext2fs.h:
3708         * bitmaps.c:
3709         * bitops.c
3710         * bitops.h:
3711         * openfs.c:
3712         * initialize.c: Completely revamped the inode and block bitmap
3713         structures, so that they can be better chance of being extensible
3714         in a shared library.  They are now their own type, instead of
3715         being a char *.  Also, the function signatures of
3716         ext2fs_test_block_bitmap, ext2fs_mark_block_bitmap,
3717         ext2fs_unmark_block_bitmap, ext2fs_test_inode_bitmap,
3718         ext2fs_mark_inode_bitmap, and ext2fs_unmark_inode_bitmap were
3719         changed to eliminate the ext2_filsys argument, since it is no
3720         longer necessary.
3721
3722 Wed Aug 17 21:46:44 1994  Remy Card  (card@bbj)
3723
3724         * unix_io.c (unix_read_blk and unix_write_blk): use the llseek
3725         system call if available.
3726
3727         * llseek.c: new file.  This is the stub calling the llseek system
3728         call which allows supports for 2GB+ file systems.
3729
3730         * initialize.c (ext2fs_initialize): Ext2fs_initialize now stores
3731         the creator operating system.
3732
3733 Wed Aug 17 10:03:24 1994  Theodore Y. Ts'o  (tytso@rt-11)
3734
3735         * initialize.c (ext2fs_initialize): Ext2fs_initialize now sets up
3736         the group descriptor statistics in addition to everything else.
3737         This relieves mke2fs of the responsibility of doing it.
3738
3739         * bitops.c, bitops.h: Add assembly inline functions for the 68000.
3740         Added a new #define, _EXT2_HAVE_ASM_BITOPS_ to control whether or
3741         not the generic C function equivalents should be included or not.
3742
3743         * openfs.c (ext2fs_open): If a superblock is specified, then use
3744         the backup group descriptors that go along with this superblock,
3745         instead of using the primary group descriptors.  This allows
3746         e2fsck to recover filesystems where the primary group descriptors
3747         have been trashed.
3748
3749