Whamcloud - gitweb
libext2fs: Add new function ext2fs_test_inode_bitmap_range()
[tools/e2fsprogs.git] / lib / ext2fs / extent.c
2009-07-08 Eric Sandeenlibext2fs: reset handle after inserting new extent
2009-06-17 Eric Sandeenlibext2fs: write only core inode in update_path()
2009-06-15 Theodore Ts'olibext2fs: Fix memory leak in the extents handling...
2009-05-28 number9652libext2fs: add ext2fs_extent_open2
2009-05-26 Eric Sandeenresize2fs: fix ENOSPC corruption case
2009-03-09 Jim Meyeringremove useless if-before-free tests
2008-12-26 Theodore Ts'oe2fsck: Fix an unhandled corruption case in scan_extent...
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
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