summaryrefslogtreecommitdiff
path: root/lib/evms/ChangeLog
blob: 96dbd32c57787f47cc51186c58d3b1b4f99ca8df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
2002-11-08  Theodore Ts'o  <tytso@mit.edu>

	* fs_ext2.c (fs_expand, fs_shrink), 
	  fsimext2.c (fsim_mkfs, fsim_fsck): Inform the user if e2fsck, 
		mke2fs or resize2fs dies with a signal, or if the exit 
		with a non-zero exit status.

	* fsimext2.c (set_mkfs_options): If the hard sector size is 1024,
		don't force a blocksize of 1024; there's no need to do so.

	* fs_ext2.c (fs_setup): Synchronize with EVMS CVS rev 1.14 
		(2002/10/17): Changed function to correspond with EVMS ABI
		1.2

	* Makefile.in, common.h, enginestructs.h, fs_ext2.c, fsimext2.h,
		options.h, plugfuncs.h: Change #define from ABI_EVMS_1_0
		to EVMS_ABI_CODE which may be 100, 110, or 120,
		corresponding to EVMS releases 1.0.0, 1.1.0, and 1.2.0.
		Update header files to support EVMS ABI 1.2.
	
	* fsimext2.c (set_mkfs_options): Synchronize with EVMS CVS rev
		1.7 (2002/09/11): Add a hack to force mkfs won't a 
		blocksize equal to the hardsector size if it is larger
		than 512 bytes.

	* fs_ext2.c (fs_expand, fs_shrink): Synchronize with EVMS CVS rev
		1.13 (2002/09/03).  Add better error handling for child
		processes that die unexpectedly.
	
	* fsimext2.c (fsim_mkfs, fsim_fsck): Synchronize with EVMS CVS rev
		1.6 (2002/09/03).  Add better error handling for child
		processes that die unexpectedly.

	* fs_ext2.c (fs_expand): Synchronize with EVMS CVS rev 1.12
		(2002/08/28): Use the EVMS_IS_MOUNTED macro.

	* fs_ext2.c (fs_expand, fs_shrink): Synchronize with EVMS CVS rev
		1.11 (2002/8/27).  Read from the resize2fs output in 
		non-blocking mode, so the GUI continues to updates the window.

	* fsimext2.h: Synchronize with EVMS CVS rev 1.8 (2002/8/29).
		Change all __uXX's to u_intXX_t's.

2002-10-31  Theodore Ts'o  <tytso@mit.edu>

	* Release of E2fsprogs 1.30

2001-09-24  Theodore Tso  <tytso@mit.edu>

	* Release of E2fsprogs 1.29

2001-08-31  Theodore Tso  <tytso@thunk.org>

	* Release of E2fsprogs 1.28

2002-08-18  Theodore Ts'o  <tytso@mit.edu>

	* Makefile.in: Revamp makefile so that it doesn't depend
		--enable-elf-shlibs.  We always build the shared library,
		since it's meant to be used as a plugin library.

	* fs_ext2.c (fs_fsck, fs_shrink, fs_expand): Change to use new
		calling convention of fsim_fsck.  Fixed bug in fs_shrink
		and f_expand where the shrink or expand would get aborted
		if fsck returned an exit status code of 1 (which is normal).

	* fsimext2.c (fsim_fsck): Add new parameter ret_status, and return
		the exit status there.  The return code now returns 0 for
		success, and an error code in case of failure, which
		removes a lot of the ambiguity.

2002-08-17  Theodore Ts'o  <tytso@mit.edu>

	* fs_ext2.c, fsimext2.c: Synchronize with EVMS CVS tree.
		Fixed up confusion caused by bad parameter names for
		get_fs_limits().  Added missing conversion of
		volume->vol_size from sectors to bytes.  Fix up error 
		returns for unsupported tasks as EINVAL, not ENOSYS.
		Use logical names for the API version numbers, since 
		the ABI is much more dependent on the headers.  Add
		code to byte-swap the superblock if necessary.
		Fix up logging macros to use __FUNCTION__ correctly.

	* common.h, dlist.h, enginestructs.h, options.h, plugfuncs.c, 
		fs_ext2.c: Synchronize with ABI of EVMS 1.1.

2002-06-01    <tytso@thunk.org>

	* fs_ext2.c (fs_init_task): Fix minor bugs pointed out by Steve
		Pratt.  Fixed a selection bug and added checks to make
		sure volumes are not mounted when creating the list of
		volumes which can be mkfs'ed by the ext2/3 plugin.

2002-05-28    <tytso@thunk.org>

	* fsimext2.c: Log the fsck and mke2fs command lines.  Return
		appropriate volume limits so that resizing will work
		correctly.  Fix bug in how the e2fsck output was presented
		to the user.

	* fs_ext2.c: Add support for expanding and shrinking ext2/3
		filesystems.