summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2011-09-15mke2fs: use "extent" consistently as a feature name in the man pageTheodore Ts'o1-1/+1
2011-09-14e2image: fix invalid lseek error detectionLukas Czerner1-1/+2
2011-09-13mke2fs.static: change library ordering to avoid a link errorTheodore Ts'o1-2/+2
2011-09-13mke2fs: Use ext2fs_flush() only onceLukas Czerner4-12/+13
2011-08-31tune2fs: Add support for turning on quota featureAditya Kali3-10/+167
2011-08-31mke2fs: support creation of filesystem with quota featureAditya Kali3-7/+33
2011-07-17mke2fs: document stripe_width, not stripe-widthAndreas Dilger1-1/+1
2011-07-04Merge branch 'maint' into nextTheodore Ts'o2-8/+18
2011-07-04mke2fs: allow setting the stride and stripe width to zeroTheodore Ts'o1-2/+2
2011-07-04tune2fs: Fix mount_opts handlingTheodore Ts'o1-4/+14
2011-07-04tune2fs: allow setting the stride and stripe width to zeroTheodore Ts'o1-2/+2
2011-06-19libext2fs: fix makefile dependency problemTheodore Ts'o1-3/+4
2011-06-16mke2fs: change bigalloc default cluster size to 16*blocksizeTheodore Ts'o1-1/+1
2011-06-16Fix superblock field s_blocks_count for bigalloc file systemsTheodore Ts'o2-2/+3
2011-06-15misc: quiet "unused variable" compiler warningsAndreas Dilger2-11/+4
2011-06-14mke2fs: add support for cluster size in mke2fs.confTheodore Ts'o2-9/+17
2011-06-14mke2fs: Add support for [devices] stanza in mke2fs.confTheodore Ts'o2-5/+29
2011-06-11mke2fs: skip zeroing journal blocksAndreas Dilger2-2/+25
2011-06-11tune2fs: add dir_index feature to tune2fs man pageAndreas Dilger1-0/+3
2011-06-11misc: clean up compiler warningsAndreas Dilger4-10/+10
2011-06-10mke2fs: support creating bigalloc file systemsTheodore Ts'o1-13/+58
2011-06-07Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2011-06-07mke2fs: Don't erase flash device if "-n" is givenAndreas Dilger1-1/+1
2011-06-04Merge branch 'maint' into nextTheodore Ts'o2-17/+20
2011-06-04dumpe2fs: teach dumpe2fs to be cluster awareTheodore Ts'o1-15/+17
2011-06-04libext2fs: change fs->clustersize to fs->cluster_ratio_bitsTheodore Ts'o1-2/+3
2011-05-31Merge branch 'maint' into nextTheodore Ts'o2-3/+12
2011-05-31tune2fs: Fix overflow of interval checkKazuya Mio1-0/+6
2011-05-31e2fsprogs: Unify the upper limit of reserved blocks countKazuya Mio1-1/+1
2011-05-18mke2fs: don't set stripe/stride to 1 blockEric Sandeen1-2/+5
2011-05-18e2image: Support for conversion QCOW2 image into rawLukas Czerner2-1/+54
2011-05-18e2image: Add support for qcow2 formatLukas Czerner2-89/+729
2011-05-14mke2fs: Allow specifying reserved_ratio via mke2fs.confAditya Kali2-1/+37
2011-05-07Merge branch 'maint' into nextTheodore Ts'o2-1/+13
2011-05-07logsave: Update usage message so it is correctCarsten Hey1-1/+1
2011-05-07filefrag: count 0 extents properly when verboseEric Sandeen1-0/+12
2011-03-18Merge branch 'maint' into nextTheodore Ts'o1-2/+2
2011-03-18e2fsprogs: man page typo fixesEric Sandeen1-2/+2
2011-02-27mke2fs: If the device supports discard, don't print an error messageTheodore Ts'o1-1/+5
2011-02-27Merge branch 'maint' into nextTheodore Ts'o1-8/+16
2011-02-25Add basic BIGALLOC support for cluster-based allocationTheodore Ts'o1-8/+16
2011-02-20mke2fs: Display progress report during the device discardLukas Czerner1-13/+41
2011-02-20Merge branch 'maint' into nextTheodore Ts'o5-39/+100
2011-02-20mke2fs: Simple man page nodiscard option correctionLukas Czerner1-1/+1
2011-02-20e2fsprogs: enable user namespace xattrs by defaultEric Sandeen3-0/+27
2011-02-20e2fsprogs: turn off enforced fsck intervals by defaultEric Sandeen3-6/+36
2011-02-20badblocks: Add accounting for different types of errorsTheodore Ts'o1-14/+31
2011-02-20badblocks: Fix up recover_block handling in badblocksTheodore Ts'o1-18/+5
2011-02-18Merge branch 'maint' into nextTheodore Ts'o2-45/+96
2011-02-18badblocks: Only report errors when reading/writing one block at a timeTheodore Ts'o1-38/+71