summaryrefslogtreecommitdiff
path: root/e2fsck/pass5.c
Commit message (Expand)AuthorAgeFilesLines
* e2fsck: remove uninit block bitmap calculationDarrick J. Wong2014-01-111-91/+12
* e2fsck: print cluster ranges when encountering bitmap errorsDarrick J. Wong2013-12-151-2/+2
* 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 pass5 optimization for bigalloc file systemsTheodore Ts'o2012-12-151-1/+1
* e2fsck: optimize pass 5 for CPU utilizationTheodore Ts'o2012-11-281-2/+53
* 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
* Convert to use block group accessor functionsValerie Aurora Henson2009-10-251-19/+17
* libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test()Theodore Ts'o2009-10-251-4/+4
* libext2fs: clean up ext2fs_bg_flags_ interfacesEric Sandeen2009-10-251-6/+3
* Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson2009-09-071-11/+11
* Fix overflow in calculation of total file system blocksValerie Aurora Henson2009-09-071-1/+1
* Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o2009-09-071-10/+10
* e2fsck: Convert e2fsck to new bitmap interfaceValerie Aurora Henson2009-08-221-29/+29
* Use new ext2fs_super_and_bgd_loc2 call in libext2fsJose R. Santos2009-07-111-3/+3
* e2fsck: Speed up pass 5 processing for ext4 filesystemsKazuya Mio2009-07-091-30/+98
* e2fsck: remove unused variable in check_block_bitmap()Kazuya Mio2009-07-061-3/+1
* e2fsck: optimize loop counter when fixing bitmap paddingKazuya Mio2009-07-061-2/+2
* Add empty function for init_resource_track() and print_resource_track()Ken Chen2009-05-281-9/+1
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-6/+6
* Remove LAZY_BG featureTheodore Ts'o2008-04-201-10/+6
* e2fsck: Fix pass5 handling of meta_bg and uninit_bg combinationTheodore Ts'o2008-04-201-6/+23
* Make e2fsck uninit block group awareJose R. Santos2008-03-201-17/+44
* libext2fs: cleanup usage of unsigned int or __u32 and replace it with blk_tValerie Clement2007-10-141-2/+2
* Add I/O statistics to e2fsckTheodore Ts'o2007-08-031-2/+2
* libext2fs: 32-bit bitmap refactorization, part 3Theodore Ts'o2007-07-231-1/+1
* [COVERITY] Fix (error case only) memory leak in e2fsck pass #5Brian Behlendorf2007-03-281-31/+32
* Detect overflows in loop countersEric Sandeen2006-08-301-5/+8
* Add support for EXT2_FEATURE_COMPAT_LAZY_BGTheodore Ts'o2006-05-081-10/+63
* Fix gcc -Wall nitpicksTheodore Ts'o2003-12-071-11/+11
* ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() Theodore Ts'o2003-08-011-3/+3
* Fix various gcc -Wall complaints.Theodore Ts'o2002-03-071-1/+1
* E2fsck now prints ranges in pass 5 when printing deltas inTheodore Ts'o2002-03-071-9/+76