summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2005-05-07Add a new option to the blkid program, -l, which will more efficiently searchTheodore Ts'o3-5/+57
2005-05-07Add new two new functions to the blkid library: blkid_dev_set_search(), andTheodore Ts'o2-27/+10
2005-05-06Escape hyphens in the e2image and tune2fs man pages so that they show up Theodore Ts'o2-3/+3
2005-05-06Update "make depend" information. Fixes SMP parallel build problem.Theodore Ts'o1-23/+27
2005-05-06Fix potential portability issue in the blkid program. (On architecturesTheodore Ts'o2-1/+8
2005-05-05Corrects a few mistakes in the fsck man page, wraps two overlong lines,Theodore Ts'o4-15/+33
2005-05-05Fix a bug in filefrag so that it doesn't when the first block found is anTheodore Ts'o2-1/+7
2005-04-16Fix spelling mistakes in man pages. (Addresses Debian Bugs: #304591, Theodore Ts'o5-7/+13
2005-04-09Don't abort filefrag if EXT3_IOC_GETFLAGS ioctl is not supported, Theodore Ts'o2-5/+7
2005-04-09Fix minor spelling typo in the mke2fs man page.Theodore Ts'o2-1/+6
2005-03-21Update for the e2fsprogs 1.37 release.Theodore Ts'o1-0/+4
2005-03-21Fix mke2fs so that it writes the root directory Theodore Ts'o2-1/+6
2005-03-19Add new functions which convert between a string and os_type: e2p_os2string()Theodore Ts'o2-8/+8
2005-03-18filefrag.c (frag_report): Automatically detect files that areTheodore Ts'o2-3/+26
2005-02-05Update for release of e2fsprogs 1.36.Theodore Ts'o1-0/+4
2005-02-04filefrag.c (frag_report): In verbose mode, print the first andTheodore Ts'o2-1/+9
2005-02-03Define _XOPEN_SOURCE to be 500 to fix compilation problems on Solaris.Theodore Ts'o2-5/+6
2005-01-28Fix two bugs found by the regression test suites. The bug was created whenTheodore Ts'o2-4/+12
2005-01-27blkid.c (main, compare_search_type): Make blkid -t work moreTheodore Ts'o3-38/+39
2005-01-27mke2fs.c (PRS): Don't use a blocksize greater than 4k, even onTheodore Ts'o2-2/+7
2005-01-27mke2fs.c (PRS): If the device size is too big to be expressedTheodore Ts'o2-2/+18
2005-01-26Fix "make uninstall" to make sure it removes everything that is installed.Theodore Ts'o2-0/+12
2005-01-26e2image.c (scramble_dir_block): Make sure the unused spaceTheodore Ts'o2-6/+12
2005-01-24Clarified the tune2fs man page about how the -c option works.Theodore Ts'o2-1/+5
2005-01-21Make blkid -t display all devices that match the specified criteria, Theodore Ts'o3-5/+33
2005-01-20filefrag.c (frag_report): Fix filefrag so that it worksTheodore Ts'o2-1/+7
2005-01-19Fix stupid typo in the CreateOS FreeBSD/Solaris changeset. Also included Theodore Ts'o1-0/+5
2005-01-19Add interpretation of OS Creator values for FreeBSD and Lites in mke2fs Theodore Ts'o1-0/+6
2005-01-19Remove debugging printf from e2image -s's code.Theodore Ts'o1-4/+0
2005-01-19e2image.c, e2image.8.in: Add support for the -s option whichTheodore Ts'o3-35/+159
2005-01-17Various portability fixes for Solaris systems.Theodore Ts'o2-0/+10
2005-01-17Applied patch from Francois Petillon (fantec at proxad.net) to Theodore Ts'o2-1/+7
2005-01-13fsck.c:Matthias Andree1-0/+3
2005-01-06badblocks.c (alarm_intr): Increase the number of spaces reservedTheodore Ts'o2-5/+8
2005-01-06Make tune2fs and e2fsck consistent about allowing at most 50% of the blocksTheodore Ts'o2-1/+8
2005-01-05fsck.c (PRS): Apply Fedora's e2fsprogs-1.35-progress.patch fromTheodore Ts'o3-10/+55
2005-01-05mke2fs.c (parse_extended_opts): Rename the -R option to -E. FixTheodore Ts'o3-37/+74
2005-01-05Fix gcc -Wall nits.Theodore Ts'o3-16/+14
2005-01-05Add new function in e2p for parsing the number of blocks on the command lineTheodore Ts'o2-44/+28
2004-12-23Enhance dumpe2fs so that it will print the location of the reservedTheodore Ts'o2-1/+14
2004-12-22In fsck, check return from malloc of fsck_path, and print an error messageTheodore Ts'o2-0/+8
2004-12-21tune2fs.c (parse_time): Fix minor buglet; the parse_time routineTheodore Ts'o2-2/+9
2004-12-15Supplied changelog for resize inode patch.Theodore Ts'o1-0/+6
2004-12-15Add support for on-line resizing ala the resize inode. This patchTheodore Ts'o1-27/+104
2004-12-15Add install-strip and install-shlibs-strip targetsTheodore Ts'o2-18/+42
2004-12-14Use MKINSTALLDIRS macro so that the Makefiles can find the scriptTheodore Ts'o2-1/+5
2004-12-01Fix minor glitches in the e2image man page.Theodore Ts'o2-4/+8
2004-11-30Make make distclean remove all generated files. Theodore Ts'o2-1/+3
2004-11-30Add support for passing options to the io layer using the URL syntax. For Theodore Ts'o2-1/+13
2004-11-30Use Linux-kernel-style makefile output to make it easier to Theodore Ts'o2-35/+75