index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
mke2fs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-20
e2fsprogs: turn off enforced fsck intervals by default
Eric Sandeen
1
-6
/
+24
2010-12-22
mke2fs: don't complain if the fs type "default" is not defined in mke2fs.conf
Theodore Ts'o
1
-4
/
+4
2010-12-01
mke2fs: Fix (minor) memory leaks
Theodore Ts'o
1
-0
/
+4
2010-12-01
mke2fs: Fail if the requested file system type is not defined in mke2fs.conf
Theodore Ts'o
1
-11
/
+49
2010-11-22
mke2fs: Add discard option into mke2fs.conf
Lukas Czerner
1
-2
/
+3
2010-11-22
mke2fs: Deprecate -K option, introduce discard/nodiscard
Lukas Czerner
1
-1
/
+11
2010-11-22
mke2fs: Force the default blocksize to be at least the logical sector size
Theodore Ts'o
1
-2
/
+2
2010-11-22
mke2fs: Set logical/physical sector size from environment for debugging
Theodore Ts'o
1
-3
/
+6
2010-11-22
mke2fs: Fill in min_io and opt_io with physical sector size
Theodore Ts'o
1
-3
/
+10
2010-11-22
mke2fs: Do not require -F for block size < physical size
Theodore Ts'o
1
-6
/
+5
2010-10-01
mke2fs: Enable lazy_itable_init if the kernel supports this feature
Theodore Ts'o
1
-1
/
+6
2010-09-20
mke2fs: make "invalid blocks count" error more clear
Eric Sandeen
1
-2
/
+3
2010-09-20
mke2fs: use lazy inode init on some discard-able devices
Eric Sandeen
1
-12
/
+43
2010-07-30
mke2fs: fix mke2fs "invalid inode ratio" error message
Tim Small
1
-1
/
+1
2010-05-17
mke2fs: account for physical as well as logical sector size
Theodore Ts'o
1
-6
/
+28
2010-05-17
mke2fs: Fix compile warning message
Theodore Ts'o
1
-1
/
+2
2010-05-10
mke2fs: Allow a flex_bg size of 1
Theodore Ts'o
1
-1
/
+1
2010-03-15
mke2fs: Don't ask to proceed in case of a badly aligned partition
Eric Sandeen
1
-1
/
+0
2010-02-05
mke2fs: fix up topo complaints on regular files
Eric Sandeen
1
-1
/
+7
2009-11-25
mke2fs: open device writable for trim/discard
Eric Sandeen
1
-1
/
+1
2009-11-16
mke2fs support for BLKDISCARD
Eric Sandeen
1
-2
/
+53
2009-10-04
mke2fs: get device topology values from blkid
Eric Sandeen
1
-0
/
+55
2009-07-18
mke2fs: Add strings.h include for strcasecmp() declaration
Theodore Ts'o
1
-0
/
+1
2009-04-18
e2fsck, tune2fs: Fix Hurd compilation problem due to lack of PATH_MAX
Theodore Ts'o
1
-1
/
+12
2009-03-31
mke2fs: Don't try to create the journal in super-only mode
Theodore Ts'o
1
-0
/
+6
2009-03-08
remove useless if-before-free tests
Jim Meyering
1
-8
/
+4
2009-03-06
mke2fs, tune2fs: Do not allow the reserved_ratio to be negative
Theodore Ts'o
1
-1
/
+2
2009-03-06
Add support for a new superblock field: s_kbytes_written
Theodore Ts'o
1
-0
/
+8
2009-01-20
mke2fs: If the device size is exactly 16TB treat it as if it had 16TB - 1 block
Theodore Ts'o
1
-0
/
+16
2009-01-20
mke2fs: Add -U option to specify the UUID for the new filesystem
Theodore Ts'o
1
-4
/
+15
2009-01-20
mke2fs: Treat an argv[0] of "mke3fs" the same as "mkfs.ext3"
Theodore Ts'o
1
-1
/
+4
2008-09-01
Only use the test_io manager if the right environment variables are set
Theodore Ts'o
1
-8
/
+10
2008-08-29
mke2fs: Allow the default hash algorithm in mke2fs.conf
Theodore Ts'o
1
-2
/
+7
2008-08-29
tune2fs, mke2fs: Change default directory hash algorithm to half_md4
Theodore Ts'o
1
-1
/
+1
2008-08-27
Remove trailing whitespace for the entire source tree
Theodore Ts'o
1
-48
/
+48
2008-08-23
mke2fs: Issue a warning if the mke2fs.conf file wasn't updated
Theodore Ts'o
1
-0
/
+14
2008-07-18
mke2fs: Fix enforcement of no features for revision 0 filesystems
Theodore Ts'o
1
-1
/
+1
2008-07-13
Define _XOPEN_SOURCE to 600 consistently for Solaris C99 support
Theodore Ts'o
1
-0
/
+2
2008-07-10
mke2fs,tune2fs: Enable huge_file, dir_nlink, and extra_isize features
Theodore Ts'o
1
-0
/
+3
2008-07-10
mke2fs: Dumb down filesystems for GNU Hurd
Theodore Ts'o
1
-0
/
+9
2008-07-06
mke2fs: Print a better error msg when ext2fs_get_device_size() returns EFBIG
Theodore Ts'o
1
-0
/
+8
2008-07-06
mke2fs: Use a fs_type of 'journal' when creating an external journal
Theodore Ts'o
1
-19
/
+10
2008-07-06
Clean up some trivial build warnings
Eric Sandeen
1
-5
/
+2
2008-06-17
Merge branch 'maint'
Theodore Ts'o
1
-2
/
+2
2008-06-17
mke2fs, tune2fs, resize2fs: Use floating point to calculate percentages
Theodore Ts'o
1
-2
/
+2
2008-06-07
Add "#include <limits.h>" to get PATH_MAX for mke2fs and tune2fs
Theodore Ts'o
1
-0
/
+1
2008-05-14
mke2fs: Add the ability to configure default extended options in mke2fs.conf
Theodore Ts'o
1
-3
/
+11
2008-04-27
Merge branch 'next' into tt/flex-bg
Theodore Ts'o
1
-87
/
+147
2008-04-27
mke2fs: Add support for the undo I/O manager.
Aneesh Kumar K.V
1
-77
/
+133
2008-04-27
mke2fs: Make argument to the extended option lazy_itable_init optional
Theodore Ts'o
1
-9
/
+4
[next]