)]}'
{
  "log": [
    {
      "commit": "07ce5eba857cb7dc8f6ae39eda74b108efe4a3f8",
      "tree": "b3db0e2bd1bcb627575eba90ea3f8513c7f31c28",
      "parents": [
        "f64a181d898e0518d5ae90c4870069510de977e1"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Tue Nov 08 14:26:33 2005 -0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Wed Nov 09 16:15:11 2005 -0500"
      },
      "message": "[SCSI] aacraid: Fix read capacity 16 return data\n\nReceived from Mark Salyzyn.\n\nThe return data from a read capacity 16 needs to have RTO_EN and PROT_EN\nzeroed out.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "f64a181d898e0518d5ae90c4870069510de977e1",
      "tree": "f7ef817d9bd1804e59220f70d97c2ae6f5f7a2f5",
      "parents": [
        "0a04137e75204e370dbdf2376033853eea126de7"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Mon Oct 31 18:32:08 2005 +0100"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Wed Nov 09 15:48:20 2005 -0500"
      },
      "message": "[SCSI] remove Scsi_Device typedef\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "c9475cb0c358ff0dd473544280d92482df491913",
      "tree": "091617d0bdab9273d44139c86af21b7540e6d9b1",
      "parents": [
        "089b1dbbde28f0f641c20beabba28fa89ab4fab9"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Mon Nov 07 01:01:26 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 07:54:01 2005 -0800"
      },
      "message": "[PATCH] kfree cleanup: drivers/scsi\n\nThis is the drivers/scsi/ part of the big kfree cleanup patch.\n\nRemove pointless checks for NULL prior to calling kfree() in drivers/scsi/.\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nAcked-by: Kai Makisara \u003ckai.makisara@kolumbus.fi\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a9a3047dd8ae43ff24caae5ec733a93df129568e",
      "tree": "c69433a7a4a5f43ecb440e173284026b0d42d9fe",
      "parents": [
        "6521018d4bf9522b4de47254ea15e8c1be1ec00f"
      ],
      "author": {
        "name": "Nishanth Aravamudan",
        "email": "nacc@us.ibm.com",
        "time": "Mon Nov 07 01:01:20 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 07:53:59 2005 -0800"
      },
      "message": "[PATCH] drivers/scsi: fix-up schedule_timeout() usage\n\nUse schedule_timeout_uninterruptible() instead of\nset_current_state()/schedule_timeout() to reduce kernel size.\n\nSigned-off-by: Nishanth Aravamudan \u003cnacc@us.ibm.com\u003e\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "422c0d61d591cbfb70f029e13505fb437e169d68",
      "tree": "ebafa14e1c1564ddf263868c3b6907642a8fdf1e",
      "parents": [
        "017560fca496f72ed9dd734ffde63ce39dfe0411"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Oct 24 18:05:09 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Oct 28 21:10:16 2005 -0500"
      },
      "message": "[SCSI] use scmd_id(), scmd_channel() throughout code\n\nWrap a highly common idiom.  Makes the code easier to read, helps pave\nthe way for sdev-\u003e{id,channel} removal, and adds a token that can easily\nby grepped-for in the future.\n\nThere are a couple sdev_id() and scmd_printk() updates thrown in as well.\n\nRejections fixed up and\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "8e0c5ebde82b08f6d996e11983890fc4cc085fab",
      "tree": "3ba38ff8e7b9203b47d038c215d9c7d623c250ba",
      "parents": [
        "38a9a621aba953ddb8051547e98c10ec3c741312"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Mon Oct 24 10:52:22 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Oct 28 11:41:53 2005 -0500"
      },
      "message": "[SCSI] aacraid: Newer adapter communication iterface support\n\nReceived from Mark Salyzyn.\n\nThis patch adds the \u0027new comm\u0027 interface, which modern AAC based\nadapters that are less than a year old support in the name of much\nimproved performance. These modern adapters support both the legacy and\nthe \u0027new comm\u0027 interfaces.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "38a9a621aba953ddb8051547e98c10ec3c741312",
      "tree": "53fc96a2902d2c5bf2a82d97d99b78570c76291e",
      "parents": [
        "27d1097d39509494706eaa2620ef3b1e780a3224",
        "e75d51761debffbc5e556e02c8ceda4f8c1a3e83"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Oct 28 11:41:41 2005 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Oct 28 11:41:41 2005 -0500"
      },
      "message": "Merge HEAD from ../scsi-misc-2.6-old \n"
    },
    {
      "commit": "e75d51761debffbc5e556e02c8ceda4f8c1a3e83",
      "tree": "e9254c5876402d2bf069deae3a7b9648ffa1db23",
      "parents": [
        "9f30a323a4ad96a3867279e0cdea7e2362dca2ee"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Mon Oct 24 10:52:11 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Oct 28 11:23:39 2005 -0500"
      },
      "message": "[SCSI] aacraid: remove compiler warning\n\nReceived from Mark Salyzyn.\n\nThis patch resolves a compiler warning on 64 bit architectures.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "9f30a323a4ad96a3867279e0cdea7e2362dca2ee",
      "tree": "e071657ce564844d0727360c52430a37bcf73277",
      "parents": [
        "794d0601e7a379f0188655115a3642f1e326116f"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Mon Oct 24 10:52:02 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Oct 28 11:23:16 2005 -0500"
      },
      "message": "[SCSI] aacraid: fix struct element cpu order\n\nReceived from Mark Salyzyn.\n\nThe compat field needed to be in cpu order.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "794d0601e7a379f0188655115a3642f1e326116f",
      "tree": "6a10ed0af019f7069902331f4f69de1b7e5d75c7",
      "parents": [
        "71e0f32fbc7841d9c34949655039dcf4635540f0"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Mon Oct 24 10:51:53 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Oct 28 11:21:37 2005 -0500"
      },
      "message": "[SCSI] aacraid: fix inquiry page\n\nReceived from Mark Salyzyn.\n\nThis patch uses the adapter supplemental information AdapterTypeText as\nthe default for the array name.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "71e0f32fbc7841d9c34949655039dcf4635540f0",
      "tree": "4694e2dddca9ef968a482ff47460bac3a2408c74",
      "parents": [
        "f2be34a3f30a1595f5d9c8e7d0bec4d8d3626047"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Oct 28 11:21:10 2005 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Oct 28 11:21:10 2005 -0500"
      },
      "message": "[SCSI] aacraid: Use DMA mask defines\n\nFrom: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nReceived from Mark Salyzyn.\n\nThis patch changes the driver over to utilizing the DMA_64BIT_MASK and\nDMA_32BIT_MASK manifests.\n\nApplies to the scsi-rc-fixes-2.6 git tree.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\n\nRejects fixed up and\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "7a9366e46c167930f8bd9e378a3656861c5a41b6",
      "tree": "294a2cd53359a436e2df9991b29d875358275420",
      "parents": [
        "f566a576bca09de85bf477fc0ab2c8c96405b77b"
      ],
      "author": {
        "name": "Salyzyn, Mark",
        "email": "mark_salyzyn@adaptec.com",
        "time": "Wed Oct 05 12:58:38 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sun Oct 16 12:00:36 2005 -0500"
      },
      "message": "[SCSI] Fix aacraid regression\n\nJuan was kind enough to linger on site, and work on a production\nmachine, to try the parameter to make the system stable. He discovered\nthat reducing the maximum transfer size issued to the adapter to 128KB\nstabilized his system. This is related to an earlier change for the\n2.6.13 tree resulting from Martin Drab\u0027s testing where the transfer size\nwas reduced from 4G to 256KB; we needed to go still further in scaling\nback the request size.\n\nHere is the patch that tames this regression.\n\nSigned-off-by: Mark Salyzyn \u003caacraid@adaptec.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "0e7734d3ca24302a513e69dd24a560c34047c038",
      "tree": "9770fd9af9a73c9aca8a6b16cbbd3071147d9474",
      "parents": [
        "1350843cf0fa46e2f633c78b335777aac3d054b2"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Fri Oct 14 15:59:10 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Oct 14 17:10:13 2005 -0700"
      },
      "message": "[PATCH] aacraid: host_lock not released fix\n\nWhile doing some testing of error cases I ran into this bug.  In some cases\nthe reset handler can exit with the host_lock still held.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1640a2c385a860ef25be4a8d18a528c4b6f02bd6",
      "tree": "4735f28570e42b25bda1e7fb2a4ad081e3e95e31",
      "parents": [
        "63a70eeaafe0e17e7f45cba495cb457d06070419"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Tue Sep 20 12:57:11 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 26 17:49:07 2005 -0500"
      },
      "message": "[SCSI] aacraid: remove aac_insert_entry\n\nReceived from Mark Salyzyn from Adaptec.\n\nHigh Priority Queues have *never* been used in the entire history of the\naac based adapters. Associated with this, aac_insert_entry can be\nremoved, SavedIrql can be removed \u0026 padding variable can be removed.\nWith the movement of SavedIrql out \u0026 replaced with an automatic variable\nqflags, the locking can be refined somewhat. The sparse warnings did not\ncatch the need for byte swapping in the \u0027dprintk\u0027 debugging print\nmacros, so fixed this up when this code was moved outside of the now\nrefined locking.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "63a70eeaafe0e17e7f45cba495cb457d06070419",
      "tree": "baaec894a18394c8b4ae6d9eb8ea1e2b31eca001",
      "parents": [
        "9203344cb8ecc554a1d36eae6661235ed422cf59"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Tue Sep 20 12:57:04 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 26 17:48:29 2005 -0500"
      },
      "message": "[SCSI] aacraid: fib size math fix\n\nReceived from Mark Salyzyn from Adaptec.\n\nThe size of the command packet\u0027s scatter gather list maximum size was\nmiscalculated in the low range leading to the driver initialization\nlimiting the maximum i/o size that could go to the Adapter. There were\nno negative operational side effects resulting from this bad math, only\na subtle limit in performance of the Adapter at the top end of the\nrange.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "9203344cb8ecc554a1d36eae6661235ed422cf59",
      "tree": "190894be25e864910104be1918799eeb32168692",
      "parents": [
        "08efb7b6116927c8b6e0af5064448e3aa13300e6"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Tue Sep 20 12:56:50 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 26 17:46:59 2005 -0500"
      },
      "message": "[SCSI] aacraid: initialization timeout\n\nReceived from Mark Salyzyn from Adaptec.\n\nIn the rare instances where the adapter, or the motherboard, is\nmisbehaving; driver initialization or shutdown becomes problematic. By\nintroducing a 3 minute timeout on the first interrupt driven command\nduring initialization, or the issuance of the adapter shutdown command\nduring driver unload, we can resolve the lockup problems induced by\ncommon (but rare) hardware misbehaviors.\n\nThe timeout during initialization, should it occur, is accompanied by a\nmessage presented to the console and the logs indicating that the user\nshould inspect and resolve problems with interrupt routing.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "08efb7b6116927c8b6e0af5064448e3aa13300e6",
      "tree": "55d9a30b8fdd669e12866250000425bef6fc00e0",
      "parents": [
        "131256cf203d0df62014dda8453a70cb6af0d0bb"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Tue Sep 20 12:56:36 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 26 17:46:18 2005 -0500"
      },
      "message": "[SCSI] aacraid: error return checking\n\nThis patch adds some additional error return checking and error return\nvalue propagation during initialization. Also, the deprecation of\npci_module_init with pci_register_driver along with the change in return\nvalues.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "131256cf203d0df62014dda8453a70cb6af0d0bb",
      "tree": "6e7ba27ba4d4181a312a7b1bec385cf68b501dcd",
      "parents": [
        "2f130980d14cb938226011875ca5224cd46dc1f9"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Mon Sep 26 13:04:56 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 26 17:42:50 2005 -0500"
      },
      "message": "[SCSI] aacraid: handle AIF hotplug events (update)\n\nReceived from Mark Salyzyn from Adaptec.\n\nHotplug sniffs the AIFs (events) from the adapter and if a container\nchange resulting in the device going offline (container zero), online\n(container zero completed) or changing capacity (morph) it will take\nactions by calling the appropriate API.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "2f130980d14cb938226011875ca5224cd46dc1f9",
      "tree": "73c5898afdc04a2363369a1e8f1196e02fe41cef",
      "parents": [
        "7a8cf29d69e077dfe90e327859201fd9b75a47ce"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Mon Sep 26 13:02:15 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 26 17:41:49 2005 -0500"
      },
      "message": "[SCSI] aacraid: aacraid: AIF preallocation (update)\n\nRecevied from Mark Salyzyn from Adaptec.\n\nAif pre-allocation is used to pull the kmalloc outside of the locks.\n\nApplies to the scsi-misc-2.6 git tree.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "7a8cf29d69e077dfe90e327859201fd9b75a47ce",
      "tree": "f2176261e25a0d94d85c09a66d6d40285fa925bf",
      "parents": [
        "c4a3e0a529ab3e65223e81681c7c6b1bc188fa58"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Thu Sep 22 09:15:24 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 26 17:41:13 2005 -0500"
      },
      "message": "[SCSI] aacraid: Greater than 2TB capacity support\n\nReceived from Mark Salyzyn from Adaptec.\n\nThere are a few adapters that are capable of creating devices with this large\nof a capacity, but now that we have the large fib support in, the management\napplications will be capable of generating them.  The problem is, once they are\ncreated, the driver will not be able to access the devices correctly without\nthis patch.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "17fa53da1239b8712c5cebbd72a74c713b6c2db9",
      "tree": "8cf55e47ce681a6c899ccf8e06abeccecb20d38b",
      "parents": [
        "3173d8c342971a03857d8af749a3f57da7d06b57",
        "fe1b2d544d71300f8e2d151c3c77a130d13a58be"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Tue Sep 06 17:52:54 2005 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Tue Sep 06 17:52:54 2005 -0500"
      },
      "message": "Merge by hand (conflicts in sd.c)\n"
    },
    {
      "commit": "77d71d222e871670300f3e3092e2a06f20c842f0",
      "tree": "0cec7672a87b0becb254e67482c69074594943cb",
      "parents": [
        "deb92b7ee98e8e580cafaa63bd1edbe6646877bc"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Thu Sep 01 08:19:23 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sun Sep 04 19:46:06 2005 -0500"
      },
      "message": "[SCSI] aacraid: bad BUG_ON fix\n\nThis was noticed by Doug Bazamic and the fix found by Mark Salyzyn at\nAdaptec.\n\nThere was an error in the BUG_ON() statement that validated the\ncalculated fib size which can cause the driver to panic.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "7a93aef7fbac6f4db40b6fec5c0c6b654ae7a93c",
      "tree": "4cd7aae38012dfc1ff6c62be20ef8840e56d8383",
      "parents": [
        "392160335c798bbe94ab3aae6ea0c85d32b81bbc",
        "8224bfa84d510630b40ea460b2bb380c91acb8ae"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Sun Aug 28 11:18:35 2005 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Sun Aug 28 11:18:35 2005 -0500"
      },
      "message": "Merge HEAD from ../scsi-misc-2.6-tmp \n"
    },
    {
      "commit": "3b2946cc96bfafa90a555c70b2e876cbbd0fae98",
      "tree": "204bd462cf3e484173fea17724ed0bfa68fc614c",
      "parents": [
        "ebd8bb7647e908e8654e565fa289b0300f9f8fa7"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Mon Aug 15 10:50:24 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sun Aug 28 11:14:07 2005 -0500"
      },
      "message": "[SCSI] aacraid: Fix aacraid probe breakage (updated)\n\nThis patch fixes the bad assumption of the aacraid driver with use_sg.\nI used the 3w-xxxx driver fix as a guide for this.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "8e87c2f118d40d2dc2f5d0140818e8cd023b13e1",
      "tree": "dc1528926d915e09b0c09200ea3ccf261e3a0c1c",
      "parents": [
        "b21a41385118f9a6af3cd96ce71090c5ada52eb5"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Mon Aug 08 14:20:43 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Aug 08 17:01:33 2005 -0500"
      },
      "message": "[SCSI] aacraid: adapter support update\n\nReceived from Mark Salyzyn\n\nThis patch adds the product ID for the ICP9067MA adapter.\n\nThe entries for the ICP9085LI, ICP5085BR, IBM8k \u0026 ASR4810SAS were\nincorrect and would not initialize the adapters correctly.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "5262d0851cc6692390ee1aa2c55f57f3bfd0a7c7",
      "tree": "9acc17c71fd4e6387ea822564214b045858e716e",
      "parents": [
        "a2ae85df80a5b996a05d6d2ffc9bf97797e93ec6"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "James.Bottomley@steeleye.com",
        "time": "Fri Aug 05 16:31:35 2005 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Aug 08 09:14:37 2005 -0500"
      },
      "message": "[SCSI] aacraid: correct use of cmd-\u003etimeout field\n\nThe cmd-\u003etimeout field has been obsolete for a while now.  While looking\nto remove it, I came across this use in the aacraid driver.  It looks\nlike you want to initialise the firmware with the current timeout of the\ncommand (in seconds), so the value I think you should be using is\ncmd-\u003etimeout_per_command.\n\nAcked by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nAcked by: Mark Salyzyn \u003cmark_salyzyn@adaptec.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "0e68c00373f61fcdee453f6c9878e3390fc0f0ce",
      "tree": "7172e827bccfa4b9c04fc11ddc54ae34a6376562",
      "parents": [
        "12a26d0879d8a4502425037e9013b1f64ed669b7"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Wed Aug 03 15:39:49 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Aug 05 16:57:56 2005 -0500"
      },
      "message": "[SCSI] aacraid: sgraw command support\n\nReceived from Mark Salyzyn from Adaptec:\n\nThis patch adds support for the new raw io command. This new command\noffers much larger io commands, is more friendly to the internal firmware\nstructure requiring less translation efforts by the firmware and offers\nsupport for targets greater than 2TB (patch to support \u003e2TB will\nbe sent in the future).\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "12a26d0879d8a4502425037e9013b1f64ed669b7",
      "tree": "26e6fc63e82f9baf0d615a89a2da9000c85a0cce",
      "parents": [
        "e53cb35aaefb83de695e3fd305b9cfabd5bf8c86"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Wed Aug 03 15:39:25 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Aug 05 16:52:42 2005 -0500"
      },
      "message": "[SCSI] aacraid: aif registration timeout fix\n\nReceived from Mark Salyzyn from Adaptec:\n\nIf the Adapter is quiet and does not produce an AIF event packets to be\npicked up by the management applications for longer than the timeout\ninterval of two minutes, the cleanup code that deals with aging out\nregistrants could erroneously drop the registration. The timeout is\nthere to clean up should the management application die and fail to poll\nfor updated AIF event packets.\n\nMoving the timer update from the ioctl code that delivers an AIF to the\npolling registrant to the bottom of the ioctl means the timeout is reset\nwith any management application polling activity regardless if an AIF is\ndelivered or not removing the erroneous timeout cleanups.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "e53cb35aaefb83de695e3fd305b9cfabd5bf8c86",
      "tree": "a867bcdd28f7e0d7e735b10086e02337875bdbaa",
      "parents": [
        "bd1aac809ddbcf7772cfd809d8cfb29c729c6cf9"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Wed Aug 03 15:39:09 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Aug 05 16:51:57 2005 -0500"
      },
      "message": "[SCSI] aacraid: remove duplicate io callback code\n\nReceived from Mark Salyzyn from Adaptec:\n\nThis patch removes the duplicate code in the write_callback command\ncompletion handler, and renames read_callback to io_callback. Optimized\nthe lba calculation into the debug print routine macro to optimize the\ni/o code path.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "bd1aac809ddbcf7772cfd809d8cfb29c729c6cf9",
      "tree": "7ec25f58f22929ee48495addf8facda797668852",
      "parents": [
        "c7f476023f57145357df32346b7de9202ce47d5f"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Wed Aug 03 15:39:01 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Aug 05 16:51:11 2005 -0500"
      },
      "message": "[SCSI] aacraid: driver shutdown method\n\nAdd in pci shutdown method so that the adapter shuts down correctly and\nflushes its cache. Shutdown should also disable the adapter\u0027s interrupt\nwhen shutdown (in particularly if the driver is rmmod\u0027d) to prevent\nspurious hardware activities.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "c7f476023f57145357df32346b7de9202ce47d5f",
      "tree": "a73d27c245d024ea9e0e0651d3ca524ef74ba9b5",
      "parents": [
        "bed30de47b034b5f28fb7db2fae4860b9d9c0622"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Wed Aug 03 15:38:55 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Aug 05 16:50:26 2005 -0500"
      },
      "message": "[SCSI] aacraid: driver version update\n\nReceived from Mark Salyzyn from Adaptec.\n\nFixes a bug in check_revision.  It should return the driver version not\nthe firmware version.\nUpdate driver version number.\nUpdate driver version string.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "bed30de47b034b5f28fb7db2fae4860b9d9c0622",
      "tree": "1dd29e4f8ae3122d8cc642523a6f0cd2ca70bfd3",
      "parents": [
        "fc789a93994858b5e5a46afb96d0dcf6cc1b6f08"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Wed Aug 03 15:38:51 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Aug 05 16:49:46 2005 -0500"
      },
      "message": "[SCSI] aacraid: interupt mitigation\n\nReceived from Mark Salyzyn from Adaptec:\n\nIf more than two commands are outstanding to the controller, there is no\nneed to notify the adapter via a PCI bus transaction of additional\ncommands added into the queue; it will get to them when it works through\nthe produce/consumer indexes.\n\nThis reduced the PCI traffic in the driver to submit a command to the\nqueue to near zero allowing a significant number of commands to be\nturned around with no need to block for the PCI bridge to flush the\nnotify request to the adapter.\n\nInterrupt mitigation has always been present in the driver; it was\nturned off because of a bug that prevented one from realizing the\nusefulness of the feature. This bug is fixed in this patch.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "43f2f3d343f9d00a94a9242547a59d9dfb2338c4",
      "tree": "e3a4b278a060bb26a8edfc1bb7e239c01b90d829",
      "parents": [
        "2757a71c3122c7653e3dd8077ad6ca71efb1d450"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Mon Aug 01 21:11:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Aug 01 21:37:59 2005 -0700"
      },
      "message": "[PATCH] aacraid: Fix for controller load based timeouts\n\nMartin Drab found that he could get aacraid timeouts with high load on his\ncontroller / disk drive combinations.  After some experimentation Mark\nSalyzyn has come up with a patch to reduce the default max_sectors to\nsomething that will keep the controller from being overloaded and will\neliminate the timeout issues.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nAcked-by: Mark Salyzyn \u003cmark_salyzyn@adaptec.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2d986010ad13a00b83851238d52601d6092df40e",
      "tree": "6a43ffd30290fc051435643d485ad12fb1448ed5",
      "parents": [
        "6b6a93c6876ea1c530d5d3f68e3678093a27fab0",
        "e10fb91c4dc81a4ae47caf0828df152f600f2546"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 13:28:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 13:28:47 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6\n"
    },
    {
      "commit": "84e29308ede3edb4f03911246c33d697ff18722e",
      "tree": "0482cff2c657df5fcc5144028b22a4adfa43b30a",
      "parents": [
        "97cbe08ff8e78b075ed0ff64c99be8fb2d40d03f"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Thu Jul 07 13:40:00 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Thu Jul 14 11:14:45 2005 -0400"
      },
      "message": "[SCSI] aacraid: Fix sgmap error\n\nThe wrong sgmap structure is being assigned in aac_send_raw_srb.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "4645df1035b34be2d431d6a10b08e1c06bcd3361",
      "tree": "70a52d86fafadc2d0436e4a969a2b9ee997b874a",
      "parents": [
        "d53d9f16ea95a91ad4aa114809dcde486ca4000d"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue Jul 12 13:58:08 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 12 16:00:58 2005 -0700"
      },
      "message": "[PATCH] aacraid: swapped kmalloc args.\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "849717383abc795b8f5efe7b9e0792b2e1f8916a",
      "tree": "98e91d7c9ebdc1ad976175c855939459a4c29932",
      "parents": [
        "12413197eef2a29e0b9fb0fa541f5cbaeb1d3f3f"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Mon Jun 20 11:55:24 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Sun Jun 26 08:33:10 2005 -0500"
      },
      "message": "[SCSI] aacraid: New products patch\n\nThis patch add the following products to the driver:\n        IBM ServeRAID 8i\n        ICP 9014R0\n        ICP 9024R0\n        ICP 9047MA\n        ICP 9087MA\n        ICP 9085LI\n        ICP 5085AU\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "5d497cecdeae75351567d20b86d8a3a05e7f48ed",
      "tree": "f46400c6817f0e6576e3825ea6fa5b7dc02527df",
      "parents": [
        "3afa294c40013be5d8180005002e3f648d04d942"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Fri Jun 17 13:38:04 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Fri Jun 17 20:36:28 2005 -0500"
      },
      "message": "[SCSI] aacraid: regression fix\n\nThe fixes for sparse warnings mixed in with the fixups for\nthe raw_srb handler resulted in a bug that showed up in the 32 bit\nenvironments when trying to issue calls directly to the physical devices\nthat are part of the arrays (ioctl scsi passthrough).\n\nReceived from Mark Salyzyn at adaptec.\nApplied comment from Christoph to remove cpu_to_le32(0)\nApplied Mark S fix of missing memcpy.\nIt applies to the scsi-misc-2.6 git tree.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "df0ae2497ddefd72a87f3a3b34ff32455d7d4ae0",
      "tree": "552e02a44a21bd38db91729c85219542c2930ae2",
      "parents": [
        "68b3aa7c9805aee9005a8ca53c5e99177961fbb9"
      ],
      "author": {
        "name": "Jeff Garzik ",
        "email": "jgarzik@pobox.com",
        "time": "Sat May 28 07:57:14 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik ",
        "email": "jgarzik@pobox.com",
        "time": "Fri Jun 17 12:05:18 2005 -0500"
      },
      "message": "[SCSI] allow sleeping in -\u003eeh_host_reset_handler()\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "3471c288036bf0835a82d0b1bbce2002f6e68390",
      "tree": "9a646a16877b7c600c583a32f703dd02a621c603",
      "parents": [
        "e3df715501be3329986e5d9dfa9a477f49e7996b"
      ],
      "author": {
        "name": "Jeff Garzik ",
        "email": "jgarzik@pobox.com",
        "time": "Sat May 28 07:52:51 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik ",
        "email": "jgarzik@pobox.com",
        "time": "Fri Jun 17 12:04:45 2005 -0500"
      },
      "message": "[SCSI] Remove no-op implementations of SCSI EH hooks\n\nDrivers need not implement a hook that returns FAILED, and does nothing\nelse, since the SCSI midlayer code will do that for us.\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "0bb14afe10dddbc05c3244bd224b6858de0ee319",
      "tree": "08abf734eaedc75801f43dfac3e0474de770741d",
      "parents": [
        "9a8bc9b84b783fd92315e56ce4d4ee78a2c6819c"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Wed Jun 01 10:24:38 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Jun 03 12:44:12 2005 -0500"
      },
      "message": "[SCSI] 2.6 aacraid: updated sysfs files\n\nThis patch adds some files into the /sys/class/scsi_host/hostN\ndirectories for aacraid adapters:\n\nmodel\nvendor\nhba_kernel_version\nhba_monitor_version\nhba_bios_version\nserial_number\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "7c00ffa314bf0fb0e23858bbebad33b48b6abbb9",
      "tree": "4d6b65bb5a2c8fecf48a8c6402c2cc867aa2fe6c",
      "parents": [
        "672b2d38da4fff4c4452685a25fb88b65243d1a6"
      ],
      "author": {
        "name": "Mark Haverkamp ",
        "email": "markh@osdl.org",
        "time": "Mon May 16 18:28:42 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley ",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri May 20 15:48:00 2005 -0500"
      },
      "message": "[SCSI] 2.6 aacraid: Variable FIB size (updated patch)\n\nNew code from the Adaptec driver.  Performance enhancement for newer\nadapters.  I hope that this isn\u0027t too big for a single patch.  I believe\nthat other than the few small cleanups mentioned, that the changes are\nall related.\n\n- Added Variable FIB size negotiation for new adapters.\n- Added support to maximize scatter gather tables and thus permit\n  requests larger than 64KB/each.\n- Limit Scatter Gather to 34 elements for ROMB platforms.\n- aac_printf is only enabled with AAC_QUIRK_34SG\n- Large FIB ioctl support\n- some minor cleanup\n\nPasses sparse check.\nI have tested it on x86 and ppc64 machines.\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "ad34ea2cc3845ef4dcd7d12fb0fa8484734bd672",
      "tree": "ad434400f5ecaa33b433c8f830e40792d8d6c05c",
      "parents": [
        "90356ac3194bf91a441a5f9c3067af386ef62462",
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Fri May 20 15:27:44 2005 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Fri May 20 15:27:44 2005 -0500"
      },
      "message": "merge by hand - fix up rejections in Documentation/DocBook/Makefile\n"
    },
    {
      "commit": "56b5871223f66d4a34e6e1069f241077e9f0a154",
      "tree": "8a259fd9d1544dd6d8b3a607b8589ffd2f935693",
      "parents": [
        "1c2fb3f38e250dd3b88612435869acf92b4f51e2"
      ],
      "author": {
        "name": "Mark Haverkamp ",
        "email": "markh@osdl.org",
        "time": "Wed Apr 27 06:05:51 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley ",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri May 20 12:53:38 2005 -0500"
      },
      "message": "[SCSI] aacraid: remove sparse warnings\n\nThis patch addresses the sparse -Wbitwise warnings that Christoph wanted\nme to eliminate.  This mostly consisted of making data structure\nelements of hardware associated structures the __le* equivalent.\nAlthough there were a couple places where there was mixing of cpu and le\nvariable math.  These changes have been tested on both an x86 and ppc\nmachine running bonnie++.  The usage of the LE32_ALL_ONES macro has been\neliminated.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "4833869e6e6c2315e301c256e393dfb949c10076",
      "tree": "1046a11787dd5d1683e5184dec3f24f0d18f610d",
      "parents": [
        "47b5d69c4aa753fcfc9b2b8d28c0660a1e25c129"
      ],
      "author": {
        "name": "Adrian Bunk ",
        "email": "bunk@stusta.de",
        "time": "Mon Apr 25 19:45:58 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley ",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri May 20 12:53:35 2005 -0500"
      },
      "message": "[SCSI] drivers/scsi/aacraid/: make some functions static\n\nThis patch makes some needlessly global functions static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "036d618434516103adb4d36db28a57968d2f2e7b",
      "tree": "a401c4ed2ff6a5305442243badd4aba7f6287854",
      "parents": [
        "bd6ae2f6d61da0f90c6b66e9a4ab6c53ef8c159a"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Tue Apr 26 22:54:58 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Apr 26 22:54:58 2005 -0700"
      },
      "message": "[SCSI] aacraid: Fix adapter open error\n\nThis fixes an error on the device open code that allows a non-existent\ndevice to be opened causing later panic problems.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
