summaryrefslogtreecommitdiff
path: root/e2fsck/pass1b.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-16libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o1-17/+17
2011-09-25ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger1-0/+4
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o1-0/+1
2011-08-31e2fsck: add support for checking the built-in quota filesAditya Kali1-1/+5
2011-07-09e2fsck: fix pass1b handling for bigalloc file systemsTheodore Ts'o1-89/+182
2011-05-31e2fsck: don't check/clone duplicate xattr blocks in fs without xattr featureEric Sandeen1-2/+4
2010-06-13e2fsck: Fix up to be 64-bit block number safeValerie Aurora Henson1-8/+8
2009-10-25Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2()Valerie Aurora Henson1-1/+1
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson1-5/+5
2009-09-07Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson1-26/+36
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson1-2/+2
2009-08-22e2fsck: Convert e2fsck to new bitmap interfaceValerie Aurora Henson1-15/+15
2009-06-15e2fsck: fix miscellaneous memory leaksTheodore Ts'o1-0/+3
2009-05-28Add empty function for init_resource_track() and print_resource_track()Ken Chen1-24/+3
2009-05-28e2fsck: add resource tracking for passes 1[b-d]Ken Chen1-0/+32
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-35/+35
2008-03-13Merge branch 'maint'Theodore Ts'o1-2/+2
2008-03-12e2fsck: Fix obvious typo in an "internal error" messageTheodore Ts'o1-2/+2
2008-02-18e2fsck: Add support for extentsTheodore Ts'o1-3/+4
2008-02-18e2fsck: factor out code to clear an inode into e2fsck_clear_inode()Theodore Ts'o1-5/+1
2007-04-20e2fsck: Count the root directory as found if it has shared blocks in pass1cJim Garlick1-2/+8
2007-04-10e2fsck: pass1c terminates early if hard linksJim Garlick1-2/+4
2007-03-19[COVERITY] Check for NULL return from dict_lookup() in e2fsckBrian Behlendorf1-0/+15
2006-09-12Fix loops over group descriptors to prevent 2**32-1 block number overflowsEric Sandeen1-6/+6
2006-05-29Add missing backwards compatibility for ancient Linux systemsTheodore Ts'o1-1/+1
2006-03-18Fix format statements to make e2fsprogs programs 32-bit cleanTakashi Sato1-2/+2
2005-04-14Don't offer to update or clone the resize inode when e2fsck deals withTheodore Ts'o1-1/+1
2005-04-14Use a centrally stored current time for "now" which Theodore Ts'o1-1/+1
2005-01-09Fix configure.in to use AC_CHECK_TYPES instead of the "broken by design"Theodore Ts'o1-0/+4
2004-02-22Fix up preen mode messages during pass 1B/C/D.Theodore Ts'o1-3/+6
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o1-14/+18
2003-08-01Include inttypes.h if present. New macros INT_TO_VOIDPTR andTheodore Ts'o1-15/+23
2003-08-01ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() Theodore Ts'o1-3/+3
2002-10-03Handle BAD_BLOCK_IN_INODE_TABLE even at the beginning of theTheodore Ts'o1-17/+12
2002-08-17Overhaul extended attribute handling. Should now be correct withTheodore Ts'o1-16/+46
2002-08-01Change e2fsck to use a red/black tree in pass1b, to remove O(n**2) Theodore Ts'o1-221/+224
2001-07-07pass1b.c (pass1b, process_pass1b_block): Change the num_badTheodore Ts'o1-12/+23
2001-07-07pass1b.c (clone_file_block): Fix bugs when cloning extended attributeTheodore Ts'o1-28/+43
2001-07-02Add initial support for extended attribute blocksTheodore Ts'o1-0/+40
2001-06-01ChangeLog, pass1.c, pass1b.c:Theodore Ts'o1-3/+2
2001-01-11Many files:Theodore Ts'o1-13/+13
2001-01-06Many files:Theodore Ts'o1-8/+6
2000-11-17ChangeLog, message.c, pass1b.c, pass2.c, pass3.c, problem.c, problem.h:Theodore Ts'o1-25/+34
2000-02-11Many files:Theodore Ts'o1-3/+3
2000-02-08ChangeLog, e2fsck.h, pass1.c, pass1b.c:Theodore Ts'o1-4/+41
2000-02-07Many files:Theodore Ts'o1-7/+7
1999-09-14ChangeLog, pass1b.c:Theodore Ts'o1-1/+3
1998-01-19Many files:Theodore Ts'o1-14/+19
1997-11-14Many files:Theodore Ts'o1-11/+16
1997-11-03Many files:Theodore Ts'o1-12/+12