Whamcloud - gitweb
tools/e2fsprogs.git
2006-05-13 Theodore Ts'oFix read/write badblocks testing in mke2fs and e2fsck
2006-05-13 Theodore Ts'oFix problem with creating initrd's for 2.4 systems...
2006-05-13 Theodore Ts'oChange mke2fs's layout of RAID-optimized filesystems...
2006-05-09 Theodore Ts'oAdd support for EXT2_FEATURE_COMPAT_LAZY_BG
2006-04-28 Theodore Ts'oAdd handling for invalid option characters in debugfs...
2006-04-23 Theodore Ts'oSpeed up mke2fs and e2fsck by writing bitmaps more...
2006-04-22 Theodore Ts'oFix filefrag to be 32-bit clean
2006-04-22 Theodore Ts'oFix bug which could cause dumpe2fs to rarely fail to...
2006-04-22 Theodore Ts'oAdded tag E2FSPROGS-1.39-WIP-0409 for changeset a89eec0... E2FSPROGS-1.39-WIP-0409
2006-04-22 Theodore Ts'oUpdate for e2fsprogs-1.39-WIP-0409 release
2006-04-09 Theodore Ts'oUpdate config.guess and config.sub to latest version...
2006-04-09 Theodore Ts'oUpdate French, Dutch, Polish, Swedish, and Turkish...
2006-04-09 Theodore Ts'oFix asm_types.h type conflicts
2006-04-04 Theodore Ts'oFix ext2fs_add_journal_inode() when filesystem is opene...
2006-04-02 Theodore Ts'oFix Debian FTBFS bug due to missing build-dependency...
2006-03-30 Theodore Ts'oAdded tag E2FSPROGS-1.39-WIP-0330 for changeset cc5d09c... E2FSPROGS-1.39-WIP-0330
2006-03-30 Theodore Ts'oDebian build: remove conffile from e2fsprogs-udeb,...
2006-03-30 Theodore Ts'oUpdate release notes and version.h for 1.39-WIP-2006...
2006-03-30 Theodore Ts'oUpdate French translation and update PO template file.
2006-03-30 Theodore Ts'oAdd udeb: lines to the Debian's shlibs files
2006-03-29 Theodore Ts'oFix the x86 asm constraints for ext2fs_set/clear_bit.
2006-03-29 Theodore Ts'oEnhance dumpe2fs to print the size of journal
2006-03-27 Theodore Ts'oFix typo's in badblocks(8)'s man page.
2006-03-27 Theodore Ts'oAdd badblocks(8) to SEE ALSO section of e2fsck's man...
2006-03-27 Theodore Ts'oExplain in mke2fs and tune2fs man pages that shared...
2006-03-27 Theodore Ts'oUpdate the debian build files to deal with /etc/mke2fs...
2006-03-27 Theodore Ts'oFix minor installation problems in the misc's Makefile
2006-03-27 Theodore Ts'oFix misc. problems in the mke2fs.conf(5) man page.
2006-03-27 Theodore Ts'oAdd man page documenting the /etc/e2fsck.conf configura...
2006-03-25 Theodore Ts'oFix the i386 bitmap operations so they are 32-bit clean
2006-03-25 Theodore Ts'oFix typo bug in previous commit (6ae1ed49c8c6)
2006-03-24 Theodore Ts'omklost+found: Create full-sized a lost+found directory...
2006-03-24 Theodore Ts'oFix file descriptor leak in blkid library in error...
2006-03-24 Theodore Ts'oChange mke2fs to use /etc/mke2fs.conf as a configuratio...
2006-03-22 Theodore Ts'oTighten up profile parsing code by combining functions
2006-03-19 Theodore Ts'oPrevent error messages to stderr caused by libblkid...
2006-03-19 Takashi SatoFix format statements to make e2fsprogs programs 32...
2006-03-19 Theodore Ts'oChange resize2fs open modes for mounted and unmounted...
2006-03-19 Theodore Ts'oChange mke2fs to create filesystems with the device...
2006-03-19 Theodore Ts'oChange e2fsck to open non-mounted filesystems in exclus...
2006-03-19 Theodore Ts'oAdd an option to debugfs to open filesystems in exclusi...
2006-03-19 Theodore Ts'oAdd EXT2_FLAG_EXCLUSIVE to the ext2fs library.
2006-03-18 Theodore Ts'oAdd IO_FLAG_EXCLUSIVE flag to io_channel abstraction
2006-03-18 Theodore Ts'oFix documentation: BLOCK_FLAG_TRAVERSE should be BLOCK_...
2006-03-18 Theodore Ts'oFix build when not building any shared libraries.
2006-03-18 Theodore Ts'oDocument the resize_inode filesystem option in mke2fs...
2006-03-18 Theodore Ts'oFix a signed vs unsigned bug in calc_reserved_gdt_blocks()
2006-03-18 Theodore Ts'oAdd support for on-line resizing to resize2fs
2006-03-13 Theodore Ts'oFix blkid's last verification logic to work when the...
2006-03-11 Theodore Ts'oFix the subdirs logic so it works with GNU make 3.80
2006-03-10 Theodore Ts'oAdd EXT_JOURNAL to the blkid tag of ext3 filesystems.
2006-03-10 Theodore Ts'oEnhance e2fsck so it can fix external journal hint...
2006-03-08 Theodore Ts'oRemove e2fsck/malloc.h
2006-03-08 Theodore Ts'oFix debugfs's icheck to correctly report the owner...
2006-03-08 Theodore Ts'oEnable devmapper patch for Debian
2006-03-08 Karel ZakAdd device-mapper support to the blkid library
2006-02-20 Theodore Ts'oUpdate Swedish translation
2006-01-29 Theodore Ts'oAdd a config option which controls whether fs checks...
2006-01-29 Theodore Ts'oPrint an explanation when skipping a check due being...
2006-01-07 Theodore Ts'oUpdate debian changelog for release.
2006-01-07 Theodore Ts'oUpdate priorities and sections to match with Debian...
2006-01-07 Theodore Ts'oAdded tag E2FSPROGS-1.39-WIP-1231 for changeset b3e5c52...
2006-01-07 Theodore Ts'oUpdate Dutch, Polish, and Swedish translations.
2006-01-06 Theodore Ts'oSet FD_CLOEXEC on the /dev/random file descriptor used...
2006-01-06 Theodore Ts'oAdd support for quoted strings in tag and section names
2006-01-05 Theodore Ts'oAdd support to the profile library for /etc/foo/conf...
2006-01-05 Theodore Ts'oFix gcc -Wall warning in profile_helper.c
2006-01-05 Theodore Ts'oMore profile cleanups: remove prf_data_t data structure
2006-01-05 Theodore Ts'oEnhance profile library's parser to accept comments
2006-01-04 Theodore Ts'oAdd syntax error reporting to the profile library
2006-01-03 Theodore Ts'oSimplify profile core functionality
2006-01-02 Theodore Ts'oClean up test driver program for profile.c and #ifdef...
2006-01-02 Theodore Ts'oFix profile.c so that com_err.h doesn't have to be... E2FSPROGS-1.39-WIP-1231
2005-12-31 Theodore Ts'oUpdate version file for 1.39-WIP-1231 release.
2005-12-31 Theodore Ts'oUpdate e2fsprogs's internationalization files.
2005-12-31 Theodore Ts'oUpdate release notes
2005-12-31 Theodore Ts'oAdd e2fsck problem handling to be configurable
2005-12-31 Theodore Ts'oSlim down profile.c
2005-12-31 Theodore Ts'oAdd E2FSCK_CONFIG environment variable
2005-12-31 Theodore Ts'oFix Really Ancient debian changelog lines so that Linti...
2005-12-31 Theodore Ts'oMake sure debian/rules is executable.
2005-12-31 Theodore Ts'oFix incorrect location of prof_err.h in profile.c.
2005-12-31 Theodore Ts'oUpdate debian/changelog file.
2005-12-31 Theodore Ts'oMove the blkid and uuidgen programs out of library...
2005-12-31 Theodore Ts'oClarify chattr man page to make sure people realize...
2005-12-31 Theodore Ts'oAdd allow_cancellation config option
2005-12-31 Theodore Ts'oRead in /etc/e2fsck.conf configuration file at startup
2005-12-31 Theodore Ts'oAdd the profile library code to e2fsck
2005-12-30 Theodore Ts'oAvoid needlessly recompilation of library objection...
2005-12-29 Theodore Ts'oClean up gcc -Wall complaints in resize2fs
2005-12-29 Theodore Ts'oMake resize2fs expand or truncate a file containing...
2005-12-29 Theodore Ts'oAdd missing parameter to error printf in blkid test...
2005-12-29 Theodore Ts'oAdd support for lib64ext2fs-nopic.a for mips in the...
2005-12-19 Theodore Ts'oAutomatically fix superblock times in the future
2005-12-19 Theodore Ts'oNewer versions of debian-buildpackage are much pickier...
2005-12-11 Theodore Ts'oFix typo'ed version number in Debian changelog
2005-12-11 Theodore Ts'oAdded tag E2FSPROGS-1.39-WIP-1210 for changeset 502cdad... E2FSPROGS-1.39-WIP-1210
2005-12-11 Theodore Ts'oUpdate release notes for 1.39-WIP-1210 release.
2005-12-11 Theodore Ts'oAvoid trying to mount the root device if it is an NFS...
2005-12-11 Theodore Ts'oAdd resize2fs and badblocks to the e2fsprogs udeb
next