summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2008-10-02mke2fs.8: Add an explanation of how the -t and -O options interactTheodore Ts'o1-3/+18
2008-10-01badblocks: Fix progress output for "badblocks -sw /dev/XXX"Theodore Ts'o1-1/+1
2008-09-07Fix various spelling mistakes in various man pagesTheodore Ts'o3-6/+6
2008-09-05badblocks: Display time and percentage complete in verbose mode.Manish Katiyar1-4/+46
2008-09-04Fix e2initrd_helper, blkid, and fsck from linking with unneeded librariesTheodore Ts'o2-15/+14
2008-09-02Improve ELF shared library handlingTheodore Ts'o1-1/+1
2008-09-02Fix bold font specifer in mke2fs.8 man pageTheodore Ts'o1-1/+1
2008-09-02badblocks: Open the device with O_LARGEFILETheodore Ts'o1-2/+6
2008-09-01filefrag: Fix calculation of ideal number of extentsTheodore Ts'o1-5/+7
2008-09-01Only use the test_io manager if the right environment variables are setTheodore Ts'o4-28/+41
2008-08-29mke2fs: Allow the default hash algorithm in mke2fs.confTheodore Ts'o2-2/+25
2008-08-29tune2fs: Add support for setting the default hash algorithm for htreeTheodore Ts'o2-3/+31
2008-08-29tune2fs, mke2fs: Change default directory hash algorithm to half_md4Theodore Ts'o2-2/+2
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o21-239/+239
2008-08-25Add support for with empty directory blocks in 64k blocksize filesystemsTheodore Ts'o1-0/+2
2008-08-24Document the extent and huge file flags in the chattr.1.in man pageAndreas Dilger1-0/+13
2008-08-24Fix mke2fs man page to escape all minus signsTheodore Ts'o1-6/+6
2008-08-23mke2fs: Issue a warning if the mke2fs.conf file wasn't updatedTheodore Ts'o1-0/+14
2008-08-14blkid: On the man page, show option arguments in the descriptions.Benno Schulenberg1-33/+31
2008-08-14mke2fs: Fix several typos in the man page.Benno Schulenberg1-101/+110
2008-07-27tune2fs: Improve the error messages for tune2fs -ITheodore Ts'o1-16/+34
2008-07-25mke2fs/tune2fs: Fix max journal size in message to be consistent/correctTheodore Ts'o1-1/+1
2008-07-23partinfo: Fix usage messageTheodore Ts'o1-2/+2
2008-07-18tune2fs: Delete a stray word from a comment.Benno Schulenberg1-3/+2
2008-07-18partinfo: Print clearer error messages.Benno Schulenberg1-10/+7
2008-07-18badblocks: Insert a missing "\n" in the usage string.Benno Schulenberg1-1/+5
2008-07-18e2undo, tune2fs: Report the correct name for the undo program.Benno Schulenberg2-3/+3
2008-07-18mke2fs: Fix enforcement of no features for revision 0 filesystemsTheodore Ts'o1-1/+1
2008-07-17Fix missing space typo's in partinfo and resize2fsTheodore Ts'o1-1/+1
2008-07-16Add more intelligent handling of the mke2fs.conf installation processTheodore Ts'o1-1/+24
2008-07-15Add an tune2fs.static target in misc/Makefile.inTheodore Ts'o1-1/+8
2008-07-14blkid: Fix portability issue if TIOCGSIZE and TIOCGWINSZ are presentTheodore Ts'o1-6/+6
2008-07-13badblocks: If nanosleep() does not exist, try using usleep() insteadTheodore Ts'o1-0/+18
2008-07-13e2undo: Don't use __FUNCTION__ for portability reasonsTheodore Ts'o1-7/+9
2008-07-13Define _XOPEN_SOURCE to 600 consistently for Solaris C99 supportTheodore Ts'o4-1/+7
2008-07-13blkid: Add new option -L which pretty-prints the device listTheodore Ts'o3-8/+170
2008-07-10mke2fs,tune2fs: Enable huge_file, dir_nlink, and extra_isize featuresTheodore Ts'o3-28/+32
2008-07-10badblocks: Use standard terminology for first/last blockTheodore Ts'o2-25/+24
2008-07-10Fix incorrect definition of stripe-width in mke2fs man pageTheodore Ts'o1-3/+5
2008-07-10mke2fs: Dumb down filesystems for GNU HurdTheodore Ts'o2-0/+13
2008-07-06mke2fs: Print a better error msg when ext2fs_get_device_size() returns EFBIGTheodore Ts'o1-0/+8
2008-07-06mke2fs: Use a fs_type of 'journal' when creating an external journalTheodore Ts'o1-19/+10
2008-07-06badblocks: Fix crash when lots of -t patterns givenTheodore Ts'o1-1/+2
2008-07-06Clean up some trivial build warningsEric Sandeen3-6/+5
2008-06-28blkid: use list_for_each_safe in garbage collectionEric Sandeen1-1/+2
2008-06-21badblocks: fix a bug in the read throttlingIustin Pop1-2/+3
2008-06-17Merge branch 'maint'Theodore Ts'o2-4/+4
2008-06-17mke2fs, tune2fs, resize2fs: Use floating point to calculate percentagesTheodore Ts'o2-4/+4
2008-06-17badblocks: implement read throttlingIustin Pop2-2/+43
2008-06-17badblocks: fix a possible bug in parse_uintIustin Pop1-0/+1