index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ext2fs
/
extent.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-18
Shorten compile commands run by the build system
Theodore Ts'o
1
-0
/
+1
2011-09-16
e2fsprogs: annotate intentional fallthroughs in case statements
Eric Sandeen
1
-0
/
+2
2011-07-08
misc: use EXT2_I_SIZE() consistently to get size
Andreas Dilger
1
-3
/
+2
2010-07-22
libext2fs: Don't make a copy of the inode in ext2fs_extent_open2()
Theodore Ts'o
1
-9
/
+4
2010-07-20
tst_extents: Fix 64-bit bugs in do_goto_block()
Theodore Ts'o
1
-6
/
+8
2010-06-13
libext2fs: More random 64-bit fixes, lots of block_iterate3
Valerie Aurora Henson
1
-3
/
+3
2010-06-07
Merge branch 'maint' into next
Theodore Ts'o
1
-2
/
+2
2010-05-17
libe2p, libext2fs: Update file copyright permission states to match COPYING
Theodore Ts'o
1
-2
/
+2
2009-10-25
Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2()
Valerie Aurora Henson
1
-1
/
+2
2009-09-07
Convert to use io_channel_read_blk64() and io_channel_write_blk64()
Valerie Aurora Henson
1
-3
/
+4
2009-07-19
libext2fs: Avoid creating unneeded new extents in ext2fs_extent_set_bmap()
Theodore Ts'o
1
-25
/
+93
2009-07-19
libext2fs: Improve debugging printf's in extent.c
Theodore Ts'o
1
-8
/
+51
2009-07-19
libext2fs: Fix regression in ext2fs_extent_set_bmap()
Theodore Ts'o
1
-4
/
+5
2009-07-12
libext2fs: Fix minor gcc -Wall warnings
Theodore Ts'o
1
-1
/
+0
2009-07-10
libext2fs: Make ext2fs_extent_set_bmap() more robust against ENOSPC
Theodore Ts'o
1
-13
/
+33
2009-07-07
libext2fs: reset handle after inserting new extent
Eric Sandeen
1
-0
/
+4
2009-06-17
libext2fs: write only core inode in update_path()
Eric Sandeen
1
-7
/
+6
2009-06-15
libext2fs: Fix memory leak in the extents handling function
Theodore Ts'o
1
-1
/
+1
2009-05-28
libext2fs: add ext2fs_extent_open2
number9652
1
-7
/
+19
2009-05-25
resize2fs: fix ENOSPC corruption case
Eric Sandeen
1
-5
/
+6
2009-03-08
remove useless if-before-free tests
Jim Meyering
1
-2
/
+1
2008-12-25
e2fsck: Fix an unhandled corruption case in scan_extent_node()
Theodore Ts'o
1
-1
/
+3
2008-08-27
Remove trailing whitespace for the entire source tree
Theodore Ts'o
1
-3
/
+3
2008-08-27
libext2fs: Fix ext2fs_bmap() to work with extents and BMAP_ALLOC
Theodore Ts'o
1
-1
/
+4
2008-08-22
ext2fs_extent_set_bmap(): Avoid creating extra extents for resize2fs
Theodore Ts'o
1
-5
/
+7
2008-08-22
ext2fs_extent_set_bmap(): fix bug when replacing a single block extent
Theodore Ts'o
1
-2
/
+1
2008-08-22
Fix ext2fs_extent_set_bmap() when setting a block before the first extent
Theodore Ts'o
1
-1
/
+3
2008-08-16
libext2fs : Fix memory leaks in ext2fs_extent_open()
Manish Katiyar
1
-3
/
+5
2008-07-18
e2fsprogs: Fix tst_extents output on bigendian machine.
Aneesh Kumar K.V
1
-5
/
+15
2008-07-13
Remove gcc-specific varargs macro in extent.c
Theodore Ts'o
1
-24
/
+57
2008-06-23
libext2fs: Don't include ss/ss.h except when debugging
Theodore Ts'o
1
-1
/
+2
2008-06-07
Fix gcc -Wall warnings in libext2fs
Theodore Ts'o
1
-14
/
+13
2008-06-02
Teach ext2fs_extent_delete() to remove an empty extent node from the tree
Eric Sandeen
1
-7
/
+24
2008-06-02
libext2fs: add new function ext2fs_extent_set_bmap()
Eric Sandeen
1
-53
/
+356
2008-06-02
Teach ext2fs_extent_insert() to split the current node if necessary
Eric Sandeen
1
-3
/
+12
2008-06-02
libext2fs: Teach extent.c how to split nodes
Eric Sandeen
1
-0
/
+251
2008-06-02
ext2fs_extent_open: If the inode is empty, initialize the extent tree
Theodore Ts'o
1
-3
/
+18
2008-06-01
ext2fs_extent_replace: Support uninit extents and check validity of e_len
Theodore Ts'o
1
-5
/
+34
2008-05-14
fix extent_goto for non-0 leaf levels
Eric Sandeen
1
-6
/
+21
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-03-20
Fix ext2fs_extent_get for uninit leaf extents
Eric Sandeen
1
-2
/
+2
2008-03-17
Fix miscellaneous gcc -Wall warnings
Theodore Ts'o
1
-10
/
+9
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-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-18
Add support for extents to libext2fs
Theodore Ts'o
1
-0
/
+1144