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
2008-03-20
Add support for creating filesystems using uninit block group
Jose R. Santos
1
-12
/
+32
2008-03-17
Fix miscellaneous gcc -Wall warnings
Theodore Ts'o
1
-3
/
+3
2008-02-29
Merge branch 'maint'
Theodore Ts'o
1
-3
/
+4
2008-02-28
Update mke2fs usage message
Theodore Ts'o
1
-3
/
+4
2008-02-27
Merge branch 'maint'
Theodore Ts'o
1
-3
/
+7
2008-02-27
Add support for manipulating large_file feature in mke2fs and tune2fs
Theodore Ts'o
1
-3
/
+7
2008-02-22
mke2fs: Remove warning for inode_size > 128 bytes
Theodore Ts'o
1
-4
/
+0
2008-02-22
mke2fs: Remove 2.4 kernel warning for blocksizes > 4096 bytes
Theodore Ts'o
1
-6
/
+0
2008-02-22
mke2fs: Remove requirement for -f option for filesystems > 2**31 blocks
Theodore Ts'o
1
-7
/
+0
2008-02-20
Allow mke2fs to create filesystems with the EXTENTS feature
Theodore Ts'o
1
-0
/
+1
2008-02-18
Merge branch 'maint' into next
Theodore Ts'o
1
-9
/
+36
2008-02-18
Add support for setting RAID stride and strip-width via mke2fs and tune2fs
Theodore Ts'o
1
-9
/
+36
2008-01-27
Merge branch 'maint' into next
Theodore Ts'o
1
-4
/
+11
2008-01-27
Create filesystems with the ext_attr feature by default
Theodore Ts'o
1
-1
/
+2
2008-01-26
Add support for the test_fs flag
Theodore Ts'o
1
-1
/
+7
2008-01-21
Define helper functions ext2fs_set_i_{u,g}id_high() for MacOS compatibility
Theodore Ts'o
1
-2
/
+2
2008-01-14
mke2fs: Make lost+found always have at least 2 blocks
Andreas Dilger
1
-1
/
+4
2007-11-03
Merge basic FLEX_BG support
Theodore Ts'o
1
-1
/
+2
2007-11-03
Enable FLEX_BG feature support
Jose R. Santos
1
-1
/
+2
2007-11-01
mke2fs: remove masix support
Coly Li
1
-2
/
+0
2007-10-15
Merge branch 'maint' into next
Theodore Ts'o
1
-1
/
+1
2007-10-15
mke2fs: Change usage message to use -E instead -R, which is deprecated
Theodore Ts'o
1
-1
/
+1
2007-10-14
libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macros
Valerie Clement
1
-3
/
+2
2007-08-03
Fix gcc -Wall warnings
Theodore Ts'o
1
-2
/
+2
2007-07-04
Compile the default mke2fs.conf into mke2fs program
Theodore Ts'o
1
-1
/
+8
2007-05-31
[COVERITY] Free memory leak in mke2fs when parsing extended options
Brian Behlendorf
1
-0
/
+3
2007-05-25
Fix gcc -Wall warnings, especially on 64-bit systems
Andreas Dilger
1
-5
/
+6
2007-05-22
mke2fs: Add check to make sure inode_size * num_inodes isn't too big
Andreas Dilger
1
-0
/
+14
2007-05-18
Store the RAID stride value in the superblock and take advantage of it
Theodore Ts'o
1
-1
/
+1
2007-05-08
Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid's
Eric Sandeen
1
-4
/
+10
2007-05-07
Fix mke2fs defaults when /etc/mke2fs.conf doesn't exist
Eric Sandeen
1
-2
/
+3
2007-03-19
[COVERITY] Fix dead code bug in mke2fs
Brian Behlendorf
1
-3
/
+4
2006-12-26
Use the newer add/remove_error_table com_err interfaces
Theodore Ts'o
1
-1
/
+5
2006-11-14
Fix misc. gcc -Wall complaints in the misc and e2fsck directories
Theodore Ts'o
1
-8
/
+10
2006-11-08
Fix e2fsck and mke2fs -c to be pass the last _block change to badblocks
Theodore Ts'o
1
-1
/
+1
2006-10-18
Fix mke2fs error checking when creating revision 0 filesystems
Theodore Ts'o
1
-27
/
+45
2006-09-12
Fix more rounding overflows for filesystems that have 2**32-1 blocks
Eric Sandeen
1
-1
/
+1
2006-09-12
Add checks to make sure inode counts don't overflow a 32-bit value
Eric Sandeen
1
-1
/
+16
2006-09-12
Fix signed vs unsigned printf format strings for block and inode numbers
Eric Sandeen
1
-2
/
+2
2006-08-30
Fix potential 2**32-1 overflow by using e2p_percent()
Theodore Ts'o
1
-2
/
+2
2006-08-30
Fix potential 2**32-1 overflow problems by ext2fs_div_ceil()
Theodore Ts'o
1
-4
/
+4
2006-08-05
Require mke2fs -F -F for really dangerous operations
Andreas Dilger
1
-1
/
+1
2006-07-15
Allow default inode_size to be specified in mke2fs.conf and document mke2fs -I
Andreas Dilger
1
-9
/
+16
2006-06-10
Read mke2fs.conf and e2fsck.conf from root_sysconfdir rather than harcoded /etc.
Matthias Andree
1
-1
/
+1
2006-05-13
Fix read/write badblocks testing in mke2fs and e2fsck
Theodore Ts'o
1
-1
/
+1
2006-05-08
Add support for EXT2_FEATURE_COMPAT_LAZY_BG
Theodore Ts'o
1
-7
/
+48
2006-03-23
Change mke2fs to use /etc/mke2fs.conf as a configuration file
Theodore Ts'o
1
-140
/
+145
2006-03-18
Fix format statements to make e2fsprogs programs 32-bit clean
Takashi Sato
1
-4
/
+4
2006-03-18
Change mke2fs to create filesystems with the device opened in exclusive mode.
Theodore Ts'o
1
-1
/
+1
2005-12-10
Fix various gcc -Wall complaints.
Theodore Ts'o
1
-72
/
+74
[next]