aboutsummaryrefslogtreecommitdiff
path: root/e2fsck/pass5.c
AgeCommit message (Expand)Author
2014-03-19Switch back to 1.42.9 now that there is a fixJP Abgrall
2014-03-06Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall
2014-01-05Add files that would normally be generated by the e2fsprogs build systemBernhard Rosenkränzer
2013-12-15e2fsck: print cluster ranges when encountering bitmap errorsDarrick J. Wong
2013-12-02e2fsck: use dgrp_t for block group numbersTheodore Ts'o
2013-12-02e2fsck: use problem_t to suppress some -Wconversion warningsTheodore Ts'o
2012-12-15e2fsck: fix pass5 optimization for bigalloc file systemsTheodore Ts'o
2012-11-28e2fsck: optimize pass 5 for CPU utilizationTheodore Ts'o
2012-04-24e2fsck: quiet harmless inode/blocks errorsAndreas Dilger
2012-04-05Fix gcc -Wall nitpicksTheodore Ts'o
2012-03-11e2fsck: do not discard itable if discard doen't zero dataLukas Czerner
2012-03-11e2fsck: do not discard when in read only modeLukas Czerner
2012-03-11e2fsck: optimize CPU usage in check_{block,inode}_bitmaps()Theodore Ts'o
2012-03-11e2fsck: do not forget to discard last block groupLukas Czerner
2012-03-11e2fsck: remove last argument from e2fsck_discard_blocks()Lukas Czerner
2012-03-11e2fsck: discard only unused parts of inode tableLukas Czerner
2011-12-18e2fsck: fix pass5 bug when using two different bitmap backendsTheodore Ts'o
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o
2011-09-16e2fsck: fix error in computing blocks of the ending groupYongqiang Yang
2011-09-15e2fsck: do not attempt to discard if -n was specifiedLukas Czerner
2011-06-16Fix superblock field s_blocks_count for bigalloc file systemsTheodore Ts'o
2011-06-15e2fsck: Fix pass5 handling for bigalloc && uninit_bg file systemsTheodore Ts'o
2011-06-11misc: clean up compiler warningsAndreas Dilger
2011-06-10e2fsck: add basic bigalloc support to check (but not yet repair) file systemsTheodore Ts'o
2010-11-22e2fsck: Discard free data and inode blocks.Lukas Czerner
2010-06-13e2fsck: Fix up to be 64-bit block number safeValerie Aurora Henson
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson
2009-10-25libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test()Theodore Ts'o
2009-10-25libext2fs: clean up ext2fs_bg_flags_ interfacesEric Sandeen
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson
2009-09-07Fix overflow in calculation of total file system blocksValerie Aurora Henson
2009-09-07Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o
2009-08-22e2fsck: Convert e2fsck to new bitmap interfaceValerie Aurora Henson
2009-07-11Use new ext2fs_super_and_bgd_loc2 call in libext2fsJose R. Santos
2009-07-09e2fsck: Speed up pass 5 processing for ext4 filesystemsKazuya Mio
2009-07-06e2fsck: remove unused variable in check_block_bitmap()Kazuya Mio
2009-07-06e2fsck: optimize loop counter when fixing bitmap paddingKazuya Mio
2009-05-28Add empty function for init_resource_track() and print_resource_track()Ken Chen
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o
2008-04-20Remove LAZY_BG featureTheodore Ts'o
2008-04-20e2fsck: Fix pass5 handling of meta_bg and uninit_bg combinationTheodore Ts'o
2008-03-20Make e2fsck uninit block group awareJose R. Santos
2007-10-14libext2fs: cleanup usage of unsigned int or __u32 and replace it with blk_tValerie Clement
2007-08-03Add I/O statistics to e2fsckTheodore Ts'o
2007-07-23libext2fs: 32-bit bitmap refactorization, part 3Theodore Ts'o
2007-03-28[COVERITY] Fix (error case only) memory leak in e2fsck pass #5Brian Behlendorf
2006-08-30Detect overflows in loop countersEric Sandeen
2006-05-08Add support for EXT2_FEATURE_COMPAT_LAZY_BGTheodore Ts'o
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o
2003-08-01ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() Theodore Ts'o