Home
last modified time | relevance | path

Searched hist:"74 dd17fbe3d65829e75d84f00a9525b2ace93998" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dsend.cdiff a0859c0998605d2dc1b021543398cd84a40589db Wed Feb 05 10:48:55 CST 2014 Filipe David Borba Manana <fdmanana@gmail.com> Btrfs: use right extent item position in send when finding extent clones

This was a leftover from the commit:

74dd17fbe3d65829e75d84f00a9525b2ace93998
(Btrfs: fix btrfs send for inline items and compression)

Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com>
Signed-off-by: Josef Bacik <jbacik@fb.com>
diff 74dd17fbe3d65829e75d84f00a9525b2ace93998 Tue Aug 07 15:25:13 CDT 2012 Chris Mason <chris.mason@fusionio.com> Btrfs: fix btrfs send for inline items and compression

The btrfs send code was assuming the offset of the file item into the
extent translated to bytes on disk. If we're compressed, this isn't
true, and so it was off into extents owned by other files.

It was also improperly handling inline extents. This solves a crash
where we may have gone past the end of the file extent item by not
testing early enough for an inline extent. It also solves problems
where we have a whole between the end of the inline item and the start
of the full extent.

Signed-off-by: Chris Mason <chris.mason@fusionio.com>
H A Dctree.cdiff 74dd17fbe3d65829e75d84f00a9525b2ace93998 Tue Aug 07 15:25:13 CDT 2012 Chris Mason <chris.mason@fusionio.com> Btrfs: fix btrfs send for inline items and compression

The btrfs send code was assuming the offset of the file item into the
extent translated to bytes on disk. If we're compressed, this isn't
true, and so it was off into extents owned by other files.

It was also improperly handling inline extents. This solves a crash
where we may have gone past the end of the file extent item by not
testing early enough for an inline extent. It also solves problems
where we have a whole between the end of the inline item and the start
of the full extent.

Signed-off-by: Chris Mason <chris.mason@fusionio.com>
H A Dextent_io.cdiff 74dd17fbe3d65829e75d84f00a9525b2ace93998 Tue Aug 07 15:25:13 CDT 2012 Chris Mason <chris.mason@fusionio.com> Btrfs: fix btrfs send for inline items and compression

The btrfs send code was assuming the offset of the file item into the
extent translated to bytes on disk. If we're compressed, this isn't
true, and so it was off into extents owned by other files.

It was also improperly handling inline extents. This solves a crash
where we may have gone past the end of the file extent item by not
testing early enough for an inline extent. It also solves problems
where we have a whole between the end of the inline item and the start
of the full extent.

Signed-off-by: Chris Mason <chris.mason@fusionio.com>