Alex Lyakas
2013-Jan-21 10:22 UTC
[PATCH 0/2] send: Avoid sending disknr==0 and PREALLOC extents when possible V2
These two patches address the issue of sending unneeded zero data for disknr==0 and PREALLOC extents. There is room for additional improvement for PREALLOC extents, but it requires adding a new send command, so for now this is not addressed. Changes in V2: no functional change; previous patchset was malformed, so cleanup done with checkpatch.pl. Please review and comment. Alex Lyakas (2): Avoid sending disknr==0 extents when possible. On a diff-send, avoid sending PREALLOC extents, if the parent root has only PREALLOC extents on an appropriate file range. fs/btrfs/send.c | 184 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 178 insertions(+), 6 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html