summaryrefslogtreecommitdiff
path: root/e2fsck/super.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-16libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o1-7/+7
2011-09-30e2fsck: avoid unnecessary reboots in some cases when checking the root fsTheodore Ts'o1-4/+4
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o1-0/+1
2011-08-31e2fsck: add support for checking the built-in quota filesAditya Kali1-0/+5
2011-07-08misc: use EXT2_I_SIZE() consistently to get sizeAndreas Dilger1-2/+1
2011-07-05e2fsck, libext2fs: support for bigalloc file systems with a blocksize of 1024Theodore Ts'o1-1/+4
2011-06-16Fix superblock field s_blocks_count for bigalloc file systemsTheodore Ts'o1-1/+1
2011-06-16e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changesTheodore Ts'o1-17/+2
2011-06-10e2fsck: add basic bigalloc support to check (but not yet repair) file systemsTheodore Ts'o1-12/+14
2011-02-27Merge branch 'maint' into nextTheodore Ts'o1-15/+8
2011-02-25Add basic BIGALLOC support for cluster-based allocationTheodore Ts'o1-15/+8
2010-06-13e2fsck: Fix up to be 64-bit block number safeValerie Aurora Henson1-13/+13
2010-06-07Merge branch 'maint' into nextTheodore Ts'o1-2/+10
2010-05-13e2fsck: Skip time-based checks if the time looks insane or broken_system_clockTheodore Ts'o1-2/+10
2009-10-25Convert ext2fs_group_{first,last}_block() to *block2()Theodore Ts'o1-2/+2
2009-10-25Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2()Valerie Aurora Henson1-2/+2
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson1-29/+28
2009-10-25libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test()Theodore Ts'o1-5/+5
2009-10-25libext2fs: clean up ext2fs_bg_flags_ interfacesEric Sandeen1-6/+6
2009-10-24Merge branch 'maint' into nextTheodore Ts'o1-18/+24
2009-10-16e2fsck: Accept superblock times to be fudged by up to 24 hours by defaultTheodore Ts'o1-18/+24
2009-10-04Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2009-10-03e2fsck: Use the correct problem code in the case of LAST_WRITE_FUDGEDTheodore Ts'o1-1/+1
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-4/+6
2009-09-07Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o1-10/+11
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson1-3/+3
2009-08-22e2fsck: Convert e2fsck to new bitmap interfaceValerie Aurora Henson1-1/+1
2009-08-08e2fsck: Fix and enhance superblock dates in future problem reportsTheodore Ts'o1-1/+1
2009-08-04e2fsck: Allow cancellation during group descriptor checks.Valerie Aurora Henson1-0/+3
2009-07-16e2fsck: Fix superblock times in the future even if buggy_init_scripts=1Theodore Ts'o1-4/+11
2009-04-23e2fsck: Reduce unnecessary I/O when checking backup superblockTheodore Ts'o1-14/+21
2009-04-23e2fsck: Don't test the resize_inode if the filesystem is cleanTheodore Ts'o1-3/+1
2009-04-07e2fsck: ignore differing NEEDS_RECOVERY flag on backup sbsEric Sandeen1-2/+4
2009-01-22e2fsck: Add superblock check to make sure s_first_ino is validTheodore Ts'o1-0/+4
2008-10-12e2fsck: Offer to clear the test_fs flag if ext4 is availableTheodore Ts'o1-1/+18
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-23/+23
2008-04-20Remove LAZY_BG featureTheodore Ts'o1-4/+2
2008-04-17Add support for the HUGE_FILE featureTheodore Ts'o1-2/+1
2008-03-31e2fsck: Add check to enforce a valid block bitmap in last block groupAndreas Dilger1-2/+23
2008-03-20Make e2fsck uninit block group awareJose R. Santos1-0/+38
2008-03-17Fix miscellaneous gcc -Wall warningsTheodore Ts'o1-1/+0
2008-01-27Merge branch 'maint' into nextTheodore Ts'o1-4/+30
2008-01-26Ignore "safe" flag differences when e2fsck compares superblocksTheodore Ts'o1-4/+30
2007-11-03Relax group descriptor checking for FLEX_BGJose R. Santos1-3/+7
2007-10-14libext2fs: cleanup usage of unsigned int or __u32 and replace it with blk_tValerie Clement1-1/+2
2007-10-06e2fsck: backup superblocks if key constants have changedTheodore Ts'o1-0/+58
2007-10-06e2fsck: update the backup superblocks if the feature bitmasks are changedTheodore Ts'o1-1/+2
2007-09-22Work around lame Ubuntu init scripts / installer bugsTheodore Ts'o1-2/+24
2007-06-04Fix e2fsck's get_size logic so it will work with the Linux floppy driverTheodore Ts'o1-26/+5