aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/pass5.c
Commit message (Expand)AuthorAgeFilesLines
* e2fsck: fix overflow if more than 4B inodesAndreas Dilger2020-02-291-1/+1
* e2fsck: remove an potentially ambiguous dangling else clauseTheodore Ts'o2019-05-121-1/+2
* e2fsck: check and fix tails of all bitmap blocksTheodore Ts'o2019-05-061-5/+35
* Merge branch 'maint' into nextTheodore Ts'o2017-10-151-1/+1
|\
| * Fix typos in code comments and developer docsSebastian Rasmussen2017-10-151-1/+1
* | e2fsck: eliminate per-block cluster alignment checkTahsin Erdogan2017-04-271-2/+0
|/
* e2fsck,resize2fs: fix gcc -Wall nitsTheodore Ts'o2016-05-291-1/+1
* e2fsck: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-241-4/+2
* e2fsck: fix compiler warningsDarrick J. Wong2014-11-041-2/+2
* e2fsck: use ext2fs_get_mem() instad of ext2fs_get_memalign()Theodore Ts'o2014-09-191-4/+2
* misc: fix gcc warningsDarrick J. Wong2014-08-241-4/+0
* Merge branch 'maint' into nextTheodore Ts'o2014-07-261-3/+1
|\
| * Fix 32/64-bit overflow when multiplying by blocks/clusters per groupTheodore Ts'o2014-07-261-1/+1
| * build: fix unused/uninitialized variable warningsAndreas Dilger2014-07-251-3/+0
* | e2fsck: don't clobber critical metadata during check_blocksDarrick J. Wong2014-07-231-0/+2
* | misc: fix compile warnings on master branchAndreas Dilger2014-05-271-2/+2
* | Merge branch 'maint' into nextTheodore Ts'o2014-01-301-91/+12
|\|
| * e2fsck: remove uninit block bitmap calculationDarrick J. Wong2014-01-111-91/+12
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-161-2/+2
|\|
| * e2fsck: print cluster ranges when encountering bitmap errorsDarrick J. Wong2013-12-151-2/+2
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-031-11/+13
|\|
| * e2fsck: use dgrp_t for block group numbersTheodore Ts'o2013-12-021-8/+8
| * e2fsck: use problem_t to suppress some -Wconversion warningsTheodore Ts'o2013-12-021-3/+5
* | e2fsck: fix incorrect bbitmap checksum failure caused by integer overflowDarrick J. Wong2013-09-161-1/+1
* | e2fsck: fix gcc -Wall nitsTheodore Ts'o2013-05-201-6/+0
* | Merge branch 'maint' into nextTheodore Ts'o2012-12-171-1/+1
|\|
| * e2fsck: fix pass5 optimization for bigalloc file systemsTheodore Ts'o2012-12-151-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2012-11-291-2/+53
|\|
| * e2fsck: optimize pass 5 for CPU utilizationTheodore Ts'o2012-11-281-2/+53
* | e2fsck: ensure block group checksum usesDarrick J. Wong2012-08-021-4/+2
* | e2fsck: verify block bitmap checksumDarrick J. Wong2012-07-301-0/+63
* | e2fsck: verify inode bitmap checksumDarrick J. Wong2012-07-301-0/+62
|/
* e2fsck: quiet harmless inode/blocks errorsAndreas Dilger2012-04-241-4/+2
* Fix gcc -Wall nitpicksTheodore Ts'o2012-04-051-17/+14
* e2fsck: do not discard itable if discard doen't zero dataLukas Czerner2012-03-111-1/+12
* e2fsck: do not discard when in read only modeLukas Czerner2012-03-111-3/+2
* e2fsck: optimize CPU usage in check_{block,inode}_bitmaps()Theodore Ts'o2012-03-111-6/+5
* e2fsck: do not forget to discard last block groupLukas Czerner2012-03-111-0/+9
* e2fsck: remove last argument from e2fsck_discard_blocks()Lukas Czerner2012-03-111-5/+5
* e2fsck: discard only unused parts of inode tableLukas Czerner2012-03-111-23/+67
* e2fsck: fix pass5 bug when using two different bitmap backendsTheodore Ts'o2011-12-181-2/+2
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* e2fsck: fix error in computing blocks of the ending groupYongqiang Yang2011-09-161-3/+2
* e2fsck: do not attempt to discard if -n was specifiedLukas Czerner2011-09-151-4/+3
* Fix superblock field s_blocks_count for bigalloc file systemsTheodore Ts'o2011-06-161-0/+1
* e2fsck: Fix pass5 handling for bigalloc && uninit_bg file systemsTheodore Ts'o2011-06-151-29/+36
* misc: clean up compiler warningsAndreas Dilger2011-06-111-1/+0
* e2fsck: add basic bigalloc support to check (but not yet repair) file systemsTheodore Ts'o2011-06-101-15/+17
* e2fsck: Discard free data and inode blocks.Lukas Czerner2010-11-221-0/+84
* e2fsck: Fix up to be 64-bit block number safeValerie Aurora Henson2010-06-131-3/+3