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
2008-01-01
Expand discussion of the -D option in e2fsck's man page
Theodore Ts'o
1
-0
/
+13
2007-12-27
Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detection
Theodore Ts'o
1
-1
/
+1
2007-12-05
Add Ubuntu-specific e2fsck.conf file to work around Ubuntu issues
Theodore Ts'o
1
-0
/
+2
2007-10-06
e2fsck: backup superblocks if key constants have changed
Theodore Ts'o
3
-0
/
+65
2007-10-06
e2fsck: update the backup superblocks if the feature bitmasks are changed
Theodore Ts'o
4
-1
/
+7
2007-09-23
e2fsck: Don't mark the filesystem invalid because of time errors
Theodore Ts'o
1
-2
/
+2
2007-09-22
Work around lame Ubuntu init scripts / installer bugs
Theodore Ts'o
4
-4
/
+44
2007-09-07
e2fsck: If the superblock is corrupt, automatically retry with the backup sb
Theodore Ts'o
1
-3
/
+8
2007-08-20
Use sscanf instead of atoi when parsing e2fsck options
Theodore Ts'o
1
-6
/
+31
2007-08-03
e2fsck: Allow i_size to be rounded up to the size of a VM page
Theodore Ts'o
4
-3
/
+24
2007-07-11
Fix e2fsck segfault on very badly damaged filesystems
Theodore Ts'o
1
-1
/
+1
2007-07-10
e2fsck: Fix salvage_directory when the last entry's rec_len is too big
Kalpak Shah
1
-4
/
+5
2007-07-08
Remove Changelog files since they're not used after the git migration
Theodore Ts'o
1
-4280
/
+0
2007-07-04
Add new function: profile_set_default()
Theodore Ts'o
2
-5
/
+93
2007-07-04
Add PROFILE_FILE_NO_RELOAD flag which is used by profile_update_file()
Theodore Ts'o
1
-0
/
+4
2007-07-02
e2fsck: Detect recursive loops in @-expansions
Theodore Ts'o
3
-7
/
+9
2007-06-24
Update Release Notes, Changelogs, version.h, etc. for 1.40 release
Theodore Ts'o
1
-0
/
+4
2007-06-22
e2fsck: added sanity check for xattr validation
Andreas Dilger
2
-0
/
+15
2007-06-21
Fix gcc -Wall bug in e2fsck
Theodore Ts'o
1
-1
/
+0
2007-06-21
e2fsck: Check the all of journal blocks for validity
Theodore Ts'o
1
-16
/
+42
2007-06-21
Write the updated journal inode if s_jnl_blocks was successfully used
Kalpak Shah
1
-0
/
+7
2007-06-21
Recreate journal that had been removed previously due to corruption
Kalpak Shah
4
-1
/
+53
2007-06-18
Don't write changes to the backup superblocks by default
Theodore Ts'o
3
-9
/
+20
2007-06-04
Fix e2fsck's get_size logic so it will work with the Linux floppy driver
Theodore Ts'o
4
-27
/
+52
2007-05-31
e2fsck: Add blocksize sanity check when finding a backup superblock
Daniel Drake
2
-1
/
+5
2007-05-31
[COVERITY] Free potential null dereference bug in e2fsck
Brian Behlendorf
2
-3
/
+7
2007-05-25
Fix gcc -Wall warnings, especially on 64-bit systems
Andreas Dilger
2
-5
/
+8
2007-05-22
Fix gcc -Wall issues in e2fsck sources
Theodore Ts'o
3
-13
/
+30
2007-05-22
Add new function profile_get_uint() in the e2fsck sources
Theodore Ts'o
3
-0
/
+51
2007-05-08
Remove check in e2fsck which requires EA's in inodes to be sorted
Kalpak Shah
2
-12
/
+6
2007-05-08
Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid's
Eric Sandeen
2
-4
/
+7
2007-04-20
e2fsck: Count the root directory as found if it has shared blocks in pass1c
Jim Garlick
1
-2
/
+8
2007-04-18
Fix minor typo in e2fsck.conf.5.in man page
Theodore Ts'o
2
-1
/
+5
2007-04-18
Remove unused variable in e2fsck/pass2.c:check_dir_block()
Theodore Ts'o
1
-1
/
+0
2007-04-14
Correct byteswapping for fast symlinks with xattrs
Bryn M. Reeves
2
-16
/
+6
2007-04-14
Fix e2fsck's check_is_really_dir logic
Theodore Ts'o
2
-5
/
+10
2007-04-14
Improve I/O error messages in e2fsck
Theodore Ts'o
4
-11
/
+30
2007-04-10
e2fsck: pass1c terminates early if hard links
Jim Garlick
2
-2
/
+12
2007-04-06
Update the e2fsck.conf(5) man page to document the [scratch_files] section
Theodore Ts'o
2
-0
/
+31
2007-04-06
Fix memory leaks from using the tdb library
Theodore Ts'o
1
-3
/
+9
2007-04-06
Enable e2fsck to use the tdb library to store the dirinfo abstraction
Theodore Ts'o
2
-25
/
+169
2007-04-06
Enable e2fsck to use the tdb library for the inode count abstraction
Theodore Ts'o
4
-3
/
+52
2007-04-04
Rework e2fsck's dirinfo abstraction to be more friendly for databases
Theodore Ts'o
6
-125
/
+304
2007-04-04
Fix potential reference (and free) to an uninitialized pointer in e2fsck
Theodore Ts'o
2
-1
/
+7
2007-04-02
e2fsck: Recover a special file which looks an awful lot like a directory
Theodore Ts'o
4
-0
/
+87
2007-03-31
e2fsck: Add support for %It in problem description messages
Theodore Ts'o
2
-0
/
+23
2007-03-31
Fix e2fsck to set the filetype of '..' when connecting a dir, to lost+found
Theodore Ts'o
2
-0
/
+9
2007-03-31
Fix edge case when i_size doesn't get fixed until second e2fsck run
Theodore Ts'o
2
-4
/
+13
2007-03-29
[COVERITY] Fix (error case only) memory leak in e2fsck_get_journal
Brian Behlendorf
2
-14
/
+17
2007-03-28
[COVERITY] Fix (error case only) memory leak in e2fsck pass #4
Brian Behlendorf
2
-3
/
+4
[next]