summaryrefslogtreecommitdiff
path: root/e2fsck/pass1.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-10Merge branch 'maint' into nextTheodore Ts'o1-11/+55
2010-02-05e2fsck: Fix the check if a file is really a directory to understand extentsNick Dokos1-11/+55
2010-01-31Merge branch 'maint' into nextTheodore Ts'o1-48/+38
2010-01-30e2fsck: Remove some erroneously leftover blk_t castsTheodore Ts'o1-7/+5
2009-11-29e2fsck: Try to update on-disk bitmap in e2fsck_get_alloc_block() callbackTheodore Ts'o1-0/+4
2009-11-29e2fsck: detect holes in extent-mapped directoriesTheodore Ts'o1-0/+13
2009-11-29e2fsck: Move check to add an index to a directory after fixing i_sizeTheodore Ts'o1-4/+6
2009-11-29e2fsck: Fix directory with holes even when i_size is wrongTheodore Ts'o1-44/+15
2009-10-25Convert ext2fs_group_{first,last}_block() to *block2()Theodore Ts'o1-5/+5
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson1-18/+18
2009-10-24Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2009-10-12e2fsck: Fix handling of non-zero i_blocks_high fieldTheodore Ts'o1-1/+10
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson1-12/+12
2009-09-07Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson1-6/+8
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson1-4/+4
2009-08-22e2fsck: Convert e2fsck to new bitmap interfaceValerie Aurora Henson1-48/+55
2009-08-18e2fsck: Only ask to relocate a block group's inode table onceTheodore Ts'o1-1/+2
2009-08-18e2fsck: Teach new_table_block() to allocate new itables/bitmaps with FLEX_BGTheodore Ts'o1-3/+29
2009-06-21Fix encoding for rec_len in directories for >= 64k blocksize file systemsTheodore Ts'o1-4/+6
2009-05-28libext2fs: add ext2fs_extent_open2number96521-2/+2
2009-05-28Add empty function for init_resource_track() and print_resource_track()Ken Chen1-8/+1
2009-05-17e2fsck: Don't crash if an inode with a bad extent header is not clearedTheodore Ts'o1-3/+4
2009-04-23e2fsck: On a 32-bit filesystem, make sure i_file_acl_high is zeroTheodore Ts'o1-0/+4
2008-12-25e2fsck: Fix an unhandled corruption case in scan_extent_node()Theodore Ts'o1-14/+22
2008-12-22e2fsck: Fix double-counting of non-contiguous extent-based inodesTheodore Ts'o1-7/+0
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'o1-4/+12
2008-11-16Fix various signed/unsigned gcc warningsTheodore Ts'o1-2/+2
2008-09-12Fix compiling under diet libcTheodore Ts'o1-0/+2
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-91/+91
2008-08-25Add support for with empty directory blocks in 64k blocksize filesystemsTheodore Ts'o1-7/+11
2008-08-17e2fsck: fix spurious complaints about i_size caused by preallocated blocksTheodore Ts'o1-1/+3
2008-08-17e2fsck: Fix max size calculation for extent filesTheodore Ts'o1-1/+3
2008-08-14e2fsck: Fix ind/dind/tind statistics and add extent depth statisticsTheodore Ts'o1-6/+17
2008-08-12e2fsck: Fix signed/unsigned error in fragcheck report for indirect blocksTheodore Ts'o1-2/+2
2008-08-10e2fsck: Fix check to see if an extent-based file is fragmentedTheodore Ts'o1-2/+25
2008-07-07e2fsck: Fix i_size checking for large extent-based filesEric Sandeen1-4/+12
2008-06-07Fix gcc -Wall warnings in e2fsckTheodore Ts'o1-6/+5
2008-06-02e2fsck: Detect unordered extents in an extent nodeTheodore Ts'o1-4/+7
2008-06-02e2fsck: Wire up callback functions for _alloc_block() and _block_alloc_stats()Theodore Ts'o1-0/+47
2008-05-30e2fsck: Don't double count an extent after deleting the last extentTheodore Ts'o1-1/+5
2008-05-28e2fsck: Don't skip an extent after deleting an invalid extentTheodore Ts'o1-0/+8
2008-04-17e2fsck: Only check PR_1_EXTENT_ENDS_BEYOND for leaf nodesEric Sandeen1-1/+2
2008-04-17Add support for the HUGE_FILE featureTheodore Ts'o1-2/+10
2008-04-01e2fsck: Fix extent flag validity tests in pass1 on big endian boxes.Eric Sandeen1-5/+46
2008-03-24e2fsck: Don't object to extents flags on deleted fast symlinksTheodore Ts'o1-8/+8
2008-03-20Fix ext2fs_extent_get for uninit leaf extentsEric Sandeen1-2/+4
2008-03-13e2fsck: Check for fast symlinks that have EXTENTS_FL setTheodore Ts'o1-0/+8
2008-03-13e2fsck: Support long symlinks which use extentsTheodore Ts'o1-3/+29
2008-03-13Merge branch 'maint'Theodore Ts'o1-1/+24