summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-12-22Add debugging code to the com_err libraryTheodore Ts'o2-0/+84
2006-11-30Fix (as yet unused) struct ext4_group_desc to add a missing bg_pad fieldTheodore Ts'o2-0/+6
2006-11-17Adjust badblocks -n/-w exclusive usage messageTheodore Ts'o2-2/+9
2006-11-17Add libreadline.so.5 to the list of readline libraries used by libssTheodore Ts'o2-1/+6
2006-11-14Added tag E2FSPROGS-1_40-WIP-1114 for changeset 20144d6af15cTheodore Ts'o1-0/+1
2006-11-14Update version.h, RELEASE-NOTES, debian/changelog for 1.40-WIP releaseTheodore Ts'o3-4/+56
2006-11-14Update WFLAGS to suppress spurious warning messagesTheodore Ts'o2-3/+11
2006-11-14Fix misc. gcc -Wall complaints in the misc and e2fsck directoriesTheodore Ts'o12-51/+77
2006-11-14Fix gcc -Wall complaints in libext2fsTheodore Ts'o5-5/+21
2006-11-14Fix type punning bugs in ext2fs_get_mem() and ext2fs_free_mem()Theodore Ts'o3-30/+18
2006-11-12Allow debugfs and dumpe2fs to support fs features under developmentTheodore Ts'o7-7/+45
2006-11-12Add explanatory message to badblocks that -n and -w are mutually exclusiveTheodore Ts'o2-2/+16
2006-11-12Check in binary extent test image file into the source tree.Theodore Ts'o3-0/+9
2006-11-12Check in ext4 extent headers into the source treeTheodore Ts'o4-1/+244
2006-11-12Add support for printing new filesystem featuresTheodore Ts'o2-0/+19
2006-11-12Work around GCC bug on the Arm platformTheodore Ts'o2-0/+21
2006-11-12Update draft-leach-uuids-guids-01.txt with rfc4122.txtTheodore Ts'o5-1731/+1803
2006-11-12Fixes for building RPM's via "make rpm"Andreas Dilger8-111/+95
2006-11-12Avoid infinite substitution loop in subst caused by autoconf pre-v2.60Theodore Ts'o2-0/+13
2006-11-12Set local environment variables to C so mk_cmds and compile_et always workTheodore Ts'o4-0/+36
2006-11-12Allow unix_io offsets greater than 2GTheodore Ts'o2-2/+9
2006-11-11Add directory hashed signed/unsigned hint to superblockTheodore Ts'o32-23/+226
2006-11-11Add new a new tests make target "checked-failed" which reruns any failed testsTheodore Ts'o2-0/+12
2006-11-11On-disk format for controlling the inode sizeTheodore Ts'o3-3/+25
2006-11-11On-disk format definition for 64-bit supportTheodore Ts'o3-4/+37
2006-11-11On-disk format for large number of subdirectoriesTheodore Ts'o2-1/+8
2006-11-11On-disk format definition for group descriptor checksumsTheodore Ts'o3-4/+17
2006-11-11On-disk format definition for huge filesTheodore Ts'o13-33/+70
2006-11-08Fix e2fsck and mke2fs -c to be pass the last _block change to badblocksTheodore Ts'o4-2/+14
2006-10-22Update debian/changelog for 1.39+1.40-WIP-2006.10.02+dfsg-2 releaseTheodore Ts'o1-0/+11
2006-10-22Add failsafe against duplicate UUID's generated by threaded programsTheodore Ts'o5-2/+37
2006-10-22Add datarootdir definition for compatibility with autoconf 2.60Theodore Ts'o12-0/+37
2006-10-21Fix potential e2fsck -n crashTheodore Ts'o2-1/+10
2006-10-21Fix amd64 build due to -lpthread ordering problemTheodore Ts'o3-3811/+6348
2006-10-18Fix mke2fs error checking when creating revision 0 filesystemsTheodore Ts'o2-27/+54
2006-10-04Update Debian packaging for 1.39+1.40-WIP-2006.10.02+dfsg-1Theodore Ts'o8-10/+162
2006-10-03Fix interpretation of the last_block command-line parameter to badblocksTheodore Ts'o2-5/+12
2006-10-02Update version.h, RELEASE-NOTES, debian/changelog for 1.40-WIP releaseTheodore Ts'o3-2/+149
2006-10-02Remove useful UUID specification from Debian packaging thanks to license Nazi'sTheodore Ts'o1-2/+5
2006-10-02Check for potential 64-bit overflow in ext2fs_get_device_size()Eric Sandeen2-0/+11
2006-10-02Minor correction to e2fsck.conf man pageTheodore Ts'o2-2/+7
2006-10-02debian: Add versioned build-dep on texi2htmlTheodore Ts'o1-1/+1
2006-10-02Increase default journal size to guarantee working on-line resizingTheodore Ts'o2-1/+7
2006-10-02Fix resize2fs error msgs if the fs or kernel doesn't support on-line resizeTheodore Ts'o2-2/+29
2006-10-01Fix Debian FTBFS problem caused by devmapper library using pthreadsTheodore Ts'o10-10/+37
2006-10-01Fix build problem if byte swapping has been disabled.Theodore Ts'o2-1/+6
2006-10-01Fix misc/Makefile.in so that it builds even if e2fsck hasn't been built yetTheodore Ts'o2-5/+25
2006-09-29Fix e2p_percent() crash if percentage was zero.Theodore Ts'o2-0/+7
2006-09-29Clarify copyright license status of lib/et and lib/ss in the COPYING fileTheodore Ts'o1-4/+7
2006-09-24blkid_devno_to_devname(): Avoid recursive loops due to symlinks in /devTheodore Ts'o2-3/+9