Age | Commit message (Expand) | Author | Files | Lines |
2004-12-24 | Add support to detect corrupted resize_inode's to e2fsck. | Theodore Ts'o | 1 | -8/+26 |
2004-12-15 | Add support for on-line resizing ala the resize inode. This patch | Theodore Ts'o | 1 | -1/+12 |
2004-07-26 | pass1.c (process_block): Change the limit of directory size from | Theodore Ts'o | 1 | -1/+1 |
2004-03-30 | unix_io.c, pass1.c: | Matthias Andree | 1 | -1/+1 |
2003-12-28 | Fix more compiler warnings. | Matthias Andree | 1 | -0/+1 |
2003-12-07 | Fix gcc -Wall nitpicks | Theodore Ts'o | 1 | -13/+16 |
2003-11-21 | pass1.c (e2fsck_pass1), problem.h (PR_1_BB_FS_BLOCK), | Theodore Ts'o | 1 | -18/+38 |
2003-11-21 | Centeralize calculation of which blocks are reserved/used for | Theodore Ts'o | 1 | -38/+3 |
2003-08-01 | ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() | Theodore Ts'o | 1 | -5/+5 |
2003-03-01 | Update debugfs and e2fsck to use the blkid library. | Theodore Ts'o | 1 | -15/+0 |
2003-01-22 | pass1.c (check_blocks): Use the EXT2_I_SIZE macro. | Theodore Ts'o | 1 | -1/+1 |
2002-11-08 | Change e2fsck to force out changes to the backup copies of the | Theodore Ts'o | 1 | -0/+1 |
2002-10-31 | pass1.c (e2fsck_pass1): Check the superblock write time to see | Theodore Ts'o | 1 | -1/+5 |
2002-10-30 | Add support for the meta_bg feature flag to the resize2fs program. | Theodore Ts'o | 1 | -2/+6 |
2002-10-20 | Add support for the meta_blockgroup filesystem format. | Theodore Ts'o | 1 | -7/+25 |
2002-10-13 | Fix gcc -Wall nits. | Theodore Ts'o | 1 | -0/+1 |
2002-10-03 | Handle BAD_BLOCK_IN_INODE_TABLE even at the beginning of the | Theodore Ts'o | 1 | -28/+23 |
2002-08-17 | Update and clarify man pages (addresses Debian Bug #145044). | Theodore Ts'o | 1 | -0/+1 |
2002-08-17 | Overhaul extended attribute handling. Should now be correct with | Theodore Ts'o | 1 | -40/+45 |
2002-07-23 | pass1.c (e2fsck_pass1): If e2fsck is run with -n, don't create | Theodore Ts'o | 1 | -1/+2 |
2002-07-20 | Add support to e2fsck to reindex directories to use hash trees. | Theodore Ts'o | 1 | -1/+10 |
2002-06-26 | Add support for the half-MD4 HTREE hash. | Theodore Ts'o | 1 | -21/+70 |
2002-06-25 | Add initial support for htree directories. | Theodore Ts'o | 1 | -0/+16 |
2002-05-22 | Update to support the V2 Bestbits EA format. | Theodore Ts'o | 1 | -5/+12 |
2002-05-21 | Check for inodes which are too big (either too many blocks, or | Theodore Ts'o | 1 | -9/+16 |
2002-05-21 | Fix up Andreas' changeset. Avoid use of dynamic automatic arrays, | Theodore Ts'o | 1 | -12/+12 |
2002-05-18 | Add more complete tests for symlinks: nul termination of long links and length | Andreas Dilger | 1 | -13/+29 |
2002-05-17 | Fix fencepost error in allocating space for array. | Theodore Ts'o | 1 | -2/+3 |
2002-05-17 | Fix up Andreas's 8k blocksize changes to fix a number of bugs, | Theodore Ts'o | 1 | -5/+2 |
2002-05-16 | Add support for creating and checking 8192-byte blocksize filesystems. | Andreas Dilger | 1 | -16/+9 |
2001-12-16 | Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus | Theodore Ts'o | 1 | -1/+0 |
2001-08-30 | mke2fs.c (main): Zap the second sector of the disk, along with | Andreas Dilger | 1 | -1/+1 |
2001-08-30 | pass1.c (e2fsck_pass1): For EXT2_RESIZE_INO, allow its i_mode to | Theodore Ts'o | 1 | -0/+4 |
2001-08-27 | Deal with libc5's lack of strnlen. | Theodore Ts'o | 1 | -1/+16 |
2001-08-13 | e2fsck/pass1.c (e2fsck_pass1_check_device_inode): If i_blocks is | Theodore Ts'o | 1 | -0/+5 |
2001-08-13 | pass1.c (check_size): Fix logic in check_size; the previous code | Theodore Ts'o | 1 | -6/+2 |
2001-08-09 | pass1.c, pass2.c, problem.c, problem.h: Fix bug introduced by | Theodore Ts'o | 1 | -26/+1 |
2001-08-04 | Cleanup changes to Andreas' symlink patch. Remove use of EXT2_LINK_DIR | Theodore Ts'o | 1 | -16/+10 |
2001-08-04 | Add extra checks for bad symlinks, including zero length symlinks, | Andreas Dilger | 1 | -4/+45 |
2001-07-27 | pass1.c (e2fsck_pass1): Check for symlinks that have the | Theodore Ts'o | 1 | -0/+1 |
2001-07-26 | pass1.c (e2fsck_pass1): Free ctx->block_ea_map at the end of pass 1. | Theodore Ts'o | 1 | -0/+6 |
2001-07-25 | Apply fixes reported by Andreas Gruenbacher: | Theodore Ts'o | 1 | -2/+3 |
2001-07-19 | This patch completes the initial extended attribute/ACL support for | Theodore Ts'o | 1 | -5/+49 |
2001-07-07 | pass1.c (e2fsck_pass1): Defer inodes which have an extended attribute | Theodore Ts'o | 1 | -4/+14 |
2001-07-07 | Add code to check and fix incorrect reference counts in the extended | Theodore Ts'o | 1 | -2/+66 |
2001-07-02 | Add initial support for extended attribute blocks | Theodore Ts'o | 1 | -2/+113 |
2001-06-02 | ChangeLog, pass1.c, pass2.c, problem.c, problem.h: | Theodore Ts'o | 1 | -24/+26 |
2001-06-01 | ChangeLog, pass1.c, pass1b.c: | Theodore Ts'o | 1 | -6/+4 |
2001-05-14 | ChangeLog, pass1.c, problem.c, problem.h, problemP.h: | Theodore Ts'o | 1 | -0/+27 |
2001-01-18 | ChangeLog, pass1.c: | Theodore Ts'o | 1 | -4/+6 |