summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-19ext2fs_block_iterate2: Preserve the uninit flag in extentsTheodore Ts'o1-1/+6
2009-01-19ext2fs_block_iterate2: Reflect errors from ext2fs_extent_set_bmap to callerTheodore Ts'o1-1/+1
2009-01-19resize2fs: Release bitmap and itable blocks in flex_bg filesystemsTheodore Ts'o1-0/+37
2009-01-19resize2fs: Move all required blocks for ext4 filesystemsTheodore Ts'o1-1/+1
2009-01-18debugfs: Fix logdump command for 32-bit filesystemsTheodore Ts'o1-5/+10
2009-01-02e2fsck: Fix journal replay for block sizes greater than 8kTheodore Ts'o2-2/+4
2009-01-01e2fsck: Remove "ext3" from problem descriptions of the journalTheodore Ts'o5-23/+20
2008-12-25Add e2fsck regression test case f_extent_bad_nodeTheodore Ts'o4-0/+31
2008-12-25e2fsck: Fix an unhandled corruption case in scan_extent_node()Theodore Ts'o4-21/+39
2008-12-25e2fsck: When repacking directories, leave slack space for more efficiencyTheodore Ts'o10-14/+42
2008-12-22e2fsck: Fix double-counting of non-contiguous extent-based inodesTheodore Ts'o3-9/+2
2008-12-08e2fsck: Enhance fragcheck report with file/directory informationTheodore Ts'o1-6/+24
2008-12-08e2fsck: In verbose mode, distinguish between fragmented directories/filesTheodore Ts'o4-11/+35
2008-11-26e2fsck: Don't cancel the fsck run after clearing an errant INODE_UNINIT flagTheodore Ts'o1-10/+8
2008-11-17Add make-sparse.c to contribTheodore Ts'o1-0/+79
2008-11-16debian: Fix mkinitfs on x86_64 systemsTheodore Ts'o1-1/+1
2008-11-16Fix various signed/unsigned gcc warningsTheodore Ts'o6-15/+14
2008-11-15po: update ca.po (from translationproject.org)David Planella2-749/+822
2008-11-15dumpe2fs: Only print inline journal information if the journal is internalTheodore Ts'o1-2/+3
2008-11-15Add support to build profiled binaries in the misc directoryTheodore Ts'o2-5/+109
2008-11-15e2fsck: Fix build of e2fsck.profiled if profiling is enabledTheodore Ts'o2-2/+2
2008-11-15tune2fs: Fix inefficient O(n**2) algorithms when expanding the inode sizeTheodore Ts'o1-12/+13
2008-11-14tune2fs: Update the block group checksums when changing the UUIDTheodore Ts'o1-0/+21
2008-10-20debugfs: Fix ncheck display so that extra characters aren't printedTheodore Ts'o1-1/+1
2008-10-18blkid: recognize ext3 with test_fs set as ext3Eric Sandeen1-4/+0
2008-10-18Fix spelling mistake in debian changelogTheodore Ts'o1-1/+1
2008-10-18libblkid: Refuse to create a device structure for a non-existent deviceTheodore Ts'o1-0/+2
2008-10-12Update release notes, changelog, etc., for e2fsprogs 1.41.3 releaseTheodore Ts'o6-11/+75
2008-10-12Update e2fsprogs translation template fileTheodore Ts'o1-498/+510
2008-10-12e2fsck: Offer to clear the test_fs flag if ext4 is availableTheodore Ts'o6-2/+117
2008-10-12e2fsck: Print the correct inode number for uninit-bg related problem reportsTheodore Ts'o1-2/+2
2008-10-12libblkid: Fix file descriptor leak when checking for a moduleTheodore Ts'o1-1/+3
2008-10-12e2fsck: exit from preenhalt if IO errors were encounteredEric Sandeen3-1/+6
2008-10-12resize2fs: check for bogus new_sizeEric Sandeen1-0/+5
2008-10-12unix_io: check for read-only devices when opening R/WEric Sandeen1-0/+25
2008-10-12debugfs: Fix ncheck when printing pathnames for multiple hardlinks in a direc...Theodore Ts'o1-12/+11
2008-10-12Fix parallel build problem with util/substTheodore Ts'o1-1/+1
2008-10-12e2fsprogs: fix blkid detection of ext4dev as ext4Eric Sandeen1-2/+6
2008-10-02Update Makefile depend information for crc16.oTheodore Ts'o1-2/+2
2008-10-02Update release notes, changelog, etc., for e2fsprogs 1.41.2 releaseTheodore Ts'o6-12/+143
2008-10-02libcom_err: Add missing type declarations to clean up -Wall warningsTheodore Ts'o1-5/+5
2008-10-02mke2fs.8: Add an explanation of how the -t and -O options interactTheodore Ts'o1-3/+18
2008-10-01po: update sv.po (from translationproject.org)Göran Uddeborg2-401/+447
2008-10-01libcom_err: Fix file descriptor leak after an execTheodore Ts'o1-7/+21
2008-10-01Fix spelling mistake in e2fsck man pageTheodore Ts'o1-1/+1
2008-10-01badblocks: Fix progress output for "badblocks -sw /dev/XXX"Theodore Ts'o1-1/+1
2008-10-01debugfs: Make the usage messsage of logdump consistent with man pageManish Katiyar1-2/+2
2008-10-01resize2fs: Fix potential memory corruption in ext2fs_progress_init()Manish Katiyar1-1/+1
2008-10-01debugfs: Fix ncheck to print all pathnames for the inodesTheodore Ts'o1-37/+18
2008-09-12libcom_err: Use sem_post/sem_init to prevent race conditionsTheodore Ts'o7-13/+398