index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
e2fsck
Age
Commit message (
Expand
)
Author
Files
Lines
2002-10-31
Makefile.in (install): Search all compression extensions when
Theodore Ts'o
2
-1
/
+6
2002-10-30
Add support for the meta_bg feature flag to the resize2fs program.
Theodore Ts'o
2
-2
/
+12
2002-10-20
Add support for the meta_blockgroup filesystem format. (Missing changelog)
Theodore Ts'o
1
-0
/
+5
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
6
-6
/
+17
2002-10-11
Fix bug in e2fsck and mklost+found; the lost+found directory should
Theodore Ts'o
2
-1
/
+6
2002-10-03
Handle BAD_BLOCK_IN_INODE_TABLE even at the beginning of the
Theodore Ts'o
2
-45
/
+35
2002-10-02
Fix endian problems in the htree code for e2fsck and debugfs.
Theodore Ts'o
3
-14
/
+61
2002-09-30
Avoid counting directory entries during a directory salvage.
Theodore Ts'o
5
-26
/
+129
2002-09-29
pass2.c (check_dir_block): Do a more paranoid check when trying
Theodore Ts'o
2
-1
/
+12
2002-09-29
rehash.c (e2fsck_rehash_dir): Apply patch from Christopher Li
Theodore Ts'o
2
-11
/
+12
2002-09-28
Add a more sophisticated algorithm to e2fsck to salvage corrupted
Theodore Ts'o
4
-19
/
+90
2002-09-24
Update for 1.29 release.
Theodore Ts'o
1
-0
/
+4
2002-09-06
rehash.c (copy_dir_entries): Fix bug which caused corrupted
Theodore Ts'o
2
-0
/
+7
2002-08-31
Update changelogs for 1.28 release
Theodore Ts'o
1
-0
/
+4
2002-08-31
Update for 1.28 release.
Theodore Ts'o
1
-1
/
+12
2002-08-31
ehandler.c (e2fsck_handle_read_error): If the user asks to
Theodore Ts'o
2
-1
/
+11
2002-08-31
Fix a bug which caused e2fsck to fail to correctly check filesystems
Theodore Ts'o
4
-4
/
+66
2002-08-21
problem.c: Fix PR_1_RELOC_BLOCK_ALLOCATE message to explain that
Theodore Ts'o
2
-1
/
+7
2002-08-17
Update and clarify man pages (addresses Debian Bug #145044).
Theodore Ts'o
3
-2
/
+17
2002-08-17
Overhaul extended attribute handling. Should now be correct with
Theodore Ts'o
13
-104
/
+324
2002-08-14
Clear dtime field on truncated orphan inodes.
Stephen Tweedie
1
-0
/
+2
2002-08-01
Change e2fsck to use a red/black tree in pass1b, to remove O(n**2)
Theodore Ts'o
5
-224
/
+1897
2002-07-25
Add e2fsck -D option which optimizes/compresses directories.
Theodore Ts'o
9
-214
/
+384
2002-07-24
util.c (ask_yn, read_a_char): Note when the user has typed ^C,
Theodore Ts'o
2
-5
/
+45
2002-07-23
pass1.c (e2fsck_pass1): If e2fsck is run with -n, don't create
Theodore Ts'o
2
-1
/
+8
2002-07-21
Add SIGINT and SIGTERM handling to fsck and e2fsck. For e2fsck,
Theodore Ts'o
7
-16
/
+63
2002-07-20
Add support to e2fsck to reindex directories to use hash trees.
Theodore Ts'o
11
-23
/
+732
2002-07-15
pass2.c (e2fsck_pass2): Use dx_dir->numblocks instead of
Theodore Ts'o
2
-6
/
+11
2002-06-26
Add support for the half-MD4 HTREE hash.
Theodore Ts'o
5
-30
/
+143
2002-06-25
Add initial support for htree directories.
Theodore Ts'o
11
-10
/
+583
2002-06-10
Do sanity checking of the number of blocks and inodes in a group for
Andreas Dilger
2
-8
/
+21
2002-05-22
Update to support the V2 Bestbits EA format.
Theodore Ts'o
2
-5
/
+18
2002-05-21
Check for inodes which are too big (either too many blocks, or
Theodore Ts'o
4
-9
/
+62
2002-05-21
Fix up Andreas' changeset. Avoid use of dynamic automatic arrays,
Theodore Ts'o
7
-27
/
+85
2002-05-18
Add more complete tests for symlinks: nul termination of long links and length
Andreas Dilger
4
-24
/
+40
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
3
-6
/
+31
2002-05-16
Add support for creating and checking 8192-byte blocksize filesystems.
Andreas Dilger
4
-27
/
+18
2002-03-08
Update for 1.27 release.
Theodore Ts'o
1
-0
/
+4
2002-03-07
Fix various gcc -Wall complaints.
Theodore Ts'o
4
-5
/
+11
2002-03-07
Fixed the journal handling so that an offer is made to clear the
Theodore Ts'o
3
-3
/
+14
2002-03-07
E2fsck now prints ranges in pass 5 when printing deltas in
Theodore Ts'o
4
-14
/
+122
2002-03-05
Newer libintl needs LC_CTYPE to be set in addition to LC_MESSAGES.
Theodore Ts'o
2
-0
/
+6
2002-02-26
Update Changelog messages to use tytso@mit.edu for all addresses
Theodore Ts'o
1
-2
/
+2
2002-02-24
Fix typo in previous changeset; the man pages for fsck.ext2 and
Theodore Ts'o
1
-2
/
+2
2002-02-24
Update makefiles to install mkfs.ext3, and to install man pages for
Theodore Ts'o
2
-0
/
+11
2002-02-22
Cleaned up journal handling code in e2fsck.
Theodore Ts'o
3
-147
/
+165
2002-02-03
Update files for 1.26 release.
Theodore Ts'o
1
-9
/
+13
2001-12-24
Miscellaneous cleanup before 1.26-WIP release. Removed unused
Theodore Ts'o
1
-0
/
+19
[next]