summaryrefslogtreecommitdiff
path: root/e2fsck/pass1.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-16libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o1-10/+15
2011-09-28e2fsck: check for invalid bad block inodeTheodore Ts'o1-0/+11
2011-09-25ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger1-0/+10
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o1-0/+1
2011-09-16e2fsck: Don't store old_op from ehandler_operation if we don't restore it.Eric Sandeen1-2/+1
2011-09-16libext2fs: add metadata checksum and snapshot feature flagsTheodore Ts'o1-2/+2
2011-08-31e2fsck: add support for checking the built-in quota filesAditya Kali1-0/+34
2011-07-10e2fsck: teach e2fsck how to deal with bigalloc in non-extent-mapped inodesTheodore Ts'o1-3/+10
2011-07-08misc: use EXT2_I_SIZE() consistently to get sizeAndreas Dilger1-3/+2
2011-06-16mke2fs, e2fsck: fix i_blocks handling for bigalloc file systemsTheodore Ts'o1-3/+5
2011-06-11misc: clean up compiler warningsAndreas Dilger1-2/+3
2011-06-10e2fsck: add basic bigalloc support to check (but not yet repair) file systemsTheodore Ts'o1-3/+20
2010-09-24e2fsck: Set i_blocks_hi when correcting the i_blocks field in pass #1Theodore Ts'o1-1/+1
2010-06-13e2fsck: Fix up to be 64-bit block number safeValerie Aurora Henson1-45/+44
2010-06-07Merge branch 'maint' into nextTheodore Ts'o1-16/+33
2010-05-19e2fsck: correct test for EOFBLOCKSEric Sandeen1-1/+1
2010-05-14e2fsck: Explicitly reject extents that begin at physical block 0 as illegalTheodore Ts'o1-1/+2
2010-05-13e2fsck: Fix segmentation fault when checking a file systemTheodore Ts'o1-0/+1
2010-05-13e2fsck: make block counting variable in pass1 64 bitsEric Sandeen1-1/+1
2010-05-12e2fsck: Fix a number of problems that were inappropriately using PROMPT_ABORTTheodore Ts'o1-11/+16
2010-05-10e2fsck: Check for cases where EOFBLOCKS_FL is unnecessarily setTheodore Ts'o1-0/+13
2010-04-08Revert "e2fsck: fix spurious complaints about i_size caused by preallocated b...Theodore Ts'o1-3/+1
2010-03-17e2fsck: Fix segmentation fault when checking a file systemTheodore Ts'o1-0/+1
2010-03-15Merge branch 'maint' into nextTheodore Ts'o1-1/+2
2010-02-24e2fsck: don't complain about i_size for known blocks past EOFEric Sandeen1-1/+2
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