aboutsummaryrefslogtreecommitdiff
path: root/e2fsck/super.c
AgeCommit message (Expand)Author
2009-08-22e2fsck: Convert e2fsck to new bitmap interfaceValerie Aurora Henson
2009-08-04e2fsck: Allow cancellation during group descriptor checks.Valerie Aurora Henson
2009-08-08e2fsck: Fix and enhance superblock dates in future problem reportsTheodore Ts'o
2009-07-16e2fsck: Fix superblock times in the future even if buggy_init_scripts=1Theodore 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-07e2fsck: ignore differing NEEDS_RECOVERY flag on backup sbsEric Sandeen
2009-01-22e2fsck: Add superblock check to make sure s_first_ino is validTheodore Ts'o
2008-10-12e2fsck: Offer to clear the test_fs flag if ext4 is availableTheodore Ts'o
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o
2008-04-20Remove LAZY_BG featureTheodore Ts'o
2008-04-17Add support for the HUGE_FILE featureTheodore Ts'o
2008-03-31e2fsck: Add check to enforce a valid block bitmap in last block groupAndreas Dilger
2008-03-20Make e2fsck uninit block group awareJose R. Santos
2008-03-17Fix miscellaneous gcc -Wall warningsTheodore Ts'o
2008-01-27Merge branch 'maint' into nextTheodore Ts'o
2008-01-26Ignore "safe" flag differences when e2fsck compares superblocksTheodore Ts'o
2007-11-03Relax group descriptor checking for FLEX_BGJose R. Santos
2007-10-14libext2fs: cleanup usage of unsigned int or __u32 and replace it with blk_tValerie Clement
2007-10-06e2fsck: backup superblocks if key constants have changedTheodore Ts'o
2007-10-06e2fsck: update the backup superblocks if the feature bitmasks are changedTheodore Ts'o
2007-09-22Work around lame Ubuntu init scripts / installer bugsTheodore Ts'o
2007-06-04Fix e2fsck's get_size logic so it will work with the Linux floppy driverTheodore Ts'o
2006-11-14Fix misc. gcc -Wall complaints in the misc and e2fsck directoriesTheodore Ts'o
2006-11-11Add directory hashed signed/unsigned hint to superblockTheodore Ts'o
2006-09-12Create new ext2fs library inlines: ext2fs_group_{first,last}_block()Eric Sandeen
2006-09-12Fix loops over group descriptors to prevent 2**32-1 block number overflowsEric Sandeen
2006-08-29Fix silly spelling error in e2fsckTheodore Ts'o
2006-03-10Enhance e2fsck so it can fix external journal hint in the superblock Theodore Ts'o
2005-09-24E2fsck: fix future times in the superblock's last mount or last write fieldsTheodore Ts'o
2005-04-14Use a centrally stored current time for "now" which Theodore Ts'o
2005-03-20Make e2fsck check the superblock's inode_size to make sure it isTheodore Ts'o
2005-01-28Fix two bugs found by the regression test suites. The bug was created whenTheodore Ts'o
2005-01-27Create the resize inode is created even if the s_reserved_gdt_blocks isTheodore Ts'o
2005-01-27Cset exclude: tytso@think.thunk.org|ChangeSet|20050123214956|52665Theodore Ts'o
2005-01-25E2fsck will now check the individual block group inode and block free counts,Theodore Ts'o
2005-01-23Fix e2fsck so that it does not complain if the resize_inode feature is Theodore Ts'o
2005-01-06Make tune2fs and e2fsck consistent about allowing at most 50% of the blocksTheodore Ts'o
2005-01-06Fix resize inode handling on big endian systems, by adding new routinesTheodore Ts'o
2004-12-24Add support to detect corrupted resize_inode's to e2fsck.Theodore Ts'o
2004-12-16Fix e2fsck so that it will clean up filesystesm that have theTheodore Ts'o
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o
2003-08-01ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() Theodore Ts'o
2003-04-05E2fsck now updates the global free block andTheodore Ts'o
2002-11-08Change e2fsck to force out changes to the backup copies of theTheodore Ts'o
2002-08-17Overhaul extended attribute handling. Should now be correct withTheodore Ts'o
2002-08-14Clear dtime field on truncated orphan inodes.Stephen Tweedie
2002-06-10Do sanity checking of the number of blocks and inodes in a group forAndreas Dilger
2002-05-17Fix up Andreas's 8k blocksize changes to fix a number of bugs, Theodore Ts'o
2002-05-16Add support for creating and checking 8192-byte blocksize filesystems.Andreas Dilger