- 08 Jan, 2005 4 commits
-
-
Theodore Ts'o authored
set_inode to set_inode_field.
-
Theodore Ts'o authored
unspecified, to avoid doing something surprising (such as unconditionally deleting the first directory entry). Directory entries are now deleted by coalescing them with the previous directory entry if possible, to avoid directory fragmentation. This is not an issue with the e2fsprogs suite, but may be a problem for some of the users of libext2fs, such as e2tools.
-
Theodore Ts'o authored
set_inode_field, since it is more intuitive.
-
Theodore Ts'o authored
numbers such as "1.36-rc1", since Debian can't deal with version numbers with '-' characters in them.
-
- 07 Jan, 2005 1 commit
-
-
Theodore Ts'o authored
so that it deals with -rc version numbers correctly.
-
- 06 Jan, 2005 4 commits
-
-
Theodore Ts'o authored
for printing block numbers, so we can correctly display block numbers numbers greater than 999,999,999. (Addresses SourceForge bug #1016163)
-
Theodore Ts'o authored
in a filesystem to be reserved for allocation by the root user.
-
Theodore Ts'o authored
-
Theodore Ts'o authored
that read/write indirect blocks, byte swapping them if necessary.
-
- 05 Jan, 2005 6 commits
-
-
Theodore Ts'o authored
that mount will try to use the vfat filesystem. (Addresses Debian bug #287455) Similarly, the blkid library will now return an ext3 type for ext 2/3 filesystems that have the journal capability set. We allow files to be probed by the blkid library, to make it easier to test the library. However, we also added safety checks to avoid saving relative pathnames to blkid.tab, and probe_one() will only check block device files.
-
Theodore Ts'o authored
e2fsprogs-1.35-11.2. Fixed multiple command-line parsing bugs so that backwards compatibility is maintained, and so that certain command-line options wouldn't be ignored.
-
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 3 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.
-