1. 22 2月, 2014 3 次提交
  2. 15 2月, 2014 1 次提交
  3. 01 2月, 2014 1 次提交
  4. 25 1月, 2014 1 次提交
  5. 24 1月, 2014 2 次提交
  6. 22 1月, 2014 2 次提交
  7. 20 12月, 2013 2 次提交
  8. 03 12月, 2013 2 次提交
  9. 30 11月, 2013 2 次提交
  10. 28 11月, 2013 1 次提交
  11. 31 10月, 2013 1 次提交
  12. 18 10月, 2013 2 次提交
  13. 11 10月, 2013 3 次提交
  14. 25 9月, 2013 1 次提交
    • F
      vmdk: fix cluster size check for flat extents · 301c7d38
      Fam Zheng 提交于
      We use the extent size as cluster size for flat extents (where no L1/L2
      table is allocated so it's safe) reuse sector calculating code with
      sparse extents.
      
      Don't pass in the cluster size for adding flat extent, just set it to
      sectors later, then the cluster size checking will not fail.
      
      The cluster_sectors is changed to int64_t to allow big flat extent.
      
      Without this, flat extent opening is broken:
      
          # qemu-img create -f vmdk -o subformat=monolithicFlat /tmp/a.vmdk 100G
          Formatting '/tmp/a.vmdk', fmt=vmdk size=107374182400 compat6=off subformat='monolithicFlat' zeroed_grain=off
          # qemu-img info /tmp/a.vmdk
          image: /tmp/a.vmdk
          file format: raw
          virtual size: 0 (0 bytes)
          disk size: 4.0K
      Signed-off-by: NFam Zheng <famz@redhat.com>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      301c7d38
  15. 12 9月, 2013 3 次提交
  16. 06 9月, 2013 3 次提交
  17. 22 8月, 2013 4 次提交
  18. 06 8月, 2013 6 次提交