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
2011-08-11
e2fsck: catch termination signals and print information about them
Theodore Ts'o
4
-3
/
+295
2011-07-10
e2fsck: teach e2fsck how to deal with bigalloc in non-extent-mapped inodes
Theodore Ts'o
1
-3
/
+10
2011-07-09
e2fsck: fix pass1b handling for bigalloc file systems
Theodore Ts'o
1
-89
/
+182
2011-07-08
misc: use EXT2_I_SIZE() consistently to get size
Andreas Dilger
4
-9
/
+5
2011-07-05
e2fsck, libext2fs: support for bigalloc file systems with a blocksize of 1024
Theodore Ts'o
1
-1
/
+4
2011-06-16
mke2fs, e2fsck: fix i_blocks handling for bigalloc file systems
Theodore Ts'o
1
-3
/
+5
2011-06-16
Fix superblock field s_blocks_count for bigalloc file systems
Theodore Ts'o
2
-1
/
+2
2011-06-16
e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changes
Theodore Ts'o
5
-18
/
+52
2011-06-15
e2fsck: Fix pass5 handling for bigalloc && uninit_bg file systems
Theodore Ts'o
1
-29
/
+36
2011-06-11
ext2fs: Handle internal journal over 2^32 bytes
Andreas Dilger
2
-5
/
+9
2011-06-11
misc: clean up compiler warnings
Andreas Dilger
5
-6
/
+7
2011-06-10
e2fsck: add basic bigalloc support to check (but not yet repair) file systems
Theodore Ts'o
5
-30
/
+59
2011-05-31
e2fsck: don't check/clone duplicate xattr blocks in fs without xattr feature
Eric Sandeen
1
-2
/
+4
2011-05-14
mke2fs: Allow specifying reserved_ratio via mke2fs.conf
Aditya Kali
2
-0
/
+42
2011-05-07
Merge branch 'maint' into next
Theodore Ts'o
2
-2
/
+2
2011-05-07
e2fsck: make the "fs is mounted; continue?" prompt more paranoid
Theodore Ts'o
2
-2
/
+2
2011-03-18
Merge branch 'maint' into next
Theodore Ts'o
1
-3
/
+3
2011-03-18
e2fsprogs: man page typo fixes
Eric Sandeen
1
-3
/
+3
2011-02-27
Merge branch 'maint' into next
Theodore Ts'o
2
-17
/
+10
2011-02-25
Add basic BIGALLOC support for cluster-based allocation
Theodore Ts'o
1
-15
/
+8
2011-02-25
e2fsprogs: reserving code points for new ext4 quota feature
Aditya Kali
1
-2
/
+2
2010-12-20
Merge branch 'maint' into next
Theodore Ts'o
1
-2
/
+4
2010-12-16
Merge branch 'master' into next
Theodore Ts'o
4
-1
/
+108
2010-12-16
e2fsprogs: fix type-punning warnings
Eric Sandeen
1
-2
/
+4
2010-12-13
Merge branch 'maint' into next
Theodore Ts'o
8
-12
/
+55
2010-12-06
e2fsck: add an option which causes it to only do a journal replay
Bernd Schubert
3
-0
/
+16
2010-12-06
e2fsck: Do blkid interpretation on the external journal specifier
Theodore Ts'o
1
-1
/
+8
2010-12-06
e2fsck: Add the ability to force a problem to not be fixed
Theodore Ts'o
3
-4
/
+21
2010-11-26
e2fsck: Fix inode nlink accounting that could cause PROGRAMMING BUG errors
Theodore Ts'o
1
-5
/
+7
2010-11-26
e2fsck.conf.5: Clarify man page
Theodore Ts'o
1
-1
/
+1
2010-11-22
e2fsck: Discard free data and inode blocks.
Lukas Czerner
4
-1
/
+108
2010-11-22
Merge branch 'maint'
Theodore Ts'o
1
-1
/
+2
2010-09-25
e2fsck: Open the external journal in exclusive mode
Theodore Ts'o
1
-1
/
+2
2010-09-24
e2fsck: Set i_blocks_hi when correcting the i_blocks field in pass #1
Theodore Ts'o
1
-1
/
+1
2010-09-24
Merge branch 'maint' into next
Theodore Ts'o
1
-0
/
+2
2010-09-19
e2fsck: Improve error message when device name misspelled
Jan Kara
1
-0
/
+2
2010-07-19
Merge branch 'maint' into next
Theodore Ts'o
3
-2
/
+11
2010-07-05
e2fsck, resize2fs: fix a fp precision error that can lead to a seg fault
Theodore Ts'o
1
-1
/
+6
2010-07-05
e2fsck: Add missing ext2fs_close() call when going back to original superblock
Theodore Ts'o
1
-0
/
+2
2010-07-05
e2freefrag: Fix getopt bug on machines with unsigned chars
Mike Frysinger
1
-1
/
+1
2010-07-05
Add superblock fields which track first and most recent fs errors
Theodore Ts'o
1
-0
/
+2
2010-06-13
e2fsck: Fix up to be 64-bit block number safe
Valerie Aurora Henson
12
-141
/
+141
2010-06-07
Merge branch 'maint' into next
Theodore Ts'o
11
-77
/
+107
2010-05-19
e2fsck: correct test for EOFBLOCKS
Eric Sandeen
1
-1
/
+1
2010-05-17
e2fsck: Don't set the group descriptor checksums if the fsck was cancelled
Theodore Ts'o
1
-1
/
+2
2010-05-17
Add configure options --enable-symlink-build and --enable-symlink-install
Theodore Ts'o
1
-24
/
+10
2010-05-14
e2fsck: Explicitly reject extents that begin at physical block 0 as illegal
Theodore Ts'o
1
-1
/
+2
2010-05-13
e2fsck: Fix segmentation fault when checking a file system
Theodore Ts'o
1
-0
/
+1
2010-05-13
e2fsck: Skip time-based checks if the time looks insane or broken_system_clock
Theodore Ts'o
6
-21
/
+34
2010-05-13
e2fsck: make block counting variable in pass1 64 bits
Eric Sandeen
1
-1
/
+1
[next]