summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2011-09-30filefrag: fix an off by one error in when printing the next expected blockTheodore Ts'o1-5/+5
2011-09-30filefrag: Display the number of contiguous, not physical, extentsTheodore Ts'o1-6/+3
2011-09-30mke2fs.conf.5: clarify the man page regarding boolean relationsTheodore Ts'o1-5/+10
2011-09-28debian: add hurd-specific mke2fs.conf fileTheodore Ts'o1-0/+36
2011-09-28mke2fs: set s_max_mnt_count to -1 by defaultTheodore Ts'o3-4/+10
2011-09-25e2fsck: regression tests for INCOMPAT_MMP featureAndreas Dilger1-3/+3
2011-09-25ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger6-57/+309
2011-09-24tune2fs: miscellaneous whitespace fixupsAndreas Dilger1-6/+6
2011-09-24tune2fs: kill external journal if device not foundAndreas Dilger1-2/+4
2011-09-24misc: quiet minor compiler errorsAndreas Dilger1-1/+1
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o25-25/+72
2011-09-16mke2fs: free tdb_dir string if it came from the profileEric Sandeen1-2/+9
2011-09-16e4defrag: Check error return of sysconf()Eric Sandeen1-1/+4
2011-09-16e2fsprogs: Don't try to close an fd which is negativeEric Sandeen1-1/+2
2011-09-16tune2fs: handle inode and/or block bitmap read failures in resize_inode()Eric Sandeen1-2/+13
2011-09-16e2initrd_helper: Fix memory leak on errorEric Sandeen1-4/+7
2011-09-16mke2fs: Do not let -t or -T be specified more than onceEric Sandeen1-0/+10
2011-09-16filefrag: Fix uninitialized "expected" valueEric Sandeen1-2/+3
2011-09-16freefrag: fix up getopt case statementEric Sandeen1-3/+1
2011-09-16uuidd: Add missing break to option case statementEric Sandeen1-0/+1
2011-09-16mke2fs: remove impossible tests for null usage_typesEric Sandeen1-5/+2
2011-09-16fsck: fix -C option parsingEric Sandeen1-1/+1
2011-09-16dumpe2fs: display "free blocks" as "free clusters" for bigalloc file systemsTheodore Ts'o1-2/+7
2011-09-16Merge branch 'maint' into nextTheodore Ts'o2-3/+5
2011-09-15e2fsprogs: Use punch hole as "discard" on regular filesLukas Czerner1-2/+8
2011-09-15e2fsprogs: create open() and stat() helpersLukas Czerner2-23/+5
2011-09-15mke2fs: check that auto-detected blocksize <= sys_page_sizeYury V. Zaytsev1-11/+13
2011-09-15mke2fs.8: Fix the documentation of maximum journal sizeSurbhi Palande1-1/+2
2011-09-15badblocks: update man page's description of the -v optionTheodore Ts'o1-1/+2
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