Whamcloud - gitweb
tune2fs: Don't allow the -I option if the flex_bg feature is enabled
[tools/e2fsprogs.git] / misc / tune2fs.c
2009-01-20 Theodore Ts'otune2fs: Don't allow the -I option if the flex_bg featu...
2008-11-15 Theodore Ts'otune2fs: Fix inefficient O(n**2) algorithms when expand...
2008-11-14 Theodore Ts'otune2fs: Update the block group checksums when changing...
2008-09-01 Theodore Ts'oOnly use the test_io manager if the right environment...
2008-08-30 Theodore Ts'otune2fs: Add support for setting the default hash algor...
2008-08-30 Theodore Ts'otune2fs, mke2fs: Change default directory hash algorith...
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-07-27 Theodore Ts'otune2fs: Improve the error messages for tune2fs -I
2008-07-19 Benno Schulenbergtune2fs: Delete a stray word from a comment.
2008-07-19 Benno Schulenberge2undo, tune2fs: Report the correct name for the undo...
2008-07-13 Theodore Ts'oDefine _XOPEN_SOURCE to 600 consistently for Solaris...
2008-07-10 Theodore Ts'omke2fs,tune2fs: Enable huge_file, dir_nlink, and extra_...
2008-06-18 Theodore Ts'oMerge branch 'maint'
2008-06-18 Theodore Ts'omke2fs, tune2fs, resize2fs: Use floating point to calcu...
2008-06-08 Theodore Ts'oAdd "#include <limits.h>" to get PATH_MAX for mke2fs...
2008-06-07 Theodore Ts'oFix gcc -Wall warnings in tune2fs
2008-04-28 Aneesh Kumar K.Vtune2fs: Support for large inode migration.
2008-03-30 Theodore Ts'oMerge branch 'maint'
2008-03-21 Theodore Ts'odebugfs, tune2fs: Handle daylight savings time when...
2008-03-20 Jose R. SantosMake tune2fs uninit block group aware
2008-03-18 Theodore Ts'oFix miscellaneous gcc -Wall warnings
2008-02-29 Theodore Ts'oMerge branch 'maint'
2008-02-29 Theodore Ts'otune2fs: Remove support for clearing the SPARSE_SUPER...
2008-02-27 Theodore Ts'oMerge branch 'maint'
2008-02-27 Theodore Ts'oAdd support for manipulating large_file feature in...
2008-02-26 Theodore Ts'otune2fs: Add support to clear the resize_inode feature
2008-02-26 Theodore Ts'otune2fs: Cleanup feature handling to avoid merge conflicts
2008-02-26 Theodore Ts'oTeach tune2fs to use e2p_edit_feature2() to provide...
2008-02-20 Theodore Ts'oAdd ability to set (but not clear) the extents feature...
2008-02-19 Theodore Ts'oMerge branch 'maint' into next
2008-02-19 Theodore Ts'oAdd support for setting RAID stride and strip-width...
2008-02-19 Theodore Ts'oUse BLOCK_FLAG_READ_ONLY flag in debugfs, e2image,...
2008-02-10 Theodore Ts'oMerge branch 'maint' into next
2008-02-10 Theodore Ts'oAllow tune2fs to set and clear the test_fs flag on...
2008-01-28 Theodore Ts'oMerge branch 'maint' into next
2008-01-27 Theodore Ts'oAdd support for the test_fs flag
2007-11-04 Jose R. SantosEnable FLEX_BG feature support
2007-06-18 Theodore Ts'oDon't write changes to the backup superblocks by default
2006-12-26 Theodore Ts'oUse the newer add/remove_error_table com_err interfaces
2006-08-30 Theodore Ts'oFix potential 2**32-1 overflow by using e2p_percent()
2006-05-14 Theodore Ts'oRemove needless sanity check in tune2fs's -i option.
2005-07-06 Andreas DilgerAllow fractional percentages to the -m option in mke2fs...
2005-06-20 Theodore Ts'oFix e2fsprogs messages for grammar and consistency...
2005-05-09 Theodore Ts'oFix some minor typo's and grammar's strings, and remove...
2005-02-04 Theodore Ts'oDefine _XOPEN_SOURCE to be 500 to fix compilation probl...
2005-01-18 Theodore Ts'oVarious portability fixes for Solaris systems.
2005-01-06 Theodore Ts'oMake tune2fs and e2fsck consistent about allowing at...
2004-12-22 Theodore Ts'otune2fs.c (parse_time): Fix minor buglet; the parse_tim...
2004-11-30 Theodore Ts'oAdd support for passing options to the io layer using...
2004-04-12 Theodore Ts'oRemove TUNE2FS_SKIP_MOUNT_CHECK environment variable...
2004-04-07 Theodore Ts'otune2fs.c (main): If the environment variable
2003-12-28 Matthias AndreeFix more compiler warnings.
2003-12-07 Theodore Ts'oFix gcc -Wall nitpicks
2003-11-21 Theodore Ts'oCheck the returned name from blkid_get_devname in tune2...
2003-05-05 Theodore Ts'oAdd --enable-test-io-debug configure option which cause...
2003-05-03 Theodore Ts'otune2fs.c (parse_time): Add portability code to work...
2003-03-06 Theodore Ts'otune2fs.c (parse_tune2fs_options, parse_e2label_options...
2003-03-02 Theodore Ts'oMinor bug fixes in the blkid library.
2002-10-15 Theodore Ts'oAdd support for new feature in ext2/3 filesystems;...
2002-10-14 Theodore Ts'oFix gcc -Wall nits.
2002-09-22 Theodore Ts'omke2fs.c (main): Enable directory indexing by default.
2002-08-18 Theodore Ts'oAdd support for searching /proc/evms/volumes when inter...
2002-03-05 Theodore Ts'oNewer libintl needs LC_CTYPE to be set in addition...
2002-02-26 Andreas DilgerAdd check for mkfs.ext3 and create a journal in this...
2001-12-26 Andreas DilgerReturn a non-zero exit code on error.
2001-12-26 Theodore Ts'otune2fs.8.in, tune2fs.c (parse_tune2fs_options, main...
2001-12-17 Theodore Ts'oFix various gcc -Wall nits. Fixed a bug in mke2fs...
2001-09-19 Theodore Ts'oRemove dead code that wasn't in use from tune2fs.
2001-08-27 Theodore Ts'oRemove EXT2FS_VERSION from the version display, since it
2001-08-18 Theodore Ts'oMinor fixups to Andreas' changeset. Removed unused...
2001-08-17 Andreas Dilgerget_device_by_label.[ch], fsck.c, util.c: New interpre...
2001-08-15 Theodore Ts'o* tune2fs.c: Make sure that error messages are sent...
2001-08-15 Theodore Ts'oGive an error if -O is specified more than once to...
2001-07-31 Theodore Ts'otune2fs.c (update_feature_set, remove_journal_inode...
2001-07-30 Theodore Ts'otune2fs.c (update_feature_set): Don't require a forced...
2001-06-14 Theodore Ts'oChangeLog, mke2fs.c, tune2fs.8.in, tune2fs.c, util...
2001-05-25 Theodore Ts'oChangeLog, tune2fs.c:
2001-05-14 Theodore Ts'oMany files:
2001-05-14 Theodore Ts'oChangeLog:
2001-04-26 Theodore Ts'oChangeLog, tune2fs.c:
2001-04-23 Theodore Ts'oChangeLog, tune2fs.c:
2001-04-17 Theodore Ts'oChangeLog, mke2fs.c, tune2fs.c:
2001-03-26 Theodore Ts'oChangeLog, mke2fs.8.in, mke2fs.c, tune2fs.8.in, tune2fs...
2001-01-18 Theodore Ts'oChangeLog, mke2fs.8.in, mke2fs.c, tune2fs.8.in, tune2fs.c:
2001-01-16 Theodore Ts'oChangeLog, Makefile.in, dumpe2fs.c, jfs_user.h, mke2fs...
2001-01-14 Theodore Ts'oChangeLog, tune2fs.8.in:
2001-01-14 Theodore Ts'oChangeLog, tune2fs.c:
2001-01-11 Theodore Ts'oChangeLog, e2image.c, mke2fs.c, mklost+found.c, tune2fs...
2001-01-09 Theodore Ts'oChangeLog, Makefile.in, tune2fs.c:
2001-01-03 Theodore Ts'oChangeLog, Makefile.in, mke2fs.c, tune2fs.8.in, tune2fs...
2001-01-01 Theodore Ts'oChangeLog, tune2fs.c:
2000-07-07 Theodore Ts'oChangeLog, tune2fs.8.in, tune2fs.c:
2000-04-03 Theodore Ts'oMany files:
2000-02-11 Theodore Ts'oMany files:
2000-02-08 Theodore Ts'o.cvsignore, nyc.po:
2000-02-08 Theodore Ts'oMany files:
2000-01-19 Theodore Ts'oChangeLog, tune2fs.c:
1999-10-23 Theodore Ts'omke2fs.c, tune2fs.c:
1999-10-23 Theodore Ts'oChangeLog, Makefile.in, mke2fs.8.in, mke2fs.c, tune2fs...
1999-10-20 Theodore Ts'oChangeLog, tune2fs.c:
next