)]}'
{
  "log": [
    {
      "commit": "f631b4be76355dc3bf49563c706a9fb938993bde",
      "tree": "c3e1484cdb30546042eb525a237f0da85d5df919",
      "parents": [
        "f8b02a85ebbf5eed63163ca9ed915bf8c47309c5"
      ],
      "author": {
        "name": "Andrew Vasquez",
        "email": "andrew.vasquez@qlogic.com",
        "time": "Wed Aug 31 15:23:12 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Sep 10 11:11:48 2005 -0500"
      },
      "message": "[SCSI] lpfc: use wwn_to_u64() transport helper\n\nSigned-off-by: Andrew Vasquez \u003candrew.vasquez@qlogic.com\u003e\nAcked-by: Smart, James \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "9909b79e3d533b422c6c72945da35aef124dbce1",
      "tree": "fc7d4cf9f2f1fa7d7ddefb272583a844120328cf",
      "parents": [
        "918865230e55b1fece2d8edec39d46c00626590b"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Wed Aug 10 15:03:17 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Aug 12 12:09:32 2005 -0500"
      },
      "message": "[SCSI] lpfc driver 8.0.30 : update version to 8.0.30\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "918865230e55b1fece2d8edec39d46c00626590b",
      "tree": "db1f8660dba0b448b1a4150d44a084dafaf5253e",
      "parents": [
        "ea84c3f74df646a0897e95c78147190517a751a9"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Wed Aug 10 15:03:09 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Aug 12 12:09:01 2005 -0500"
      },
      "message": "[SCSI] lpfc driver 8.0.30 : convert to use of int_to_scsilun()\n\nReplace use of lpfc_put_lun with midlayer\u0027s int_to_scsilun\n\nRemove driver\u0027s local definition of lpfc_put_lun (which converts an\nint back to a 64-bit LUN) and replace it\u0027s use with the recently added\nint_to_scsilun function provided by the midlayer.\n\nNote: Embedding midlayer structure in our structure caused\nneed for more files to include midlayer headers.\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "ea84c3f74df646a0897e95c78147190517a751a9",
      "tree": "ab04eda0ed5763908dfbb5803e44052e53607f40",
      "parents": [
        "f888ba3ce77c66bece3d804caf7d559838209a4a"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Wed Aug 10 15:02:30 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Aug 12 12:08:54 2005 -0500"
      },
      "message": "[SCSI] lpfc driver 8.0.30 : dev_loss and nodev timeouts\n\nFix handling of the dev_loss and nodev timeouts.\n\nSymptoms: when remote port disappears for a period of time longer then\neither nodev_tmo or dev_loss_tmo, the lpfc driver worker thread will\nstall removing that remote port.\n\nCause: removing remote port involves un-blocking and sync-ing\ncorresponding block device queue. But corresponding node in the lpfc\ndriver is still in the NPR(?node port recovery?) state and mid-layer\ngets SCSI_MLQUEUE_HOST_BUSY as a return value when it is trying to call\nqueuecommand() with command for that node (AKA remote port)\n\nFix: Instead of returning SCSI_MLQUEUE_HOST_BUS from queuecommand() for\nnodes in NPR states complete it with retry-able error code  DID_BUS_BUSY\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "f888ba3ce77c66bece3d804caf7d559838209a4a",
      "tree": "7bdd2439b758199b84eee084f6e5b184dfc28b75",
      "parents": [
        "69859dc47744430ecda16522b0791b6d17e3fa93"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Wed Aug 10 15:03:01 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Aug 12 12:08:48 2005 -0500"
      },
      "message": "[SCSI] lpfc driver 8.0.30 : fix get_stats panic\n\nFix panic in lpfc_get_stats()\n\nSymptoms: Panic on sysfs stats access\n\nCause: In lpfc_get_stats() we are writing to memory that we do not\nown.\n\nFix: Fix our stats structure allocation. Embed phba-\u003elink_stats in\nstruct lpfc_hba and stop treating it like rogue structure.\n\nNote: Embedding midlayer/transport structure in our structure caused\nneed for more files to include midlayer/transport headers.\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "69859dc47744430ecda16522b0791b6d17e3fa93",
      "tree": "9a0caa381b4302e4bd29f67cff2805a9198f4ab9",
      "parents": [
        "8cbdc5fffa15d5c573e2531c6f533822d08b6b0f"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Wed Aug 10 15:02:37 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Aug 12 12:08:40 2005 -0500"
      },
      "message": "[SCSI] lpfc driver 8.0.30 : task mgmt bit clearing\n\nClear task management bits when preparing SCSI commands\n\nIn lpfc_scsi_prep_cmnd, clear the task management bits (fcpCntl2 member\nin the fcp_cmd structure) when preparing regular SCSI commands.\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "8cbdc5fffa15d5c573e2531c6f533822d08b6b0f",
      "tree": "3bd3c4f60e0cbb5c316dad3789abaf4fc1facbd0",
      "parents": [
        "483f05f0134e60b724bc3678507c1def860c56d5"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Wed Aug 10 15:02:50 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Aug 12 12:08:30 2005 -0500"
      },
      "message": "[SCSI] lpfc driver 8.0.30 : fix lip/cablepull panic\n\nFix panic on lip and cable pull\n\nSymptoms: Panic on lip or cable pull\n\nCause: Use after free of nlp in lpfc_nlp_remove()\n\nFix: Do not make FC transport calls after a node is removed. Transport\ncalls are disabled by ignoring the initial delete transition.\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "483f05f0134e60b724bc3678507c1def860c56d5",
      "tree": "d9bd0a9261a2e9e37a3c8149c66439e9cf8b01bd",
      "parents": [
        "507caac75e86bd041c5462e5e988fb7138e21d79"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Wed Aug 10 15:02:45 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Aug 12 12:08:13 2005 -0500"
      },
      "message": "[SCSI] lpfc driver 8.0.30 : fix iocb reuse initialization\n\nIOCB BDE not getting fully initialized during reuse\n\nSymptoms: Driver gets Status 3 and Reason 0x13 on IOCB completions.\n\nCause: The IOCB bpl.bdeSize and bdeFlags are not getting initialized on reuse.\n\nFix: Reinitialize these fields in prep_dma each time an IOCB is used.\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "44456d37b59d8e541936ed26d8b6e08d27e88ac1",
      "tree": "11ca6fa29b8cfb56ecef2d1f4f9dc2d9d71d2a2f",
      "parents": [
        "02b775696fee75a04041d8d94db26a9462216d24"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Wed Jul 27 11:45:17 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:08 2005 -0700"
      },
      "message": "[PATCH] turn many #if $undefined_string into #ifdef $undefined_string\n\nturn many #if $undefined_string into #ifdef $undefined_string to fix some\nwarnings after -Wno-def was added to global CFLAGS\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "eda912e34a0cc40ddd502b3f984e37ebb2b13a71",
      "tree": "15c5f3b2ee64fe53f67d5fdd442d1e215bc931fe",
      "parents": [
        "c44ce1737438d20ac58e808897e3f8eb015c66d3"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Sat Jun 25 10:34:42 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jul 02 19:08:56 2005 -0500"
      },
      "message": "[SCSI] lpfc: Change version to 8.0.29.\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "c44ce1737438d20ac58e808897e3f8eb015c66d3",
      "tree": "2e164356e424ea7b17c1086f777355146b534c71",
      "parents": [
        "5542134f61157d0bbd4e392919cae811a88a3e81"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Sat Jun 25 10:34:39 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jul 02 19:08:29 2005 -0500"
      },
      "message": "[SCSI] lpfc: Update copyright notices\n\nUpdate copyright notice text and include year 2005.\n\nAdd Copyright notice for Christoph Hellwig to several files: lpfc.h\nlpfc_attr.c lpfc_els.c lpfc_hbadisc.c lpfc_init.c lpfc_mbox.c\nlpfc_mem.c lpfc_nportdisc.c lpfc_scsi.c lpfc_sli.c\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "5542134f61157d0bbd4e392919cae811a88a3e81",
      "tree": "addf48e45dc8444702b4e3380a7139f8b68902cf",
      "parents": [
        "2501322eee84763a07fd4a3eed81b63c1837e204"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Sat Jun 25 10:34:36 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jul 02 19:06:16 2005 -0500"
      },
      "message": "[SCSI] lpfc: Remove $Id$ keyword strings.\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "2501322eee84763a07fd4a3eed81b63c1837e204",
      "tree": "b256f2185fdcca3c4c6087e4c989ac1a3de9a622",
      "parents": [
        "5eb95af086f5d2e554bb119f3cb71f7ca38bfe85"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Sat Jun 25 10:34:33 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jul 02 18:58:48 2005 -0500"
      },
      "message": "[SCSI] lpfc: Fix ADISC completion incorrectly putting initiators on mapped list\n\nSymptom - An unmapped node (initiator) that goes away in a situation\nsuch as cable pull, comes back as a mapped node.  Fix - On ADISC\ncompletion, put a list on the mapped list only if it is a FCP_TARGET.\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "5eb95af086f5d2e554bb119f3cb71f7ca38bfe85",
      "tree": "d969d2f0e53b4c5289ff2acc4c141bf246866ac2",
      "parents": [
        "1f679cafd2d02b7076e9045d9c4fb77ef8d059f2"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Sat Jun 25 10:34:30 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jul 02 18:57:22 2005 -0500"
      },
      "message": "[SCSI] lpfc: Add completion handler to the abort iocbs\n\nAdd completion handler to the abort iocbs to close a hole where we\ncould reuse an iotag.\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "1f679cafd2d02b7076e9045d9c4fb77ef8d059f2",
      "tree": "634a1337b734ed2ff8715e4c9368e764a03b6aac",
      "parents": [
        "06325e7459b54fc924d00fe363068f6cbf284571"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Sat Jun 25 10:34:27 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jul 02 18:55:23 2005 -0500"
      },
      "message": "[SCSI] lpfc: Fix LS_RJT never sent by lpfc_els_unsol_event()\n\nlpfc_els_unsol_event() checks rjt_err to determine is LS_RJT should be\nsent.  However, rjt_err was set to LSEXP_NOTHING_ELSE (which is 0) in\ncases where an LS_RJT should be sent, so rjt_err was never true.\nChange lpfc_els_unsol_event() to set rjt_err to 1 when LS_RJT should\nbe sent.\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "06325e7459b54fc924d00fe363068f6cbf284571",
      "tree": "4fc2b7b6b9e77e489ed9b5e64ad77393ba23b15f",
      "parents": [
        "564b2960833f8802ae2b7b7ad840f154647549c7"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Sat Jun 25 10:34:22 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jul 02 17:18:52 2005 -0500"
      },
      "message": "[SCSI] lpfc: Add LP6000 PCI ID\n\nFix driver not seeing LP6000.  Fix: add PCI id to the pci_device_id\ntable and a short description for the HBA in get_hba_model_desc().\nAlso add a default clause to the switch statement that parses the\nvarious PCI ID\u0027s.\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "564b2960833f8802ae2b7b7ad840f154647549c7",
      "tree": "ba4413981f7141f657a20f8be85b4f2592b97060",
      "parents": [
        "87f6eaffd732bc20b5a02e9f36b86f67310d8129"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Sat Jun 25 10:34:17 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jul 02 17:07:57 2005 -0500"
      },
      "message": "[SCSI] lpfc: Set max_sectors in host template\n\nAdd max_sectors to the driver host template and initialize it with\n0xFFFF since the driver has no limitations on the size a transfer\ncontained by a scsi command and that fits within the sg_tablesize\nprovisioned by the driver.  This fixes a performance issue seen in\nsome configurations.\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "87f6eaffd732bc20b5a02e9f36b86f67310d8129",
      "tree": "8f2efa960a64c503fe4a945f3e514cd689bd1daa",
      "parents": [
        "db468d108abc0bb348bcfc54b8e06145922fb6b1"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Sat Jun 25 10:34:13 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jul 02 17:07:03 2005 -0500"
      },
      "message": "[SCSI] lpfc: Fix error loading on sparc\n\nBug reported via SourceForge - lpfc does not load on sparc.  The lpfc\ndriver must byteswap all FCP IOCBs to recover the data into cpu native\nformat.\n\nAlso correct issue of \"iotag not found\" messages\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "db468d108abc0bb348bcfc54b8e06145922fb6b1",
      "tree": "20fc4fd71fe9e194bb36c5083e3ea1cb3fab81a5",
      "parents": [
        "6e8215e48865bda2e07c1c0633952e35fa3b170c"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Sat Jun 25 10:34:08 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jul 02 17:05:32 2005 -0500"
      },
      "message": "[SCSI] lpfc: Fixes in mbox_timeout_handler\n\nAnalysis:\n\nTimeout of READ_SPARM64 causes call to lpfc_mbox_timeout_handler which\nreads psli-\u003embox_active to determine the timeout mbox.  Timeout\nhandler then NULL\u0027s psli-\u003embox_active and calls\nlpfc_mbx_cmpl_read_sparam(), which on timeout condition, calls\nlink_down().  link_down() now calls disc_done() which calls\nmbox_timeout_hander() again since WORKER_MBOX_TMO is still set, which\ngoes back to read psli-\u003embox_active which is already NULL\u0027ed.\n\nRemove redundant if statement in lpfc_mbox_timeout_handler.  pmbox is\nassigned psli-\u003embox_active so there is no need to check if it actually\nequals psli-\u003embox_active.\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "6e8215e48865bda2e07c1c0633952e35fa3b170c",
      "tree": "e058445be102bd68e4f793d7336264ba1cd35034",
      "parents": [
        "4cc2da1d84eeddb9e9259e61efd58691399434b2"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Sat Jun 25 10:34:04 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jul 02 17:04:06 2005 -0500"
      },
      "message": "[SCSI] Fix issue where all hosts log nodev message for other initiators\n\nFix issue where all hosts connected to SAN get spammed with nodev\nmessage when other initiators go away.  Display nodev message only\nwhen FC targets go away.  However this behavior will be overridden if\nLOG_DISCOVERY is set.\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "4cc2da1d84eeddb9e9259e61efd58691399434b2",
      "tree": "74f71238d64cc41153e1015ddcc8a8b5982e7714",
      "parents": [
        "6e3815ba3a6d392fa9cfbf08208f64c06d9558c4"
      ],
      "author": {
        "name": "James.Smart@Emulex.Com",
        "email": "James.Smart@Emulex.Com",
        "time": "Sat Jun 25 10:34:00 2005 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jul 02 16:58:16 2005 -0500"
      },
      "message": "[SCSI] lpfc: hgp/pgp cleanups\n\nFrom: Christoph Hellwig \u003chch@lst.de\u003e:\n\n - rename PGP/HPH to lpfc_pgp/lpfc_hgp\n - use __le32 types for the members to start fixing sparse -Wbitwise\n   issues\n - remove lpfc_sli.MBhostaddr, we can always use the pointer from\n   SLI2_DESC directly\n\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "68b3aa7c9805aee9005a8ca53c5e99177961fbb9",
      "tree": "3f28891df0b3a1ecdfe6a98547d8f3c43b74e905",
      "parents": [
        "94d0e7b805961c44e4dc486ffc21075084bb7175"
      ],
      "author": {
        "name": "Jeff Garzik ",
        "email": "jgarzik@pobox.com",
        "time": "Sat May 28 07:56:31 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik ",
        "email": "jgarzik@pobox.com",
        "time": "Fri Jun 17 12:05:10 2005 -0500"
      },
      "message": "[SCSI] allow sleeping in -\u003eeh_bus_reset_handler()\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "94d0e7b805961c44e4dc486ffc21075084bb7175",
      "tree": "1609752ea7a9adb28583147f0bea33a9f10877d7",
      "parents": [
        "8fa728a26886f56a9ee10a44fea0ddda301d21c3"
      ],
      "author": {
        "name": "Jeff Garzik ",
        "email": "jgarzik@pobox.com",
        "time": "Sat May 28 07:55:48 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik ",
        "email": "jgarzik@pobox.com",
        "time": "Fri Jun 17 12:05:03 2005 -0500"
      },
      "message": "[SCSI] allow sleeping in -\u003eeh_device_reset_handler()\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "8fa728a26886f56a9ee10a44fea0ddda301d21c3",
      "tree": "105ead5c90057400abae0c8aa9e2b5ba1818c327",
      "parents": [
        "3471c288036bf0835a82d0b1bbce2002f6e68390"
      ],
      "author": {
        "name": "Jeff Garzik ",
        "email": "jgarzik@pobox.com",
        "time": "Sat May 28 07:54:40 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik ",
        "email": "jgarzik@pobox.com",
        "time": "Fri Jun 17 12:04:55 2005 -0500"
      },
      "message": "[SCSI] allow sleeping in -\u003eeh_abort_handler()\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "dea3101e0a5c897d2c9351a7444e139db9f40247",
      "tree": "61de19e98eed08bb760703b362eab2038c34f261",
      "parents": [
        "8e8790415e91964096f862a58cacb55d2bc9a817"
      ],
      "author": {
        "name": "",
        "email": "jejb@titanic.il.steeleye.com",
        "time": "Sun Apr 17 16:05:31 2005 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@titanic",
        "time": "Mon Apr 18 13:50:53 2005 -0500"
      },
      "message": "lpfc: add Emulex FC driver version 8.0.28\n\nFrom: \tJames.Smart@Emulex.Com\n\nModified for kernel import and\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    }
  ]
}
