)]}'
{
  "log": [
    {
      "commit": "99ac48f54a91d02140c497edc31dc57d4bc5c85d",
      "tree": "68719391694a6914191bdf73d2071875f7653f6f",
      "parents": [
        "ec1b9466cb4f6ae6d950bd67055d9410d1056d2a"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@infradead.org",
        "time": "Tue Mar 28 01:56:41 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 28 09:16:05 2006 -0800"
      },
      "message": "[PATCH] mark f_ops const in the inode\n\nMark the f_ops members of inodes as const, as well as fix the\nripple-through this causes by places that copy this f_ops and then \"do\nstuff\" with it.\n\nSigned-off-by: Arjan van de Ven \u003carjan@infradead.org\u003e\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "93d2341c750cda0df48a6cc67b35fe25f1ec47df",
      "tree": "f098a3bbfae65ce967591ee94d605c6e6bea21c6",
      "parents": [
        "fec433aaaae32a02329ad7d71b0f3c91b7525077"
      ],
      "author": {
        "name": "Matthew Dobson",
        "email": "colpatch@us.ibm.com",
        "time": "Sun Mar 26 01:37:50 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:00 2006 -0800"
      },
      "message": "[PATCH] mempool: use mempool_create_slab_pool()\n\nModify well over a dozen mempool users to call mempool_create_slab_pool()\nrather than calling mempool_create() with extra arguments, saving about 30\nlines of code and increasing readability.\n\nSigned-off-by: Matthew Dobson \u003ccolpatch@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "30087baf8810cd96b0ca2858993f29a89965ffff",
      "tree": "08bfc281e539fbb88309784bec3ba9d2460e8027",
      "parents": [
        "6e692ed37a507e18d8afe8e5faebd8c4722c5f12"
      ],
      "author": {
        "name": "Vasily Averin",
        "email": "vvs@sw.ru",
        "time": "Sat Mar 25 03:08:03 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Mar 25 08:22:58 2006 -0800"
      },
      "message": "[PATCH] i2o_dump_hrt() output cleanup\n\nThis patch fixes i2o_dump_hrt output from dmesg:\n\niop0: HRT has 1 entries of 16 bytes each.\nAdapter 00000012: \u003c7\u003eTID 0000:[\u003c7\u003eH\u003c7\u003eP\u003c7\u003eC\u003c7\u003e*\u003c7\u003e]:\u003c7\u003ePCI 1: Bus 1 Device 22\nFunction 0\u003c7\u003e\n\nSigned-off-by: Vasily Averin \u003cvvs@sw.ru\u003e\nCc: Markus Lidel \u003cMarkus.Lidel@shadowconnect.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f013db3284376070fc4c196e58d204180b8ed62a",
      "tree": "727603f9b75c375ff123add7e1262e7948756aa8",
      "parents": [
        "6bdaa1f17dd32ec62345c7b57842f53e6278a2fa"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "James.Bottomley@steeleye.com",
        "time": "Sat Mar 18 14:54:36 2006 -0600"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sun Mar 19 10:20:45 2006 -0600"
      },
      "message": "[SCSI] convert mptsas over to end_device/expander allocations\n\nThe conversion of mptsas should allow the elimination of the contained\nflag in the sas transport class.\n\nAcked-by: \"Moore, Eric\" \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "9dec70e053613c31e8feab9e14607eaaed99d77c",
      "tree": "fa3506f25f8ad164ff486eafebc189c2967de754",
      "parents": [
        "e6b2d76a49f0ee48527691867d8af2b8f9c10452"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Tue Mar 14 09:14:26 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Tue Mar 14 14:35:34 2006 -0600"
      },
      "message": "[SCSI] fusion - bump version\n\nversion bump\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "e6b2d76a49f0ee48527691867d8af2b8f9c10452",
      "tree": "8f35dda5dcf65ccc740761c96924111baf0a8644",
      "parents": [
        "f44e5461d919a344d44f7ca4f06cf8d169da8454"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Tue Mar 14 09:14:24 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Tue Mar 14 14:35:17 2006 -0600"
      },
      "message": "[SCSI] fusion - expander hotplug suport in mptsas module\n\nThis adds support for hot adding and removing\nexpanders, and its associated attached devices.\nWhen there is a change in topology,\nthe fusion firmware sends the\nMPI_EVENT_SAS_DISCOVERY event to the driver.\nThe driver will read firmware config pages\nto determine what changes took place, and refresh\ndrivers view of the world stored in ioc-\u003esas_topology.\n\nHere is the details of the action the driver does:\n\n(1) Expander Added :  The mptsas_discovery_work\nworkqueue is called.  Config pages read, and\nioc-\u003esas_topology is refreshed.  The sas_phy_add()\nis called for each phy of the expander.  The\nexpanders attached devices are added via\nsas_rphy_add().  Added end devices are handled within\nthe MPT_ADD_DEVICE logic in  mptsas_hotplug_work\nworkqueue.\n\n(2) Expander Delete : The sas_rphy_delete() will be\ncalled for the top most compenent of the parent that the\nexpander is attached to.  The sas_rphy_delete call\nwill delete all the children phys, rphys, and end devices.\nThis is handled from mptsas_discovery_work workqueue.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "f44e5461d919a344d44f7ca4f06cf8d169da8454",
      "tree": "9d2d140b44954b41e3b439f098f40643216d529f",
      "parents": [
        "db9c9174e42bdc8d52bc18df7c55823cf4546eda"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Tue Mar 14 09:14:21 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Tue Mar 14 14:35:01 2006 -0600"
      },
      "message": "[SCSI] fusion - exposing raid components in mptsas\n\nSuppport for exposing hidden raid components\nfor sg interface. The sdev-\u003eno_uld_attach flag\nwill set set accordingly.\n\nThe sas module supports adding/removing raid\nvolumes using online storage management application\ninterface.\n\nThis patch rely\u0027s on patch\u0027s provided to me\nby Christoph Hellwig, that exports device_reprobe.\nI will post those patch\u0027s on behalf of Christoph.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "db9c9174e42bdc8d52bc18df7c55823cf4546eda",
      "tree": "8201685d53ccbd694cf706762d098716ec5f4b8b",
      "parents": [
        "52435430fc8724f09ad0e917eddf677583cdd45c"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Tue Mar 14 09:14:18 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Tue Mar 14 14:34:45 2006 -0600"
      },
      "message": "[SCSI] fusion - memory leak, and initializing fields\n\nChangelog:\n(1) fix memory leak: p-\u003ephy_info\n(2) initialize device_info and port_info data fields\n(3) initialize the hba firmware handle\n(4) initialize phy_id for attached phy_info data fields\n(5) initialize attached phy_info data fields\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "52435430fc8724f09ad0e917eddf677583cdd45c",
      "tree": "865e57f1088e3f7a4bc0f7e01c93f51ee704d9a5",
      "parents": [
        "4b766471e388352f35a6171563dfc0d272f12b59"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Tue Mar 14 09:14:15 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Tue Mar 14 14:34:25 2006 -0600"
      },
      "message": "[SCSI] fusion - exclosure misspelled\n\nexclosure should be enclosure\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "4b766471e388352f35a6171563dfc0d272f12b59",
      "tree": "8b143cdbd379a7eaeadedbf237da92c90f031667",
      "parents": [
        "914c2d8e597798d62c2e0a3cba737bf6f611eecf"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Tue Mar 14 09:14:12 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Tue Mar 14 14:34:08 2006 -0600"
      },
      "message": "[SCSI] fusion - cleanup mptsas event handling functions\n\nCleanup of mptsas firmware event handlers.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "914c2d8e597798d62c2e0a3cba737bf6f611eecf",
      "tree": "7973421cd5cc7ecd644c6c304580a93e42cec244",
      "parents": [
        "c972c70fa03097be4235fc441658290a3b7af06f"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Tue Mar 14 09:19:36 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Tue Mar 14 14:33:38 2006 -0600"
      },
      "message": "[SCSI] fusion - removing target_id/bus_id from the VirtDevice structure\n\nIt makes no sense in keeping the target_id and bus_id\nin the VirtDevice structure, when it can be obtained\nfrom the VirtTarget structure.\n\nIn addition, this patch fix\u0027s couple compilation bugs\nin mptfc.c when MPT_DEBUG_FC is enabled. This\nprovided by Micheal Reed.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "c972c70fa03097be4235fc441658290a3b7af06f",
      "tree": "16cc86cd334fc11422f133504cd3c38fdebe1223",
      "parents": [
        "3a892bef3f7e94c4d6c2c20b9a1b546f43679fd3"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Tue Mar 14 09:14:06 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Tue Mar 14 14:33:18 2006 -0600"
      },
      "message": "[SCSI] fusion - static fix\u0027s\n\nPatch previously provided from Adrian Bunk \u003cbunk@stusta.de\u003e,\nmoving some functions to static.  This is already in\nthe -mm tree.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "3a892bef3f7e94c4d6c2c20b9a1b546f43679fd3",
      "tree": "5777985afb6a2bbfef93ef60b8952f41612b7396",
      "parents": [
        "5bf52c4fda97325976ffaf338d2e81b73b3db446"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Tue Mar 14 09:14:03 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Tue Mar 14 14:27:43 2006 -0600"
      },
      "message": "[SCSI] fusion - move some debug firmware event debug msgs to verbose level\n\nCreated a debug level MPT_DEBUG_VERBOSE_EVENTS.\nMoving some of the more vebose debug messages\nfor firwmare events into new debug level.  Also\nadded some more firmware events descriptions.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "5bf52c4fda97325976ffaf338d2e81b73b3db446",
      "tree": "8f04d0c5e504571d1aaacfbd2d337d9dd9c1aae4",
      "parents": [
        "e28482c5b24006e9e4a867f9995baf358cbc1059"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Tue Mar 14 09:14:01 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Tue Mar 14 14:27:21 2006 -0600"
      },
      "message": "[SCSI] fusion - loginfo header update\n\nThis header is provided to better understand\nloginfo codes returned by the mpt fusion firmware.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "ce313db240862d809c736c5b1dfc759817fc7ca9",
      "tree": "a5ae36e0a7b16e079a2b41c272b3abea9e0cb7f5",
      "parents": [
        "597705aa7fbf3e600283f4a870fb700385eacb13"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sun Mar 12 10:02:15 2006 -0600"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sun Mar 12 10:02:15 2006 -0600"
      },
      "message": "[SCSI] mptscsih: remove unused page 1 setting function\n\nIt was actually rendered unused by the move to the spi transport\nclass, but never taken out.\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "071a651e28bfc1a66a885dc285792e335427a097",
      "tree": "b0329efb4c0e2643e19058157b34648c820e61d9",
      "parents": [
        "cf7f5b45fe0180a0f0e3491183c0ec95e4b96d44"
      ],
      "author": {
        "name": "Vasily Averin",
        "email": "vvs@sw.ru",
        "time": "Sun Mar 05 23:18:14 2006 +0100"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sun Mar 12 08:53:16 2006 -0600"
      },
      "message": "[SCSI] i2o: fix memory leak in i2o_exec_lct_modified\n\ni2o_exec_lct_modified() does not release memory allocated for work_struct.\n\nSigned-off-by: Vasily Averin \u003cvvs@sw.ru\u003e\n\nAlthough your patch is the same, i\u0027ve rewritten it a little bit for\nnaming consistency in the I2O driver.\n\nAcked-by: Markus Lidel \u003cMarkus.Lidel@shadowconnect.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "c92f222e1f14588171e63b550ca8c85fa9130061",
      "tree": "83db58755951518865324ac880fc321e516755b9",
      "parents": [
        "3ef0b47ee498ea183bffd9b3b4a1eef757fef4ba"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "James.Bottomley@steeleye.com",
        "time": "Wed Mar 01 09:02:49 2006 -0600"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Wed Mar 01 09:44:04 2006 -0600"
      },
      "message": "[SCSI] mptspi: Add transport class Domain Validation\n\nThis is the first half of a patch to add the generic domain validation\nto mptspi.  It also creates a secondary \"virtual\" channel for raid\ncomponent devices since these are now exported with no_uld_attach.\n\nWhat Eric and I would have really liked is to export all physical\ncomponents on channel 0 and all raid components on channel 1.\nUnfortunately, this would result in device renumbering on platforms with\nmixed RAID/Physical devices which was considered unacceptable for\nuserland stability reasons.\n\nStill to be done is to plug back the extra parameter setting and DV\npieces on reset and hotplug.\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "e3094447e013a59ccedcf60f6055f18225bd8465",
      "tree": "dce18a16c3879fb3df85e1be9ba5e7e3e91f3eb3",
      "parents": [
        "ae198df37775e4471fae0b023061667275b2f71b"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Thu Feb 16 13:25:36 2006 +0100"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Mon Feb 27 22:55:12 2006 -0600"
      },
      "message": "[SCSI] mptsas: add support for enclosure and bay identifier attributes\n\nAdds support to retrieve the enclosure and bay identifiers.  This patch\nis from Eric with minor modifications from me, rewritten from a buggy\npatch of mine, based on the earlier CSMI implementation from Eric..\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "03fbcbcd57e9d1bc5a4fe6a81c1845e7365ddabc",
      "tree": "8423136d0945691df0fb5537ff4b1e97a51deac1",
      "parents": [
        "f8a88b19b9d4f59bd625b4852c1b1138a5cf89f3"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Jan 25 02:00:52 2006 +0100"
      },
      "committer": {
        "name": "",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Mon Feb 27 22:55:06 2006 -0600"
      },
      "message": "[SCSI] drivers/message/fusion/mptfc.c: make 2 functions static\n\nThis patch makes two 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": "4f8d98abaf957691f9543b9b1b610d49aa0f662b",
      "tree": "7bd33445509f221d2bcdf543942e757efb6121bb",
      "parents": [
        "5e3c34c1e988a0dfe177c38cf324e8e321c55ef5"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Thu Feb 02 17:20:05 2006 -0700"
      },
      "committer": {
        "name": "",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Mon Feb 27 22:55:04 2006 -0600"
      },
      "message": "[SCSI] fusion - mptlan - remove wierd humor print\n\nRemoves wierd humor, and bad language printk in mptlan.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "26d451b603e754ded83f0e5becab2a78253ad100",
      "tree": "99209544823dbdb5735ae5f7234c83beea2f6a22",
      "parents": [
        "90f9dd8f72773152b69042debd6b9ed6d224703a",
        "65110b2168950a19cc78b5027ed18cb811fbdae8"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Feb 16 12:47:44 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Feb 16 12:47:44 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6\n"
    },
    {
      "commit": "e22bec266cd6f540da2a61db216914c3473135cc",
      "tree": "9b84d8ecefa37a63929b34af78ca1b344eaeab49",
      "parents": [
        "238e7db9357bfe1ce3d6f7ac1e60e595e9d46b7b"
      ],
      "author": {
        "name": "Markus Lidel",
        "email": "Markus.Lidel@shadowconnect.com",
        "time": "Sat Feb 04 23:27:39 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 05 11:06:51 2006 -0800"
      },
      "message": "[PATCH] Fix i2o_scsi oops on abort\n\nFix http://bugzilla.kernel.org/show_bug.cgi?id\u003d5923\n\nWhen a scsi command failed, an oops would result.\n\nBack-to-back SMART queries would make the Seagate drives unhappy.  The\nsecond SMART query would timeout, and the command would be aborted.\n\nAcked-by: Markus Lidel \u003cMarkus.Lidel@shadowconnect.com\u003e\nCc: Kenny Simpson \u003ctheonetruekenny@yahoo.com\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ea5a7a82f9d2d8a81f8fa541c34a12b43d390f61",
      "tree": "3f8c20eb726abd6994f16d3938ff760fe25bafce",
      "parents": [
        "946cbf040adb9db05bb895a4b629537fd2d03b0e"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Thu Feb 02 17:20:01 2006 -0700"
      },
      "committer": {
        "name": "",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sat Feb 04 16:33:24 2006 -0600"
      },
      "message": "[SCSI] fusion - mptctl -adding asyn event notification support\n\nAdding aen support.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "946cbf040adb9db05bb895a4b629537fd2d03b0e",
      "tree": "69268cb71f6fa5d61dd6be8fb112e6e9b54817e5",
      "parents": [
        "592f9c2fc9725b922ba8c4b1d67318ea4a301b59"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Thu Feb 02 17:19:50 2006 -0700"
      },
      "committer": {
        "name": "",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sat Feb 04 16:33:07 2006 -0600"
      },
      "message": "[SCSI] fusion - mptctl -firmware download fix\n\nFix\u0027s firmware download ioctl to work with SAS.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "592f9c2fc9725b922ba8c4b1d67318ea4a301b59",
      "tree": "c6412bd0074ee48693d4560bcbe28927c95de3bb",
      "parents": [
        "5f07e2499d629045f7f8a60a5b442792f08732cb"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Thu Feb 02 17:19:47 2006 -0700"
      },
      "committer": {
        "name": "",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sat Feb 04 16:32:51 2006 -0600"
      },
      "message": "[SCSI] fusion - mptctl - backplane istwi fix\n\nMoving the toolbox call from mptbase.c, over to\nmptctl.c, and using the mptctl infastructure to issue\nthe call.  The existing code is hanging on certain HP platforms\nwhen this ioctl is issued, and this patch fix\u0027s that.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "5f07e2499d629045f7f8a60a5b442792f08732cb",
      "tree": "a616bec57aece4c528ced7a0f130dd5f62446f28",
      "parents": [
        "5b5ef4f617f1706a23b0433d89a9c02ceb0980a5"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Thu Feb 02 17:19:44 2006 -0700"
      },
      "committer": {
        "name": "",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sat Feb 04 16:32:32 2006 -0600"
      },
      "message": "[SCSI] fusion - mptctl -sense width fix\n\nBug fix for correctly setting sense width\nfor the MPTCOMMAND ioctl.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "5b5ef4f617f1706a23b0433d89a9c02ceb0980a5",
      "tree": "9ee0d3c2590af2ebd0dd542bf2803e8d909b551f",
      "parents": [
        "86a7dcaae9c67a344e51190734b98684072d181c"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Thu Feb 02 17:19:40 2006 -0700"
      },
      "committer": {
        "name": "",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sat Feb 04 16:32:18 2006 -0600"
      },
      "message": "[SCSI] fusion - mptctl - Event Log Fix\n\nUse the hard coded value MPTCTL_EVENT_LOG_SIZE to fix\nbug where in certain cases, the ioc-\u003eeventLogSize was\ninitialized.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "86a7dcaae9c67a344e51190734b98684072d181c",
      "tree": "7de380c56e4f0ec2235e92633e6285fe226e62dd",
      "parents": [
        "9cc1cfbc67d77164f5b612fcf833460eca4d81e9"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Thu Feb 02 17:19:37 2006 -0700"
      },
      "committer": {
        "name": "",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sat Feb 04 16:31:50 2006 -0600"
      },
      "message": "[SCSI] fusion - mtctl - change to wait_event_timeout\n\nChange from using wait_event_interruptible_timeout to\nwait_event_timeout.  Also delete white space and duplicate\nline of code.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "9cc1cfbc67d77164f5b612fcf833460eca4d81e9",
      "tree": "d2706627405b95fdfd22dcb14d2b9d06d9ac42c0",
      "parents": [
        "096f7a2a094af3007937d6fd21560e28dca0994d"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Thu Feb 02 17:19:33 2006 -0700"
      },
      "committer": {
        "name": "",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sat Feb 04 16:31:29 2006 -0600"
      },
      "message": "[SCSI] fusion - mptctl - adding support for bus_type\u003dSAS\n\nAdd bus_type recognization in ioctl path for SAS.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "096f7a2a094af3007937d6fd21560e28dca0994d",
      "tree": "2128295ad5178e0677d0cef7e966f35de92d2730",
      "parents": [
        "b5b81016538cf84a10c80438b7aa750dd375ba93"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Thu Feb 02 17:19:30 2006 -0700"
      },
      "committer": {
        "name": "",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sat Feb 04 16:31:12 2006 -0600"
      },
      "message": "[SCSI] fusion - mptctl - MPTCOMMAND - adding function types.\n\nThis adds support for new function types in\nthe existing MPTCOMMAND ioctl.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "8b3e09e19932835fb77c63aaf3b1af6117e78871",
      "tree": "d98125db1fe2ee0c82426cac98c954cd62842e88",
      "parents": [
        "15d8ec7d08fbb7876e292b42bc92da8d82df7ea9"
      ],
      "author": {
        "name": "Markus Lidel",
        "email": "Markus.Lidel@shadowconnect.com",
        "time": "Fri Feb 03 03:04:29 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 03 08:32:07 2006 -0800"
      },
      "message": "[PATCH] I2O: fix and workaround for Motorola/Freescale controller\n\n- This controller violates the I2O spec for the I/O registers.  The patch\n  contains a workaround which moves the registers to the proper location.\n  (originally author: Matthew Starzewski)\n\n- If a message frame is beyond the mapped address range a error is\n  returned.\n\nSigned-off-by: Markus Lidel \u003cMarkus.Lidel@shadowconnect.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "15d8ec7d08fbb7876e292b42bc92da8d82df7ea9",
      "tree": "7e9f217d0022728ed3205abc403e05620993ff9e",
      "parents": [
        "35dc8161d0a6fa5e654bcb3d6240acc9ecb0a259"
      ],
      "author": {
        "name": "Markus Lidel",
        "email": "Markus.Lidel@shadowconnect.com",
        "time": "Fri Feb 03 03:04:28 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 03 08:32:07 2006 -0800"
      },
      "message": "[PATCH] I2O: don\u0027t disable PCI device if it is enabled before probing\n\nIf PCI device is enabled before probing, it will not be disabled at exit.\n\nSigned-off-by: Markus Lidel \u003cMarkus.Lidel@shadowconnect.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2254c86db124a37057116ad20a8de7b8483b6f44",
      "tree": "324c4e17c925d3a229b6f522644c37c67c08e3e6",
      "parents": [
        "a69ac3248513ff0fbbdd8f316136036b3b8067a9"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Tue Jan 17 17:06:29 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Jan 31 14:40:05 2006 -0600"
      },
      "message": "[SCSI] fusion: add message sanity check\n\nThis adds a sanity check in the interrupt routine\ninsures incoming message frames are a valid\nmessage frames.\n\nThe code for setting 0xdeadbeaf in the freed message\nframes, apparently was already submitted by Christoph\nin previous patch submission.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "a69ac3248513ff0fbbdd8f316136036b3b8067a9",
      "tree": "311845a1d317ab96036387269b589331e6796c64",
      "parents": [
        "335a94124470dd5be6c42378d1b7f7af9a80919e"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Tue Jan 17 17:06:26 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Jan 31 14:40:04 2006 -0600"
      },
      "message": "[SCSI] fusion: unloading the driver - only set asyn narrow for configured devices\n\nThis patch inhibits sending spi negotiation parameters\nfor non-configured devices from the slave_destroy function.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "335a94124470dd5be6c42378d1b7f7af9a80919e",
      "tree": "1737368059803a88caf0367800593e392ab46777",
      "parents": [
        "23f236ed2748fca0bcba304f4f9e3eacda51e91c"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Tue Jan 17 17:06:23 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Jan 31 14:40:03 2006 -0600"
      },
      "message": "[SCSI] fusion: unloading the driver results in panic - fix\n\nThe ioc-\u003ealt_ioc-\u003ealt_ioc pointer is not getting cleared\nduring driver unload time.   This dangling pointer\ncan result in panic in certain circumstances, such\nas error recovery, or firmware download in flashless\nenvironments. This only impacts dual functions controllers,\nsuch as 1030. Please apply.\n\nThis patch also includes a small cosmetic name change\nfor mpt_spi_log_info.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "23f236ed2748fca0bcba304f4f9e3eacda51e91c",
      "tree": "694b1c45f7b215b366bb0935e958012ca46040fa",
      "parents": [
        "9f63bb73eb52df43f46ce2284759709fc40f4f52"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Mon Jan 30 19:00:43 2006 +0100"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Jan 31 14:40:01 2006 -0600"
      },
      "message": "[SCSI] mptsas: don\u0027t complain on bogus slave_alloc calls\n\nWhen people use the userspace scanning facilities on SAS hardware the\nLLDD gets bogus slave_alloc calls.  Just fail those gracefully instead\nof printing a warning in mptsas and another one in the midlayer.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "9f63bb73eb52df43f46ce2284759709fc40f4f52",
      "tree": "06096ad8afd9f3f6a1db1d6ae9888f0faaa1137f",
      "parents": [
        "4ddce14e753fd4fe7445fa046a3aee155c2e48f4"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Mon Jan 16 18:53:26 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Jan 31 14:40:00 2006 -0600"
      },
      "message": "[SCSI] fusion: add task managment response code info\n\nAdding verbose message returned from firmware\nwhen a task mangment request fails.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "4ddce14e753fd4fe7445fa046a3aee155c2e48f4",
      "tree": "c95e910366dd8412ae8be1e5f73c56aca5576044",
      "parents": [
        "7e55147fe3203b72e80186c45df9bf0fd6cd97c9"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@infradead.org",
        "time": "Tue Jan 17 13:44:29 2006 +0000"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Jan 31 14:39:59 2006 -0600"
      },
      "message": "[SCSI] fusion: add MSI support\n\nOn Mon, Jan 16, 2006 at 06:53:24PM -0700, Moore, Eric wrote:\n\u003e Adding MSI support, and command line for enabling\n\u003e it.  By default, the command line option has MSI disabled.\n\nmpt_msi_enable is initialized to 0 implicitly, no need to do that.  Also\nreplace if (mpt_msi_enable \u003d\u003d 1) tests with just if (mpt_msi_enable).\n\nUpdated patch below:\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "7e55147fe3203b72e80186c45df9bf0fd6cd97c9",
      "tree": "7db7ae7c37c152b3556cc075d006ef6b3538f602",
      "parents": [
        "ece50914d5ce5c238e07d644e58701c173c48b7d"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Mon Jan 16 18:53:21 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Jan 31 14:39:58 2006 -0600"
      },
      "message": "[SCSI] fusion: overrun tape fix\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "ece50914d5ce5c238e07d644e58701c173c48b7d",
      "tree": "ca26b12074f941cca5eb73ca6ff6884a5a04f39f",
      "parents": [
        "928496ac317cff0eaf70aef2d5039a2f66966247"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Mon Jan 16 18:53:19 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Jan 31 14:39:56 2006 -0600"
      },
      "message": "[SCSI] fusion: add verbose messages for RAID actions\n\nA customer request to send raid asyn actions\nfrom firmware to the event syslog.  This shows\nwhen raid volumes go degraded, or complete resync,\nor volumes created/deleted, etc.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "928496ac317cff0eaf70aef2d5039a2f66966247",
      "tree": "0ba4f7b73a29b65b972951d7145bebeef6fa3bef",
      "parents": [
        "d66c7a0f46ce53f1252e03fe372e39dc2dfff1ea"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Mon Jan 16 18:53:16 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Jan 31 14:39:55 2006 -0600"
      },
      "message": "[SCSI] fusion: increase reply frame size from 0x40 to 0x50 bytes\n\nIncreasing the reply frame size by 16 bytes, to\nbe in sync with the other fusion drivers.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "d66c7a0f46ce53f1252e03fe372e39dc2dfff1ea",
      "tree": "ab84b802bd3b438f4b87aebb02b72aa195016d10",
      "parents": [
        "432b4c8b443af1b60cef7fcf90e8179cd8924f0a"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@infradead.org",
        "time": "Tue Jan 17 13:43:14 2006 +0000"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Jan 31 14:39:54 2006 -0600"
      },
      "message": "[SCSI] fusion: setting timeouts in eh threads appropiatley for fc/sas/spi\n\nOn Mon, Jan 16, 2006 at 06:53:13PM -0700, Moore, Eric wrote:\n\u003e The task managment request timeout in the eh threads was set\n\u003e for U320 timing, which is between 2-5 seconds.\n\u003e This is too small for FC and SAS.\n\u003e According to the firmware engineers, Fibre needs to be 40 seconds\n\u003e and SAS needs to be 10 seconds.\n\nThe timeout selection should probably be done in a little helper instead\nof duplicated in a few places.  Updated patch below.\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "432b4c8b443af1b60cef7fcf90e8179cd8924f0a",
      "tree": "4fe6d641cae28d401589b8ce0176bb8bd339f8e9",
      "parents": [
        "d8e925dc8850c01e36e6b2acb08ed0fbdc38b9f1"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Mon Jan 16 18:53:11 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Jan 31 14:39:53 2006 -0600"
      },
      "message": "[SCSI] fusion: mptsas, increase discovery timout to 300 seconds\n\nIncrease the port enable timeout only for SAS from 30 to 300 seconds.\nA customer request for the handling large topologies.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "d8e925dc8850c01e36e6b2acb08ed0fbdc38b9f1",
      "tree": "08be691a42c50f2b815f35f954ec85eab1ea5df4",
      "parents": [
        "eb221849540b7f4165c58b6c79d98b97ac902fdb"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Mon Jan 16 18:53:06 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Jan 31 14:39:51 2006 -0600"
      },
      "message": "[SCSI] fusion: spi bus reset when driver loads\n\nThis patch is for spi.  This issues bus reset when driver\nloads. Handling cases when initator has negotiated for packetized,\nand target negotiated for non-packetized; effectly this bus reset\nis getting both target and initiator on the same sheet of music.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "663e1aa12f9fc338fccee09f98d9f5bf68517f72",
      "tree": "c6d5dfec129285c284222f08983cfc6365918eed",
      "parents": [
        "fda4c2c8d0c9e22e3b9eeb6d75706d876af988f8"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Sun Jan 29 12:10:24 2006 -0600"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Tue Jan 31 14:39:43 2006 -0600"
      },
      "message": "[SCSI] fusion: fix compile\n\nThe prior fusion patches moved an invocation of a function,\nmptscsih_TMHandler(), static to mptscsih.c into mptsas.c\n\nMake the function unstatic, move the header to mptscsih.h and export it.\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "fda4c2c8d0c9e22e3b9eeb6d75706d876af988f8",
      "tree": "59a02d8cd870fb62c68df0f52d4ca88160db27cd",
      "parents": [
        "3bc7bf1d1294642f87c4f7df04c048dafa38ad51"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Wed Jan 25 18:05:21 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Jan 31 14:39:42 2006 -0600"
      },
      "message": "[SCSI] fusion: bump version\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "3bc7bf1d1294642f87c4f7df04c048dafa38ad51",
      "tree": "263a1466b905e3e3685f84975f4bd7850b489042",
      "parents": [
        "79de278e86121cd4473c276409f834aee87f3195"
      ],
      "author": {
        "name": "Michael Reed",
        "email": "mdr@sgi.com",
        "time": "Wed Jan 25 18:05:18 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Jan 31 14:39:41 2006 -0600"
      },
      "message": "[SCSI] fusion: FC rport code fixes\n\nThis fix\u0027s problems with recent fc submission regarding\ni/o being redirected to the wrong target.\n\nSigned-off-by: Michael Reed \u003cmdr@sgi.com\u003e\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "79de278e86121cd4473c276409f834aee87f3195",
      "tree": "56b8d88d9b4bfd79c612bf81a133246b2131d5bc",
      "parents": [
        "7d3eecf7b2195c64d26f7e7d105d00e5a6dd702e"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Wed Jan 25 18:05:15 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Jan 31 14:39:39 2006 -0600"
      },
      "message": "[SCSI] fusion: move sas persistent event handling over to the mptsas module\n\nThis moves code intented for SAS from\nthe generic mptscsih module over to the\nmptsas module.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "7d3eecf7b2195c64d26f7e7d105d00e5a6dd702e",
      "tree": "9de227b1c38f68e6c7312e85028ebb734457c7cd",
      "parents": [
        "c73787eecdbe4691d4e3f989052db8b552e1ac34"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Wed Jan 25 18:05:12 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Jan 31 14:39:38 2006 -0600"
      },
      "message": "[SCSI] fusion: target reset when drive is being removed\n\nThe issuing of the target reset\nused in device hot removal case so the\nfirmware queue is flushed out off outstanding\ncommands.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "c73787eecdbe4691d4e3f989052db8b552e1ac34",
      "tree": "f5c53229a700edbc0f27a4fc203811032dcb1c02",
      "parents": [
        "d99ca4180fe44ae7f409fc73f1a09f270b8d458a"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Thu Jan 26 16:20:06 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Jan 31 14:39:37 2006 -0600"
      },
      "message": "[SCSI] fusion: add support for raid hot add/del support\n\nRAID event support.\n\nThis will hot add and remove raid volumes\nwhen managment application creates and\ndeletes the volumes.  The driver is basically\nresponding to firmware asyn events, and reporting\nthe changes to the above layers.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "858119e159384308a5dde67776691a2ebf70df0f",
      "tree": "f360768f999d51edc0863917ce0bf79e88c0ec4c",
      "parents": [
        "b0a9499c3dd50d333e2aedb7e894873c58da3785"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@infradead.org",
        "time": "Sat Jan 14 13:20:43 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Jan 14 18:27:06 2006 -0800"
      },
      "message": "[PATCH] Unlinline a bunch of other functions\n\nRemove the \"inline\" keyword from a bunch of big functions in the kernel with\nthe goal of shrinking it by 30kb to 40kb\n\nSigned-off-by: Arjan van de Ven \u003carjan@infradead.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nAcked-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3759b788498ffc0b2563181567af4c82d983f921",
      "tree": "e2c85821c9293a7416413ecfaac5eebfd52db745",
      "parents": [
        "569b11dcfa9d764e775f9e964a680c32265ab7f2"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jan 14 09:28:07 2006 -0600"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jan 14 10:55:11 2006 -0600"
      },
      "message": "[SCSI] mptfc: need to select transport attrs\n\nNow that mptfc actually uses the transport class, it can\u0027t be built\nwithout it.\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "569b11dcfa9d764e775f9e964a680c32265ab7f2",
      "tree": "d35e71f3819a1b188176afd054f7f6d0df522224",
      "parents": [
        "e6bc863cf25f30ed8e2a4d41b76d5688f8efaee9"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Fri Jan 13 16:25:29 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jan 14 10:55:10 2006 -0600"
      },
      "message": "[SCSI] fusion - fix pci express bug\n\nThe fix is to write  \u0027MPI_HIM_DIM\u0027 to the Host Interrupt Mask\nregister, when enabling interrupts.  Instead of the\ntilde of MPI_HIM_RIM.\n\nApparently writing \u00271\u0027s to some of the reserved bits was causing\nall the bits to go to `1`, which effectly disabled all interrupts.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "4b915a73663fe0951077ebcdaf02337ff2bddcfc",
      "tree": "7a088360af29db0e2454ca324a8cf3c0e4e3e5d1",
      "parents": [
        "816aa907b909177bdf6e6e6b0d00c5e5a6e2be8c"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Fri Jan 13 16:25:23 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jan 14 10:55:08 2006 -0600"
      },
      "message": "[SCSI] fusion - mpi header udpate\n\nThis updates mpi headers in fusion drivers to version 1.5.12.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "816aa907b909177bdf6e6e6b0d00c5e5a6e2be8c",
      "tree": "5953e5fc46a49bcdb28b17c6812469af4cc59c93",
      "parents": [
        "e02f3f59225d8c3b2a0ad0dc941a09865e27da61"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Fri Jan 13 16:25:20 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jan 14 10:55:06 2006 -0600"
      },
      "message": "[SCSI] fusion - adding raid support in mptsas\n\nThe SAS RAID volumes are reported beyond the expected number of phys.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "6d5b0c315e0c14f8a0fe274eda7676d62cbd8584",
      "tree": "cf67da224646532670e0f9e3a7e5ecbe4e63d943",
      "parents": [
        "05e8ec17f4d11ba13795e878fc389cb04d1fdadd"
      ],
      "author": {
        "name": "Moore, Eric",
        "email": "Eric.Moore@lsil.com",
        "time": "Fri Jan 13 16:25:26 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jan 14 10:55:04 2006 -0600"
      },
      "message": "[SCSI] fusion - adding support for FC949ES\n\nAdd software recognition for the new LSI Logic Fibre Channel controller.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "05e8ec17f4d11ba13795e878fc389cb04d1fdadd",
      "tree": "0b7a7360e37be4851ce823450cabbce97bc28eea",
      "parents": [
        "d158d26167a3f6a910ec3e0eda23cc0cd437c689"
      ],
      "author": {
        "name": "Michael Reed",
        "email": "mdr@sgi.com",
        "time": "Fri Jan 13 14:31:54 2006 -0600"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jan 14 10:55:02 2006 -0600"
      },
      "message": "[SCSI] mptfusion - fc transport attributes\n\nSigned-off-by: Michael Reed \u003cmdr@sgi.com\u003e\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "f20139bee4545b91f30e14e2f528320c7ab36fa6",
      "tree": "818ae9a89fd69ea8a841406188cf53fd4649dace",
      "parents": [
        "1ca00bb7916cb40b8140173c23481e11d92d6f6a"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Jan 13 15:36:25 2006 -0600"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jan 14 10:54:59 2006 -0600"
      },
      "message": "[SCSI] fix up message/i2o/pci.c\n\nThere was a use before initialisation of c-\u003ename\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "1ca00bb7916cb40b8140173c23481e11d92d6f6a",
      "tree": "e5a16f6f230556ce43f77139c729f09a16ec95fb",
      "parents": [
        "eeb846cefdd842af479393a7d0fd399a29e42532"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Fri Jan 13 18:27:50 2006 +0100"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jan 14 10:54:58 2006 -0600"
      },
      "message": "[SCSI] fusion: kzalloc / kcalloc conversion\n\nConvert kmalloc + memset to kzalloc or kcalloc in fusion.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "eeb846cefdd842af479393a7d0fd399a29e42532",
      "tree": "ee8ec36c7ce0c259b52de7b4185013082b061d14",
      "parents": [
        "9a28f49adbe4955af8a1306fd36ddae15136dde7"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Fri Jan 13 18:27:11 2006 +0100"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jan 14 10:54:57 2006 -0600"
      },
      "message": "[SCSI] fusion: convert semaphores to mutexes\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "9a28f49adbe4955af8a1306fd36ddae15136dde7",
      "tree": "ff161da935cf2a14408b9040f685b9e9a530fd82",
      "parents": [
        "9638d89a75776abc614c29cdeece0cc874ea2a4c"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Fri Jan 13 18:04:41 2006 +0100"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jan 14 10:54:56 2006 -0600"
      },
      "message": "[SCSI] mptsas: support basic hotplug\n\nAdds hotplug support for SAS end devices.  Unfortunately the fusion\nfirmware doesn\u0027t generate similar events for expanders addition/removal\nso we can\u0027t support them yet.  Eric has an idea about a clever scheme to\nfind out about expander changes so that\u0027ll be added later on.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "9638d89a75776abc614c29cdeece0cc874ea2a4c",
      "tree": "5d7ac840f1c79e7d0fd48f5df1ba7db7567499f5",
      "parents": [
        "560c26c8345509619c3575331b99b329b5de1054"
      ],
      "author": {
        "name": "Salyzyn, Mark",
        "email": "mark_salyzyn@adaptec.com",
        "time": "Thu Jan 12 08:31:57 2006 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Sat Jan 14 10:54:54 2006 -0600"
      },
      "message": "[SCSI] I2O: move pci_request_regions() just behind pci_enable_device()\n\nThe problem in dpt_i2o could be the pci config space accesses it\ntriggers as it loads, dangerous to do if there is any I/O activity going\non in the other driver (probable if a boot driver I guess).\n\nI approve this patch to dpt_i2o.c, and am applying it to the Adaptec\nbranch of the driver.\n\nThanks for the investigation Ryoji.\n\n---\n\nIn linux 2.6.15, data transfer does hang when both dpt_i2o\nand i2o_block drivers are loaded.\nIt seems that location of pci_request_regions() are wrong.\nI moved it just behind pci_enable_device() like other drivers,\nand it becomes fine.\n\nSigned-off-by: Ryoji Kamei \u003ckamei@miraclelinux.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "7ff92053ddff48d9d7908a353bd85f893944463e",
      "tree": "7536ae8d96b112e87766a60e52de40df8f1f657b",
      "parents": [
        "fc33a7bb9c6dd8f6e4a014976200f8fdabb3a45c"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Mon Jan 09 20:52:17 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jan 10 08:01:34 2006 -0800"
      },
      "message": "[PATCH] don\u0027t include ioctl32.h in drivers\n\nThese days ioctl32.h is only used for communication of fs/compat.c and\nfs/compat_ioctl.c and doesn\u0027t contain anything of interest to drivers.\n\nRemove inclusion in various drivers.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "943ffb587cfdf3b2adfe52a6db08573f4ecf3284",
      "tree": "d2b631e24a824e9742f941cf3b89b0eea91bd201",
      "parents": [
        "540695886075964c0e5295bea8e4793e8765d010"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Jan 10 00:10:13 2006 +0100"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@r063144.stusta.swh.mhn.de",
        "time": "Tue Jan 10 00:10:13 2006 +0100"
      },
      "message": "spelling: s/retreive/retrieve/\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "a885c8c4316e1c1d2d2c8755da3f3d14f852528d",
      "tree": "e4f4e7a7657c0944d11c259f8f17ffcd6b2da0f5",
      "parents": [
        "5b0ed2c64d8fdafb5fcfb3baabdd288628b1ff9b"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Sun Jan 08 01:02:50 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jan 08 20:13:54 2006 -0800"
      },
      "message": "[PATCH] Add block_device_operations.getgeo block device method\n\nHDIO_GETGEO is implemented in most block drivers, and all of them have to\nduplicate the code to copy the structure to userspace, as well as getting\nthe start sector.  This patch moves that to common code [1] and adds a\n-\u003egetgeo method to fill out the raw kernel hd_geometry structure.  For many\ndrivers this means -\u003eioctl can go away now.\n\n[1] the s390 block drivers are odd in this respect.  xpram sets -\u003estart\n    to 4 always which seems more than odd, and the dasd driver shifts\n    the start offset around, probably because of it\u0027s non-standard\n    sector size.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nCc: Jens Axboe \u003caxboe@suse.de\u003e\nCc: \u003cmike.miller@hp.com\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nCc: Paolo Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Bartlomiej Zolnierkiewicz \u003cB.Zolnierkiewicz@elka.pw.edu.pl\u003e\nCc: Neil Brown \u003cneilb@cse.unsw.edu.au\u003e\nCc: Markus Lidel \u003cMarkus.Lidel@shadowconnect.com\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: David Woodhouse \u003cdwmw2@infradead.org\u003e\nCc: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d99cf9d679a520d67f81d805b7cb91c68e1847f0",
      "tree": "415aefe6d168df27c006fcc53b1ea5242eabaaea",
      "parents": [
        "7ed40918a386afc2e14a6d3da563ea6d13686c25",
        "e650c305ec3178818b317dad37a6d9c7fa8ba28d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jan 06 09:01:25 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jan 06 09:01:25 2006 -0800"
      },
      "message": "Merge branch \u0027post-2.6.15\u0027 of git://brick.kernel.dk/data/git/linux-2.6-block\n\nManual fixup for merge with Jens\u0027 \"Suspend support for libata\", commit\nID 9b847548663ef1039dd49f0eb4463d001e596bc3.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "524e3b623a9228efbdb70484b5214f27a1ca985d",
      "tree": "349c407009c90cd3d544ce2f87ddc635d4f11dcb",
      "parents": [
        "f6ed39a6e1a88240eec629a3da17c3a47ada3b89"
      ],
      "author": {
        "name": "Markus Lidel",
        "email": "Markus.Lidel@shadowconnect.com",
        "time": "Fri Jan 06 00:19:34 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jan 06 08:33:54 2006 -0800"
      },
      "message": "[PATCH] I2O: Lindent run\n\nSigned-off-by: Markus Lidel \u003cMarkus.Lidel@shadowconnect.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f6ed39a6e1a88240eec629a3da17c3a47ada3b89",
      "tree": "b19fee742b48865b94bb26ed4428ca00a1a95b2c",
      "parents": [
        "2e1973a3cd0b9fe31469be62df3583bdc5a34f51"
      ],
      "author": {
        "name": "Markus Lidel",
        "email": "Markus.Lidel@shadowconnect.com",
        "time": "Fri Jan 06 00:19:33 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jan 06 08:33:54 2006 -0800"
      },
      "message": "[PATCH] I2O: Optimizing\n\n- make i2o_iop_free() static inline (from Adrian Bunk)\n\n- changed kmalloc() + memset(0) into kzalloc()\n\nSigned-off-by: Markus Lidel \u003cMarkus.Lidel@shadowconnect.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2e1973a3cd0b9fe31469be62df3583bdc5a34f51",
      "tree": "e44d7f091fca1cb64037555f5e856a3f2d027e8b",
      "parents": [
        "dcceafe25a5f47cf69e5b46b4da6f15186ec8386"
      ],
      "author": {
        "name": "Markus Lidel",
        "email": "Markus.Lidel@shadowconnect.com",
        "time": "Fri Jan 06 00:19:32 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jan 06 08:33:54 2006 -0800"
      },
      "message": "[PATCH] I2O: Beautifying\n\nFix some typos and minor code beautifying.\n\nSigned-off-by: Markus Lidel \u003cMarkus.Lidel@shadowconnect.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dcceafe25a5f47cf69e5b46b4da6f15186ec8386",
      "tree": "4a3d581b2a1d239daf5d42cd9d2e1e5d838d817a",
      "parents": [
        "24791bd48f643194d806654b587251b0f92233e8"
      ],
      "author": {
        "name": "Markus Lidel",
        "email": "Markus.Lidel@shadowconnect.com",
        "time": "Fri Jan 06 00:19:32 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jan 06 08:33:54 2006 -0800"
      },
      "message": "[PATCH] I2O: Bugfixes\n\n- Removed some kmalloc\u0027s with __GFP_ZERO and replace it with memset()\n  because it didn\u0027t work properly.\n\n- Fixed returned message frame in i2o_cfg_passthru() which caused raidutils\n  to display wrong error message in case a disk was missing.\n\n- Fixed size of printk() in i2o_scsi.c.\n\n- Fixed get_device() and put_device() in probing of the I2O controller.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "24791bd48f643194d806654b587251b0f92233e8",
      "tree": "c95c4db1a565146e3c1d565ba1b796e78d88d556",
      "parents": [
        "793fd15d9fafe5b1c71e50d3c041f1463895dbde"
      ],
      "author": {
        "name": "Markus Lidel",
        "email": "Markus.Lidel@shadowconnect.com",
        "time": "Fri Jan 06 00:19:31 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jan 06 08:33:54 2006 -0800"
      },
      "message": "[PATCH] I2O: Remove wrong I2O device class\n\nRemoved wrong I2O device class, which was only needed to add sysfs attributes.\n\nSigned-off-by: Markus Lidel \u003cMarkus.Lidel@shadowconnect.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "793fd15d9fafe5b1c71e50d3c041f1463895dbde",
      "tree": "a19f3f17b435a3600d19f5a5ee2136b2d3646987",
      "parents": [
        "a1a5ea70a6e9db6332b27fe2d96666e17aa1436b"
      ],
      "author": {
        "name": "Markus Lidel",
        "email": "Markus.Lidel@shadowconnect.com",
        "time": "Fri Jan 06 00:19:30 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jan 06 08:33:53 2006 -0800"
      },
      "message": "[PATCH] I2O: SPARC fixes\n\nFix lot of BE \u003c-\u003e LE bugs which prevent it from working on SPARC.\n\nSigned-off-by: Markus Lidel \u003cMarkus.Lidel@shadowconnect.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a1a5ea70a6e9db6332b27fe2d96666e17aa1436b",
      "tree": "7edfe920aa40af94464ab05539d449dbe5689254",
      "parents": [
        "347a8dc3b815f0c0fa62a1df075184ffe4cbdcf1"
      ],
      "author": {
        "name": "Markus Lidel",
        "email": "Markus.Lidel@shadowconnect.com",
        "time": "Fri Jan 06 00:19:29 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jan 06 08:33:53 2006 -0800"
      },
      "message": "[PATCH] I2O: changed I2O API to create I2O messages in kernel memory\n\nChanged the I2O API to create I2O messages first in kernel memory and then\ntransfer it at once over the PCI bus instead of sending each quad-word over\nthe PCI bus.\n\nSigned-off-by: Markus Lidel \u003cMarkus.Lidel@shadowconnect.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8ffdc6550c47f75ca4e6c9f30a2a89063e035cf2",
      "tree": "a478b9acef5c66242a964154f7ad3a0ea750ef0f",
      "parents": [
        "64100099ed22f71cce656c5c2caecf5c9cf255dc"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Fri Jan 06 09:49:03 2006 +0100"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "axboe@suse.de",
        "time": "Fri Jan 06 09:49:03 2006 +0100"
      },
      "message": "[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()\n\nadd @uptodate argument to end_that_request_last() and @error\nto rq_end_io_fn().  there\u0027s no generic way to pass error code\nto request completion function, making generic error handling\nof non-fs request difficult (rq-\u003eerrors is driver-specific and\neach driver uses it differently).  this patch adds @uptodate\nto end_that_request_last() and @error to rq_end_io_fn().\n\nfor fs requests, this doesn\u0027t really matter, so just using the\nsame uptodate argument used in the last call to\nend_that_request_first() should suffice.  imho, this can also\nhelp the generic command-carrying request jens is working on.\n\nSigned-off-by: tejun heo \u003chtejun@gmail.com\u003e\nSigned-Off-By: Jens Axboe \u003caxboe@suse.de\u003e\n"
    },
    {
      "commit": "f61ea1b0c825a20a1826bb43a226387091934586",
      "tree": "fdedf0a2368f707e3fd5205db05bfcbac79606ec",
      "parents": [
        "d347da0deffa1d8f88f0d270eab040e4707c9916",
        "7b32b8e018d8f8cc94c808a5fa84a3f889441b91"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jan 04 16:30:12 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jan 04 16:30:12 2006 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6\n"
    },
    {
      "commit": "87d47d0547631e059c308b392cd2423fe9248c93",
      "tree": "cfb608b2f929b9825d3ab4374c42e24ef0b60ffc",
      "parents": [
        "48ea753075aa15699bd5fac26faa08431aaa697b"
      ],
      "author": {
        "name": "Ben Collins",
        "email": "bcollins@ubuntu.com",
        "time": "Sat Dec 17 18:39:23 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Dec 18 11:19:43 2005 -0800"
      },
      "message": "[PATCH] i2o: Do not disable pci device when it\u0027s in use\n\nWhen dpt_i2o is loaded first, i2o being loaded would cause it to call\npci_device_disable, thus breaking dpt_i2o\u0027s use of the device.  Based on\nsimilar usage of pci_disable_device in other drivers.\n\nSigned-off-by: Ben Collins \u003cbcollins@ubuntu.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f61c1c41b6b959d08d87eee876406bdbcac77b7c",
      "tree": "37cbe0e09a99c5ca7bd7b498d6a02b982f4812b0",
      "parents": [
        "c7c82987b4844f555d309ccbd42abe95d46822ff"
      ],
      "author": {
        "name": "Moore, Eric Dean",
        "email": "Eric.Moore@lsil.com",
        "time": "Wed Nov 16 18:54:27 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Dec 13 18:41:48 2005 -0700"
      },
      "message": "[SCSI] mptfusion - bump version\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "c7c82987b4844f555d309ccbd42abe95d46822ff",
      "tree": "55eb2c02fa1ff25548b1cc673c47aaa19e380214",
      "parents": [
        "f2ea8671a8376e09cf759aa8cb3de8b8d3bced9e"
      ],
      "author": {
        "name": "Moore, Eric Dean",
        "email": "Eric.Moore@lsil.com",
        "time": "Wed Nov 16 18:54:25 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Dec 13 18:41:15 2005 -0700"
      },
      "message": "[SCSI] mptfusion - mapping fixs required support for transport layers.\n\nThis utilizes the hostdata area that is hung off of scsi_target and\nscsi_device for saving unique firmware mapping. This will be required\nfor supporting new Fibre and SPI transport support.\n\nThis also fixs problems in error handling error code for SAS\ncontrollers, in which the incorrect mapping was passed to the\nfirmware.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "f2ea8671a8376e09cf759aa8cb3de8b8d3bced9e",
      "tree": "82181e022ccecfa0f1b8b3cef673630df917209d",
      "parents": [
        "a9b2937a1eab2939d0eed3830ead88664ed7445d"
      ],
      "author": {
        "name": "Moore, Eric Dean",
        "email": "Eric.Moore@lsil.com",
        "time": "Wed Nov 16 18:54:23 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Dec 13 18:40:52 2005 -0700"
      },
      "message": "[SCSI] mptfusion - prep for removing domain validation\n\nThis moves some functions around from within the #define\nMPTSCSIH_ENABLE_DOMAIN_VALIDATION area, in preperation for generic\ndomain validation.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "a9b2937a1eab2939d0eed3830ead88664ed7445d",
      "tree": "bde1ec40bc7bbe56ab22f585699dd28b2009cd0f",
      "parents": [
        "7acec1e7556a861416bb6b10f3e3cbb6e82fc01d"
      ],
      "author": {
        "name": "Moore, Eric Dean",
        "email": "Eric.Moore@lsil.com",
        "time": "Wed Nov 16 18:54:20 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Dec 13 18:40:08 2005 -0700"
      },
      "message": "[SCSI] mptfusion - bus_type, change SCSI to SPI\n\nThis changes to SPI for the bus_type enumeration.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "7acec1e7556a861416bb6b10f3e3cbb6e82fc01d",
      "tree": "3ca770f11ae152cd17af2a2032f2b13d0370d114",
      "parents": [
        "f78496da6a85f4b5f4532d7bf85b05fa655146a8"
      ],
      "author": {
        "name": "Moore, Eric Dean",
        "email": "Eric.Moore@lsil.com",
        "time": "Wed Nov 16 18:54:17 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Dec 13 18:38:44 2005 -0700"
      },
      "message": "[SCSI] mptfusion - cleaning up xxx_probe error handling\n\nThis cleans the returning failure conditions of the\nmptsas/mptfc/mptspi probe routines.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "f78496da6a85f4b5f4532d7bf85b05fa655146a8",
      "tree": "2c23ba5607a0f445a0a0af6e1477264436fe9809",
      "parents": [
        "1cb25a27d0a3f8296e67e5cc915048db10910d4f"
      ],
      "author": {
        "name": "Moore, Eric Dean",
        "email": "Eric.Moore@lsil.com",
        "time": "Wed Nov 16 18:54:14 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Tue Dec 13 18:37:42 2005 -0700"
      },
      "message": "[SCSI] mptfusion - adding \u003d THIS_MODULE\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "2741049e66d9698da5e0c90c849406fa3d3fc45c",
      "tree": "725c927121ccfe3eaa7df3b9b8e46610805f6b15",
      "parents": [
        "2a298a35ebe060a6f2b06b20c2a34ea188ddfd37",
        "4d5cda069b3f0a3bbc18576bc15903ed665d0295"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Dec 02 14:32:44 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Dec 02 14:32:44 2005 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6\n"
    },
    {
      "commit": "2a238ea5fbf2bd9a18a4ffb607418a4b9394647e",
      "tree": "dc505a831abdb22879e86187b3ae01912a02f604",
      "parents": [
        "8b2f81385aa02e9405990b7fe44462dfceb75ef7"
      ],
      "author": {
        "name": "Moore, Eric Dean",
        "email": "Eric.Moore@lsil.com",
        "time": "Thu Dec 01 10:50:32 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Thu Dec 01 15:59:51 2005 -0600"
      },
      "message": "[SCSI] mptfusion : dv performance fix\n\nSyncronization for Domain Validation workqueue and the initiation of the\nalternate controller.  Its possible that dv could be terminated if the\nworkqueue on the 1st channel doesn complete in time before the 2nd channel\nbegins initialization.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "f747307ed1defcdfd37a3ef84c48e3138691cd26",
      "tree": "137e2fe4178b0ca77005a92f208a6a1f2055ef37",
      "parents": [
        "325f04dbca60a4cfe4ac25e7cf246edd07eb4c5f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Nov 29 14:21:57 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Nov 29 14:21:57 2005 -0800"
      },
      "message": "Revert \"[PATCH] drivers/message/fusion/mptbase.c: make code static\"\n\nThis reverts commit 252ac865535e1ea9cc2d28be83f477d8d8b961a2.\n\nIt impacts the LSI customers using the mptstm target mode drivers\n(source tar-ball at\n\n  ftp://ftp.lsil.com/HostAdapterDrivers/linux/Fusion-MPT/mptstm-1.00.13-src.tar.gz\n\nfor those who care).\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "16a631733135a625dd8bc83207553aaf34c0a72c",
      "tree": "62fac0fb16b11299eeee08f4a2077f32eed6129c",
      "parents": [
        "42aacfba6c2d1ee773615cfcfce0fe973d1d0f37"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun Nov 27 00:37:05 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Nov 27 20:22:32 2005 -0800"
      },
      "message": "[PATCH] drivers/message/i2o/pci.c: fix a NULL pointer dereference\n\nThe Coverity checker spotted this obvious NULL pointer dereference.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nAcked-by: Markus Lidel \u003cMarkus.Lidel@shadowconnect.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "252ac865535e1ea9cc2d28be83f477d8d8b961a2",
      "tree": "3ef8678ef14445b5ddebbda6f65c7510e809679f",
      "parents": [
        "cf62ddce2ee137ff92ad11ae762338b864f1dee5"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Nov 08 21:39:48 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:41 2005 -0800"
      },
      "message": "[PATCH] drivers/message/fusion/mptbase.c: make code static\n\nThis patch makes the following previously global and EXPORT_SYMBOL\u0027ed\ncode static:\n- struct mpt_proc_root_dir\n- int mpt_stm_index\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\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": "733482e445ca4450cf41381b1c95e2b8c7145114",
      "tree": "d31a2fdaeb8e439fc348a781c780a035d794266d",
      "parents": [
        "c1a0f5e3c01d28b6782457bee5ae5ace3a9958ec"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Tue Nov 08 21:34:55 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:55:57 2005 -0800"
      },
      "message": "[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason\n\nThis patch removes almost all inclusions of linux/version.h.  The 3\n#defines are unused in most of the touched files.\n\nA few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is\nunfortunatly in linux/version.h.\n\nThere are also lots of #ifdef for long obsolete kernels, this was not\ntouched.  In a few places, the linux/version.h include was move to where\nthe LINUX_VERSION_CODE was used.\n\nquilt vi `find * -type f -name \"*.[ch]\"|xargs grep -El \u0027(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)\u0027|grep -Ev \u0027(/(boot|coda|drm)/|~$)\u0027`\n\nsearch pattern:\n/UTS_RELEASE\\|LINUX_VERSION_CODE\\|KERNEL_VERSION\\|linux\\/\\(utsname\\|version\\).h\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": "6521018d4bf9522b4de47254ea15e8c1be1ec00f",
      "tree": "352f6b9cc56018c584042c44502288599aed60ca",
      "parents": [
        "8b93ec77a6423cc57189561567ee41fa7fa1f5b6"
      ],
      "author": {
        "name": "Nishanth Aravamudan",
        "email": "nacc@us.ibm.com",
        "time": "Mon Nov 07 01:01:19 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 07:53:57 2005 -0800"
      },
      "message": "[PATCH] message: fix-up schedule_timeout() usage\n\nUse schedule_timeout_interruptible() instead of\nset_current_state()/schedule_timeout() to reduce kernel size.\n\nSigned-off-by: Nishanth Aravamudan \u003cnacc@us.ibm.com\u003e\nCc: \"Moore, Eric Dean\" \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8c65b4a60450590e79a28e9717ceffa9e4debb3f",
      "tree": "e0e42b5faee0a1c44746a36d9df7a8fbb2a2c24c",
      "parents": [
        "6fdcc2162285a8fc96ab12ff85086c37bceaa494"
      ],
      "author": {
        "name": "Tim Schmielau",
        "email": "tim@physik3.uni-rostock.de",
        "time": "Mon Nov 07 00:59:43 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 07:53:41 2005 -0800"
      },
      "message": "[PATCH] fix remaining missing includes\n\nFix more include file problems that surfaced since I submitted the previous\nfix-missing-includes.patch.  This should now allow not to include sched.h\nfrom module.h, which is done by a followup patch.\n\nSigned-off-by: Tim Schmielau \u003ctim@physik3.uni-rostock.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "849a8924a6740ecbf9711e015beca69425f0c429",
      "tree": "2bae44c5fb170a655696b7253eec7ee13c6fa437",
      "parents": [
        "7015faa7df829876a0f931cd18aa6d7c24a1b581",
        "ee807c2d43b54183c16580857837dae8ccb2ed22"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Fri Nov 04 22:29:52 2005 -0600"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Fri Nov 04 22:29:52 2005 -0600"
      },
      "message": "Merge by Hand\n\nConflicts in dec_esp.c (Thanks Bacchus), scsi_transport_iscsi.c and\nscsi_transport_fc.h\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "4e57b6817880946a3a78d5d8cad1ace363f7e449",
      "tree": "b6b5f3f9e8e52cc55d98239a4992e72e983c8fa4",
      "parents": [
        "b0423a0d9cc836b2c3d796623cd19236bfedfe63"
      ],
      "author": {
        "name": "Tim Schmielau",
        "email": "tim@physik3.uni-rostock.de",
        "time": "Sun Oct 30 15:03:48 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 30 17:37:32 2005 -0800"
      },
      "message": "[PATCH] fix missing includes\n\nI recently picked up my older work to remove unnecessary #includes of\nsched.h, starting from a patch by Dave Jones to not include sched.h\nfrom module.h. This reduces the number of indirect includes of sched.h\nby ~300. Another ~400 pointless direct includes can be removed after\nthis disentangling (patch to follow later).\nHowever, quite a few indirect includes need to be fixed up for this.\n\nIn order to feed the patches through -mm with as little disturbance as\npossible, I\u0027ve split out the fixes I accumulated up to now (complete for\ni386 and x86_64, more archs to follow later) and post them before the real\npatch.  This way this large part of the patch is kept simple with only\nadding #includes, and all hunks are independent of each other.  So if any\nhunk rejects or gets in the way of other patches, just drop it.  My scripts\nwill pick it up again in the next round.\n\nSigned-off-by: Tim Schmielau \u003ctim@physik3.uni-rostock.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3fa63c7d82ab9a12a5d0a299069f8df9f35aa011",
      "tree": "568e2eb557ff89359bd7de6bc307d0534fb1ea16",
      "parents": [
        "dfb7dac3af623a68262536437af008ed6aba4d88"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Oct 30 15:02:23 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 30 17:37:20 2005 -0800"
      },
      "message": "[PATCH] Typo fix: dot after newline in printk strings\n\nTypo fix: dots appearing after a newline in printk strings.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f9a2d2e0c89f73f0203fa796101089c2bce31974",
      "tree": "f44772f86144a72eac540fd76340bc71e3c52299",
      "parents": [
        "da4fa65596733914b3c21fdffa02593959c67f56"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Wed Oct 19 20:01:47 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Oct 28 19:10:34 2005 -0500"
      },
      "message": "[SCSI] mptsas: white space fixes and version bump\n\nVarious whitespace and comment fixes from Eric, aswell as a version\nbump.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "da4fa65596733914b3c21fdffa02593959c67f56",
      "tree": "6a918d3feb6fe266e90dd4634775ae749bade6d0",
      "parents": [
        "07ba3a954714da10cbd3f6249d93ac2c1df72c4f"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Wed Oct 19 20:01:42 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Oct 28 19:09:31 2005 -0500"
      },
      "message": "[SCSI] mptsas: add support for PHY resets\n\nSupport PHY resets in mptsas.  Thanks to Eric for various bug fixes\nand improvements.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "ac01bbbd3b7ebfca64357aed12cf476b16abe3ce",
      "tree": "e0ab34ebdabb88f31a0b06321df5c7ff7122455a",
      "parents": [
        "80d904c43b11105c16395b240078ccc2f7ac6074"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Wed Oct 19 20:01:17 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Oct 28 19:06:45 2005 -0500"
      },
      "message": "[SCSI] sas: add flag for locally attached PHYs\n\nAdd a flag to mark a PHY as attached to the HBA as opposed to beeing on\nan expander.  This is needed because various features are only supported\non those.  This is a crude hack, the proper fix would be to use\ndifferent classes for host-attached vs expander phys.  I\u0027m looking into\nthat.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "b5141128027c53b8ca40736d969f75c9a1cdb64b",
      "tree": "f09f3f7b608017329a3e44a41e975acbd0ea9af0",
      "parents": [
        "28f22b031f8959cdf53202cd9f6ca8b9ce19b3a6"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Fri Oct 28 22:07:41 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Fri Oct 28 17:27:25 2005 -0500"
      },
      "message": "[SCSI] mptsas: support link error attributes\n\n.. and the fusion part.  I had to move around the debug functions around\na little bit so they are below the transport class methods.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "53f4654272df7c51064825024340554b39c9efba",
      "tree": "e3e7b82a6bb0040ffbd267b250be2720704b98f2",
      "parents": [
        "51d172d5f3a193e4b8f76179b2e55d7a36b94117"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Oct 27 22:25:43 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 09:52:52 2005 -0700"
      },
      "message": "[PATCH] Driver Core: fix up all callers of class_device_create()\n\nThe previous patch adding the ability to nest struct class_device\nchanged the paramaters to the call class_device_create().  This patch\nfixes up all in-kernel users of the function.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "7bd7b091429705eb281d60c553cc643aada8045a",
      "tree": "09f4559ad780b81a3c3a72a5d8d1d3278b01807b",
      "parents": [
        "607cf4d9aa1d766890f42fc892d39d48cf6d6c16"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor_core@ameritech.net",
        "time": "Thu Sep 29 00:40:07 2005 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 09:52:51 2005 -0700"
      },
      "message": "[PATCH] I2O: remove i2o_device_class\n\nI2O: cleanup - remove i2o_device_class\n\nI2O devices reside on their own bus so there should be no reason\nto also have i2c_device class that mirros i2o bus.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "607cf4d9aa1d766890f42fc892d39d48cf6d6c16",
      "tree": "c2cf3566c79d9879270a6f0a3c119065785183dc",
      "parents": [
        "4f5ca09e0b854a29b17401f59487664ae3b21aa4"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Oct 27 22:25:43 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 09:52:51 2005 -0700"
      },
      "message": "[PATCH] I2O: Clean up some pretty bad driver model abuses in the i2o code\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    }
  ],
  "next": "4f5ca09e0b854a29b17401f59487664ae3b21aa4"
}
