summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2011-10-16libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o2-9/+10
2011-10-09filefrag: fix infinite loop in filefragTheodore Ts'o1-7/+0
2011-10-09Fix more spelling errors found by translators and add pluralizationTheodore Ts'o4-7/+18
2011-10-08dumpe2fs.8.in: add man page warning about mounted file systemsTheodore Ts'o1-4/+3
2011-10-08Fix spelling errors pointed out by translatorsTheodore Ts'o1-1/+1
2011-10-06libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargsTheodore Ts'o1-1/+1
2011-10-05uuidgen: don't use set_com_err_gettext()Theodore Ts'o1-1/+0
2011-10-05mke2fs: Fix up usage & error text for cluster size specificationEric Sandeen1-2/+2
2011-10-05Pass the gettext() function to libcom_errTheodore Ts'o12-0/+12
2011-10-04libquota: remove get_qf_name()Theodore Ts'o1-2/+2
2011-10-03Add "big" and "huge" types to mke2fs.confTheodore Ts'o2-0/+12
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