summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2002-09-24Update for 1.29 release.Theodore Ts'o1-0/+4
2002-09-24fsck.c: If the bone-headed user enters the filename twice, theTheodore Ts'o2-0/+16
2002-09-22mke2fs.c (main): Enable directory indexing by default.Theodore Ts'o3-4/+31
2002-09-21get_device_by_label.c (init_lvm): Fix bug which causedTheodore Ts'o2-1/+7
2002-08-31Update changelogs for 1.28 releaseTheodore Ts'o1-0/+4
2002-08-18Update version string for WIP release.Theodore Ts'o1-0/+33
2002-08-17Add support for searching /proc/evms/volumes when interpretingTheodore Ts'o4-11/+112
2002-08-17mke2fs.8.in: Add a common usage of the -n option. (AddressesTheodore Ts'o2-2/+10
2002-08-17fsck.c (main): If no filesystems are specified on the commandTheodore Ts'o4-10/+27
2002-08-17chattr.1.in: Document the compression attribute flags E, X, andTheodore Ts'o2-4/+28
2002-08-17Update and clarify man pages (addresses Debian Bug #145044).Theodore Ts'o4-18/+38
2002-08-16Fix up extended attribute handling in e2image, resize2fs, and in Theodore Ts'o2-6/+12
2002-07-21Add SIGINT and SIGTERM handling to fsck and e2fsck. For e2fsck,Theodore Ts'o3-0/+65
2002-07-14mke2fs.c (zap_sector): Clear the buffer *after* testing for theTheodore Ts'o2-1/+7
2002-07-02mke2fs.8.in: Cleaned up man page, and made it a bit moreTheodore Ts'o2-9/+14
2002-06-28chattr.1.in: Fix man page typo. (Addresses Debian bug #141938)Theodore Ts'o2-1/+5
2002-06-15Applied Andrew Morton's patch to support the dirsync option.Theodore Ts'o3-6/+19
2002-06-10Do sanity checking of the number of blocks and inodes in a group forAndreas Dilger2-1/+7
2002-05-18misc/mke2fs.c: Minor fix for new page size checking code.Andreas Dilger1-1/+1
2002-05-17Fix up Andreas's 8k blocksize changes to fix a number of bugs, Theodore Ts'o2-13/+39
2002-05-16Add support for creating and checking 8192-byte blocksize filesystems.Andreas Dilger1-9/+59
2002-04-30Fix typo in man page.Theodore Ts'o2-1/+5
2002-03-08Update for 1.27 release.Theodore Ts'o1-0/+4
2002-03-08mke2fs.c: Check for the BSD disklabel on all architectures, andTheodore Ts'o2-13/+19
2002-03-08mke2fs.c: Output warnings to stderr Theodore Ts'o2-9/+13
2002-03-07Fix various gcc -Wall complaints.Theodore Ts'o2-3/+3
2002-03-07mke2fs.c (zap_sector): Don't erase BSD disklabels on Alpha.Theodore Ts'o2-4/+28
2002-03-05Newer libintl needs LC_CTYPE to be set in addition to LC_MESSAGES.Theodore Ts'o12-0/+19
2002-02-26Update Changelog messages to use tytso@mit.edu for all addresses Theodore Ts'o1-3/+3
2002-02-25Add check for mkfs.ext3 and create a journal in this case.Andreas Dilger6-17/+34
2002-02-24Update makefiles to install mkfs.ext3, and to install man pages forTheodore Ts'o2-1/+19
2002-02-23Update with the Debian package e2fsprogs-1.26-1.Theodore Ts'o2-6/+14
2002-02-12Lots of small random portability fixes to make e2fsprogs buildTheodore Ts'o3-2/+12
2002-02-03Update files for 1.26 release.Theodore Ts'o1-17/+21
2002-02-03Changed fsck to support filesystems types in /etc/fstab of the formTheodore Ts'o5-15/+65
2002-01-29fsck.c: Allow the number of outstanding processes fs-specificTheodore Ts'o3-47/+116
2002-01-27Document the -f flag to tune2fs.Theodore Ts'o2-0/+21
2002-01-06Always free vdirname.Andreas Dilger1-3/+4
2001-12-25Return a non-zero exit code on error.Andreas Dilger1-2/+1
2002-01-02badblocks.c (main): Open the device as O_RDWR if possible, sinceTheodore Ts'o2-6/+16
2001-12-26tune2fs.8.in, tune2fs.c (parse_tune2fs_options, main): AddTheodore Ts'o3-4/+60
2001-12-24In mke2fs and e2fsck, specifying the -c option twice will now doTheodore Ts'o4-7/+52
2001-12-24Fix broken Makefile dependencies.Theodore Ts'o1-6/+23
2001-12-24Mke2fs now creates the lost+found directory with 0700 permissions, Theodore Ts'o2-1/+10
2001-12-23Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the Theodore Ts'o3-27/+16
2001-12-22Add support to read out information from the LVM proc hierarchy, Theodore Ts'o2-0/+72
2001-12-21Change dumpe2fs to not die if the listing of the bad blocks Theodore Ts'o2-40/+29
2001-12-16Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogusTheodore Ts'o10-32/+67
2001-12-16Fix e2fsck's handling of external journals,and update journal Theodore Ts'o3-3/+8
2001-12-02Pull up dumpe2fs cleanup patch from the experimental branch.Theodore Ts'o2-59/+70