aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/pass1b.c
Commit message (Expand)AuthorAgeFilesLines
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-191-155/+264
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-061-264/+155
* Add files that would normally be generated by the e2fsprogs build systemBernhard Rosenkränzer2014-01-051-1/+0
* build: quiet LLVM non-literal string format warningAndreas Dilger2013-12-151-1/+1
* e2fsck: use errcode_t to suppress some -Wconversion warningsTheodore Ts'o2013-12-021-4/+4
* e2fsck: fix gcc -Wall nitsTheodore Ts'o2013-05-191-17/+18
* 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
* [COVERITY] Check for NULL return from dict_lookup() in e2fsckBrian Behlendorf2007-03-191-0/+15
* Fix loops over group descriptors to prevent 2**32-1 block number overflowsEric Sandeen2006-09-121-6/+6
* Add missing backwards compatibility for ancient Linux systemsTheodore Ts'o2006-05-291-1/+1
* Fix format statements to make e2fsprogs programs 32-bit cleanTakashi Sato2006-03-181-2/+2
* Don't offer to update or clone the resize inode when e2fsck deals withTheodore Ts'o2005-04-141-1/+1
* Use a centrally stored current time for "now" which Theodore Ts'o2005-04-141-1/+1
* Fix configure.in to use AC_CHECK_TYPES instead of the "broken by design"Theodore Ts'o2005-01-091-0/+4
* Fix up preen mode messages during pass 1B/C/D.Theodore Ts'o2004-02-221-3/+6
* Fix gcc -Wall nitpicksTheodore Ts'o2003-12-071-14/+18
* Include inttypes.h if present. New macros INT_TO_VOIDPTR andTheodore Ts'o2003-08-011-15/+23
* ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() Theodore Ts'o2003-08-011-3/+3
* Handle BAD_BLOCK_IN_INODE_TABLE even at the beginning of theTheodore Ts'o2002-10-031-17/+12
* Overhaul extended attribute handling. Should now be correct withTheodore Ts'o2002-08-171-16/+46
* Change e2fsck to use a red/black tree in pass1b, to remove O(n**2) Theodore Ts'o2002-08-011-221/+224
* pass1b.c (pass1b, process_pass1b_block): Change the num_badTheodore Ts'o2001-07-071-12/+23
* pass1b.c (clone_file_block): Fix bugs when cloning extended attributeTheodore Ts'o2001-07-071-28/+43
* Add initial support for extended attribute blocksTheodore Ts'o2001-07-021-0/+40
* ChangeLog, pass1.c, pass1b.c:Theodore Ts'o2001-06-011-3/+2
* Many files:Theodore Ts'o2001-01-111-13/+13