blob: 307163c3d4195184a656722431a92aa7cb262747 [file] [log] [blame]
Theodore Ts'o758ab672002-11-08 11:46:22 -050012002-11-08 Theodore Ts'o <tytso@mit.edu>
2
Theodore Ts'od5f445c2002-11-08 12:07:21 -05003 * fs_ext2.c (fs_expand, fs_shrink): Synchronize with EVMS CVS rev
4 1.13 (2002/09/03). Add better error handling for child
5 processes that die unexpectedly.
6
7 * fsimext2.c (fsim_mkfs, fsim_fsck): Synchronize with EVMS CVS rev
8 1.6 (2002/09/03). Add better error handling for child
9 processes that die unexpectedly.
10
Theodore Ts'od894e8b2002-11-08 11:57:14 -050011 * fs_ext2.c (fs_expand): Synchronize with EVMS CVS rev 1.12
12 (2002/08/28): Use the EVMS_IS_MOUNTED macro.
13
Theodore Ts'o2993bf72002-11-08 11:54:29 -050014 * fs_ext2.c (fs_expand, fs_shrink): Synchronize with EVMS CVS rev
15 1.11 (2002/8/27). Read from the resize2fs output in
16 non-blocking mode, so the GUI continues to updates the window.
17
Theodore Ts'o758ab672002-11-08 11:46:22 -050018 * fsimext2.h: Synchronize with EVMS CVS rev 1.8 (2002/8/29).
19 Change all __uXX's to u_intXX_t's.
20
Theodore Ts'o5d823a42002-11-01 02:13:53 -0500212002-10-31 Theodore Ts'o <tytso@mit.edu>
22
23 * Release of E2fsprogs 1.30
24
Theodore Ts'oc6633052002-09-24 01:26:50 -0400252001-09-24 Theodore Tso <tytso@mit.edu>
26
27 * Release of E2fsprogs 1.29
28
Theodore Ts'o87ee8dc2002-08-31 03:02:57 -0400292001-08-31 Theodore Tso <tytso@thunk.org>
30
31 * Release of E2fsprogs 1.28
32
Theodore Ts'o9a4311a2002-08-18 02:44:58 -0400332002-08-18 Theodore Ts'o <tytso@mit.edu>
34
Theodore Ts'oe6f2bda2002-08-18 03:37:10 -040035 * Makefile.in: Revamp makefile so that it doesn't depend
36 --enable-elf-shlibs. We always build the shared library,
37 since it's meant to be used as a plugin library.
38
Theodore Ts'o9a4311a2002-08-18 02:44:58 -040039 * fs_ext2.c (fs_fsck, fs_shrink, fs_expand): Change to use new
40 calling convention of fsim_fsck. Fixed bug in fs_shrink
41 and f_expand where the shrink or expand would get aborted
42 if fsck returned an exit status code of 1 (which is normal).
43
44 * fsimext2.c (fsim_fsck): Add new parameter ret_status, and return
45 the exit status there. The return code now returns 0 for
46 success, and an error code in case of failure, which
47 removes a lot of the ambiguity.
48
Theodore Ts'o2b399a22002-08-18 01:11:12 -0400492002-08-17 Theodore Ts'o <tytso@mit.edu>
50
Theodore Ts'o8fd69562002-08-18 01:48:46 -040051 * fs_ext2.c, fsimext2.c: Synchronize with EVMS CVS tree.
52 Fixed up confusion caused by bad parameter names for
53 get_fs_limits(). Added missing conversion of
54 volume->vol_size from sectors to bytes. Fix up error
55 returns for unsupported tasks as EINVAL, not ENOSYS.
56 Use logical names for the API version numbers, since
57 the ABI is much more dependent on the headers. Add
58 code to byte-swap the superblock if necessary.
Theodore Ts'o21b3ba92002-08-18 02:00:42 -040059 Fix up logging macros to use __FUNCTION__ correctly.
Theodore Ts'o8fd69562002-08-18 01:48:46 -040060
Theodore Ts'o2b399a22002-08-18 01:11:12 -040061 * common.h, dlist.h, enginestructs.h, options.h, plugfuncs.c,
62 fs_ext2.c: Synchronize with ABI of EVMS 1.1.
63
Theodore Ts'o26bfdca2002-06-01 21:48:24 -0400642002-06-01 <tytso@thunk.org>
65
66 * fs_ext2.c (fs_init_task): Fix minor bugs pointed out by Steve
67 Pratt. Fixed a selection bug and added checks to make
68 sure volumes are not mounted when creating the list of
69 volumes which can be mkfs'ed by the ext2/3 plugin.
70
Theodore Ts'o3fb47e12002-05-30 12:36:32 -0400712002-05-28 <tytso@thunk.org>
72
73 * fsimext2.c: Log the fsck and mke2fs command lines. Return
74 appropriate volume limits so that resizing will work
75 correctly. Fix bug in how the e2fsck output was presented
76 to the user.
77
78 * fs_ext2.c: Add support for expanding and shrinking ext2/3
79 filesystems.
80
81
82