aboutsummaryrefslogtreecommitdiff
path: root/e2fsck
AgeCommit message (Expand)Author
2009-09-07Merge branch 'maint' into nextTheodore Ts'o
2009-09-01e2fsck: Avoid scary failure messages on low-memory systemsTheodore Ts'o
2009-08-22e2fsck: Convert e2fsck to new bitmap interfaceValerie Aurora Henson
2009-08-19e2fsck: Add a global latch question for bad group descriptor checksumsTheodore Ts'o
2009-08-18e2fsck: Only ask to relocate a block group's inode table onceTheodore Ts'o
2009-08-18e2fsck: Teach new_table_block() to allocate new itables/bitmaps with FLEX_BGTheodore Ts'o
2009-08-08e2fsck: Fix and enhance superblock dates in future problem reportsTheodore Ts'o
2009-08-04e2fsck: Allow cancellation during group descriptor checks.Valerie Aurora Henson
2009-08-22Merge branch 'maint' into nextTheodore Ts'o
2009-07-16e2fsck: Fix superblock times in the future even if buggy_init_scripts=1Theodore Ts'o
2009-07-06e2fsck: remove unused variable in check_block_bitmap()Kazuya Mio
2009-07-06e2fsck: optimize loop counter when fixing bitmap paddingKazuya Mio
2009-07-06e2fsck: remove unnecessary continue statementKazuya Mio
2009-07-02Add support for configure --enable-verbose-makecmdsTheodore Ts'o
2009-07-01Fix Makefile dependencies for libcom_errTheodore Ts'o
2009-06-21Fix encoding for rec_len in directories for >= 64k blocksize file systemsTheodore Ts'o
2009-06-15e2fsck: fix miscellaneous memory leaksTheodore Ts'o
2009-07-21Merge branch 'maint' into nextTheodore Ts'o
2009-07-11Use new ext2fs_super_and_bgd_loc2 call in libext2fsJose R. Santos
2009-07-09e2fsck: Speed up pass 5 processing for ext4 filesystemsKazuya Mio
2009-05-30Update man pages to include ext4 in the synposis, instead of just "ext2/ext3"Theodore Ts'o
2009-05-28e2fsck: Go back to the original superblock if the backup sb is invalidTheodore Ts'o
2009-05-28e2fsck: if i_file_acl_hi is non-zero, fix it and don't abort e2fsck -pTheodore Ts'o
2009-05-28libext2fs: add ext2fs_extent_open2number9652
2009-05-28Add empty function for init_resource_track() and print_resource_track()Ken Chen
2009-05-28e2fsck: add resource tracking for passes 1[b-d]Ken Chen
2009-05-28e2fsck: use unsigned values for memory tracking statsAndreas Dilger
2009-05-28e2fsck: only restart e2fsck once for inodes in uninit rangeAndreas Dilger
2009-05-25e2fsck: Fix journal replay bug which reverts changes to the bg descriptorsTheodore Ts'o
2009-05-17e2fsck: initialize error handling before journal replayAndreas Dilger
2009-05-17e2fsck: Don't crash if an inode with a bad extent header is not clearedTheodore Ts'o
2009-05-02e2fsck: cleanup whitespace in problem.c and problem.hAndreas Dilger
2009-05-02e2fsck: Add test code in problem.c to verify problem codesAndreas Dilger
2009-04-28e2fsck: Skip journal checks if the fs is mounted and doesn't need recoveryTheodore Ts'o
2009-04-23e2fsck: On a 32-bit filesystem, make sure i_file_acl_high is zeroTheodore Ts'o
2009-04-23e2fsck: Reduce unnecessary I/O when checking backup superblockTheodore Ts'o
2009-04-23e2fsck: Don't test the resize_inode if the filesystem is cleanTheodore Ts'o
2009-04-22e2fsck: Fix warn_unused_result warnings from gccTheodore Ts'o
2009-04-07e2fsck: print unsigned RAM usage statisticsAndreas Dilger
2009-04-07e2fsck: ignore differing NEEDS_RECOVERY flag on backup sbsEric Sandeen
2009-03-08remove useless if-before-free testsJim Meyering
2009-03-06e2fsprogs: fix potential null ptr defef in check_for_modules()Eric Sandeen
2009-01-26e2fsck: Add missing newlines when reporting errors in pass 3ATheodore Ts'o
2009-01-22e2fsck: Change PR_3_CREATE_LPF_ERROR to be a non-fatal problemTheodore Ts'o
2009-01-22e2fsck: Add superblock check to make sure s_first_ino is validTheodore Ts'o
2009-01-02e2fsck: Fix journal replay for block sizes greater than 8kTheodore Ts'o
2009-01-01e2fsck: Remove "ext3" from problem descriptions of the journalTheodore Ts'o
2008-12-25e2fsck: Fix an unhandled corruption case in scan_extent_node()Theodore Ts'o
2008-12-25e2fsck: When repacking directories, leave slack space for more efficiencyTheodore Ts'o
2008-12-22e2fsck: Fix double-counting of non-contiguous extent-based inodesTheodore Ts'o