aboutsummaryrefslogtreecommitdiff
path: root/e2fsck/super.c
AgeCommit message (Expand)Author
2018-08-11e2fsck: remove resize inode if both resize_inode and meta_bg are enabledLukas Czerner
2018-06-29e2fsck: if user declines to fix s_inodes_acount, abortTheodore Ts'o
2018-06-19e2fsck: report only one sb corruptionJan Kara
2018-06-19e2fsck: handle s_inodes_count corruption properlyJan Kara
2018-03-29e2fsck: adjust quota counters when clearing orphaned inodesDarrick J. Wong
2018-03-16e2fsck: release clusters only once in release_inode_blocksharshads
2018-01-01e2fsck: fix printf format %d on ext2_ino_tShen-Ta Hsieh
2017-09-06e2fsck, libext2fs: add checks for insanely large file systemsTheodore Ts'o
2017-07-22e2fsck: check for invalid quota inode numbersTheodore Ts'o
2016-09-04e2fsck: enforce that the extra isize fields in the superblock are saneTheodore Ts'o
2016-04-15e2fsck: don't try to set a UUID on metadata_csum file systemsTheodore Ts'o
2016-03-06e2fsck: check the checksum seed feature flag is set correctlyDarrick J. Wong
2015-10-24e2fsck: clean up feature test macros with predicate functionsDarrick J. Wong
2015-04-21e2fsck: rebuild sparse extent trees & convert non-extent ext3 filesDarrick J. Wong
2015-04-12Remove compression supportTheodore Ts'o
2014-08-10Merge branch 'maint' into nextTheodore Ts'o
2014-08-10e2fsck: fix file systems with an overly large s_first_meta_bgTheodore Ts'o
2014-07-26Merge branch 'maint' into nextTheodore Ts'o
2014-07-26Fix 32/64-bit overflow when multiplying by blocks/clusters per groupTheodore Ts'o
2014-05-27Misc coverity fixesDarrick J. Wong
2014-02-23Merge branch 'maint' into nextTheodore Ts'o
2014-02-23e2fsck: don't add a UUID on a mounted filesystem with csumsMichael Marineau
2014-02-20Merge branch 'maint' into nextTheodore Ts'o
2014-02-18build: fix LLVM compiler warningsAndreas Dilger
2013-12-26Merge branch 'maint' into nextTheodore Ts'o
2013-12-23e2fsck: verify s_desc_size is power-of-two valueAndreas Dilger
2013-12-04Merge branch 'maint' into nextTheodore Ts'o
2013-12-03mmp: fix 64-bit handling of s_mmp_blockAndreas Dilger
2013-12-03Merge branch 'maint' into nextTheodore Ts'o
2013-12-02e2fsck: use blk_t instead of blk64_t in check_resize_inode()Theodore Ts'o
2013-10-12Merge branch 'maint' into nextTheodore Ts'o
2013-10-11e2fsck: enable extents on all 64bit filesystemsDarrick J. Wong
2013-05-19Merge branch 'maint' into nextTheodore Ts'o
2013-05-19e2fsck: fix gcc -Wall nitsTheodore Ts'o
2013-01-05Merge branch 'maint' into nextTheodore Ts'o
2013-01-05Fix 32-bit overflow problems: dgrp_t * s_blocks_per_groupTheodore Ts'o
2012-08-02e2fsck: ensure block group checksum usesDarrick J. Wong
2012-08-02libext2fs: verify and calculate extended attribute block checksumsDarrick J. Wong
2012-07-30libext2fs: precompute FS UUID checksum seedDarrick J. Wong
2012-06-11e2fsck: update global free blocks/inodes count when truncating orphan inodesTheodore Ts'o
2012-03-15e2fsck: print the current and expected block group checksumsTheodore Ts'o
2012-02-06e2fsck: allow the block bitmap to be uninit when the inode bitmap is in useTheodore Ts'o
2011-10-16libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o
2011-09-30e2fsck: avoid unnecessary reboots in some cases when checking the root fsTheodore Ts'o
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o
2011-08-31e2fsck: add support for checking the built-in quota filesAditya Kali
2011-07-08misc: use EXT2_I_SIZE() consistently to get sizeAndreas Dilger
2011-07-05e2fsck, libext2fs: support for bigalloc file systems with a blocksize of 1024Theodore Ts'o
2011-06-16Fix superblock field s_blocks_count for bigalloc file systemsTheodore Ts'o
2011-06-16e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changesTheodore Ts'o