summaryrefslogtreecommitdiff
path: root/lib/ext2fs/extent.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o1-0/+1
2011-09-16e2fsprogs: annotate intentional fallthroughs in case statementsEric Sandeen1-0/+2
2011-07-08misc: use EXT2_I_SIZE() consistently to get sizeAndreas Dilger1-3/+2
2010-07-22libext2fs: Don't make a copy of the inode in ext2fs_extent_open2()Theodore Ts'o1-9/+4
2010-07-20tst_extents: Fix 64-bit bugs in do_goto_block()Theodore Ts'o1-6/+8
2010-06-13libext2fs: More random 64-bit fixes, lots of block_iterate3Valerie Aurora Henson1-3/+3
2010-06-07Merge branch 'maint' into nextTheodore Ts'o1-2/+2
2010-05-17libe2p, libext2fs: Update file copyright permission states to match COPYINGTheodore Ts'o1-2/+2
2009-10-25Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2()Valerie Aurora Henson1-1/+2
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson1-3/+4
2009-07-19libext2fs: Avoid creating unneeded new extents in ext2fs_extent_set_bmap()Theodore Ts'o1-25/+93
2009-07-19libext2fs: Improve debugging printf's in extent.cTheodore Ts'o1-8/+51
2009-07-19libext2fs: Fix regression in ext2fs_extent_set_bmap()Theodore Ts'o1-4/+5
2009-07-12libext2fs: Fix minor gcc -Wall warningsTheodore Ts'o1-1/+0
2009-07-10libext2fs: Make ext2fs_extent_set_bmap() more robust against ENOSPCTheodore Ts'o1-13/+33
2009-07-07libext2fs: reset handle after inserting new extentEric Sandeen1-0/+4
2009-06-17libext2fs: write only core inode in update_path()Eric Sandeen1-7/+6
2009-06-15libext2fs: Fix memory leak in the extents handling functionTheodore Ts'o1-1/+1
2009-05-28libext2fs: add ext2fs_extent_open2number96521-7/+19
2009-05-25resize2fs: fix ENOSPC corruption caseEric Sandeen1-5/+6
2009-03-08remove useless if-before-free testsJim Meyering1-2/+1
2008-12-25e2fsck: Fix an unhandled corruption case in scan_extent_node()Theodore Ts'o1-1/+3
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-3/+3
2008-08-27libext2fs: Fix ext2fs_bmap() to work with extents and BMAP_ALLOCTheodore Ts'o1-1/+4
2008-08-22ext2fs_extent_set_bmap(): Avoid creating extra extents for resize2fsTheodore Ts'o1-5/+7
2008-08-22ext2fs_extent_set_bmap(): fix bug when replacing a single block extentTheodore Ts'o1-2/+1
2008-08-22Fix ext2fs_extent_set_bmap() when setting a block before the first extentTheodore Ts'o1-1/+3
2008-08-16libext2fs : Fix memory leaks in ext2fs_extent_open()Manish Katiyar1-3/+5
2008-07-18e2fsprogs: Fix tst_extents output on bigendian machine.Aneesh Kumar K.V1-5/+15
2008-07-13Remove gcc-specific varargs macro in extent.cTheodore Ts'o1-24/+57
2008-06-23libext2fs: Don't include ss/ss.h except when debuggingTheodore Ts'o1-1/+2
2008-06-07Fix gcc -Wall warnings in libext2fsTheodore Ts'o1-14/+13
2008-06-02Teach ext2fs_extent_delete() to remove an empty extent node from the treeEric Sandeen1-7/+24
2008-06-02libext2fs: add new function ext2fs_extent_set_bmap()Eric Sandeen1-53/+356
2008-06-02Teach ext2fs_extent_insert() to split the current node if necessaryEric Sandeen1-3/+12
2008-06-02libext2fs: Teach extent.c how to split nodesEric Sandeen1-0/+251
2008-06-02ext2fs_extent_open: If the inode is empty, initialize the extent treeTheodore Ts'o1-3/+18
2008-06-01ext2fs_extent_replace: Support uninit extents and check validity of e_lenTheodore Ts'o1-5/+34
2008-05-14fix extent_goto for non-0 leaf levelsEric Sandeen1-6/+21
2008-04-17Make extent_goto() deterministic when logical block not foundEric Sandeen1-1/+12
2008-04-17Fix ext2fs_extent_insert when at last extent in nodeEric Sandeen1-1/+1
2008-04-17print a bit more info for the tst_extents info commandEric Sandeen1-0/+10
2008-03-20Fix ext2fs_extent_get for uninit leaf extentsEric Sandeen1-2/+2
2008-03-17Fix miscellaneous gcc -Wall warningsTheodore Ts'o1-10/+9
2008-03-14libext2fs: Fix fencepost error in ext2fs_extent_insert()Theodore Ts'o1-1/+2
2008-03-13libext2fs: Fix ext2fs_extent_delete() to always point at a valid entryTheodore Ts'o1-0/+4
2008-02-22Add missing shift for ei_leaf_hiValerie Clement1-1/+1
2008-02-22Add missing free in ext2fs_extent_free()Valerie Clement1-0/+1
2008-02-18Add support for extents to libext2fsTheodore Ts'o1-0/+1144