)]}'
{
  "log": [
    {
      "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"
    }
  ]
}
