Home
last modified time | relevance | path

Searched hist:"58 e8012cc12b3cdebea118981c4fd7136d52f2c7" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dextent_io.hdiff 58e8012cc12b3cdebea118981c4fd7136d52f2c7 Tue Nov 08 11:30:31 CST 2016 David Sterba <dsterba@suse.com> btrfs: add optimized version of eb to eb copy

Using copy_extent_buffer is suitable for copying betwenn buffers from an
arbitrary offset and deals with page boundaries. This is not necessary
when doing a full extent_buffer-to-extent_buffer copy. We can utilize
the copy_page helper as well.

Signed-off-by: David Sterba <dsterba@suse.com>
H A Dctree.cdiff 58e8012cc12b3cdebea118981c4fd7136d52f2c7 Tue Nov 08 11:30:31 CST 2016 David Sterba <dsterba@suse.com> btrfs: add optimized version of eb to eb copy

Using copy_extent_buffer is suitable for copying betwenn buffers from an
arbitrary offset and deals with page boundaries. This is not necessary
when doing a full extent_buffer-to-extent_buffer copy. We can utilize
the copy_page helper as well.

Signed-off-by: David Sterba <dsterba@suse.com>
H A Dextent_io.cdiff 58e8012cc12b3cdebea118981c4fd7136d52f2c7 Tue Nov 08 11:30:31 CST 2016 David Sterba <dsterba@suse.com> btrfs: add optimized version of eb to eb copy

Using copy_extent_buffer is suitable for copying betwenn buffers from an
arbitrary offset and deals with page boundaries. This is not necessary
when doing a full extent_buffer-to-extent_buffer copy. We can utilize
the copy_page helper as well.

Signed-off-by: David Sterba <dsterba@suse.com>