summaryrefslogtreecommitdiff
path: root/e2fsck/pass3.c
Commit message (Expand)AuthorAgeFilesLines
* e2fsck: mark that we don't care about the return value of e2fsck_lookup()Theodore Ts'o2022-08-111-2/+2
* e2fsck: no parent lookup in disconnected dirAndreas Dilger2022-05-021-7/+12
* e2fsck: update the quota records when the root directory is recreatedTheodore Ts'o2019-09-021-3/+9
* Fix typos in code comments and developer docsSebastian Rasmussen2017-10-151-1/+1
* e2fsck: fix quota accounting to use cluster unitsEric Whitney2017-04-131-2/+3
* e2fsck: fix project quota supportTheodore Ts'o2016-05-211-9/+12
* e2fsck: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-241-2/+1
* e2fsck: check for an encrypted lost+found directoryTheodore Ts'o2015-07-161-1/+17
* e2fsck: don't complain about root dir csum failures when getting lnfDarrick J. Wong2014-12-131-0/+9
* libext2fs/e2fsck: refactor everyone who writes zero blocks to diskDarrick J. Wong2014-10-131-10/+3
* e2fsck: expand root dir if linking l+f failsDarrick J. Wong2014-09-111-0/+8
* misc: fix gcc warningsDarrick J. Wong2014-08-241-1/+1
* e2fsck: convert 'delete files' warning to a proper fix_problem errorDarrick J. Wong2014-08-101-2/+2
* e2fsck: correctly preserve fs flags when modifying ignore-csum-error flagDarrick J. Wong2014-08-021-3/+8
* e2fsck: use root dir for lost+found when really desperateDarrick J. Wong2014-08-021-0/+12
* e2fsck: write dir blocks after new inode when reconstructing root/lost+foundDarrick J. Wong2014-07-261-40/+45
* Merge branch 'maint' into nextTheodore Ts'o2014-07-261-2/+26
|\
| * e2fsck: reserve blocks for root/lost+found directory repairDarrick J. Wong2014-07-261-0/+23
| * libext2fs: provide a function to set inode sizeDarrick J. Wong2014-07-261-2/+3
* | Merge branch 'maint' into nextTheodore Ts'o2014-07-251-37/+0
|\ \ | |/
| * e2fsck: force all block allocations to use block_found_mapDarrick J. Wong2014-07-241-37/+0
* | e2fsck: check inline_data in pass3Zheng Liu2014-03-041-0/+12
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-261-1/+1
|\ \ | |/
| * e2fsck: read only parameter incorrectly comparedJohan Erlandsson2013-12-191-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-161-7/+16
|\ \ | |/
| * e2fsck: try implied cluster allocation when expanding a dirDarrick J. Wong2013-12-151-7/+16
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-121-3/+41
|\ \ | |/
| * e2fsck: in rehash, mark newly allocated extent blocks as foundDarrick J. Wong2013-12-121-1/+38
| * e2fsck: fix memory leaks (on error path)Darrick J. Wong2013-12-121-2/+3
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-031-1/+1
|\ \ | |/
| * e2fsck: use ext2fs_write_dir_block3() instead of ext2fs_write_dir_block()Kit Westneat2013-12-021-4/+4
* | Merge branch 'maint' into nextTheodore Ts'o2013-10-121-1/+4
|\ \ | |/
| * e2fsprogs: fix blk_t <- blk64_t assignment mismatchesDarrick J. Wong2013-10-071-1/+4
* | libext2fs: provide functions to safely access name_len and file_typeJan Kara2013-06-081-4/+3
* | ext4: fix rehashing of the lost+found directoryTheodore Ts'o2012-08-151-1/+1
* | e2fsck: check directory leaf block checksumsDarrick J. Wong2012-08-021-0/+4
* | libext2fs: add checksums to the end of directory leaf nodesDarrick J. Wong2012-08-021-3/+7
|/
* e2fsck: use different bitmap types as appropriateTheodore Ts'o2011-12-181-3/+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-0/+3
* 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-2/+2
* Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson2009-09-071-1/+1
* e2fsck: Convert e2fsck to new bitmap interfaceValerie Aurora Henson2009-08-221-23/+23
* Add empty function for init_resource_track() and print_resource_track()Ken Chen2009-05-281-16/+2
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-31/+31
* Add support for the HUGE_FILE featureTheodore Ts'o2008-04-171-3/+3
* Add I/O statistics to e2fsckTheodore Ts'o2007-08-031-3/+4
* Rework e2fsck's dirinfo abstraction to be more friendly for databasesTheodore Ts'o2007-04-041-47/+42
* Fix e2fsck to set the filetype of '..' when connecting a dir, to lost+foundTheodore Ts'o2007-03-311-0/+6