index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
e2fsck
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-08
Remove Changelog files since they're not used after the git migration
Theodore Ts'o
1
-4280
/
+0
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
1
-0
/
+10
2007-06-18
Don't write changes to the backup superblocks by default
Theodore Ts'o
1
-0
/
+7
2007-06-04
Fix e2fsck's get_size logic so it will work with the Linux floppy driver
Theodore Ts'o
1
-0
/
+10
2007-05-31
e2fsck: Add blocksize sanity check when finding a backup superblock
Daniel Drake
1
-0
/
+3
2007-05-31
[COVERITY] Free potential null dereference bug in e2fsck
Brian Behlendorf
1
-0
/
+5
2007-05-25
Fix gcc -Wall warnings, especially on 64-bit systems
Andreas Dilger
1
-0
/
+3
2007-05-22
Fix gcc -Wall issues in e2fsck sources
Theodore Ts'o
1
-0
/
+14
2007-05-22
Add new function profile_get_uint() in the e2fsck sources
Theodore Ts'o
1
-0
/
+5
2007-05-08
Remove check in e2fsck which requires EA's in inodes to be sorted
Kalpak Shah
1
-0
/
+5
2007-05-08
Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid's
Eric Sandeen
1
-0
/
+5
2007-04-18
Fix minor typo in e2fsck.conf.5.in man page
Theodore Ts'o
1
-0
/
+4
2007-04-14
Correct byteswapping for fast symlinks with xattrs
Bryn M. Reeves
1
-0
/
+6
2007-04-14
Fix e2fsck's check_is_really_dir logic
Theodore Ts'o
1
-0
/
+8
2007-04-14
Improve I/O error messages in e2fsck
Theodore Ts'o
1
-0
/
+6
2007-04-10
e2fsck: pass1c terminates early if hard links
Jim Garlick
1
-0
/
+8
2007-04-06
Update the e2fsck.conf(5) man page to document the [scratch_files] section
Theodore Ts'o
1
-0
/
+3
2007-04-06
Enable e2fsck to use the tdb library to store the dirinfo abstraction
Theodore Ts'o
1
-0
/
+7
2007-04-06
Enable e2fsck to use the tdb library for the inode count abstraction
Theodore Ts'o
1
-0
/
+9
2007-04-04
Rework e2fsck's dirinfo abstraction to be more friendly for databases
Theodore Ts'o
1
-0
/
+7
2007-04-04
Fix potential reference (and free) to an uninitialized pointer in e2fsck
Theodore Ts'o
1
-0
/
+6
2007-04-02
e2fsck: Recover a special file which looks an awful lot like a directory
Theodore Ts'o
1
-0
/
+10
2007-03-31
e2fsck: Add support for %It in problem description messages
Theodore Ts'o
1
-0
/
+3
2007-03-31
Fix e2fsck to set the filetype of '..' when connecting a dir, to lost+found
Theodore Ts'o
1
-0
/
+3
2007-03-31
Fix edge case when i_size doesn't get fixed until second e2fsck run
Theodore Ts'o
1
-0
/
+10
2007-03-29
[COVERITY] Fix (error case only) memory leak in e2fsck_get_journal
Brian Behlendorf
1
-0
/
+1
2007-03-28
[COVERITY] Fix (error case only) memory leak in e2fsck pass #4
Brian Behlendorf
1
-1
/
+1
2007-03-28
[COVERITY] Fix (error case only) memory leak in e2fsck -S
Brian Behlendorf
1
-1
/
+2
2007-03-28
[COVERITY] Fix (error case only) memory leak in e2fsck pass #5
Brian Behlendorf
1
-1
/
+2
2007-03-28
[COVERITY] Fix (error case only) memory leak in e2fsck pass #1
Brian Behlendorf
1
-2
/
+2
2007-03-28
[COVERITY] Fix memory leak when parsing extended options in e2fsck
Brian Behlendorf
1
-1
/
+2
2007-03-28
[COVERITY] Fix memory leak when parsing extended options in e2fsck
Brian Behlendorf
1
-0
/
+4
2007-03-21
[COVERITY] Fix memory leak in profile library
Brian Behlendorf
1
-0
/
+5
2007-03-19
[COVERITY] Add missing NULL check to e2fsck_get_dir_info()
Brian Behlendorf
1
-0
/
+6
2007-03-19
[COVERITY] Check for NULL return from dict_lookup() in e2fsck
Brian Behlendorf
1
-0
/
+4
2007-03-19
[COVERITY] Fix segfault bug if the profile directory is empty
Brian Behlendorf
1
-0
/
+6
2006-12-26
Use the newer add/remove_error_table com_err interfaces
Theodore Ts'o
1
-0
/
+5
2006-11-14
Fix misc. gcc -Wall complaints in the misc and e2fsck directories
Theodore Ts'o
1
-0
/
+13
2006-11-11
Add directory hashed signed/unsigned hint to superblock
Theodore Ts'o
1
-0
/
+11
2006-11-11
On-disk format definition for huge files
Theodore Ts'o
1
-0
/
+8
2006-11-08
Fix e2fsck and mke2fs -c to be pass the last _block change to badblocks
Theodore Ts'o
1
-0
/
+6
2006-10-21
Fix potential e2fsck -n crash
Theodore Ts'o
1
-0
/
+8
2006-10-02
Minor correction to e2fsck.conf man page
Theodore Ts'o
1
-0
/
+5
2006-10-01
Fix Debian FTBFS problem caused by devmapper library using pthreads
Theodore Ts'o
1
-0
/
+5
2006-09-12
Fix more rounding overflows for filesystems that have 2**32-1 blocks
Eric Sandeen
1
-0
/
+4
2006-09-12
Add checks to make sure inode counts don't overflow a 32-bit value
Eric Sandeen
1
-0
/
+4
2006-09-12
Create new ext2fs library inlines: ext2fs_group_{first,last}_block()
Eric Sandeen
1
-0
/
+6
2006-09-12
Fix signed vs unsigned printf format strings for block and inode numbers
Eric Sandeen
1
-0
/
+7
2006-09-12
Remove unused variables
Eric Sandeen
1
-0
/
+4
[next]