aboutsummaryrefslogtreecommitdiff
path: root/e2fsck
AgeCommit message (Expand)Author
2008-08-25Add support for with empty directory blocks in 64k blocksize filesystemsTheodore Ts'o
2008-08-24fix e2fsck error message for bad htree depthAndreas Dilger
2008-08-24e2fsck: Change comments in problem array to match what is printedAndreas Dilger
2008-08-24Fix miscellaneous compile warningsAndreas Dilger
2008-08-24e2fsck_write_bitmaps() optimizationAndreas Dilger
2008-08-22e2fsck: Portability fix: Use WORDS_BIGENDIAN instead of __LITTLE_ENDIANTheodore Ts'o
2008-08-17e2fsck: fix spurious complaints about i_size caused by preallocated blocksTheodore Ts'o
2008-08-17e2fsck: Fix max size calculation for extent filesTheodore Ts'o
2008-08-14e2fsck: Fix ind/dind/tind statistics and add extent depth statisticsTheodore Ts'o
2008-08-12e2fsck: Fix signed/unsigned error in fragcheck report for indirect blocksTheodore Ts'o
2008-08-10e2fsck: Fix check to see if an extent-based file is fragmentedTheodore Ts'o
2008-07-18Fix cross compilation issues in e2fsck/gen_crc32tableTheodore Ts'o
2008-07-13e2fsck: Set LD_LIBRARY_PATH before running "make check" programsTheodore Ts'o
2008-07-13Define _XOPEN_SOURCE to 600 consistently for Solaris C99 supportTheodore Ts'o
2008-07-13Only use __builtin_expect if __GNUC__ > 3Theodore Ts'o
2008-07-13e2fsck: Change kmem_cache_t to lkmem_cache_t for SolarisTheodore Ts'o
2008-07-07e2fsck: Fix i_size checking for large extent-based filesEric Sandeen
2008-06-19Fix "make check" in e2fsck subdirectory to use the in-tree com_err libraryTheodore Ts'o
2008-06-18Add a reference to e2fsck.conf(5) to the e2fsck man pageTheodore Ts'o
2008-06-07e2fsck: Add better explanatory message when s_lastcheck is in the futureTheodore Ts'o
2008-06-07Fix gcc -Wall warnings in e2fsckTheodore Ts'o
2008-06-06e2fsck: Add support to check journal checksumsTheodore Ts'o
2008-06-06Add CRC32 (big-endian) routine for use by journal checksumsTheodore Ts'o
2008-06-02e2fsck: Detect unordered extents in an extent nodeTheodore Ts'o
2008-06-02e2fsck: Wire up callback functions for _alloc_block() and _block_alloc_stats()Theodore Ts'o
2008-05-30e2fsck: Don't double count an extent after deleting the last extentTheodore Ts'o
2008-05-28e2fsck: Don't skip an extent after deleting an invalid extentTheodore Ts'o
2008-05-21Merge branch 'maint'Theodore Ts'o
2008-05-20e2fsck: Fix potential data corruptor bug in journal recoveryTheodore Ts'o
2008-05-14Install {mkfs,fsck}.{ext4,ext4dev} binary and man pagesTheodore Ts'o
2008-04-20Remove LAZY_BG featureTheodore Ts'o
2008-04-20e2fsck: Fix pass5 handling of meta_bg and uninit_bg combinationTheodore Ts'o
2008-04-17Rename the feature uninit_groups to uninit_bgTheodore Ts'o
2008-04-17e2fsck: Only check PR_1_EXTENT_ENDS_BEYOND for leaf nodesEric Sandeen
2008-04-17Add support for the HUGE_FILE featureTheodore Ts'o
2008-04-07Merge branch 'maint'Theodore Ts'o
2008-04-07e2fsck: avoid double free of ctx->filesystem_nameMatthias Koenig
2008-04-06Fix a couple of implicit function declarationsEric Sandeen
2008-04-01e2fsck: Fix extent flag validity tests in pass1 on big endian boxes.Eric Sandeen
2008-03-31Fix trailing whitespace in e2fsck/problem.[ch]Theodore Ts'o
2008-03-31e2fsck: Add check to enforce a valid block bitmap in last block groupAndreas Dilger
2008-03-31ext2fs_set_gdt_csum(): Return an error code on errors instead of voidAndreas Dilger
2008-03-30Merge branch 'maint'Theodore Ts'o
2008-03-29e2fsck: Avoid core dump when using the -N optionTheodore Ts'o
2008-03-26e2fsck: Include the device name in the progress informationTheodore Ts'o
2008-03-26e2fsck: Support a negative argument to -C to suppress progress informationTheodore Ts'o
2008-03-24e2fsck: Don't object to extents flags on deleted fast symlinksTheodore Ts'o
2008-03-20Fix ext2fs_extent_get for uninit leaf extentsEric Sandeen
2008-03-20Make e2fsck uninit block group awareJose R. Santos
2008-03-17Fix miscellaneous gcc -Wall warningsTheodore Ts'o