Whamcloud - gitweb
Clean up fsck handling, and fix bug which caused fs_shrink and
[tools/e2fsprogs.git] / lib / evms / ChangeLog
1 2002-08-18  Theodore Ts'o  <tytso@mit.edu>
2
3         * fs_ext2.c (fs_fsck, fs_shrink, fs_expand): Change to use new
4                 calling convention of fsim_fsck.  Fixed bug in fs_shrink
5                 and f_expand where the shrink or expand would get aborted
6                 if fsck returned an exit status code of 1 (which is normal).
7
8         * fsimext2.c (fsim_fsck): Add new parameter ret_status, and return
9                 the exit status there.  The return code now returns 0 for
10                 success, and an error code in case of failure, which
11                 removes a lot of the ambiguity.
12
13 2002-08-17  Theodore Ts'o  <tytso@mit.edu>
14
15         * fs_ext2.c, fsimext2.c: Synchronize with EVMS CVS tree.
16                 Fixed up confusion caused by bad parameter names for
17                 get_fs_limits().  Added missing conversion of
18                 volume->vol_size from sectors to bytes.  Fix up error 
19                 returns for unsupported tasks as EINVAL, not ENOSYS.
20                 Use logical names for the API version numbers, since 
21                 the ABI is much more dependent on the headers.  Add
22                 code to byte-swap the superblock if necessary.
23                 Fix up logging macros to use __FUNCTION__ correctly.
24
25         * common.h, dlist.h, enginestructs.h, options.h, plugfuncs.c, 
26                 fs_ext2.c: Synchronize with ABI of EVMS 1.1.
27
28 2002-06-01    <tytso@thunk.org>
29
30         * fs_ext2.c (fs_init_task): Fix minor bugs pointed out by Steve
31                 Pratt.  Fixed a selection bug and added checks to make
32                 sure volumes are not mounted when creating the list of
33                 volumes which can be mkfs'ed by the ext2/3 plugin.
34
35 2002-05-28    <tytso@thunk.org>
36
37         * fsimext2.c: Log the fsck and mke2fs command lines.  Return
38                 appropriate volume limits so that resizing will work
39                 correctly.  Fix bug in how the e2fsck output was presented
40                 to the user.
41
42         * fs_ext2.c: Add support for expanding and shrinking ext2/3
43                 filesystems.
44
45
46