)]}'
{
  "log": [
    {
      "commit": "a8659597bf744b0f8d2560e2a734b5c941569e0e",
      "tree": "b0630c44727dc3621a1d51a3e2fe5f51eb646e16",
      "parents": [
        "3fe68cc152fc7cc6a763c692544a0ab71926c800"
      ],
      "author": {
        "name": "H. Peter Anvin",
        "email": "hpa@zytor.com",
        "time": "Tue Oct 14 11:34:21 2008 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Thu Oct 23 11:42:20 2008 -0500"
      },
      "message": "[SCSI] lib: string_get_size(): don\u0027t hang on zero; no decimals on exact\n\nWe would hang forever when passing a zero to string_get_size().\nFurthermore, string_get_size() would produce decimals on a value small\nenough to be exact.  Finally, a few formatting issues are inconsistent\nwith standard SI style guidelines.\n\n- If the value is less than the divisor, skip the entire rounding\n  step.  This prints out all small values including zero as integers,\n  without decimals.\n- Add a space between the value and the symbol for the unit,\n  consistent with standard SI practice.\n- Lower case k in kB since we are talking about powers of 10.\n- Finally, change \"int\" to \"unsigned int\" in one place to shut up a\n  gcc warning when compiling the code out-of-kernel for testing.\n\nSigned-off-by: H. Peter Anvin \u003chpa@zytor.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\n"
    },
    {
      "commit": "3c9f3681d0b4af09c1cbf04f92fdfb72bd81ad7b",
      "tree": "64afe14ce916e5202d1c92b776883d2039b092eb",
      "parents": [
        "114f1ea408944f9515e45aa7452238fb15a1fa00"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Sun Aug 31 10:13:54 2008 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Fri Oct 03 11:46:14 2008 -0500"
      },
      "message": "[SCSI] lib: add generic helper to print sizes rounded to the correct SI range\n\nThis patch adds the ability to print sizes in either units of 10^3 (SI)\nor 2^10 (Binary) units.  It rounds up to three significant figures and\ncan be used for either memory or storage capacities.\n\nOh, and I\u0027m fully aware that 64 bits is only 16EiB ... the Zetta and\nYotta units are added for future proofing against the day we have 128\nbit computers ...\n\n[fujita.tomonori@lab.ntt.co.jp: fix missed unsigned long long cast]\nSigned-off-by: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\n"
    }
  ]
}
