aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* tune2fs: Fix inefficient O(n**2) algorithms when expanding the inode sizeTheodore Ts'o2008-11-151-12/+13
* tune2fs: Update the block group checksums when changing the UUIDTheodore Ts'o2008-11-141-0/+21
* mke2fs.8: Add an explanation of how the -t and -O options interactTheodore Ts'o2008-10-021-3/+18
* badblocks: Fix progress output for "badblocks -sw /dev/XXX"Theodore Ts'o2008-10-011-1/+1
* Fix various spelling mistakes in various man pagesTheodore Ts'o2008-09-073-6/+6
* badblocks: Display time and percentage complete in verbose mode.Manish Katiyar2008-09-051-4/+46
* Fix e2initrd_helper, blkid, and fsck from linking with unneeded librariesTheodore Ts'o2008-09-042-15/+14
* Improve ELF shared library handlingTheodore Ts'o2008-09-021-1/+1
* Fix bold font specifer in mke2fs.8 man pageTheodore Ts'o2008-09-021-1/+1
* badblocks: Open the device with O_LARGEFILETheodore Ts'o2008-09-021-2/+6
* filefrag: Fix calculation of ideal number of extentsTheodore Ts'o2008-09-011-5/+7
* Only use the test_io manager if the right environment variables are setTheodore Ts'o2008-09-014-28/+41
* mke2fs: Allow the default hash algorithm in mke2fs.confTheodore Ts'o2008-08-292-2/+25
* tune2fs: Add support for setting the default hash algorithm for htreeTheodore Ts'o2008-08-292-3/+31
* tune2fs, mke2fs: Change default directory hash algorithm to half_md4Theodore Ts'o2008-08-292-2/+2
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-2721-239/+239
* Add support for with empty directory blocks in 64k blocksize filesystemsTheodore Ts'o2008-08-251-0/+2
* Document the extent and huge file flags in the chattr.1.in man pageAndreas Dilger2008-08-241-0/+13
* Fix mke2fs man page to escape all minus signsTheodore Ts'o2008-08-241-6/+6
* mke2fs: Issue a warning if the mke2fs.conf file wasn't updatedTheodore Ts'o2008-08-231-0/+14
* blkid: On the man page, show option arguments in the descriptions.Benno Schulenberg2008-08-141-33/+31
* mke2fs: Fix several typos in the man page.Benno Schulenberg2008-08-141-101/+110
* tune2fs: Improve the error messages for tune2fs -ITheodore Ts'o2008-07-271-16/+34
* mke2fs/tune2fs: Fix max journal size in message to be consistent/correctTheodore Ts'o2008-07-251-1/+1
* partinfo: Fix usage messageTheodore Ts'o2008-07-231-2/+2
* tune2fs: Delete a stray word from a comment.Benno Schulenberg2008-07-181-3/+2
* partinfo: Print clearer error messages.Benno Schulenberg2008-07-181-10/+7
* badblocks: Insert a missing "\n" in the usage string.Benno Schulenberg2008-07-181-1/+5
* e2undo, tune2fs: Report the correct name for the undo program.Benno Schulenberg2008-07-182-3/+3
* mke2fs: Fix enforcement of no features for revision 0 filesystemsTheodore Ts'o2008-07-181-1/+1
* Fix missing space typo's in partinfo and resize2fsTheodore Ts'o2008-07-171-1/+1
* Add more intelligent handling of the mke2fs.conf installation processTheodore Ts'o2008-07-161-1/+24
* Add an tune2fs.static target in misc/Makefile.inTheodore Ts'o2008-07-151-1/+8
* blkid: Fix portability issue if TIOCGSIZE and TIOCGWINSZ are presentTheodore Ts'o2008-07-141-6/+6
* badblocks: If nanosleep() does not exist, try using usleep() insteadTheodore Ts'o2008-07-131-0/+18
* e2undo: Don't use __FUNCTION__ for portability reasonsTheodore Ts'o2008-07-131-7/+9
* Define _XOPEN_SOURCE to 600 consistently for Solaris C99 supportTheodore Ts'o2008-07-134-1/+7
* blkid: Add new option -L which pretty-prints the device listTheodore Ts'o2008-07-133-8/+170
* mke2fs,tune2fs: Enable huge_file, dir_nlink, and extra_isize featuresTheodore Ts'o2008-07-103-28/+32
* badblocks: Use standard terminology for first/last blockTheodore Ts'o2008-07-102-25/+24
* Fix incorrect definition of stripe-width in mke2fs man pageTheodore Ts'o2008-07-101-3/+5
* mke2fs: Dumb down filesystems for GNU HurdTheodore Ts'o2008-07-102-0/+13
* mke2fs: Print a better error msg when ext2fs_get_device_size() returns EFBIGTheodore Ts'o2008-07-061-0/+8
* mke2fs: Use a fs_type of 'journal' when creating an external journalTheodore Ts'o2008-07-061-19/+10
* badblocks: Fix crash when lots of -t patterns givenTheodore Ts'o2008-07-061-1/+2
* Clean up some trivial build warningsEric Sandeen2008-07-063-6/+5
* blkid: use list_for_each_safe in garbage collectionEric Sandeen2008-06-281-1/+2
* badblocks: fix a bug in the read throttlingIustin Pop2008-06-211-2/+3
* Merge branch 'maint'Theodore Ts'o2008-06-172-4/+4
|\
| * mke2fs, tune2fs, resize2fs: Use floating point to calculate percentagesTheodore Ts'o2008-06-172-4/+4