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-09-18
Shorten compile commands run by the build system
Theodore Ts'o
1
-0
/
+1
2011-09-16
mke2fs: free tdb_dir string if it came from the profile
Eric Sandeen
1
-2
/
+9
2011-09-16
mke2fs: Do not let -t or -T be specified more than once
Eric Sandeen
1
-0
/
+10
2011-09-16
mke2fs: remove impossible tests for null usage_types
Eric Sandeen
1
-5
/
+2
2011-09-15
e2fsprogs: Use punch hole as "discard" on regular files
Lukas Czerner
1
-2
/
+8
2011-09-15
mke2fs: check that auto-detected blocksize <= sys_page_size
Yury V. Zaytsev
1
-11
/
+13
2011-09-13
mke2fs: Use ext2fs_flush() only once
Lukas Czerner
1
-7
/
+8
2011-08-31
mke2fs: support creation of filesystem with quota feature
Aditya Kali
1
-1
/
+20
2011-07-04
Merge branch 'maint' into next
Theodore Ts'o
1
-2
/
+2
2011-07-04
mke2fs: allow setting the stride and stripe width to zero
Theodore Ts'o
1
-2
/
+2
2011-06-16
mke2fs: change bigalloc default cluster size to 16*blocksize
Theodore Ts'o
1
-1
/
+1
2011-06-16
Fix superblock field s_blocks_count for bigalloc file systems
Theodore Ts'o
1
-1
/
+1
2011-06-15
misc: quiet "unused variable" compiler warnings
Andreas Dilger
1
-1
/
+1
2011-06-14
mke2fs: add support for cluster size in mke2fs.conf
Theodore Ts'o
1
-9
/
+10
2011-06-14
mke2fs: Add support for [devices] stanza in mke2fs.conf
Theodore Ts'o
1
-4
/
+14
2011-06-11
mke2fs: skip zeroing journal blocks
Andreas Dilger
1
-1
/
+16
2011-06-10
mke2fs: support creating bigalloc file systems
Theodore Ts'o
1
-13
/
+58
2011-06-07
Merge branch 'maint' into next
Theodore Ts'o
1
-1
/
+1
2011-06-07
mke2fs: Don't erase flash device if "-n" is given
Andreas Dilger
1
-1
/
+1
2011-06-04
Merge branch 'maint' into next
Theodore Ts'o
1
-2
/
+3
2011-06-04
libext2fs: change fs->clustersize to fs->cluster_ratio_bits
Theodore Ts'o
1
-2
/
+3
2011-05-31
Merge branch 'maint' into next
Theodore Ts'o
1
-2
/
+5
2011-05-18
mke2fs: don't set stripe/stride to 1 block
Eric Sandeen
1
-2
/
+5
2011-05-14
mke2fs: Allow specifying reserved_ratio via mke2fs.conf
Aditya Kali
1
-1
/
+25
2011-02-27
mke2fs: If the device supports discard, don't print an error message
Theodore Ts'o
1
-1
/
+5
2011-02-27
Merge branch 'maint' into next
Theodore Ts'o
1
-8
/
+16
2011-02-25
Add basic BIGALLOC support for cluster-based allocation
Theodore Ts'o
1
-8
/
+16
2011-02-20
mke2fs: Display progress report during the device discard
Lukas Czerner
1
-13
/
+41
2011-02-20
Merge branch 'maint' into next
Theodore Ts'o
1
-6
/
+43
2011-02-20
e2fsprogs: enable user namespace xattrs by default
Eric Sandeen
1
-0
/
+19
2011-02-20
e2fsprogs: turn off enforced fsck intervals by default
Eric Sandeen
1
-6
/
+24
2010-12-22
Merge branch 'maint' into next
Theodore Ts'o
1
-4
/
+4
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-22
mke2fs: take the device size into account when determining the size type
Theodore Ts'o
1
-33
/
+40
2010-12-21
mke2fs: clean up error handling in mke2fs_setup_tdb()
Theodore Ts'o
1
-17
/
+19
2010-12-21
mke2fs: add some error checks into PRS()
Namhyung Kim
1
-2
/
+15
2010-12-21
mke2fs: fix determination of size_type
Namhyung Kim
1
-4
/
+4
2010-12-21
mke2fs: Avoid potential NULL dereference
Theodore Ts'o
1
-4
/
+3
2010-12-20
mke2fs: Use ext2fs_div_ceil to simplify write_inode_tables()
Theodore Ts'o
1
-9
/
+6
2010-12-16
Merge branch 'master' into next
Theodore Ts'o
1
-65
/
+13
2010-12-13
Merge branch 'maint' into next
Theodore Ts'o
1
-29
/
+96
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: Use unix_discard() for discards
Lukas Czerner
1
-43
/
+12
2010-11-22
e2fsprogs: Add CHANNEL_FLAGS_DISCARD_ZEROES flag for io_manager
Lukas Czerner
1
-22
/
+1
2010-11-22
Merge branch 'maint'
Theodore Ts'o
1
-18
/
+43
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
[next]