Whamcloud - gitweb
e2fsck: skip quota update when interrupted
[tools/e2fsprogs.git] / e2fsck / pass2.c
2015-11-16 Andreas Dilgere2fsck: skip quota update when interrupted
2015-01-23 Justus Wintere2fsck: fix corruption of Hurd filesystems
2014-11-05 Darrick J. Wonge2fsck: fix reporting of unknown htree block inode...
2014-07-26 Darrick J. Wonge2fsck: during pass1b delete_file, only free a cluster...
2014-07-26 Darrick J. Wonge2fsck: perform implied cluster allocations when fillin...
2014-07-26 Darrick J. Wonglibext2fs: provide a function to set inode size
2014-07-25 Darrick J. Wonge2fsck: force all block allocations to use block_found_map
2013-12-16 Theodore Ts'oClean up sparse warnings
2013-12-12 Darrick J. Wonglibext2fs: fix tests that set LARGE_FILE
2013-12-03 Theodore Ts'oe2fsck: use dgrp_t for block group numbers
2013-12-03 Theodore Ts'oe2fsck: use problem_t to suppress some -Wconversion...
2013-12-03 Kit Westneate2fsck: use ext2fs_write_dir_block3() instead of ext2fs...
2013-07-29 Theodore Ts'oe2fsck: correctly deallocate invalid extent-mapped...
2013-05-20 Theodore Ts'oe2fsck: fix gcc -Wall nits
2011-12-18 Theodore Ts'oe2fsck: use different bitmap types as appropriate
2011-10-17 Theodore Ts'olibext2fs: ext2fs_[set_]file_acl_block needs to check...
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-09-16 Eric Sandeene2fsck: Don't store old_op from ehandler_operation...
2011-09-16 Eric Sandeene2fsprogs: Remove impossible name_len tests.
2011-08-31 Aditya Kalie2fsck: add support for checking the built-in quota...
2011-07-09 Andreas Dilgermisc: use EXT2_I_SIZE() consistently to get size
2011-06-11 Andreas Dilgermisc: clean up compiler warnings
2010-06-13 Valerie Aurora Hensone2fsck: Fix up to be 64-bit block number safe
2010-06-07 Theodore Ts'oMerge branch 'maint' into next
2010-05-11 Theodore Ts'oe2fsck: Don't clear inodes if we found inodes that...
2010-01-31 Theodore Ts'oMerge branch 'maint' into next
2009-11-29 Theodore Ts'oe2fsck: Fix block allocation for holes in extent-mapped...
2009-10-26 Valerie Aurora HensonConvert ext2fs_block_alloc_stats() calls to block_alloc...
2009-10-26 Valerie Aurora HensonConvert to use block group accessor functions
2009-10-26 Theodore Ts'olibext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_f...
2009-10-26 Eric Sandeenlibext2fs: clean up ext2fs_bg_flags_ interfaces
2009-09-08 Valerie Aurora HensonConvert uses of super->s_*_blocks_count to ext2fs_...
2009-09-08 Valerie Aurora HensonUse ext2fs_file_acl_block() instead of using .i_file_ac...
2009-09-08 Theodore Ts'oUse accessor functions fields for bg_flags in the block...
2009-08-23 Valerie Aurora Hensone2fsck: Convert e2fsck to new bitmap interface
2009-07-07 Kazuya Mioe2fsck: remove unnecessary continue statement
2009-06-22 Theodore Ts'oFix encoding for rec_len in directories for >= 64k...
2009-06-15 Theodore Ts'oe2fsck: fix miscellaneous memory leaks
2009-05-28 Ken ChenAdd empty function for init_resource_track() and print_...
2009-05-28 Andreas Dilgere2fsck: only restart e2fsck once for inodes in uninit...
2009-04-24 Theodore Ts'oe2fsck: On a 32-bit filesystem, make sure i_file_acl_hi...
2008-11-27 Theodore Ts'oe2fsck: Don't cancel the fsck run after clearing an...
2008-11-16 Theodore Ts'oFix various signed/unsigned gcc warnings
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-08-26 Theodore Ts'oAdd support for with empty directory blocks in 64k...
2008-08-25 Andreas Dilgerfix e2fsck error message for bad htree depth
2008-04-17 Theodore Ts'oAdd support for the HUGE_FILE feature
2008-03-20 Jose R. SantosMake e2fsck uninit block group aware
2008-03-14 Theodore Ts'oe2fsck: Support long symlinks which use extents
2008-03-13 Theodore Ts'oMerge branch 'maint'
2008-03-12 Theodore Ts'oe2fsck: Handle a pass 2 "should never happen" error...
2008-02-27 Theodore Ts'oMerge branch 'maint'
2008-02-27 Theodore Ts'oe2fsck: Don't clear the LARGE_FILES feature flag
2008-02-18 Theodore Ts'oe2fsck: factor out code to clear an inode into e2fsck_c...
2007-11-01 Coly Lie2fsck: remove masix support
2007-10-06 Theodore Ts'oMerge branch 'maint'
2007-10-06 Theodore Ts'oe2fsck: update the backup superblocks if the feature...
2007-08-04 Theodore Ts'oAdd I/O statistics to e2fsck
2007-07-10 Kalpak Shahe2fsck: Fix salvage_directory when the last entry's...
2007-04-19 Theodore Ts'oRemove unused variable in e2fsck/pass2.c:check_dir_block()
2007-04-14 Bryn M. ReevesCorrect byteswapping for fast symlinks with xattrs
2007-04-14 Theodore Ts'oImprove I/O error messages in e2fsck
2007-04-06 Theodore Ts'oEnable e2fsck to use the tdb library for the inode...
2007-04-05 Theodore Ts'oRework e2fsck's dirinfo abstraction to be more friendly...
2006-11-15 Theodore Ts'oFix misc. gcc -Wall complaints in the misc and e2fsck...
2006-11-12 Theodore Ts'oAdd directory hashed signed/unsigned hint to superblock
2006-11-11 Theodore Ts'oOn-disk format definition for huge files
2006-10-22 Theodore Ts'oFix potential e2fsck -n crash
2006-03-19 Takashi SatoFix format statements to make e2fsprogs programs 32...
2005-07-04 Theodore Ts'o[BUGFIX]: E2fsck will segfault on disconnected inode...
2005-04-14 Theodore Ts'oUse a centrally stored current time for "now" which
2005-02-05 Theodore Ts'oRemove support for --enable-clear-htree; this was
2005-01-28 Theodore Ts'opass2.c (e2fsck_process_bad_inode): Fix a corner case...
2005-01-28 Theodore Ts'oFixed missing not_fixed branch in e2fsck so that if...
2005-01-27 Theodore Ts'oFix e2fsck to not delete symlinks that contain an exten...
2004-01-30 Theodore Ts'oFix a byte swap bugs, including one which caused e2fsck to
2003-12-28 Matthias AndreeFix more compiler warnings.
2003-12-07 Theodore Ts'oFix gcc -Wall nitpicks
2003-08-01 Theodore Ts'oext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem()
2003-07-06 Theodore Ts'oFixx gcc -Wall nitpicks.
2003-04-19 Theodore Ts'oFix gcc -Wall warnings.
2003-03-15 Theodore Ts'oe2fsck/pass2.c (check_dir_block): Check for duplicate...
2003-03-02 Theodore Ts'oUpdate debugfs and e2fsck to use the blkid library.
2002-12-18 Theodore Ts'opass2.c (strnlen): Provide strnlen if libc doesn't.
2002-11-09 Theodore Ts'oAdd german translation to the language catalog
2002-10-03 Theodore Ts'oFix endian problems in the htree code for e2fsck and...
2002-09-30 Theodore Ts'oAvoid counting directory entries during a directory...
2002-09-29 Theodore Ts'opass2.c (check_dir_block): Do a more paranoid check...
2002-09-28 Theodore Ts'oAdd a more sophisticated algorithm to e2fsck to salvage...
2002-08-31 Theodore Ts'oFix a bug which caused e2fsck to fail to correctly...
2002-08-17 Theodore Ts'oOverhaul extended attribute handling. Should now be...
2002-07-21 Theodore Ts'oAdd SIGINT and SIGTERM handling to fsck and e2fsck...
2002-07-20 Theodore Ts'oAdd support to e2fsck to reindex directories to use...
2002-07-15 Theodore Ts'opass2.c (e2fsck_pass2): Use dx_dir->numblocks instead of
2002-06-26 Theodore Ts'oAdd support for the half-MD4 HTREE hash.
2002-06-26 Theodore Ts'oAdd initial support for htree directories.
2002-05-21 Theodore Ts'oFix up Andreas' changeset. Avoid use of dynamic automa...
2002-05-18 Andreas DilgerAdd more complete tests for symlinks: nul termination...
2001-08-09 Theodore Ts'opass1.c, pass2.c, problem.c, problem.h: Fix bug introdu...
2001-08-05 Theodore Ts'oCleanup changes to Andreas' symlink patch. Remove...
next