summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-05-08Add support for EXT2_FEATURE_COMPAT_LAZY_BGTheodore Ts'o15-25/+266
2006-04-27Add handling for invalid option characters in debugfs subcommandsTheodore Ts'o3-0/+16
2006-04-23Speed up mke2fs and e2fsck by writing bitmaps more efficientlyTheodore Ts'o2-78/+85
2006-04-22Fix filefrag to be 32-bit cleanTheodore Ts'o2-3/+9
2006-04-22Fix bug which could cause dumpe2fs to rarely fail to print a UUIDTheodore Ts'o2-1/+8
2006-04-22Added tag E2FSPROGS-1.39-WIP-0409 for changeset a89eec026fc32ca7da786fbe3f76d...Theodore Ts'o1-0/+1
2006-04-22Update for e2fsprogs-1.39-WIP-0409 releaseTheodore Ts'o3-3/+20
2006-04-09Update config.guess and config.sub to latest version (2006-02-23) from FSFTheodore Ts'o3-339/+439
2006-04-09Update French, Dutch, Polish, Swedish, and Turkish translations.Theodore Ts'o11-1245/+968
2006-04-09Fix asm_types.h type conflictsTheodore Ts'o13-59/+472
2006-04-04Fix ext2fs_add_journal_inode() when filesystem is opened in exclusive modeTheodore Ts'o2-1/+10
2006-04-02Fix Debian FTBFS bug due to missing build-dependency on libdevmapper-devTheodore Ts'o2-1/+7
2006-03-30Added tag E2FSPROGS-1.39-WIP-0330 for changeset cc5d09c487b27487925fb34d8ccd5...Theodore Ts'o1-0/+1
2006-03-30Debian build: remove conffile from e2fsprogs-udeb, and remove explicit conffileTheodore Ts'o2-1/+1
2006-03-29Update release notes and version.h for 1.39-WIP-2006-03-29 releaseTheodore Ts'o3-50/+102
2006-03-29Update French translation and update PO template file.Theodore Ts'o22-5463/+6062
2006-03-29Add udeb: lines to the Debian's shlibs filesTheodore Ts'o1-0/+3
2006-03-29Fix the x86 asm constraints for ext2fs_set/clear_bit.Theodore Ts'o2-2/+8
2006-03-29Enhance dumpe2fs to print the size of journalTheodore Ts'o2-0/+29
2006-03-27Fix typo's in badblocks(8)'s man page.Theodore Ts'o2-2/+7
2006-03-27Add badblocks(8) to SEE ALSO section of e2fsck's man page.Theodore Ts'o2-3/+7
2006-03-27Explain in mke2fs and tune2fs man pages that shared journals are not supportedTheodore Ts'o3-0/+16
2006-03-27Update the debian build files to deal with /etc/mke2fs.confTheodore Ts'o2-0/+2
2006-03-27Fix minor installation problems in the misc's MakefileTheodore Ts'o2-3/+17
2006-03-27Fix misc. problems in the mke2fs.conf(5) man page.Theodore Ts'o1-24/+34
2006-03-27Add man page documenting the /etc/e2fsck.conf configuration file.Theodore Ts'o3-2/+186
2006-03-25Fix the i386 bitmap operations so they are 32-bit cleanTheodore Ts'o4-17/+190
2006-03-25Fix typo bug in previous commit (6ae1ed49c8c6)Theodore Ts'o1-2/+2
2006-03-23mklost+found: Create full-sized a lost+found directory with 4k+ blocksizesTheodore Ts'o2-3/+7
2006-03-23Fix file descriptor leak in blkid library in error pathsTheodore Ts'o2-0/+6
2006-03-23Change mke2fs to use /etc/mke2fs.conf as a configuration fileTheodore Ts'o13-182/+460
2006-03-22Tighten up profile parsing code by combining functionsTheodore Ts'o2-68/+55
2006-03-19Prevent error messages to stderr caused by libblkid calling libdevmapperTheodore Ts'o2-0/+18
2006-03-18Fix format statements to make e2fsprogs programs 32-bit cleanTakashi Sato19-61/+80
2006-03-18Change resize2fs open modes for mounted and unmounted filesystemsTheodore Ts'o2-1/+13
2006-03-18Change mke2fs to create filesystems with the device opened in exclusive mode.Theodore Ts'o2-1/+6
2006-03-18Change e2fsck to open non-mounted filesystems in exclusive modeTheodore Ts'o2-0/+11
2006-03-18Add an option to debugfs to open filesystems in exclusive modeTheodore Ts'o3-8/+16
2006-03-18Add EXT2_FLAG_EXCLUSIVE to the ext2fs library.Theodore Ts'o4-5/+21
2006-03-18Add IO_FLAG_EXCLUSIVE flag to io_channel abstractionTheodore Ts'o3-1/+8
2006-03-18Fix documentation: BLOCK_FLAG_TRAVERSE should be BLOCK_FLAG_DEPTH_TRAVERSETheodore Ts'o4-4/+15
2006-03-17Fix build when not building any shared libraries.Theodore Ts'o2-0/+8
2006-03-17Document the resize_inode filesystem option in mke2fs man pageTheodore Ts'o1-0/+12
2006-03-17Fix a signed vs unsigned bug in calc_reserved_gdt_blocks()Theodore Ts'o2-4/+9
2006-03-17Add support for on-line resizing to resize2fsTheodore Ts'o9-96/+364
2006-03-12Fix blkid's last verification logic to work when the system clock is insaneTheodore Ts'o6-7/+25
2006-03-10Fix the subdirs logic so it works with GNU make 3.80Theodore Ts'o8-6/+14
2006-03-10Add EXT_JOURNAL to the blkid tag of ext3 filesystems.Theodore Ts'o4-26/+63
2006-03-10Enhance e2fsck so it can fix external journal hint in the superblock Theodore Ts'o6-0/+60
2006-03-08Remove e2fsck/malloc.hTheodore Ts'o1-231/+0