Whamcloud - gitweb
tools/e2fsprogs.git
2006-05-29 Theodore Ts'oAdded tag E2FSPROGS-1_39 for changeset 7c019255c2809933... E2FSPROGS-1_39
2006-05-29 Theodore Ts'oUpdate release notes, version numbers, et. al. for...
2006-05-29 Theodore Ts'oAdd missing backwards compatibility for ancient Linux...
2006-05-29 Theodore Ts'oFix debugfs's dump_unsued commands on filesystems with...
2006-05-29 Theodore Ts'oMake test scripts more robust against locale-related...
2006-05-29 Theodore Ts'oClarify -T option of mke2fs in its man page
2006-05-24 Theodore Ts'oUpdate tests to reflect updated mke2fs.conf file
2006-05-23 Theodore Ts'oCreate new filesystems with hash trees and on-line...
2006-05-22 Theodore Ts'oFix spelling mistakes in e2fsck, mke2fs.conf, and resiz...
2006-05-21 Theodore Ts'oFix typo that caused the Debian changelog to not be...
2006-05-21 Theodore Ts'oClarify resize2fs man page and add reference to LVM
2006-05-21 Theodore Ts'oFix type warning problem with sizeof() in ext2fs_open2()
2006-05-21 Theodore Ts'oFix type warning problem with time_t in debugfs
2006-05-14 Theodore Ts'oFix comerr-dev's pointer doc-base pointer to the top...
2006-05-14 Theodore Ts'oMinor edits to tune2fs(8) man page
2006-05-14 Theodore Ts'oUpdate release notes for a Debian WIP release.
2006-05-14 Theodore Ts'oRemove needless sanity check in tune2fs's -i option.
2006-05-14 Theodore Ts'oFixed signed vs. unsigned comparison warning in strncmp().
2006-05-14 Theodore Ts'oFix memory leak in e2fsck's error paths
2006-05-14 Theodore Ts'oAdd RAID stride support to resize2fs
2006-05-13 Theodore Ts'oUpdate TODO to remove item which is already completed.
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
next