Whamcloud - gitweb
libext2fs: Fix ext2fs_bmap() to work with extents and BMAP_ALLOC
[tools/e2fsprogs.git] / lib / ext2fs / extent.c
2008-08-27 Theodore Ts'olibext2fs: Fix ext2fs_bmap() to work with extents and...
2008-08-22 Theodore Ts'oext2fs_extent_set_bmap(): Avoid creating extra extents...
2008-08-22 Theodore Ts'oext2fs_extent_set_bmap(): fix bug when replacing a...
2008-08-22 Theodore Ts'oFix ext2fs_extent_set_bmap() when setting a block befor...
2008-08-16 Manish Katiyarlibext2fs : Fix memory leaks in ext2fs_extent_open()
2008-07-19 Aneesh Kumar K.Ve2fsprogs: Fix tst_extents output on bigendian machine.
2008-07-13 Theodore Ts'oRemove gcc-specific varargs macro in extent.c
2008-06-23 Theodore Ts'olibext2fs: Don't include ss/ss.h except when debugging
2008-06-07 Theodore Ts'oFix gcc -Wall warnings in libext2fs
2008-06-02 Eric SandeenTeach ext2fs_extent_delete() to remove an empty extent...
2008-06-02 Eric Sandeenlibext2fs: add new function ext2fs_extent_set_bmap()
2008-06-02 Eric SandeenTeach ext2fs_extent_insert() to split the current node...
2008-06-02 Eric Sandeenlibext2fs: Teach extent.c how to split nodes
2008-06-02 Theodore Ts'oext2fs_extent_open: If the inode is empty, initialize...
2008-06-02 Theodore Ts'oext2fs_extent_replace: Support uninit extents and check...
2008-05-14 Eric Sandeenfix extent_goto for non-0 leaf levels
2008-04-17 Eric SandeenMake extent_goto() deterministic when logical block...
2008-04-17 Eric SandeenFix ext2fs_extent_insert when at last extent in node
2008-04-17 Eric Sandeenprint a bit more info for the tst_extents info command
2008-03-20 Eric SandeenFix ext2fs_extent_get for uninit leaf extents
2008-03-18 Theodore Ts'oFix miscellaneous gcc -Wall warnings
2008-03-14 Theodore Ts'olibext2fs: Fix fencepost error in ext2fs_extent_insert()
2008-03-14 Theodore Ts'olibext2fs: Fix ext2fs_extent_delete() to always point...
2008-02-22 Valerie ClementAdd missing shift for ei_leaf_hi
2008-02-22 Valerie ClementAdd missing free in ext2fs_extent_free()
2008-02-19 Theodore Ts'oAdd support for extents to libext2fs