]> git.ipfire.org Git - thirdparty/e2fsprogs.git/history - misc/mke2fs.c
mke2fs: Deprecate -K option, introduce discard/nodiscard
[thirdparty/e2fsprogs.git] / misc / mke2fs.c
2010-11-22  Lukas Czernermke2fs: Deprecate -K option, introduce discard/nodiscard
2010-11-22  Theodore Ts'omke2fs: Force the default blocksize to be at least...
2010-11-22  Theodore Ts'omke2fs: Set logical/physical sector size from environme...
2010-11-22  Theodore Ts'omke2fs: Fill in min_io and opt_io with physical sector...
2010-11-22  Theodore Ts'omke2fs: Do not require -F for block size < physical...
2010-10-01  Theodore Ts'omke2fs: Enable lazy_itable_init if the kernel supports...
2010-09-20  Eric Sandeenmke2fs: make "invalid blocks count" error more clear
2010-09-20  Eric Sandeenmke2fs: use lazy inode init on some discard-able devices
2010-07-31  Tim Smallmke2fs: fix mke2fs "invalid inode ratio" error message
2010-05-18  Theodore Ts'omke2fs: account for physical as well as logical sector...
2010-05-18  Theodore Ts'omke2fs: Fix compile warning message
2010-05-11  Theodore Ts'omke2fs: Allow a flex_bg size of 1
2010-03-15  Eric Sandeenmke2fs: Don't ask to proceed in case of a badly aligned...
2010-02-06  Eric Sandeenmke2fs: fix up topo complaints on regular files
2009-11-25  Eric Sandeenmke2fs: open device writable for trim/discard
2009-11-17  Eric Sandeenmke2fs support for BLKDISCARD
2009-10-04  Eric Sandeenmke2fs: get device topology values from blkid
2009-07-18  Theodore Ts'omke2fs: Add strings.h include for strcasecmp() declaration
2009-04-18  Theodore Ts'oe2fsck, tune2fs: Fix Hurd compilation problem due to...
2009-03-31  Theodore Ts'omke2fs: Don't try to create the journal in super-only...
2009-03-09  Jim Meyeringremove useless if-before-free tests
2009-03-06  Theodore Ts'omke2fs, tune2fs: Do not allow the reserved_ratio to...
2009-03-06  Theodore Ts'oAdd support for a new superblock field: s_kbytes_written
2009-01-20  Theodore Ts'omke2fs: If the device size is exactly 16TB treat it...
2009-01-20  Theodore Ts'omke2fs: Add -U option to specify the UUID for the new...
2009-01-20  Theodore Ts'omke2fs: Treat an argv[0] of "mke3fs" the same as "mkfs...
2008-09-01  Theodore Ts'oOnly use the test_io manager if the right environment...
2008-08-30  Theodore Ts'omke2fs: Allow the default hash algorithm in mke2fs...
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-08-23  Theodore Ts'omke2fs: Issue a warning if the mke2fs.conf file wasn...
2008-07-19  Theodore Ts'omke2fs: Fix enforcement of no features for revision...
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-07-10  Theodore Ts'omke2fs: Dumb down filesystems for GNU Hurd
2008-07-07  Theodore Ts'omke2fs: Print a better error msg when ext2fs_get_device...
2008-07-07  Theodore Ts'omke2fs: Use a fs_type of 'journal' when creating an...
2008-07-06  Eric SandeenClean up some trivial build warnings
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-08  Theodore Ts'oMerge branch 'maint'
2008-06-07  Theodore Ts'oMerge branch 'maint'
2008-06-03  Theodore Ts'oMerge branch 'maint' into next
2008-05-21  Theodore Ts'oMerge branch 'maint'
2008-05-14  Theodore Ts'omke2fs: Add the ability to configure default extended...
2008-04-28  Theodore Ts'oMerge branch 'next' into tt/flex-bg
2008-04-27  Aneesh Kumar K.Vmke2fs: Add support for the undo I/O manager.
2008-04-27  Theodore Ts'omke2fs: Make argument to the extended option lazy_itabl...
2008-04-27  Theodore Ts'oMerge branch 'maint'
2008-04-27  Theodore Ts'omke2fs: Don't allow the combination of the meta_bg...
2008-04-23  Theodore Ts'omke2fs: New bitmap and inode table allocation for FLEX_BG
2008-04-23  Theodore Ts'omke2fs/libext2fs: Fix lazy inode table initialization
2008-04-22  Theodore Ts'oMerge branch 'maint'
2008-04-21  Theodore Ts'oTransfer responsibility of setting the *_UNINIT flags...
2008-04-21  Theodore Ts'oRemove LAZY_BG feature
2008-04-18  Theodore Ts'omke2fs: Disentangle lazy_bg from uninit_bg's lazy inode...
2008-04-17  Theodore Ts'oMerge branch 'maint'
2008-04-07  Theodore Ts'oMerge branch 'maint'
2008-04-06  Theodore Ts'oMerge branch 'es/warnings-fix' into next
2008-04-06  Theodore Ts'oNew mke2fs filesystem and usage types support
2008-04-06  Theodore Ts'oMerge branch 'maint' into next
2008-03-31  Andreas Dilgerext2fs_set_gdt_csum(): Return an error code on errors...
2008-03-30  Theodore Ts'oMerge branch 'maint'
2008-03-20  Jose R. SantosAdd support for creating filesystems using uninit block...
2008-03-20  Theodore Ts'oMerge branch 'maint' into next
2008-03-18  Theodore Ts'oFix miscellaneous gcc -Wall warnings
2008-03-15  Theodore Ts'oMerge branch 'maint'
2008-03-13  Theodore Ts'oMerge branch 'maint'
2008-02-29  Theodore Ts'oMerge branch 'maint'
2008-02-29  Theodore Ts'oUpdate mke2fs usage message
2008-02-27  Theodore Ts'oMerge branch 'maint'
2008-02-27  Theodore Ts'oAdd support for manipulating large_file feature in...
2008-02-22  Theodore Ts'omke2fs: Remove warning for inode_size > 128 bytes
2008-02-22  Theodore Ts'omke2fs: Remove 2.4 kernel warning for blocksizes >...
2008-02-22  Theodore Ts'omke2fs: Remove requirement for -f option for filesystem...
2008-02-20  Theodore Ts'oAllow mke2fs to create filesystems with the EXTENTS...
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-17  Theodore Ts'oMerge branch 'maint' into next
2008-02-10  Theodore Ts'oMerge branch 'maint' into next
2008-01-28  Theodore Ts'oMerge branch 'maint' into next
2008-01-28  Theodore Ts'oCreate filesystems with the ext_attr feature by default
2008-01-27  Theodore Ts'oAdd support for the test_fs flag
2008-01-21  Theodore Ts'oDefine helper functions ext2fs_set_i_{u,g}id_high(...
2008-01-14  Andreas Dilgermke2fs: Make lost+found always have at least 2 blocks
2008-01-01  Theodore Ts'oMerge branch 'maint' into next
2007-12-17  Theodore Ts'oMerge branch 'maint' into next
2007-12-09  Theodore Ts'oMerge branch 'maint' into next
2007-11-04  Theodore Ts'oMerge basic FLEX_BG support
2007-11-04  Jose R. SantosEnable FLEX_BG feature support
2007-11-01  Theodore Ts'oMerge branch 'cl/remove-masix' into next
2007-11-01  Coly Limke2fs: remove masix support
2007-10-15  Theodore Ts'oMerge branch 'maint' into next
2007-10-15  Theodore Ts'omke2fs: Change usage message to use -E instead -R,...
2007-10-15  Valerie Clementlibext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK...
2007-10-06  Theodore Ts'oMerge branch 'maint'
2007-08-21  Theodore Ts'oMerge branch 'maint'
2007-08-04  Theodore Ts'oMerge branch 'maint'
2007-08-03  Theodore Ts'oFix gcc -Wall warnings
next