Searched hist:"5 f56406aabdf5444d040c5955effc665b1d0dbaf" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | extent_map.c | diff 5f56406aabdf5444d040c5955effc665b1d0dbaf Tue Jan 22 15:47:59 CST 2008 Chris Mason <chris.mason@oracle.com> Btrfs: Fix hole insertion corner cases
There were a few places that could cause duplicate extent insertion, this adjusts the code that creates holes to avoid it.
lookup_extent_map is changed to correctly return all of the extents in a range, even when there are none matching at the start of the range.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
|
H A D | file.c | diff 5f56406aabdf5444d040c5955effc665b1d0dbaf Tue Jan 22 15:47:59 CST 2008 Chris Mason <chris.mason@oracle.com> Btrfs: Fix hole insertion corner cases
There were a few places that could cause duplicate extent insertion, this adjusts the code that creates holes to avoid it.
lookup_extent_map is changed to correctly return all of the extents in a range, even when there are none matching at the start of the range.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
|
H A D | ctree.h | diff 5f56406aabdf5444d040c5955effc665b1d0dbaf Tue Jan 22 15:47:59 CST 2008 Chris Mason <chris.mason@oracle.com> Btrfs: Fix hole insertion corner cases
There were a few places that could cause duplicate extent insertion, this adjusts the code that creates holes to avoid it.
lookup_extent_map is changed to correctly return all of the extents in a range, even when there are none matching at the start of the range.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
|
H A D | inode.c | diff 5f56406aabdf5444d040c5955effc665b1d0dbaf Tue Jan 22 15:47:59 CST 2008 Chris Mason <chris.mason@oracle.com> Btrfs: Fix hole insertion corner cases
There were a few places that could cause duplicate extent insertion, this adjusts the code that creates holes to avoid it.
lookup_extent_map is changed to correctly return all of the extents in a range, even when there are none matching at the start of the range.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
|