index
:
users/pcacjr/e2fsprogs.git
debian
e2fsprogs-interim
maint
master
next
pu
Unnamed repository; edit this file 'description' to name the repository.
Paulo Alcantara
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
misc
/
mke2fs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mke2fs, tune2fs, resize2fs: add warning messages for bigalloc and quota
Theodore Ts'o
2013-01-21
1
-0
/
+12
*
mke2fs: teach mke2fs to understand -b 4k and -C 256M
Theodore Ts'o
2013-01-15
1
-4
/
+4
*
mke2fs: the -g option will now specify the clusters per block group
Theodore Ts'o
2013-01-15
1
-0
/
+9
*
mke2fs: enforce that the cluster size must be greater that the block size
Theodore Ts'o
2013-01-15
1
-1
/
+8
*
mke2fs: require the bigalloc feature explicity if the cluster size is set
Zheng Liu
2013-01-14
1
-0
/
+5
*
mke2fs: check extents feature when bigalloc feature is enabled
Zheng Liu
2013-01-08
1
-0
/
+9
*
misc: cleanup unused variables on MacOS
Andreas Dilger
2012-12-29
1
-0
/
+2
*
mke2fs: fix crash when parsing "-E resize=NNN" with "-O 64bit"
Theodore Ts'o
2012-12-28
1
-0
/
+8
*
mke2fs: fix progress suppression to make regression tests reliable
v1.42.6
Theodore Ts'o
2012-09-22
1
-9
/
+3
*
mke2fs: throttle allocating groups progress as well
Theodore Ts'o
2012-09-21
1
-10
/
+2
*
mke2fs: disable progress reporting in mke2fs.conf for regression tests
Theodore Ts'o
2012-09-16
1
-3
/
+7
*
mke2fs: throttle progress updates to once a second
Theodore Ts'o
2012-09-14
1
-2
/
+12
*
Don't assume that the presence of mntent.h means that setmntent() exists
Theodore Ts'o
2012-04-05
1
-3
/
+0
*
mke2fs: don't fail creating the journal if /etc/mtab is missing
Theodore Ts'o
2012-04-05
1
-0
/
+1
*
mke2fs: add option to use direct I/O (mke2fs -D)
Theodore Ts'o
2012-03-22
1
-2
/
+8
*
mke2fs: make sure bg 0's unused inode count field is zero'ed for mke2fs -S
Theodore Ts'o
2012-02-27
1
-1
/
+1
*
mke2fs: allow file systems w/ uninit_bg to be recovered with mke2fs -S
Theodore Ts'o
2012-02-17
1
-0
/
+11
*
mke2fs: recognize mke4fs program name
Eric Sandeen
2012-02-15
1
-0
/
+2
*
mke2fs: correct help text for option -G of mke2fs
Yongqiang Yang
2012-01-23
1
-1
/
+1
*
mke2fs: fix -T/-t usage output
Mike Frysinger
2012-01-09
1
-1
/
+2
*
mke2fs: Add extended option to select quota type
Aditya Kali
2011-11-14
1
-3
/
+21
*
libquota: cleanup libquota code
Aditya Kali
2011-11-14
1
-6
/
+6
*
Make quota support disabled by support
Theodore Ts'o
2011-11-14
1
-1
/
+4
*
Fix spelling errors pointed out by translators
Theodore Ts'o
2011-10-08
1
-1
/
+1
*
mke2fs: Fix up usage & error text for cluster size specification
Eric Sandeen
2011-10-05
1
-2
/
+2
*
Pass the gettext() function to libcom_err
Theodore Ts'o
2011-10-05
1
-0
/
+1
*
mke2fs: set s_max_mnt_count to -1 by default
Theodore Ts'o
2011-09-28
1
-2
/
+4
*
ext2fs: add multi-mount protection (INCOMPAT_MMP)
Andreas Dilger
2011-09-25
1
-1
/
+29
*
Shorten compile commands run by the build system
Theodore Ts'o
2011-09-18
1
-0
/
+1
*
mke2fs: free tdb_dir string if it came from the profile
Eric Sandeen
2011-09-16
1
-2
/
+9
*
mke2fs: Do not let -t or -T be specified more than once
Eric Sandeen
2011-09-16
1
-0
/
+10
*
mke2fs: remove impossible tests for null usage_types
Eric Sandeen
2011-09-16
1
-5
/
+2
*
e2fsprogs: Use punch hole as "discard" on regular files
Lukas Czerner
2011-09-15
1
-2
/
+8
*
mke2fs: check that auto-detected blocksize <= sys_page_size
Yury V. Zaytsev
2011-09-15
1
-11
/
+13
*
mke2fs: Use ext2fs_flush() only once
Lukas Czerner
2011-09-13
1
-7
/
+8
*
mke2fs: support creation of filesystem with quota feature
Aditya Kali
2011-08-31
1
-1
/
+20
*
Merge branch 'maint' into next
Theodore Ts'o
2011-07-04
1
-2
/
+2
|
\
|
*
mke2fs: allow setting the stride and stripe width to zero
Theodore Ts'o
2011-07-04
1
-2
/
+2
*
|
mke2fs: change bigalloc default cluster size to 16*blocksize
Theodore Ts'o
2011-06-16
1
-1
/
+1
*
|
Fix superblock field s_blocks_count for bigalloc file systems
Theodore Ts'o
2011-06-16
1
-1
/
+1
*
|
misc: quiet "unused variable" compiler warnings
Andreas Dilger
2011-06-15
1
-1
/
+1
*
|
mke2fs: add support for cluster size in mke2fs.conf
Theodore Ts'o
2011-06-14
1
-9
/
+10
*
|
mke2fs: Add support for [devices] stanza in mke2fs.conf
Theodore Ts'o
2011-06-14
1
-4
/
+14
*
|
mke2fs: skip zeroing journal blocks
Andreas Dilger
2011-06-11
1
-1
/
+16
*
|
mke2fs: support creating bigalloc file systems
Theodore Ts'o
2011-06-10
1
-13
/
+58
*
|
Merge branch 'maint' into next
Theodore Ts'o
2011-06-07
1
-1
/
+1
|
\
|
|
*
mke2fs: Don't erase flash device if "-n" is given
Andreas Dilger
2011-06-07
1
-1
/
+1
*
|
Merge branch 'maint' into next
Theodore Ts'o
2011-06-04
1
-2
/
+3
|
\
|
|
*
libext2fs: change fs->clustersize to fs->cluster_ratio_bits
Theodore Ts'o
2011-06-04
1
-2
/
+3
*
|
Merge branch 'maint' into next
Theodore Ts'o
2011-05-31
1
-2
/
+5
|
\
|
[next]