aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/pass2.c
Commit message (Expand)AuthorAgeFilesLines
* Add bare-bones encryption support to e2fsckTheodore Ts'o2015-07-181-3/+10
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-191-83/+97
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-061-97/+83
* Add files that would normally be generated by the e2fsprogs build systemBernhard Rosenkränzer2014-01-051-1/+0
* Clean up sparse warningsTheodore Ts'o2013-12-161-2/+2
* libext2fs: fix tests that set LARGE_FILEDarrick J. Wong2013-12-121-1/+2
* e2fsck: use dgrp_t for block group numbersTheodore Ts'o2013-12-021-1/+1
* e2fsck: use problem_t to suppress some -Wconversion warningsTheodore Ts'o2013-12-021-6/+6
* e2fsck: use ext2fs_write_dir_block3() instead of ext2fs_write_dir_block()Kit Westneat2013-12-021-2/+2
* e2fsck: correctly deallocate invalid extent-mapped symlinksTheodore Ts'o2013-07-281-2/+5
* e2fsck: fix gcc -Wall nitsTheodore Ts'o2013-05-191-1/+1
* e2fsck: use different bitmap types as appropriateTheodore Ts'o2011-12-181-1/+6
* libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o2011-10-161-15/+15
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* e2fsck: Don't store old_op from ehandler_operation if we don't restore it.Eric Sandeen2011-09-161-2/+1
* e2fsprogs: Remove impossible name_len tests.Eric Sandeen2011-09-161-6/+0
* e2fsck: add support for checking the built-in quota filesAditya Kali2011-08-311-3/+13
* misc: use EXT2_I_SIZE() consistently to get sizeAndreas Dilger2011-07-081-2/+1
* misc: clean up compiler warningsAndreas Dilger2011-06-111-1/+2
* e2fsck: Fix up to be 64-bit block number safeValerie Aurora Henson2010-06-131-20/+20
* Merge branch 'maint' into nextTheodore Ts'o2010-06-071-6/+11
|\
| * e2fsck: Don't clear inodes if we found inodes that are in the unused regionTheodore Ts'o2010-05-111-6/+11
* | Merge branch 'maint' into nextTheodore Ts'o2010-01-311-28/+2
|\|
| * e2fsck: Fix block allocation for holes in extent-mapped directoriesTheodore Ts'o2009-11-291-28/+2
* | Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2()Valerie Aurora Henson2009-10-251-3/+5
* | Convert to use block group accessor functionsValerie Aurora Henson2009-10-251-2/+2
* | libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test()Theodore Ts'o2009-10-251-1/+1
* | libext2fs: clean up ext2fs_bg_flags_ interfacesEric Sandeen2009-10-251-1/+1
* | Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson2009-09-071-2/+2
* | Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson2009-09-071-12/+12
* | Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o2009-09-071-3/+3
* | e2fsck: Convert e2fsck to new bitmap interfaceValerie Aurora Henson2009-08-221-15/+15
|/
* e2fsck: remove unnecessary continue statementKazuya Mio2009-07-061-2/+0
* Fix encoding for rec_len in directories for >= 64k blocksize file systemsTheodore Ts'o2009-06-211-20/+22
* e2fsck: fix miscellaneous memory leaksTheodore Ts'o2009-06-151-0/+1
* Add empty function for init_resource_track() and print_resource_track()Ken Chen2009-05-281-9/+1
* e2fsck: only restart e2fsck once for inodes in uninit rangeAndreas Dilger2009-05-281-4/+10
* e2fsck: On a 32-bit filesystem, make sure i_file_acl_high is zeroTheodore Ts'o2009-04-231-0/+11
* e2fsck: Don't cancel the fsck run after clearing an errant INODE_UNINIT flagTheodore Ts'o2008-11-261-10/+8
* Fix various signed/unsigned gcc warningsTheodore Ts'o2008-11-161-2/+2
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-51/+51
* Add support for with empty directory blocks in 64k blocksize filesystemsTheodore Ts'o2008-08-251-22/+38
* fix e2fsck error message for bad htree depthAndreas Dilger2008-08-241-0/+1
* Add support for the HUGE_FILE featureTheodore Ts'o2008-04-171-1/+1
* Make e2fsck uninit block group awareJose R. Santos2008-03-201-9/+68
* e2fsck: Support long symlinks which use extentsTheodore Ts'o2008-03-131-1/+1
* Merge branch 'maint'Theodore Ts'o2008-03-131-2/+9
|\
| * e2fsck: Handle a pass 2 "should never happen" error gracefullyTheodore Ts'o2008-03-121-2/+9
* | Merge branch 'maint'Theodore Ts'o2008-02-271-9/+0
|\|
| * e2fsck: Don't clear the LARGE_FILES feature flagTheodore Ts'o2008-02-271-9/+0