aboutsummaryrefslogtreecommitdiff
path: root/e2fsck/pass1b.c
AgeCommit message (Expand)Author
2023-01-25e2fsck: optimize clone_file on large devicesLi Dongyang
2021-07-06Fix -Wunused-parameter warningsEric Biggers
2021-02-11Fix clang warnings on architectures with a 64-bit longTheodore Ts'o
2021-01-27dict: support comparison with contextGabriel Krisman Bertazi
2020-03-04e2fsck: consistently use ext2fs_get_mem()Andreas Dilger
2019-12-20e2fsck: don't try to rehash a deleted directoryTheodore Ts'o
2018-06-21AOSP: e2fsck: allow read-only testing if -E unshare_blocks will succeedDavid Anderson
2018-06-21AOSP: e2fsck: Add an extended option for unsharing blocks.David Anderson
2017-10-15Fix typos in code comments and developer docsSebastian Rasmussen
2017-05-24e2fsck: fix multiply-claimed block quota accounting when deleting filesEric Whitney
2016-05-21e2fsck: fix project quota supportTheodore Ts'o
2015-10-24e2fsck: clean up feature test macros with predicate functionsDarrick J. Wong
2015-07-12Move dict.c from e2fsck to lib/supportTheodore Ts'o
2015-04-12Remove compression supportTheodore Ts'o
2015-01-28e2fsck: decrement bad count _after_ remapping a duplicate blockDarrick J. Wong
2014-07-26Merge branch 'maint' into nextTheodore Ts'o
2014-07-26e2fsck: during pass1b delete_file, only free a cluster onceDarrick J. Wong
2014-07-26e2fsck: fix rule-violating lblk->pblk mappings on bigalloc filesystemsDarrick J. Wong
2014-07-25Merge branch 'maint' into nextTheodore Ts'o
2014-07-24e2fsck: force all block allocations to use block_found_mapDarrick J. Wong
2014-07-23e2fsck: don't clobber critical metadata during check_blocksDarrick J. Wong
2014-07-22Merge branch 'maint' into nextTheodore Ts'o
2014-07-22e2fsck: report correct inode number in pass1bDarrick J. Wong
2014-03-15e2fsck: print runs of duplicate blocks instead of all of themDarrick J. Wong
2013-12-16Merge branch 'maint' into nextTheodore Ts'o
2013-12-15build: quiet LLVM non-literal string format warningAndreas Dilger
2013-12-03Merge branch 'maint' into nextTheodore Ts'o
2013-12-02e2fsck: use errcode_t to suppress some -Wconversion warningsTheodore Ts'o
2013-05-19Merge branch 'maint' into nextTheodore Ts'o
2013-05-19e2fsck: fix gcc -Wall nitsTheodore Ts'o
2012-08-02libext2fs: verify and calculate extended attribute block checksumsDarrick J. Wong
2011-12-18e2fsck: use different bitmap types as appropriateTheodore Ts'o
2011-12-16e2fsck: fix use of uninitialized value in the MMP codeTheodore Ts'o
2011-11-28e2fsck: fix handling of duplicate blocks with bigalloc file systemsTheodore Ts'o
2011-10-16libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o
2011-09-25ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o
2011-08-31e2fsck: add support for checking the built-in quota filesAditya Kali
2011-07-09e2fsck: fix pass1b handling for bigalloc file systemsTheodore Ts'o
2011-05-31e2fsck: don't check/clone duplicate xattr blocks in fs without xattr featureEric Sandeen
2010-06-13e2fsck: Fix up to be 64-bit block number safeValerie Aurora Henson
2009-10-25Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2()Valerie Aurora Henson
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson
2009-09-07Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson
2009-08-22e2fsck: Convert e2fsck to new bitmap interfaceValerie Aurora Henson
2009-06-15e2fsck: fix miscellaneous memory leaksTheodore Ts'o
2009-05-28Add empty function for init_resource_track() and print_resource_track()Ken Chen
2009-05-28e2fsck: add resource tracking for passes 1[b-d]Ken Chen
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o