- 05 Jan, 2005 4 commits
-
-
Theodore Ts'o authored
the resize= raid/extended option so it actually works. (The patch from Fedora e2fsprogs-1.35-11.2 claimed it worked, but it was a placebo, despite the claim that it worked in the usage message.)
-
Theodore Ts'o authored
has its own copy of the orig_super data structure. (This is a better way of fixing a double-free problem in resize2fs which Fedora attempted to fix in e2fsprogs-1.35-double_free.patch. Addresses Red Hat Bugzilla #132707.)
-
Theodore Ts'o authored
-
Theodore Ts'o authored
for mke2fs and resize2fs, and use this function so that filesystem size inputs to e2fsprogs command line programs are parsed consistently.
-
- 24 Dec, 2004 4 commits
-
-
Theodore Ts'o authored
test suite, which tests e2fsck and reszizefs2, respecitvely.
-
Theodore Ts'o authored
-
Theodore Ts'o authored
feature enabled.
-
Theodore Ts'o authored
byte-swapping options to e2fsck. This was the cause of some hard to reproduce problems that had been reported in the past, and which the resize_inode changes tickled in a much more repeatable fashion.
-
- 23 Dec, 2004 6 commits
-
-
Theodore Ts'o authored
fields to be set. For example, to set i_block[2] for the resize inode to be 42, simply issue the debugfs command: set_inode <7> block[2] 42 Also added is the virtual field "bmap", which also takes an array index. So to set the physical block mapping for logical block 1282 in the file /test/inode to be 57, use the debugfs command: set_inode /test/inode bmap[1282] 57
-
Theodore Ts'o authored
flag, BMAP_SET, which allows the caller to set a particular logical->physical block mapping.
-
Theodore Ts'o authored
GDT blocks if they are present.
-
Theodore Ts'o authored
(Change to libe2p's list_super2() function.)
-
Theodore Ts'o authored
any debugging statements from within library code (always a bad idea), and ext2fs_create_resize_inode() will return a proper error code if the resize inode is corrupt, instead of returning -1.
-
Theodore Ts'o authored
superblocks field.
-
- 22 Dec, 2004 3 commits
-
-
Theodore Ts'o authored
if it fails.
-
Theodore Ts'o authored
should use the passed-in argument, not optarg, even though the two are the same in the case of the current caller of said function. (i.e., no user-visible problems were caused by this, even though the code was wrong).
-
Theodore Ts'o authored
lastcheck, and mkfs_time fields with date/time values. Add the set_inode command to debugfs so that individual inode fields can be more easily modified. We should probably make the modify_inode command go away at some point.
-
- 17 Dec, 2004 2 commits
-
-
Theodore Ts'o authored
command.
-
Theodore Ts'o authored
resize_inode capability disabled, but which still have the s_reserved_gdt_blocks field set in the superblock, or which still have blocks in the inode #7 (the resize inode).
-
- 15 Dec, 2004 7 commits
-
-
Theodore Ts'o authored
res_gdt.c (list_backups), closefs.c (ext2fs_bg_has_super), ext2fs.h: Move ext2fs_list_backups() to res_gdt.c, and ext2fs_bg_has_super() back to closefs.c. There's no reason for the new file, since list_backups() isn't being used by any other functions, and can be made static, and all users of the ext2fs filesystem will have to call ext2fs_close() anyway.
-
Theodore Ts'o authored
account the resize inode patch.
-
Theodore Ts'o authored
-
Theodore Ts'o authored
is taken from Fedora Core 3's e2fsprogs 1.35-11.2.src.rpm's e2fsprogs-resize.patch.
-
Theodore Ts'o authored
-
Theodore Ts'o authored
Use Linux-kernel-style makefile output for "make install" Update intl/Makefile.in to version from gettext 0.14.1
-
Theodore Ts'o authored
correctly. Update Makefile dependencies. Update "make depend" production so that it filters out comments inserted by newer gcc compilers. Remove sync from e2fsck's "make all" target.
-
- 01 Dec, 2004 5 commits
-
-
Theodore Ts'o authored
-
Theodore Ts'o authored
Update the po and intl changelog files to indicate that we updated to gettext 0.14.1
-
Theodore Ts'o authored
instead of localtime() or ctime() to force the use of GMT. This is because the dietlibc doesn't honor the TZ environment variable.
-
Theodore Ts'o authored
in the blkid library, to allow compilation using dietlibc.
-
Theodore Ts'o authored
-
- 30 Nov, 2004 3 commits
-
-
Theodore Ts'o authored
example, /tmp/test.img?offset=1024. Multiple options can separated using the & character, although at the moment the only option implemented is the offset option in the unix_io layer.
-
Theodore Ts'o authored
see errors/warnings.
-
Theodore Ts'o authored
Change the maximum allowable blocksize to be 65536. This allows e2fsck to check filesystems with a pagesize of 65536, and mke2fs to accept -b 65536. Of course such a filesystem will not currently work on a Linux/x86 system, at least not as of this writing!
-
- 29 Nov, 2004 1 commit
-
-
Theodore Ts'o authored
buglet.
-
- 19 Nov, 2004 5 commits
-
-
Theodore Ts'o authored
-
Theodore Ts'o authored
for a long time now.
-
Theodore Ts'o authored
release blocks if the inode has them; otherwise attempting to rm devices and fast symlinks will lead to errors. (Addresses Sourceforge Bug #954741 and #957244)
-
Theodore Ts'o authored
read-write test, since it can confuse people.
-
Theodore Ts'o authored
was being passed to blkid_set_tag(). Thanks to Andrea Dilger for pointing this out.
-