index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-17
Make extent_goto() deterministic when logical block not found
Eric Sandeen
1
-1
/
+12
2008-04-17
Fix ext2fs_extent_insert when at last extent in node
Eric Sandeen
1
-1
/
+1
2008-04-17
print a bit more info for the tst_extents info command
Eric Sandeen
1
-0
/
+10
2008-04-17
Fix tst_extents build when building w/o dynamic libraries
Theodore Ts'o
1
-1
/
+1
2008-04-17
Add support for the HUGE_FILE feature
Theodore Ts'o
12
-18
/
+106
2008-04-17
Merge branch 'maint'
Theodore Ts'o
1
-1
/
+1
2008-04-09
Fix non-POSIX ">&" in the Makefile for lib/ss's "make check" rule
Theodore Ts'o
1
-1
/
+1
2008-04-06
Fix a couple of implicit function declarations
Eric Sandeen
1
-0
/
+1
2008-04-06
Merge branch 'maint' into next
Theodore Ts'o
1
-2
/
+3
2008-04-06
libext2fs: Fix resize inode creation with non-standard s_first_data_block
Theodore Ts'o
1
-2
/
+3
2008-04-01
libext2fs: Fix big-endian bug in tst_csum.c
Theodore Ts'o
1
-3
/
+0
2008-04-01
Add dependency rule so that static library when necessary for "make check"
Theodore Ts'o
1
-1
/
+1
2008-04-01
libext2fs: Make all test programs link only against the static library
Theodore Ts'o
1
-20
/
+14
2008-03-31
libext2fs: Micro-optimization in inode scan code
Andreas Dilger
1
-3
/
+2
2008-03-31
ext2fs_set_gdt_csum(): Return an error code on errors instead of void
Andreas Dilger
2
-3
/
+7
2008-03-31
ext2fs_set_gdt_csum(): Force the last block group to have a valid block bitmap
Andreas Dilger
1
-1
/
+1
2008-03-31
ext2fs_set_gdt_csum(): Clean up superblock dirty flag handling
Andreas Dilger
1
-17
/
+11
2008-03-30
Fix the copyright notice in lib/ext2fs/tst_csum.c to be GPLv2 only
Andreas Dilger
1
-2
/
+2
2008-03-25
Fix parallel builds for lib/ext2fs/extent.o
Eric Sandeen
1
-84
/
+153
2008-03-24
libext2fs: Fix byte-swap logic for i_block[] in inodes with extents
Eric Sandeen
1
-4
/
+6
2008-03-20
Fix ext2fs_extent_get for uninit leaf extents
Eric Sandeen
1
-2
/
+2
2008-03-20
Rename feature name from gdt_checksum to uninit_groups
Jose R. Santos
1
-1
/
+1
2008-03-20
Add uninit block group support to various libext2fs functions
Jose R. Santos
8
-18
/
+79
2008-03-20
Add initial checksum support for the gdt_checksum/uninit_group feature
Jose R. Santos
7
-2
/
+423
2008-03-17
Fix miscellaneous gcc -Wall warnings
Theodore Ts'o
8
-18
/
+27
2008-03-15
Add support for the DIR_NLINK feature.
Andreas Dilger
2
-2
/
+3
2008-03-15
libext2fs: Make icount use a 32-bit counter
Theodore Ts'o
1
-10
/
+21
2008-03-15
Merge branch 'maint'
Theodore Ts'o
2
-3
/
+7
2008-03-15
ext2_fs.h: Rename EXT4_ORPHAN_FS to be EXT3_ORPHAN_FS
Theodore Ts'o
1
-1
/
+1
2008-03-14
Fix ext2fs_swap_inode_full() for in-inode xattrs on big-endian machines
Eric Sandeen
1
-2
/
+6
2008-03-14
libext2fs: Fix fencepost error in ext2fs_extent_insert()
Theodore Ts'o
1
-1
/
+2
2008-03-13
libext2fs: Fix ext2fs_extent_delete() to always point at a valid entry
Theodore Ts'o
1
-0
/
+4
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
4
-3
/
+36
2008-03-13
libext2fs: Add ext2fs_dblist_get_last() and ext2fs_dblist_drop_last()
Theodore Ts'o
3
-0
/
+32
2008-03-08
blkid: Fix portability problem caused by using uint instead of unsigned int
Theodore Ts'o
1
-3
/
+3
2008-02-27
Merge branch 'maint'
Theodore Ts'o
9
-56
/
+197
2008-02-27
Fix gcc -Wall warnings for lib/blkid/probe.c
Theodore Ts'o
1
-14
/
+16
2008-02-26
libblkid: Add error checking to devicemapper code to avoid segfaults
Theodore Ts'o
1
-44
/
+61
2008-02-26
libext2fs: Add EXT2_FLAG_NONFREE_ON_ERROR to ext2fs_open2()
Theodore Ts'o
2
-1
/
+6
2008-02-26
libe2p: New e2p_edit_feature2 which provides better error handling
Theodore Ts'o
2
-8
/
+44
2008-02-22
libe2p: Change Raid to RAID in display option
Theodore Ts'o
1
-2
/
+2
2008-02-22
Add missing shift for ei_leaf_hi
Valerie Clement
1
-1
/
+1
2008-02-22
Add missing free in ext2fs_extent_free()
Valerie Clement
1
-0
/
+1
2008-02-19
Fix memory leak in ext2fs_alloc_block()
Theodore Ts'o
1
-1
/
+0
2008-02-19
blkid: detect LVM2 physical volumes
Eric Sandeen
2
-0
/
+84
2008-02-18
Merge branch 'maint' into next
Theodore Ts'o
2
-0
/
+8
2008-02-18
libe2p: Make list_super2() print the RAID stride and stripe-width
Theodore Ts'o
1
-0
/
+6
[next]