aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/pass1b.c
Commit message (Expand)AuthorAgeFilesLines
* AOSP: e2fsck: allow read-only testing if -E unshare_blocks will succeedDavid Anderson2018-06-211-5/+20
* AOSP: e2fsck: Add an extended option for unsharing blocks.David Anderson2018-06-211-2/+34
* Fix typos in code comments and developer docsSebastian Rasmussen2017-10-151-1/+1
* e2fsck: fix multiply-claimed block quota accounting when deleting filesEric Whitney2017-05-241-2/+4
* e2fsck: fix project quota supportTheodore Ts'o2016-05-211-36/+47
* e2fsck: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-241-2/+2
* Move dict.c from e2fsck to lib/supportTheodore Ts'o2015-07-121-1/+1
* Remove compression supportTheodore Ts'o2015-04-121-3/+3
* e2fsck: decrement bad count _after_ remapping a duplicate blockDarrick J. Wong2015-01-281-3/+29
* Merge branch 'maint' into nextTheodore Ts'o2014-07-261-7/+38
|\
| * e2fsck: during pass1b delete_file, only free a cluster onceDarrick J. Wong2014-07-261-1/+2
| * e2fsck: fix rule-violating lblk->pblk mappings on bigalloc filesystemsDarrick J. Wong2014-07-261-6/+36
* | Merge branch 'maint' into nextTheodore Ts'o2014-07-251-1/+0
|\|
| * e2fsck: force all block allocations to use block_found_mapDarrick J. Wong2014-07-241-1/+0
* | e2fsck: don't clobber critical metadata during check_blocksDarrick J. Wong2014-07-231-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2014-07-221-0/+1
|\|
| * e2fsck: report correct inode number in pass1bDarrick J. Wong2014-07-221-0/+1
* | e2fsck: print runs of duplicate blocks instead of all of themDarrick J. Wong2014-03-151-2/+21
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-161-1/+1
|\|
| * build: quiet LLVM non-literal string format warningAndreas Dilger2013-12-151-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-031-4/+4
|\|
| * e2fsck: use errcode_t to suppress some -Wconversion warningsTheodore Ts'o2013-12-021-4/+4
* | Merge branch 'maint' into nextTheodore Ts'o2013-05-191-17/+18
|\|
| * e2fsck: fix gcc -Wall nitsTheodore Ts'o2013-05-191-17/+18
* | libext2fs: verify and calculate extended attribute block checksumsDarrick J. Wong2012-08-021-2/+2
|/
* e2fsck: use different bitmap types as appropriateTheodore Ts'o2011-12-181-2/+4
* e2fsck: fix use of uninitialized value in the MMP codeTheodore Ts'o2011-12-161-1/+1
* e2fsck: fix handling of duplicate blocks with bigalloc file systemsTheodore Ts'o2011-11-281-31/+24
* libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o2011-10-161-17/+17
* ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger2011-09-251-0/+4
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* e2fsck: add support for checking the built-in quota filesAditya Kali2011-08-311-1/+5
* e2fsck: fix pass1b handling for bigalloc file systemsTheodore Ts'o2011-07-091-89/+182
* e2fsck: don't check/clone duplicate xattr blocks in fs without xattr featureEric Sandeen2011-05-311-2/+4
* e2fsck: Fix up to be 64-bit block number safeValerie Aurora Henson2010-06-131-8/+8
* Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2()Valerie Aurora Henson2009-10-251-1/+1
* Convert to use block group accessor functionsValerie Aurora Henson2009-10-251-5/+5
* Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson2009-09-071-26/+36
* Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson2009-09-071-2/+2
* e2fsck: Convert e2fsck to new bitmap interfaceValerie Aurora Henson2009-08-221-15/+15
* e2fsck: fix miscellaneous memory leaksTheodore Ts'o2009-06-151-0/+3
* Add empty function for init_resource_track() and print_resource_track()Ken Chen2009-05-281-24/+3
* e2fsck: add resource tracking for passes 1[b-d]Ken Chen2009-05-281-0/+32
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-35/+35
* Merge branch 'maint'Theodore Ts'o2008-03-131-2/+2
|\
| * e2fsck: Fix obvious typo in an "internal error" messageTheodore Ts'o2008-03-121-2/+2
* | e2fsck: Add support for extentsTheodore Ts'o2008-02-181-3/+4
* | e2fsck: factor out code to clear an inode into e2fsck_clear_inode()Theodore Ts'o2008-02-181-5/+1
|/
* e2fsck: Count the root directory as found if it has shared blocks in pass1cJim Garlick2007-04-201-2/+8
* e2fsck: pass1c terminates early if hard linksJim Garlick2007-04-101-2/+4