)]}'
{
  "log": [
    {
      "commit": "68aecfb97978fe6730615f92f53c11149e929052",
      "tree": "bb94a6c90c670f810c7851b586e552140d51a8a0",
      "parents": [
        "26d7b99b835294ab21e2a2b4b3bdf04b03b0028d"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Tue May 29 15:07:32 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 29 16:22:32 2012 -0700"
      },
      "message": "lib/string_helpers.c: make arrays static\n\nMoving these arrays into static storage shrinks the kernel a bit:\n\n   text    data     bss     dec     hex filename\n    723     112      64     899     383 lib/string_helpers.o\n    516     272      64     852     354 lib/string_helpers.o\n\nCc: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\nCc: \"Aneesh Kumar K.V\" \u003caneesh.kumar@linux.vnet.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8bc3bcc93a2b4e47d5d410146f6546bca6171663",
      "tree": "101f55a96f751749041c90c32ef1ba89f94dc4d1",
      "parents": [
        "630d9c47274aa89bfa77fe6556d7818bdcb12992"
      ],
      "author": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Wed Nov 16 21:29:17 2011 -0500"
      },
      "committer": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Wed Mar 07 15:04:04 2012 -0500"
      },
      "message": "lib: reduce the use of module.h wherever possible\n\nFor files only using THIS_MODULE and/or EXPORT_SYMBOL, map\nthem onto including export.h -- or if the file isn\u0027t even\nusing those, then just delete the include.  Fix up any implicit\ninclude dependencies that were being masked by module.h along\nthe way.\n\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\n"
    },
    {
      "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"
    }
  ]
}
