Age | Commit message (Expand) | Author | Files | Lines |
2005-07-06 | Miscellaneous mke2fs cleanup | Andreas Dilger | 1 | -8/+18 |
2005-07-06 | Allow fractional percentages to the -m option in mke2fs and tune2fs | Andreas Dilger | 3 | -7/+13 |
2005-06-30 | Update for e2fsprogs 1.38 release. | Theodore Ts'o | 1 | -0/+4 |
2005-06-30 | Change mke2fs to refuse to create filesystems greater than 2*31-1 blocks, | Theodore Ts'o | 2 | -0/+13 |
2005-06-26 | Fix minor typos in tune2fs's man page pointed out by Benno Schulenberg. | Theodore Ts'o | 2 | -3/+6 |
2005-06-20 | Fix e2fsprogs messages for grammar and consistency, based on suggestions | Theodore Ts'o | 7 | -28/+45 |
2005-06-20 | Clean up e2image man page, mostly based on suggestions from | Theodore Ts'o | 2 | -18/+27 |
2005-06-20 | Make it easier to compile the misc/partinfo program | Theodore Ts'o | 1 | -1/+5 |
2005-06-16 | mke2fs.c (PRS): Fix missing close parenthesis from bad inode | Theodore Ts'o | 2 | -1/+6 |
2005-06-05 | Fix a minor spelling typo in blkid's man page, and update e2fsck's REPORTING | Theodore Ts'o | 2 | -1/+5 |
2005-06-05 | On Linux 2.6 systems, mke2fs and badblocks will check to see whether | Theodore Ts'o | 3 | -17/+45 |
2005-05-20 | filefrag.c (frag_report, get_bmap): The FIBMAP and FIGETBSZ ioctls return | Theodore Ts'o | 2 | -4/+13 |
2005-05-09 | Change the default journal size to be bigger for larger filesystems, | Theodore Ts'o | 2 | -2/+12 |
2005-05-09 | Fix some minor typo's and grammar's strings, and remove debugging strings | Theodore Ts'o | 3 | -2/+9 |
2005-05-07 | Add a new option to the blkid program, -l, which will more efficiently search | Theodore Ts'o | 3 | -5/+57 |
2005-05-07 | Add new two new functions to the blkid library: blkid_dev_set_search(), and | Theodore Ts'o | 2 | -27/+10 |
2005-05-06 | Escape hyphens in the e2image and tune2fs man pages so that they show up | Theodore Ts'o | 2 | -3/+3 |
2005-05-06 | Update "make depend" information. Fixes SMP parallel build problem. | Theodore Ts'o | 1 | -23/+27 |
2005-05-06 | Fix potential portability issue in the blkid program. (On architectures | Theodore Ts'o | 2 | -1/+8 |
2005-05-05 | Corrects a few mistakes in the fsck man page, wraps two overlong lines, | Theodore Ts'o | 4 | -15/+33 |
2005-05-05 | Fix a bug in filefrag so that it doesn't when the first block found is an | Theodore Ts'o | 2 | -1/+7 |
2005-04-16 | Fix spelling mistakes in man pages. (Addresses Debian Bugs: #304591, | Theodore Ts'o | 5 | -7/+13 |
2005-04-09 | Don't abort filefrag if EXT3_IOC_GETFLAGS ioctl is not supported, | Theodore Ts'o | 2 | -5/+7 |
2005-04-09 | Fix minor spelling typo in the mke2fs man page. | Theodore Ts'o | 2 | -1/+6 |
2005-03-21 | Update for the e2fsprogs 1.37 release. | Theodore Ts'o | 1 | -0/+4 |
2005-03-21 | Fix mke2fs so that it writes the root directory | Theodore Ts'o | 2 | -1/+6 |
2005-03-19 | Add new functions which convert between a string and os_type: e2p_os2string() | Theodore Ts'o | 2 | -8/+8 |
2005-03-18 | filefrag.c (frag_report): Automatically detect files that are | Theodore Ts'o | 2 | -3/+26 |
2005-02-05 | Update for release of e2fsprogs 1.36. | Theodore Ts'o | 1 | -0/+4 |
2005-02-04 | filefrag.c (frag_report): In verbose mode, print the first and | Theodore Ts'o | 2 | -1/+9 |
2005-02-03 | Define _XOPEN_SOURCE to be 500 to fix compilation problems on Solaris. | Theodore Ts'o | 2 | -5/+6 |
2005-01-28 | Fix two bugs found by the regression test suites. The bug was created when | Theodore Ts'o | 2 | -4/+12 |
2005-01-27 | blkid.c (main, compare_search_type): Make blkid -t work more | Theodore Ts'o | 3 | -38/+39 |
2005-01-27 | mke2fs.c (PRS): Don't use a blocksize greater than 4k, even on | Theodore Ts'o | 2 | -2/+7 |
2005-01-27 | mke2fs.c (PRS): If the device size is too big to be expressed | Theodore Ts'o | 2 | -2/+18 |
2005-01-26 | Fix "make uninstall" to make sure it removes everything that is installed. | Theodore Ts'o | 2 | -0/+12 |
2005-01-26 | e2image.c (scramble_dir_block): Make sure the unused space | Theodore Ts'o | 2 | -6/+12 |
2005-01-24 | Clarified the tune2fs man page about how the -c option works. | Theodore Ts'o | 2 | -1/+5 |
2005-01-21 | Make blkid -t display all devices that match the specified criteria, | Theodore Ts'o | 3 | -5/+33 |
2005-01-20 | filefrag.c (frag_report): Fix filefrag so that it works | Theodore Ts'o | 2 | -1/+7 |
2005-01-19 | Fix stupid typo in the CreateOS FreeBSD/Solaris changeset. Also included | Theodore Ts'o | 1 | -0/+5 |
2005-01-19 | Add interpretation of OS Creator values for FreeBSD and Lites in mke2fs | Theodore Ts'o | 1 | -0/+6 |
2005-01-19 | Remove debugging printf from e2image -s's code. | Theodore Ts'o | 1 | -4/+0 |
2005-01-19 | e2image.c, e2image.8.in: Add support for the -s option which | Theodore Ts'o | 3 | -35/+159 |
2005-01-17 | Various portability fixes for Solaris systems. | Theodore Ts'o | 2 | -0/+10 |
2005-01-17 | Applied patch from Francois Petillon (fantec at proxad.net) to | Theodore Ts'o | 2 | -1/+7 |
2005-01-13 | fsck.c: | Matthias Andree | 1 | -0/+3 |
2005-01-06 | badblocks.c (alarm_intr): Increase the number of spaces reserved | Theodore Ts'o | 2 | -5/+8 |
2005-01-06 | Make tune2fs and e2fsck consistent about allowing at most 50% of the blocks | Theodore Ts'o | 2 | -1/+8 |
2005-01-05 | fsck.c (PRS): Apply Fedora's e2fsprogs-1.35-progress.patch from | Theodore Ts'o | 3 | -10/+55 |