aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/super.c
Commit message (Expand)AuthorAgeFilesLines
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-191-138/+137
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-061-137/+138
* Add files that would normally be generated by the e2fsprogs build systemBernhard Rosenkränzer2014-01-051-1/+0
* e2fsck: verify s_desc_size is power-of-two valueAndreas Dilger2013-12-231-10/+8
* mmp: fix 64-bit handling of s_mmp_blockAndreas Dilger2013-12-031-0/+1
* e2fsck: use blk_t instead of blk64_t in check_resize_inode()Theodore Ts'o2013-12-021-1/+1
* e2fsck: enable extents on all 64bit filesystemsDarrick J. Wong2013-10-111-0/+11
* e2fsck: fix gcc -Wall nitsTheodore Ts'o2013-05-191-1/+1
* Fix 32-bit overflow problems: dgrp_t * s_blocks_per_groupTheodore Ts'o2013-01-051-3/+3
* e2fsck: update global free blocks/inodes count when truncating orphan inodesTheodore Ts'o2012-06-111-1/+5
* e2fsck: print the current and expected block group checksumsTheodore Ts'o2012-03-151-0/+2
* e2fsck: allow the block bitmap to be uninit when the inode bitmap is in useTheodore Ts'o2012-02-061-9/+0
* libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o2011-10-161-7/+7
* e2fsck: avoid unnecessary reboots in some cases when checking the root fsTheodore Ts'o2011-09-301-4/+4
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* e2fsck: add support for checking the built-in quota filesAditya Kali2011-08-311-0/+5
* misc: use EXT2_I_SIZE() consistently to get sizeAndreas Dilger2011-07-081-2/+1
* e2fsck, libext2fs: support for bigalloc file systems with a blocksize of 1024Theodore Ts'o2011-07-051-1/+4
* Fix superblock field s_blocks_count for bigalloc file systemsTheodore Ts'o2011-06-161-1/+1
* e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changesTheodore Ts'o2011-06-161-17/+2
* e2fsck: add basic bigalloc support to check (but not yet repair) file systemsTheodore Ts'o2011-06-101-12/+14
* Merge branch 'maint' into nextTheodore Ts'o2011-02-271-15/+8
|\
| * Add basic BIGALLOC support for cluster-based allocationTheodore Ts'o2011-02-251-15/+8
* | e2fsck: Fix up to be 64-bit block number safeValerie Aurora Henson2010-06-131-13/+13
* | Merge branch 'maint' into nextTheodore Ts'o2010-06-071-2/+10
|\|
| * e2fsck: Skip time-based checks if the time looks insane or broken_system_clockTheodore Ts'o2010-05-131-2/+10
* | Convert ext2fs_group_{first,last}_block() to *block2()Theodore Ts'o2009-10-251-2/+2
* | Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2()Valerie Aurora Henson2009-10-251-2/+2
* | Convert to use block group accessor functionsValerie Aurora Henson2009-10-251-29/+28
* | libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test()Theodore Ts'o2009-10-251-5/+5
* | libext2fs: clean up ext2fs_bg_flags_ interfacesEric Sandeen2009-10-251-6/+6
* | Merge branch 'maint' into nextTheodore Ts'o2009-10-241-18/+24
|\|
| * e2fsck: Accept superblock times to be fudged by up to 24 hours by defaultTheodore Ts'o2009-10-161-18/+24
* | Merge branch 'maint' into nextTheodore Ts'o2009-10-041-1/+1
|\|
| * e2fsck: Use the correct problem code in the case of LAST_WRITE_FUDGEDTheodore Ts'o2009-10-031-1/+1
* | Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson2009-09-071-12/+12
* | Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson2009-09-071-4/+6
* | Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o2009-09-071-10/+11
* | Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson2009-09-071-3/+3
* | e2fsck: Convert e2fsck to new bitmap interfaceValerie Aurora Henson2009-08-221-1/+1
* | e2fsck: Allow cancellation during group descriptor checks.Valerie Aurora Henson2009-08-041-0/+3
|/
* e2fsck: Fix and enhance superblock dates in future problem reportsTheodore Ts'o2009-08-081-1/+1
* e2fsck: Fix superblock times in the future even if buggy_init_scripts=1Theodore Ts'o2009-07-161-4/+11
* e2fsck: Reduce unnecessary I/O when checking backup superblockTheodore Ts'o2009-04-231-14/+21
* e2fsck: Don't test the resize_inode if the filesystem is cleanTheodore Ts'o2009-04-231-3/+1
* e2fsck: ignore differing NEEDS_RECOVERY flag on backup sbsEric Sandeen2009-04-071-2/+4
* e2fsck: Add superblock check to make sure s_first_ino is validTheodore Ts'o2009-01-221-0/+4
* e2fsck: Offer to clear the test_fs flag if ext4 is availableTheodore Ts'o2008-10-121-1/+18
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-23/+23
* Remove LAZY_BG featureTheodore Ts'o2008-04-201-4/+2