[go: up one dir, main page]

Menu

Tree [b1c2a3] v1.40.1 / e2fsck /
 History

HTTPS access


File Date Author Commit
 CHANGES 1997-04-26 Theodore Ts'o Theodore Ts'o [3839e6] Many files:
 Makefile.in 2006-10-01 Theodore Ts'o Theodore Ts'o [cce2f4] Fix Debian FTBFS problem caused by devmapper li...
 Makefile.pq 1997-11-14 Theodore Ts'o Theodore Ts'o [f8188f] Many files:
 argv_parse.c 2005-12-30 Theodore Ts'o Theodore Ts'o [2fa9ba] Add the profile library code to e2fsck
 argv_parse.h 2005-12-30 Theodore Ts'o Theodore Ts'o [2fa9ba] Add the profile library code to e2fsck
 badblocks.c 2006-11-08 Theodore Ts'o Theodore Ts'o [8ade47] Fix e2fsck and mke2fs -c to be pass the last _b...
 dict.c 2003-12-07 Theodore Ts'o Theodore Ts'o [544349] Fix gcc -Wall nitpicks
 dict.h 2003-07-06 Theodore Ts'o Theodore Ts'o [48e6e8] Fixx gcc -Wall nitpicks.
 dirinfo.c 2007-05-22 Theodore Ts'o Theodore Ts'o [f954ba] Fix gcc -Wall issues in e2fsck sources
 dx_dirinfo.c 2003-08-01 Theodore Ts'o Theodore Ts'o [c4e3d3] ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_...
 e2fsck.8.in 2006-05-22 Theodore Ts'o Theodore Ts'o [9447f3] Fix spelling mistakes in e2fsck, mke2fs.conf, a...
 e2fsck.c 2005-12-31 Theodore Ts'o Theodore Ts'o [1017f6] Read in /etc/e2fsck.conf configuration file at ...
 e2fsck.conf.5.in 2007-04-18 Theodore Ts'o Theodore Ts'o [a4d7d9] Fix minor typo in e2fsck.conf.5.in man page
 e2fsck.h 2007-06-04 Theodore Ts'o Theodore Ts'o [d2af1b] Fix e2fsck's get_size logic so it will work wit...
 ea_refcount.c 2003-12-07 Theodore Ts'o Theodore Ts'o [544349] Fix gcc -Wall nitpicks
 ehandler.c 2003-12-07 Theodore Ts'o Theodore Ts'o [544349] Fix gcc -Wall nitpicks
 emptydir.c 2007-03-18 Brian Behlendorf Brian Behlendorf [d2b2a4] [COVERITY] Fix missing return code check for ex...
 extend.c 2000-09-12 Theodore Ts'o Theodore Ts'o [adfca5] ChangeLog, extend.c, flushb.c:
 flushb.c 2003-04-14 Theodore Ts'o Theodore Ts'o [16fa86] Remove the debian-special legal permission notes.
 iscan.c 2006-09-12 Eric Sandeen Eric Sandeen [d0ff90] Fix signed vs unsigned printf format strings fo...
 jfs_user.h 2004-05-26 Theodore Ts'o Theodore Ts'o [93effa] Fixed potential ordering constraint problem in ...
 journal.c 2007-06-21 Theodore Ts'o Theodore Ts'o [051afb] e2fsck: Check the all of journal blocks for val...
 message.c 2007-07-02 Theodore Ts'o Theodore Ts'o [1a191d] e2fsck: Detect recursive loops in @-expansions
 mtrace.awk 1997-04-26 Theodore Ts'o Theodore Ts'o [3839e6] Many files:
 mtrace.c 2000-12-31 Theodore Ts'o Theodore Ts'o [c59a70] ChangeLog, mtrace.c, mtrace.h:
 mtrace.h 2001-01-12 Theodore Ts'o Theodore Ts'o [721edd] ChangeLog, super.c:
 pass1.c 2007-06-22 Andreas Dilger Andreas Dilger [a34c6f] e2fsck: added sanity check for xattr validation
 pass1b.c 2007-04-20 Jim Garlick Jim Garlick [81cae6] e2fsck: Count the root directory as found if it...
 pass2.c 2007-04-18 Theodore Ts'o Theodore Ts'o [d5b753] Remove unused variable in e2fsck/pass2.c:check_...
 pass3.c 2007-04-04 Theodore Ts'o Theodore Ts'o [28db82] Rework e2fsck's dirinfo abstraction to be more ...
 pass4.c 2007-03-28 Brian Behlendorf Brian Behlendorf [06c9c6] [COVERITY] Fix (error case only) memory leak in...
 pass5.c 2007-03-28 Brian Behlendorf Brian Behlendorf [49e2df] [COVERITY] Fix (error case only) memory leak in...
 problem.c 2007-07-02 Theodore Ts'o Theodore Ts'o [1a191d] e2fsck: Detect recursive loops in @-expansions
 problem.h 2007-07-02 Theodore Ts'o Theodore Ts'o [1a191d] e2fsck: Detect recursive loops in @-expansions
 problemP.h 2005-12-31 Theodore Ts'o Theodore Ts'o [8fd98b] Add e2fsck problem handling to be configurable
 prof_err.et 2005-12-30 Theodore Ts'o Theodore Ts'o [2fa9ba] Add the profile library code to e2fsck
 profile.c 2007-07-04 Theodore Ts'o Theodore Ts'o [6f890e] Add new function: profile_set_default()
 profile.h 2007-07-04 Theodore Ts'o Theodore Ts'o [6f890e] Add new function: profile_set_default()
 profile_helpers.c 2006-01-05 Theodore Ts'o Theodore Ts'o [d67358] Fix gcc -Wall warning in profile_helper.c
 profile_helpers.h 2006-01-02 Theodore Ts'o Theodore Ts'o [9a4c20] Simplify profile core functionality
 recovery.c 2006-05-30 Matthias Andree Matthias Andree [f6567a] Fix printf types (FreeBSD has u_long for ntohl).
 region.c 2001-07-19 Theodore Ts'o Theodore Ts'o [55fd07] This patch completes the initial extended attri...
 rehash.c 2007-04-04 Theodore Ts'o Theodore Ts'o [28db82] Rework e2fsck's dirinfo abstraction to be more ...
 revoke.c 2002-10-13 Theodore Ts'o Theodore Ts'o [3e6990] Fix gcc -Wall nits.
 scantest.c 2003-03-14 Theodore Ts'o Theodore Ts'o [e71d87] Add Apple/Darwin patches.
 super.c 2007-06-04 Theodore Ts'o Theodore Ts'o [d2af1b] Fix e2fsck's get_size logic so it will work wit...
 swapfs.c 2007-03-28 Brian Behlendorf Brian Behlendorf [1db4c4] [COVERITY] Fix (error case only) memory leak in...
 unix.c 2007-06-21 Theodore Ts'o Theodore Ts'o [df3613] Fix gcc -Wall bug in e2fsck
 util.c 2007-05-31 Daniel Drake Daniel Drake [e7b5d3] e2fsck: Add blocksize sanity check when finding...