index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-19
ext2fs_block_iterate2: Preserve the uninit flag in extents
Theodore Ts'o
1
-1
/
+6
2009-01-19
ext2fs_block_iterate2: Reflect errors from ext2fs_extent_set_bmap to caller
Theodore Ts'o
1
-1
/
+1
2009-01-19
resize2fs: Release bitmap and itable blocks in flex_bg filesystems
Theodore Ts'o
1
-0
/
+37
2009-01-19
resize2fs: Move all required blocks for ext4 filesystems
Theodore Ts'o
1
-1
/
+1
2009-01-18
debugfs: Fix logdump command for 32-bit filesystems
Theodore Ts'o
1
-5
/
+10
2009-01-02
e2fsck: Fix journal replay for block sizes greater than 8k
Theodore Ts'o
2
-2
/
+4
2009-01-01
e2fsck: Remove "ext3" from problem descriptions of the journal
Theodore Ts'o
5
-23
/
+20
2008-12-25
Add e2fsck regression test case f_extent_bad_node
Theodore Ts'o
4
-0
/
+31
2008-12-25
e2fsck: Fix an unhandled corruption case in scan_extent_node()
Theodore Ts'o
4
-21
/
+39
2008-12-25
e2fsck: When repacking directories, leave slack space for more efficiency
Theodore Ts'o
10
-14
/
+42
2008-12-22
e2fsck: Fix double-counting of non-contiguous extent-based inodes
Theodore Ts'o
3
-9
/
+2
2008-12-08
e2fsck: Enhance fragcheck report with file/directory information
Theodore Ts'o
1
-6
/
+24
2008-12-08
e2fsck: In verbose mode, distinguish between fragmented directories/files
Theodore Ts'o
4
-11
/
+35
2008-11-26
e2fsck: Don't cancel the fsck run after clearing an errant INODE_UNINIT flag
Theodore Ts'o
1
-10
/
+8
2008-11-17
Add make-sparse.c to contrib
Theodore Ts'o
1
-0
/
+79
2008-11-16
debian: Fix mkinitfs on x86_64 systems
Theodore Ts'o
1
-1
/
+1
2008-11-16
Fix various signed/unsigned gcc warnings
Theodore Ts'o
6
-15
/
+14
2008-11-15
po: update ca.po (from translationproject.org)
David Planella
2
-749
/
+822
2008-11-15
dumpe2fs: Only print inline journal information if the journal is internal
Theodore Ts'o
1
-2
/
+3
2008-11-15
Add support to build profiled binaries in the misc directory
Theodore Ts'o
2
-5
/
+109
2008-11-15
e2fsck: Fix build of e2fsck.profiled if profiling is enabled
Theodore Ts'o
2
-2
/
+2
2008-11-15
tune2fs: Fix inefficient O(n**2) algorithms when expanding the inode size
Theodore Ts'o
1
-12
/
+13
2008-11-14
tune2fs: Update the block group checksums when changing the UUID
Theodore Ts'o
1
-0
/
+21
2008-10-20
debugfs: Fix ncheck display so that extra characters aren't printed
Theodore Ts'o
1
-1
/
+1
2008-10-18
blkid: recognize ext3 with test_fs set as ext3
Eric Sandeen
1
-4
/
+0
2008-10-18
Fix spelling mistake in debian changelog
Theodore Ts'o
1
-1
/
+1
2008-10-18
libblkid: Refuse to create a device structure for a non-existent device
Theodore Ts'o
1
-0
/
+2
2008-10-12
Update release notes, changelog, etc., for e2fsprogs 1.41.3 release
Theodore Ts'o
6
-11
/
+75
2008-10-12
Update e2fsprogs translation template file
Theodore Ts'o
1
-498
/
+510
2008-10-12
e2fsck: Offer to clear the test_fs flag if ext4 is available
Theodore Ts'o
6
-2
/
+117
2008-10-12
e2fsck: Print the correct inode number for uninit-bg related problem reports
Theodore Ts'o
1
-2
/
+2
2008-10-12
libblkid: Fix file descriptor leak when checking for a module
Theodore Ts'o
1
-1
/
+3
2008-10-12
e2fsck: exit from preenhalt if IO errors were encountered
Eric Sandeen
3
-1
/
+6
2008-10-12
resize2fs: check for bogus new_size
Eric Sandeen
1
-0
/
+5
2008-10-12
unix_io: check for read-only devices when opening R/W
Eric Sandeen
1
-0
/
+25
2008-10-12
debugfs: Fix ncheck when printing pathnames for multiple hardlinks in a direc...
Theodore Ts'o
1
-12
/
+11
2008-10-12
Fix parallel build problem with util/subst
Theodore Ts'o
1
-1
/
+1
2008-10-12
e2fsprogs: fix blkid detection of ext4dev as ext4
Eric Sandeen
1
-2
/
+6
2008-10-02
Update Makefile depend information for crc16.o
Theodore Ts'o
1
-2
/
+2
2008-10-02
Update release notes, changelog, etc., for e2fsprogs 1.41.2 release
Theodore Ts'o
6
-12
/
+143
2008-10-02
libcom_err: Add missing type declarations to clean up -Wall warnings
Theodore Ts'o
1
-5
/
+5
2008-10-02
mke2fs.8: Add an explanation of how the -t and -O options interact
Theodore Ts'o
1
-3
/
+18
2008-10-01
po: update sv.po (from translationproject.org)
Göran Uddeborg
2
-401
/
+447
2008-10-01
libcom_err: Fix file descriptor leak after an exec
Theodore Ts'o
1
-7
/
+21
2008-10-01
Fix spelling mistake in e2fsck man page
Theodore Ts'o
1
-1
/
+1
2008-10-01
badblocks: Fix progress output for "badblocks -sw /dev/XXX"
Theodore Ts'o
1
-1
/
+1
2008-10-01
debugfs: Make the usage messsage of logdump consistent with man page
Manish Katiyar
1
-2
/
+2
2008-10-01
resize2fs: Fix potential memory corruption in ext2fs_progress_init()
Manish Katiyar
1
-1
/
+1
2008-10-01
debugfs: Fix ncheck to print all pathnames for the inodes
Theodore Ts'o
1
-37
/
+18
2008-09-12
libcom_err: Use sem_post/sem_init to prevent race conditions
Theodore Ts'o
7
-13
/
+398
[next]