| commit | bd7d6d45d4305eaf8efa25bf0fd44fb39d3c22e3 | [log] [tgz] |
|---|---|---|
| author | Zhong, Xin <xin.zhong@intel.com> | Tue Jun 21 09:45:59 2011 +0800 |
| committer | Chris Mason <chris.mason@oracle.com> | Tue Oct 25 09:19:00 2011 -0400 |
| tree | 4c5d91ae10554683c483e9ce44976564ac6545c0 | |
| parent | 0dbd99fb3e117cd5f87eda492b6b4fab1b5bea23 [diff] |
btrfs-progs: Improvement for making btrfs image from source directory. * Initialize ret in btrfs_csum_file_block * Do not abort when xattr is not supported in the source directory * Remove size limitation of 256M * Alloc data chunk in a smaller size (8M) to make btrfs image smaller * Let user specify the btrfs image name Depends on below patch from samsung guys: http://marc.info/?l=linux-btrfs&m=127858068226025&w=2 Signed-off-by: Zhong, Xin <xin.zhong@intel.com>