Whamcloud - gitweb
AOSP: Update Android.bp files.
[tools/e2fsprogs.git] / e2fsck / pass5.c
2017-10-16 Theodore Ts'oMerge branch 'maint' into next
2017-10-16 Sebastian RasmussenFix typos in code comments and developer docs
2017-04-27 Tahsin Erdogane2fsck: eliminate per-block cluster alignment check
2016-05-29 Theodore Ts'oe2fsck,resize2fs: fix gcc -Wall nits
2015-10-24 Darrick J. Wonge2fsck: clean up feature test macros with predicate...
2014-11-04 Darrick J. Wonge2fsck: fix compiler warnings
2014-09-19 Theodore Ts'oe2fsck: use ext2fs_get_mem() instad of ext2fs_get_memal...
2014-08-24 Darrick J. Wongmisc: fix gcc warnings
2014-07-26 Theodore Ts'oMerge branch 'maint' into next
2014-07-26 Theodore Ts'oFix 32/64-bit overflow when multiplying by blocks/clust...
2014-07-26 Andreas Dilgerbuild: fix unused/uninitialized variable warnings
2014-07-23 Darrick J. Wonge2fsck: don't clobber critical metadata during check_blocks
2014-05-27 Andreas Dilgermisc: fix compile warnings on master branch
2014-01-31 Theodore Ts'oMerge branch 'maint' into next
2014-01-11 Darrick J. Wonge2fsck: remove uninit block bitmap calculation
2013-12-16 Theodore Ts'oMerge branch 'maint' into next
2013-12-16 Darrick J. Wonge2fsck: print cluster ranges when encountering bitmap...
2013-12-03 Theodore Ts'oMerge branch 'maint' into next
2013-12-03 Theodore Ts'oe2fsck: use dgrp_t for block group numbers
2013-12-03 Theodore Ts'oe2fsck: use problem_t to suppress some -Wconversion...
2013-09-16 Darrick J. Wonge2fsck: fix incorrect bbitmap checksum failure caused...
2013-05-20 Theodore Ts'oe2fsck: fix gcc -Wall nits
2012-12-17 Theodore Ts'oMerge branch 'maint' into next
2012-12-16 Theodore Ts'oe2fsck: fix pass5 optimization for bigalloc file systems
2012-11-30 Theodore Ts'oMerge branch 'maint' into next
2012-11-29 Theodore Ts'oe2fsck: optimize pass 5 for CPU utilization
2012-08-03 Darrick J. Wonge2fsck: ensure block group checksum uses
2012-07-30 Darrick J. Wonge2fsck: verify block bitmap checksum
2012-07-30 Darrick J. Wonge2fsck: verify inode bitmap checksum
2012-04-24 Andreas Dilgere2fsck: quiet harmless inode/blocks errors
2012-04-05 Theodore Ts'oFix gcc -Wall nitpicks
2012-03-11 Lukas Czernere2fsck: do not discard itable if discard doen't zero...
2012-03-11 Lukas Czernere2fsck: do not discard when in read only mode
2012-03-11 Theodore Ts'oe2fsck: optimize CPU usage in check_{block,inode}_bitmaps()
2012-03-11 Lukas Czernere2fsck: do not forget to discard last block group
2012-03-11 Lukas Czernere2fsck: remove last argument from e2fsck_discard_blocks()
2012-03-11 Lukas Czernere2fsck: discard only unused parts of inode table
2011-12-18 Theodore Ts'oe2fsck: fix pass5 bug when using two different bitmap...
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-09-16 Yongqiang Yange2fsck: fix error in computing blocks of the ending...
2011-09-16 Lukas Czernere2fsck: do not attempt to discard if -n was specified
2011-06-16 Theodore Ts'oFix superblock field s_blocks_count for bigalloc file...
2011-06-16 Theodore Ts'oe2fsck: Fix pass5 handling for bigalloc && uninit_bg...
2011-06-11 Andreas Dilgermisc: clean up compiler warnings
2011-06-10 Theodore Ts'oe2fsck: add basic bigalloc support to check (but not...
2010-11-23 Lukas Czernere2fsck: Discard free data and inode blocks.
2010-06-13 Valerie Aurora Hensone2fsck: Fix up to be 64-bit block number safe
2009-10-26 Valerie Aurora HensonConvert to use block group accessor functions
2009-10-26 Theodore Ts'olibext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_f...
2009-10-26 Eric Sandeenlibext2fs: clean up ext2fs_bg_flags_ interfaces
2009-09-08 Valerie Aurora HensonConvert uses of super->s_*_blocks_count to ext2fs_...
2009-09-08 Valerie Aurora HensonFix overflow in calculation of total file system blocks
2009-09-08 Theodore Ts'oUse accessor functions fields for bg_flags in the block...
2009-08-23 Valerie Aurora Hensone2fsck: Convert e2fsck to new bitmap interface
2009-07-07 Kazuya Mioe2fsck: remove unused variable in check_block_bitmap()
2009-07-07 Kazuya Mioe2fsck: optimize loop counter when fixing bitmap padding
2009-07-12 Jose R. SantosUse new ext2fs_super_and_bgd_loc2 call in libext2fs
2009-07-09 Kazuya Mioe2fsck: Speed up pass 5 processing for ext4 filesystems
2009-05-28 Ken ChenAdd empty function for init_resource_track() and print_...
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-04-21 Theodore Ts'oRemove LAZY_BG feature
2008-04-20 Theodore Ts'oe2fsck: Fix pass5 handling of meta_bg and uninit_bg...
2008-03-20 Jose R. SantosMake e2fsck uninit block group aware
2007-10-15 Valerie Clementlibext2fs: cleanup usage of unsigned int or __u32 and...
2007-08-04 Theodore Ts'oAdd I/O statistics to e2fsck
2007-07-23 Theodore Ts'olibext2fs: 32-bit bitmap refactorization, part 3
2007-03-28 Brian Behlendorf[COVERITY] Fix (error case only) memory leak in e2fsck...
2006-08-30 Eric SandeenDetect overflows in loop counters
2006-05-09 Theodore Ts'oAdd support for EXT2_FEATURE_COMPAT_LAZY_BG
2003-12-07 Theodore Ts'oFix gcc -Wall nitpicks
2003-08-01 Theodore Ts'oext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem()
2002-03-08 Theodore Ts'oFix various gcc -Wall complaints.
2002-03-07 Theodore Ts'oE2fsck now prints ranges in pass 5 when printing deltas in
2001-01-11 Theodore Ts'oMany files:
2000-06-10 Theodore Ts'oChangeLog, pass5.c, problem.c, problem.h:
2000-02-07 Theodore Ts'oMany files:
1999-07-19 Theodore Ts'oMany files:
1999-06-18 Theodore Ts'oChangeLog, pass5.c:
1998-05-07 Theodore Ts'oChangeLog, e2fsck.8.in, e2fsck.h, pass5.c, unix.c:
1998-02-24 Theodore Ts'oMany files:
1998-02-20 Theodore Ts'oChangeLog, pass5.c:
1998-01-19 Theodore Ts'oMany files:
1997-11-14 Theodore Ts'oMany files:
1997-11-03 Theodore Ts'oMany files:
1997-10-20 Theodore Ts'oMany files:
1997-10-03 Theodore Ts'oMany files:
1997-04-29 Theodore Ts'oMany files:
1997-04-26 Theodore Ts'oMany files: E2FSPROGS-0_5B
1997-04-26 Theodore Ts'oMany files:
1997-04-26 Theodore Ts'oMany files: