aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2008-07-06mke2fs: Print a better error msg when ext2fs_get_device_size() returns EFBIGTheodore Ts'o
2008-07-06mke2fs: Use a fs_type of 'journal' when creating an external journalTheodore Ts'o
2008-07-06badblocks: Fix crash when lots of -t patterns givenTheodore Ts'o
2008-07-06Clean up some trivial build warningsEric Sandeen
2008-06-28blkid: use list_for_each_safe in garbage collectionEric Sandeen
2008-06-21badblocks: fix a bug in the read throttlingIustin Pop
2008-06-17Merge branch 'maint'Theodore Ts'o
2008-06-17mke2fs, tune2fs, resize2fs: Use floating point to calculate percentagesTheodore Ts'o
2008-06-17badblocks: implement read throttlingIustin Pop
2008-06-17badblocks: fix a possible bug in parse_uintIustin Pop
2008-06-17badblocks: add a max bad blocks count optionIustin Pop
2008-06-07e2undo: Enable missing pieces to enable I18N for this applicationTheodore Ts'o
2008-06-07Add "#include <limits.h>" to get PATH_MAX for mke2fs and tune2fsTheodore Ts'o
2008-06-07Merge branch 'maint'Theodore Ts'o
2008-06-07fsck: Fix build problem on MacOS XTheodore Ts'o
2008-06-07Fix gcc -Wall warnings in tune2fsTheodore Ts'o
2008-05-14Install {mkfs,fsck}.{ext4,ext4dev} binary and man pagesTheodore Ts'o
2008-05-14Add ext4dev stanza to mke2fs.confTheodore Ts'o
2008-05-14mke2fs: Add the ability to configure default extended options in mke2fs.confTheodore Ts'o
2008-04-27Merge branch 'next' into tt/flex-bgTheodore Ts'o
2008-04-27tune2fs: Support for large inode migration.Aneesh Kumar K.V
2008-04-27mke2fs: Add support for the undo I/O manager.Aneesh Kumar K.V
2008-04-27Add e2undo commandAneesh Kumar K.V
2008-04-27mke2fs: Make argument to the extended option lazy_itable_init optionalTheodore Ts'o
2008-04-27Merge branch 'maint'Theodore Ts'o
2008-04-27mke2fs: Don't allow the combination of the meta_bg and resize_inode featuresTheodore Ts'o
2008-04-22mke2fs: New bitmap and inode table allocation for FLEX_BGTheodore Ts'o
2008-04-22mke2fs/libext2fs: Fix lazy inode table initializationTheodore Ts'o
2008-04-21Transfer responsibility of setting the *_UNINIT flags to libext2fsTheodore Ts'o
2008-04-20Remove LAZY_BG featureTheodore Ts'o
2008-04-18mke2fs: Disentangle lazy_bg from uninit_bg's lazy inode table initializationTheodore Ts'o
2008-04-17Rename the feature uninit_groups to uninit_bgTheodore Ts'o
2008-04-17Add support for the HUGE_FILE featureTheodore Ts'o
2008-04-06New mke2fs filesystem and usage types supportTheodore Ts'o
2008-04-01dumpe2fs: Print the group checksum and the block options in a nicer wayTheodore Ts'o
2008-03-31ext2fs_set_gdt_csum(): Return an error code on errors instead of voidAndreas Dilger
2008-03-30Improve ext4 feature descriptions in mke2fs and tune2fs man pagesAndreas Dilger
2008-03-30Merge branch 'maint'Theodore Ts'o
2008-03-30Use -E instead of the deprecated -R option in the mke2fs man pageAndreas Dilger
2008-03-27logsave: Pass any SIGTERM or SIGINT signals to child processTheodore Ts'o
2008-03-26fsck: Treat "ext4" and "ext4dev" as ext* filesystemsTheodore Ts'o
2008-03-26fsck: Make -Cn work correctly where n != 0Theodore Ts'o
2008-03-26fsck: Fix -C handling so that subsequent progress bars are enabledTheodore Ts'o
2008-03-21mke2fs: Clarify man page that -T is interpreted using the current timezoneTheodore Ts'o
2008-03-21debugfs, tune2fs: Handle daylight savings time when parsing a time stringTheodore Ts'o
2008-03-20Make dumpe2fs uninit block group awareJose R. Santos
2008-03-20Make tune2fs uninit block group awareJose R. Santos
2008-03-20Add support for creating filesystems using uninit block groupJose R. Santos
2008-03-17Fix miscellaneous gcc -Wall warningsTheodore Ts'o
2008-03-15Merge branch 'maint'Theodore Ts'o