index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-13
e2fsck: Check for fast symlinks that have EXTENTS_FL set
Theodore Ts'o
3
-0
/
+16
2008-03-13
e2fsck: Support long symlinks which use extents
Theodore Ts'o
3
-5
/
+31
2008-03-13
Add {read,write}_blk64 to inode_io.c
Jose R. Santos
1
-6
/
+26
2008-03-13
Add {read,write}_blk64 to unix_io.c
Jose R. Santos
1
-7
/
+25
2008-03-13
Add 64-bit IO manager operations to struct_io_manager.
Jose R. Santos
1
-1
/
+7
2008-03-13
Merge branch 'maint'
Theodore Ts'o
28
-882
/
+1586
2008-03-13
e2fsck: Use "Clear Htree" instead of "Clear" when the Htree is corrupt
Theodore Ts'o
5
-3
/
+961
2008-03-13
e2image: Use open64() so that "e2image -I" works on image files > 2GB
Theodore Ts'o
1
-1
/
+4
2008-03-13
e2fsck: Fix directory i_size handling
Theodore Ts'o
3
-5
/
+35
2008-03-13
libext2fs: Add ext2fs_dblist_get_last() and ext2fs_dblist_drop_last()
Theodore Ts'o
3
-0
/
+32
2008-03-12
e2fsck: Handle a pass 2 "should never happen" error gracefully
Theodore Ts'o
3
-2
/
+16
2008-03-12
e2fsck: Fix obvious typo in an "internal error" message
Theodore Ts'o
1
-2
/
+2
2008-03-11
po: update cs.po (from translationproject.org)
Petr Pisar
2
-154
/
+100
2008-03-10
po: update vi.po (from translationproject.org)
Clytie Siddall
2
-130
/
+85
2008-03-10
po: update sv.po (from translationproject.org)
Göran Uddeborg
2
-168
/
+100
2008-03-10
po: update pl.po (from translationproject.org)
Jakub Bogusz
2
-145
/
+89
2008-03-10
po: update nl.po (from translationproject.org)
Benno Schulenberg
2
-240
/
+134
2008-03-09
resize2fs: Fix resizing filesystems with large inodes
Theodore Ts'o
1
-24
/
+19
2008-03-08
blkid: Fix portability problem caused by using uint instead of unsigned int
Theodore Ts'o
1
-3
/
+3
2008-03-08
Fix mke2fs man page regarding 128-byte default inode size
Theodore Ts'o
1
-5
/
+5
2008-02-29
Merge branch 'maint'
Theodore Ts'o
50
-3118
/
+4674
2008-02-28
Update release notes, version files for 1.40.7 release
Theodore Ts'o
6
-68
/
+224
2008-02-28
debian: Avoid adding an empty directory in the uuid-dev package
Theodore Ts'o
1
-2
/
+0
2008-02-28
debian: Add required ${shlibs:Depends} to libss2's depend header
Theodore Ts'o
1
-1
/
+1
2008-02-28
Fix up debian copyright files to avoid Lintian errors
Theodore Ts'o
3
-34
/
+16
2008-02-28
Update e2fsprogs translation template and po/gmo files
Theodore Ts'o
23
-2974
/
+4320
2008-02-28
tune2fs: Remove support for clearing the SPARSE_SUPER feature
Theodore Ts'o
2
-26
/
+10
2008-02-28
Update mke2fs usage message
Theodore Ts'o
1
-3
/
+4
2008-02-28
Add manpage references to debugfs/tune2fs commands
Andreas Mohr
2
-0
/
+2
2008-02-28
Fix makefile dependency issues for various install targets
Mike Frysinger
3
-3
/
+3
2008-02-28
Improve descriptions for the r_move_itable and r_resize_inode tests
Theodore Ts'o
4
-4
/
+3
2008-02-28
Add regression test for resize2fs moving inodes with inline xattrs
Eric Sandeen
4
-0
/
+72
2008-02-28
resize2fs: Fix movement of large (greater than 128 byte) inodes
Eric Sandeen
1
-3
/
+19
2008-02-27
Merge branch 'maint'
Theodore Ts'o
24
-173
/
+452
2008-02-27
e2fsck: Print an explicit message when the bad block inode is updated
Theodore Ts'o
1
-0
/
+1
2008-02-27
Add support for manipulating large_file feature in mke2fs and tune2fs
Theodore Ts'o
4
-10
/
+32
2008-02-27
fsck: Don't complain about an old-style fstab if the fstab is empty
Theodore Ts'o
1
-1
/
+1
2008-02-27
debugfs: Fix find_free_block to avoid reporting the block more than once
Theodore Ts'o
1
-1
/
+6
2008-02-27
Fix gcc -Wall warnings for lib/blkid/probe.c
Theodore Ts'o
1
-14
/
+16
2008-02-27
e2fsck: Don't clear the LARGE_FILES feature flag
Theodore Ts'o
1
-9
/
+0
2008-02-26
libblkid: Add error checking to devicemapper code to avoid segfaults
Theodore Ts'o
1
-44
/
+61
2008-02-26
Enhance e2fsck's reporting for reporting unsupported filesystem features
Theodore Ts'o
2
-16
/
+45
2008-02-26
libext2fs: Add EXT2_FLAG_NONFREE_ON_ERROR to ext2fs_open2()
Theodore Ts'o
2
-1
/
+6
2008-02-26
Fix dumpe2fs parsing of explicit superblock/blocksize parameters
Theodore Ts'o
2
-16
/
+97
2008-02-26
Eliminate really obsolete references to Linux 2.0/2.1/2.2 in tune2fs man page
Theodore Ts'o
1
-14
/
+0
2008-02-26
tune2fs: Add support to clear the resize_inode feature
Theodore Ts'o
2
-4
/
+14
2008-02-26
tune2fs: Cleanup feature handling to avoid merge conflicts
Theodore Ts'o
1
-29
/
+26
2008-02-26
Teach tune2fs to use e2p_edit_feature2() to provide better error handling
Theodore Ts'o
1
-4
/
+26
2008-02-26
libe2p: New e2p_edit_feature2 which provides better error handling
Theodore Ts'o
2
-8
/
+44
2008-02-26
e2fsck: Document that the -D option finds duplicate file names
Theodore Ts'o
1
-0
/
+5
[next]