index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
mke2fs.8.in
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-31
mke2fs: support creation of filesystem with quota feature
Aditya Kali
1
-0
/
+5
2011-07-17
mke2fs: document stripe_width, not stripe-width
Andreas Dilger
1
-1
/
+1
2011-06-11
mke2fs: skip zeroing journal blocks
Andreas Dilger
1
-1
/
+9
2011-02-20
Merge branch 'maint' into next
Theodore Ts'o
1
-1
/
+1
2011-02-20
mke2fs: Simple man page nodiscard option correction
Lukas Czerner
1
-1
/
+1
2010-12-22
mke2fs.8.in: add ENVIRONMENT section
Namhyung Kim
1
-0
/
+23
2010-12-21
mke2fs.8.in: add missing "big" and "huge" usage-type description
Namhyung Kim
1
-1
/
+10
2010-11-22
mke2fs: Deprecate -K option, introduce discard/nodiscard
Lukas Czerner
1
-7
/
+11
2010-07-30
mke2fs.8.in: clarify the sign of a block-size constraint.
Eric Sandeen
1
-1
/
+1
2009-11-16
mke2fs support for BLKDISCARD
Eric Sandeen
1
-0
/
+7
2009-09-07
mke2fs.8.in: Clarify flex_bg feature description
Theodore Ts'o
1
-26
/
+33
2009-05-30
Update man pages to include ext4 in the synposis, instead of just "ext2/ext3"
Theodore Ts'o
1
-2
/
+3
2009-05-30
mke2fs.8: Fix man page to use hyphens instead of minus signs for options
Theodore Ts'o
1
-2
/
+2
2009-04-22
mke2fs.8: Clarify in the man page that fs defaults come from mke2fs.conf
Theodore Ts'o
1
-0
/
+7
2009-01-20
mke2fs: Add -U option to specify the UUID for the new filesystem
Theodore Ts'o
1
-0
/
+7
2008-10-02
mke2fs.8: Add an explanation of how the -t and -O options interact
Theodore Ts'o
1
-3
/
+18
2008-09-07
Fix various spelling mistakes in various man pages
Theodore Ts'o
1
-1
/
+1
2008-09-02
Fix bold font specifer in mke2fs.8 man page
Theodore Ts'o
1
-1
/
+1
2008-08-24
Fix mke2fs man page to escape all minus signs
Theodore Ts'o
1
-6
/
+6
2008-08-14
mke2fs: Fix several typos in the man page.
Benno Schulenberg
1
-101
/
+110
2008-07-10
Fix incorrect definition of stripe-width in mke2fs man page
Theodore Ts'o
1
-3
/
+5
2008-04-27
Merge branch 'next' into tt/flex-bg
Theodore Ts'o
1
-2
/
+3
2008-04-27
mke2fs: Make argument to the extended option lazy_itable_init optional
Theodore Ts'o
1
-2
/
+3
2008-04-22
mke2fs: New bitmap and inode table allocation for FLEX_BG
Theodore Ts'o
1
-0
/
+16
2008-04-18
mke2fs: Disentangle lazy_bg from uninit_bg's lazy inode table initialization
Theodore Ts'o
1
-5
/
+23
2008-04-17
Rename the feature uninit_groups to uninit_bg
Theodore Ts'o
1
-1
/
+1
2008-04-06
New mke2fs filesystem and usage types support
Theodore Ts'o
1
-11
/
+48
2008-03-30
Improve ext4 feature descriptions in mke2fs and tune2fs man pages
Andreas Dilger
1
-7
/
+7
2008-03-30
Merge branch 'maint'
Theodore Ts'o
1
-1
/
+1
2008-03-30
Use -E instead of the deprecated -R option in the mke2fs man page
Andreas Dilger
1
-1
/
+1
2008-03-20
Add support for creating filesystems using uninit block group
Jose R. Santos
1
-0
/
+7
2008-03-08
Fix mke2fs man page regarding 128-byte default inode size
Theodore Ts'o
1
-5
/
+5
2008-02-27
Add support for manipulating large_file feature in mke2fs and tune2fs
Theodore Ts'o
1
-0
/
+4
2008-02-18
Add support for setting RAID stride and strip-width via mke2fs and tune2fs
Theodore Ts'o
1
-3
/
+16
2008-01-26
Add support for the test_fs flag
Theodore Ts'o
1
-0
/
+4
2006-08-05
Require mke2fs -F -F for really dangerous operations
Andreas Dilger
1
-2
/
+7
2006-07-15
Allow default inode_size to be specified in mke2fs.conf and document mke2fs -I
Andreas Dilger
1
-0
/
+21
2006-05-28
Clarify -T option of mke2fs in its man page
Theodore Ts'o
1
-4
/
+5
2006-03-27
Explain in mke2fs and tune2fs man pages that shared journals are not supported
Theodore Ts'o
1
-0
/
+5
2006-03-23
Change mke2fs to use /etc/mke2fs.conf as a configuration file
Theodore Ts'o
1
-36
/
+33
2006-03-17
Document the resize_inode filesystem option in mke2fs man page
Theodore Ts'o
1
-0
/
+12
2005-12-09
Add more description in mke2fs's man page of the -T option
Theodore Ts'o
1
-3
/
+10
2005-09-24
Fix mke2fs man page's description of the -L option
Theodore Ts'o
1
-2
/
+5
2005-04-09
Fix minor spelling typo in the mke2fs man page.
Theodore Ts'o
1
-1
/
+1
2005-01-05
mke2fs.c (parse_extended_opts): Rename the -R option to -E. Fix
Theodore Ts'o
1
-15
/
+29
2004-11-19
mke2fs.8.in: Removed the word "destructive" when describing the
Theodore Ts'o
1
-1
/
+1
2004-10-08
mke2fs.8.in: Add an explanation about why reserved blocks in a
Theodore Ts'o
1
-1
/
+6
2004-04-12
Fix obvious spelling mistake in mke2fs man page.
Theodore Ts'o
1
-1
/
+1
2004-04-11
mke2fs.8.in: Clarify man page's description of the '-O' option.
Theodore Ts'o
1
-3
/
+2
2004-03-20
mke2fs.8.in: Fix spelling typos (Addresses Debian Bug #238741)
Theodore Ts'o
1
-2
/
+2
[next]