)]}'
{
  "log": [
    {
      "commit": "ba1cb4618b2d7becc62c9fd67287e733a23611bc",
      "tree": "de60a000f642fe65d66c4593b2ae8a4e2342f3f7",
      "parents": [
        "57fd2b6c893ed28ccf1a674699f1ea9d8c556281"
      ],
      "author": {
        "name": "Nick Cheng",
        "email": "nick.cheng@areca.com.tw",
        "time": "Wed Feb 27 16:22:03 2008 +0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Mon Mar 03 13:10:22 2008 -0600"
      },
      "message": "[SCSI] arcmsr: update version and changelog\n\nThe fix up from Daniel Drake for replacing GFP_DMA with something\nmore sensible has gone in here:\n\ncommit 69e562c234440fb7410877b5b24f4b29ef8521d1\nAuthor: Daniel Drake \u003cdsd@gentoo.org\u003e\nDate:   Wed Feb 20 13:29:05 2008 +0000\n\n    [SCSI] arcmsr: fix message allocation\n\nadd a change log and update the version for this.\n\nSigned-off-by: Nick Cheng \u003cnick.cheng@areca.com.tw\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\n"
    },
    {
      "commit": "76d78300a6eb8b7f08e47703b7e68a659ffc2053",
      "tree": "8677873e725417a8b8eaede4d4a76e247ed15eaa",
      "parents": [
        "63adcc5862cf95f29c8c07d59458f102700da100"
      ],
      "author": {
        "name": "Nick Cheng",
        "email": "nick.cheng@areca.com.tw",
        "time": "Mon Feb 04 23:53:24 2008 -0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Thu Feb 07 18:02:44 2008 -0600"
      },
      "message": "[SCSI] arcmsr: updates (1.20.00.15)\n\n- add arcmsr_enable_eoi_mode()and readl(reg-\u003eiop2drv_doorbell_reg) in\n  arcmsr_handle_hbb_isr() on adapter Type B in case of the doorbell\n  interrupt clearance is cached\n\n- add conditional declaration for arcmsr_pci_error_detected() and\n  arcmsr_pci_slot_reset\n\n- check if the sg list member number exceeds arcmsr default limit in\n  arcmsr_build_ccb()\n\n- change the returned value type of arcmsr_build_ccb()from \"void\" to\n  \"int\" returns FAILED in arcmsr_queue_command()\n\n- modify arcmsr_drain_donequeue() to ignore unknown command and let\n  kernel process command timeout.  This could handle IO request violating\n  maximum segments, i.e.  Linux XFS over DM-CRYPT.  Thanks to Milan Broz\u0027s\n  comments \u003cmbroz@redhat.com\u003e\n\n- fix the release of dma memory for type B in arcmsr_free_ccb_pool()\n\n- fix the arcmsr_polling_hbb_ccbdone()\n\nSigned-off-by: Nick Cheng \u003cnick.cheng@areca.com.tw\u003e\nCc: Milan Broz \u003cmbroz@redhat.com\u003e\nCc: \u003cthenzl@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\n"
    },
    {
      "commit": "1a4f550a09f89e3a15eff1971bc9db977571b9f6",
      "tree": "3ba5dea468391701664d4ca4c0b0e2a569521d89",
      "parents": [
        "bfd129445f23c037d9a440ebfa4109e11c220301"
      ],
      "author": {
        "name": "Nick Cheng",
        "email": "nick.cheng@areca.com.tw",
        "time": "Thu Sep 13 17:26:40 2007 +0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.localdomain",
        "time": "Fri Oct 12 14:48:27 2007 -0400"
      },
      "message": "[SCSI] arcmsr: 1.20.00.15: add SATA RAID plus other fixes\n\nDescription:\n** support ARC1200/1201/1202 SATA RAID adapter, which is named\nACB_ADAPTER_TYPE_B\n** modify the arcmsr_pci_slot_reset function\n** modify the arcmsr_pci_ers_disconnect_forepart function\n** modify the arcmsr_pci_ers_need_reset_forepart function \n\nSigned-off-by: Nick Cheng \u003cnick.cheng@areca.com.tw\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "1c57e86d75cf162bdadb3a5fe0cd3f65aa1a9ca3",
      "tree": "166f691c186d6e663218559c4762299063f63657",
      "parents": [
        "0c269e6d3c615403a6e0acbe6e88f1c0da9c2396"
      ],
      "author": {
        "name": "Erich Chen",
        "email": "erich@areca.com.tw",
        "time": "Wed Jul 12 08:59:32 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Fri Jul 28 14:13:40 2006 -0500"
      },
      "message": "[SCSI] arcmsr: initial driver, version 1.20.00.13\n\narcmsr is a driver for the Areca Raid controller, a host based RAID\nsubsystem that speaks SCSI at the firmware level.\n\nThis patch is quite a clean up over the initial submission with\ncontributions from:\n\nRandy Dunlap \u003crdunlap@xenotime.net\u003e\nChristoph Hellwig \u003chch@lst.de\u003e\nMatthew Wilcox \u003cmatthew@wil.cx\u003e\nAdrian Bunk \u003cbunk@stusta.de\u003e\n\nSigned-off-by: Erich Chen \u003cerich@areca.com.tw\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    }
  ]
}
