From: Yan, Zheng Date: Mon, 29 Aug 2011 01:25:53 +0000 (+0800) Subject: btrfs: check file extent backref offset underflow X-Git-Tag: v3.2-rc1~21^2~23^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84850e8d8a5ec7b9d3c47d224e9a10c9da52ff1b;p=pandora-kernel.git btrfs: check file extent backref offset underflow Offset field in data extent backref can underflow if clone range ioctl is used. We can reliably detect the underflow because max file size is limited to 2^63 and max data extent size is limited by block group size. Signed-off-by: Zheng Yan --- Reading git-diff-tree failed