e2fsprogs/tests/f_extent_oobounds
Darrick J. Wong 7b486ec08c libext2fs: find inode goal when allocating blocks
Try to be a little smarter about where we go to allocate blocks for a
inode.  For a given inode and logical offset, set the goal as if the
file were physically continuous.  If it's bmapped, just start looking
at wherever lblk 0 is.  If that's not possible (the file has no
lblk>pblk mappings, inline data, etc.) then start looking in the
inode's block group.

[ Fixed memory leak --tytso ]

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2014-12-13 20:07:13 -05:00
..
expect.1 tests: add new test f_extent_oobounds 2013-06-06 23:53:31 -04:00
expect.2 tests: add new test f_extent_oobounds 2013-06-06 23:53:31 -04:00
script libext2fs: find inode goal when allocating blocks 2014-12-13 20:07:13 -05:00