blob: 6f52bb0aded2aa13708e5199ff80e819ee0dc3ed [file] [log] [blame]
Theodore Ts'o2b399a22002-08-18 01:11:12 -040012002-08-17 Theodore Ts'o <tytso@mit.edu>
2
Theodore Ts'o8fd69562002-08-18 01:48:46 -04003 * fs_ext2.c, fsimext2.c: Synchronize with EVMS CVS tree.
4 Fixed up confusion caused by bad parameter names for
5 get_fs_limits(). Added missing conversion of
6 volume->vol_size from sectors to bytes. Fix up error
7 returns for unsupported tasks as EINVAL, not ENOSYS.
8 Use logical names for the API version numbers, since
9 the ABI is much more dependent on the headers. Add
10 code to byte-swap the superblock if necessary.
11
Theodore Ts'o2b399a22002-08-18 01:11:12 -040012 * common.h, dlist.h, enginestructs.h, options.h, plugfuncs.c,
13 fs_ext2.c: Synchronize with ABI of EVMS 1.1.
14
Theodore Ts'o26bfdca2002-06-01 21:48:24 -0400152002-06-01 <tytso@thunk.org>
16
17 * fs_ext2.c (fs_init_task): Fix minor bugs pointed out by Steve
18 Pratt. Fixed a selection bug and added checks to make
19 sure volumes are not mounted when creating the list of
20 volumes which can be mkfs'ed by the ext2/3 plugin.
21
Theodore Ts'o3fb47e12002-05-30 12:36:32 -0400222002-05-28 <tytso@thunk.org>
23
24 * fsimext2.c: Log the fsck and mke2fs command lines. Return
25 appropriate volume limits so that resizing will work
26 correctly. Fix bug in how the e2fsck output was presented
27 to the user.
28
29 * fs_ext2.c: Add support for expanding and shrinking ext2/3
30 filesystems.
31
32
33