)]}'
{
  "log": [
    {
      "commit": "9dc9fd9484c5168d23fe855e6c56543d96b6695b",
      "tree": "514bbe305138f21af247441f535e20430c3829b6",
      "parents": [
        "c8032216c9607ee8c62a39484711750c1445c6a4"
      ],
      "author": {
        "name": "Srinivas",
        "email": "satyasrinivasp@hcl.in",
        "time": "Mon Feb 15 00:00:00 2010 -0600"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@suse.de",
        "time": "Sun Apr 11 14:44:01 2010 -0500"
      },
      "message": "[SCSI] mvsas: fix hot plug handling and IO issues\n\nThis patch adds a bunch of fixes\n\n1. Reduce sg table size to 64 (SG_MX) instead of default SG_ALL\n2. clear task lists on phy down events\n3. release all tasks on port deformation\n4. release current task for device gone notification\n5. Add sata abort handing\n6. Add 10ms delay to each port reset (currently done serially and with\n   interrupts disabled)\n\n[jejb: whitespace fixes and clean ups plus added description\n       added dummy 94xx_clear_srs_irq function just to prevent the\n       mismatch in the mvs_dispatch structure killing 94xx cards]\nSigned-off-by: Srinivas \u003csatyasrinivasp@hcl.in\u003e\nCc: Andy Yan \u003cayan@marvell.com\u003e\nCc: qswang@marvell.com\nCc: jfeng@marvell.com\nSigned-off-by: James Bottomley \u003cJames.Bottomley@suse.de\u003e\n"
    },
    {
      "commit": "5a0e3ad6af8660be21ca98a971cd00f331318c05",
      "tree": "5bfb7be11a03176a87296a43ac6647975c00a1d1",
      "parents": [
        "ed391f4ebf8f701d3566423ce8f17e614cde9806"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Wed Mar 24 17:04:11 2010 +0900"
      },
      "committer": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Tue Mar 30 22:02:32 2010 +0900"
      },
      "message": "include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h\n\npercpu.h is included by sched.h and module.h and thus ends up being\nincluded when building most .c files.  percpu.h includes slab.h which\nin turn includes gfp.h making everything defined by the two files\nuniversally available and complicating inclusion dependencies.\n\npercpu.h -\u003e slab.h dependency is about to be removed.  Prepare for\nthis change by updating users of gfp and slab facilities include those\nheaders directly instead of assuming availability.  As this conversion\nneeds to touch large number of source files, the following script is\nused as the basis of conversion.\n\n  http://userweb.kernel.org/~tj/misc/slabh-sweep.py\n\nThe script does the followings.\n\n* Scan files for gfp and slab usages and update includes such that\n  only the necessary includes are there.  ie. if only gfp is used,\n  gfp.h, if slab is used, slab.h.\n\n* When the script inserts a new include, it looks at the include\n  blocks and try to put the new include such that its order conforms\n  to its surrounding.  It\u0027s put in the include block which contains\n  core kernel includes, in the same order that the rest are ordered -\n  alphabetical, Christmas tree, rev-Xmas-tree or at the end if there\n  doesn\u0027t seem to be any matching order.\n\n* If the script can\u0027t find a place to put a new include (mostly\n  because the file doesn\u0027t have fitting include block), it prints out\n  an error message indicating which .h file needs to be added to the\n  file.\n\nThe conversion was done in the following steps.\n\n1. The initial automatic conversion of all .c files updated slightly\n   over 4000 files, deleting around 700 includes and adding ~480 gfp.h\n   and ~3000 slab.h inclusions.  The script emitted errors for ~400\n   files.\n\n2. Each error was manually checked.  Some didn\u0027t need the inclusion,\n   some needed manual addition while adding it to implementation .h or\n   embedding .c file was more appropriate for others.  This step added\n   inclusions to around 150 files.\n\n3. The script was run again and the output was compared to the edits\n   from #2 to make sure no file was left behind.\n\n4. Several build tests were done and a couple of problems were fixed.\n   e.g. lib/decompress_*.c used malloc/free() wrappers around slab\n   APIs requiring slab.h to be added manually.\n\n5. The script was run on all .h files but without automatically\n   editing them as sprinkling gfp.h and slab.h inclusions around .h\n   files could easily lead to inclusion dependency hell.  Most gfp.h\n   inclusion directives were ignored as stuff from gfp.h was usually\n   wildly available and often used in preprocessor macros.  Each\n   slab.h inclusion directive was examined and added manually as\n   necessary.\n\n6. percpu.h was updated not to include slab.h.\n\n7. Build test were done on the following configurations and failures\n   were fixed.  CONFIG_GCOV_KERNEL was turned off for all tests (as my\n   distributed build env didn\u0027t work with gcov compiles) and a few\n   more options had to be turned off depending on archs to make things\n   build (like ipr on powerpc/64 which failed due to missing writeq).\n\n   * x86 and x86_64 UP and SMP allmodconfig and a custom test config.\n   * powerpc and powerpc64 SMP allmodconfig\n   * sparc and sparc64 SMP allmodconfig\n   * ia64 SMP allmodconfig\n   * s390 SMP allmodconfig\n   * alpha SMP allmodconfig\n   * um on x86_64 SMP allmodconfig\n\n8. percpu.h modifications were reverted so that it could be applied as\n   a separate patch and serve as bisection point.\n\nGiven the fact that I had only a couple of failures from tests on step\n6, I\u0027m fairly confident about the coverage of this conversion patch.\nIf there is a breakage, it\u0027s likely to be something in one of the arch\nheaders which should be easily discoverable easily on most builds of\nthe specific arch.\n\nSigned-off-by: Tejun Heo \u003ctj@kernel.org\u003e\nGuess-its-ok-by: Christoph Lameter \u003ccl@linux-foundation.org\u003e\nCc: Ingo Molnar \u003cmingo@redhat.com\u003e\nCc: Lee Schermerhorn \u003cLee.Schermerhorn@hp.com\u003e\n"
    },
    {
      "commit": "7ec4ad0125db0222e397508c190b01c8f2b5f7cd",
      "tree": "fe735ff0db64684df6a17524bcac9df6b651fcf1",
      "parents": [
        "729c845666be7092a52bf6fcdcf223fe4d9287a4"
      ],
      "author": {
        "name": "Srinivas",
        "email": "satyasrinivasp@hcl.in",
        "time": "Tue Nov 24 20:07:39 2009 +0530"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@suse.de",
        "time": "Thu Dec 10 08:54:12 2009 -0600"
      },
      "message": "[SCSI] mvsas: add support for Adaptec ASC-1045/1405 SAS/SATA HBA\n\nThis is support for Adaptec ASC-1045/1405 SAS/SATA HBA on mvsas, which\nis based on Marvell 88SE6440 chipset.\n\nSigned-off-by: Srinivas \u003csatyasrinivasp@hcl.in\u003e\nCc: Andy Yan \u003cayan@marvell.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@suse.de\u003e\n"
    },
    {
      "commit": "f31491dc73a6459d601da8d9a5817a31c7dfc17b",
      "tree": "20ee2a56b6271fb9bfe14b60534e5e2743d6ee82",
      "parents": [
        "e399835c349b7d8339775a004a86a492a444e230"
      ],
      "author": {
        "name": "Nick Cheng",
        "email": "nick.cheng@areca.com.tw",
        "time": "Tue Sep 08 19:03:07 2009 +0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@suse.de",
        "time": "Fri Oct 02 09:44:45 2009 -0500"
      },
      "message": "[SCSI] mvsas: Support Areca SAS/SATA HBA, ARC-1300/1320\n\nThis is support for Areca SAS/SATA HBA, ARC-1300/1320, which quipped with\n88SE6440/88SE9480 respectively.\n\nSigned-off-by: Nick Cheng\u003c nick.cheng@areca.com.tw \u003e\nCc: Ke Wei \u003ckewei.mv@gmail.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@suse.de\u003e\n"
    },
    {
      "commit": "f9da3be5afc08c40e7f7a395c8935d500a6898b1",
      "tree": "f6ea4ed4d198e8cea1a19c9d3b233f2a242ddfd1",
      "parents": [
        "4421c9ebeeacf3d9c4e6aa558e1a777178e71add"
      ],
      "author": {
        "name": "Andy Yan",
        "email": "ayan@marvell.com",
        "time": "Thu May 14 20:41:21 2009 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Sat May 23 15:44:13 2009 -0500"
      },
      "message": "[SCSI] mvsas: remove all the casts from void * or to void *\n\nSigned-off-by: Ying Chu \u003cjasonchu@marvell.com\u003e\nSigned-off-by: Andy Yan \u003cayan@marvell.com\u003e\nSigned-off-by: Ke Wei \u003ckewei@marvell.com\nSigned-off-by: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\n"
    },
    {
      "commit": "9870d9a2428550e7ac3164a26306ad07a99051ae",
      "tree": "73f69109c51ddc4f6a33475ad848e437f0cef66a",
      "parents": [
        "77db27cdcbc8ed371fd2f154cbadc7ff32ae8901"
      ],
      "author": {
        "name": "Andy Yan",
        "email": "ayan@marvell.com",
        "time": "Mon May 11 22:19:25 2009 +0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Sat May 23 15:44:08 2009 -0500"
      },
      "message": "[SCSI] mvsas: performance improvement using domain_device-\u003elldd_dev\n\nUsing sticky field to improve retrieve performance by eliminating some\nlookups in . Remove some spurious casts.\n\nSigned-off-by: Ying Chu \u003cjasonchu@marvell.com\u003e\nSigned-off-by: Andy Yan \u003cayan@marvell.com\u003e\nSigned-off-by: Ke Wei \u003ckewei@marvell.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\n"
    },
    {
      "commit": "77db27cdcbc8ed371fd2f154cbadc7ff32ae8901",
      "tree": "9353f6b1c123d50a71d8be81517cbd5e4a0d5436",
      "parents": [
        "0f980a871678b7ec143fcb45b31bf9234e4585c8"
      ],
      "author": {
        "name": "Andy Yan",
        "email": "ayan@marvell.com",
        "time": "Mon May 11 21:56:31 2009 +0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Sat May 23 15:44:08 2009 -0500"
      },
      "message": "[SCSI] mvsas: correct bit map usage\n\nUtilize DECLARE_BITMAP to define the tags array.\n\nSigned-off-by: Ying Chu \u003cjasonchu@marvell.com\u003e\nSigned-off-by: Andy Yan \u003cayan@marvell.com\u003e\nSigned-off-by: Ke Wei \u003ckewei@marvell.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\n"
    },
    {
      "commit": "0f980a871678b7ec143fcb45b31bf9234e4585c8",
      "tree": "6178d37572dda96a16d3a21e4d5a21f79f01b7e6",
      "parents": [
        "0b84b7094e87769120def1e703b8b4d037281038"
      ],
      "author": {
        "name": "Andy Yan",
        "email": "ayan@marvell.com",
        "time": "Mon May 11 21:49:52 2009 +0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Sat May 23 15:44:08 2009 -0500"
      },
      "message": "[SCSI] mvsas: bug fix, null pointer may be used\n\nNull pointer check to avoid corruption.\n\nSigned-off-by: Ying Chu \u003cjasonchu@marvell.com\u003e\nSigned-off-by: Andy Yan \u003cayan@marvell.com\u003e\nSigned-off-by: Ke Wei \u003ckewei@marvell.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\n"
    },
    {
      "commit": "0b84b7094e87769120def1e703b8b4d037281038",
      "tree": "10ece1e9bb1653b56597b0dc4b39c4d2fe110dae",
      "parents": [
        "2b288133ab6306b1761e0a2ef943b944ead6ad69"
      ],
      "author": {
        "name": "Andy Yan",
        "email": "ayan@marvell.com",
        "time": "Mon May 11 20:05:26 2009 +0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Sat May 23 15:44:07 2009 -0500"
      },
      "message": "[SCSI] mvsas: bug fix of dead lock\n\nTMF task should be issued with Interrupt Disabled, or Deadlock may take place.\nClean-up unused parameters and conditonal lock.\n\nSigned-off-by: Ying Chu \u003cjasonchu@marvell.com\u003e\nSigned-off-by: Andy Yan \u003cayan@marvell.com\u003e\nSigned-off-by: Ke Wei \u003ckewei@marvell.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\n"
    },
    {
      "commit": "2b288133ab6306b1761e0a2ef943b944ead6ad69",
      "tree": "12ac6c2a59c4719dabda748086c5fed4cc2c2428",
      "parents": [
        "6ff63896e5bd624d8563f4b67fe2fe06ce99c8dc"
      ],
      "author": {
        "name": "Andy Yan",
        "email": "ayan@marvell.com",
        "time": "Mon May 11 20:01:55 2009 +0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Sat May 23 15:44:07 2009 -0500"
      },
      "message": "[SCSI] mvsas: bug fix with setting task management frame type\n\nCorrect frame type setting according to parameter.\n\nSigned-off-by: Ying Chu \u003cjasonchu@marvell.com\u003e\nSigned-off-by: Andy Yan \u003cayan@marvell.com\u003e\nSigned-off-by: Ke Wei \u003ckewei@marvell.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\n"
    },
    {
      "commit": "20b09c2992fefbe78f8cede7b404fb143a413c52",
      "tree": "c7e2368e4dd3f38b66db95fa4982ef009e2df00a",
      "parents": [
        "dd4969a892ea522ecf9d7d826ba1531ce044d46f"
      ],
      "author": {
        "name": "Andy Yan",
        "email": "ayan@marvell.com",
        "time": "Fri May 08 17:46:40 2009 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Wed May 20 17:21:12 2009 -0500"
      },
      "message": "[SCSI] mvsas: add support for 94xx; layout change; bug fixes\n\nThis version contains following main changes\n  - Switch to new layout to support more types of ASIC.\n  - SSP TMF supported and related Error Handing enhanced.\n  - Support flash feature with delay 2*HZ when PHY changed.\n  - Support Marvell 94xx series ASIC for 6G SAS/SATA, which has 2\n88SE64xx chips but any different register description.\n  - Support SPI flash for HBA-related configuration info.\n  - Other patch enhanced from kernel side such as increasing PHY type\n\n[jejb: fold back in DMA_BIT_MASK changes]\nSigned-off-by: Ying Chu \u003cjasonchu@marvell.com\u003e\nSigned-off-by: Andy Yan \u003cayan@marvell.com\u003e\nSigned-off-by: Ke Wei \u003ckewei@marvell.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\n"
    },
    {
      "commit": "dd4969a892ea522ecf9d7d826ba1531ce044d46f",
      "tree": "262978c450f749b3df5cb575feeb39bc982289ae",
      "parents": [
        "2ad52f473bbc1aa5b33c4a329b8a359f125e19d1"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri May 08 17:44:01 2009 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Wed May 20 17:21:12 2009 -0500"
      },
      "message": "[SCSI] mvsas: split driver into multiple files\n\nSplit mvsas driver into multiple source codes, based on the split\nand function distribution found in Marvell\u0027s mvsas update.\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\n"
    },
    {
      "commit": "2ad52f473bbc1aa5b33c4a329b8a359f125e19d1",
      "tree": "7d9783622b41f25e0db3ff9515b09d2d69e54c51",
      "parents": [
        "a03706017e443ced6e354d434142989c9e8653d7"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri May 08 16:35:37 2009 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Wed May 20 17:21:12 2009 -0500"
      },
      "message": "[SCSI] mvsas: move into new directory drivers/scsi/mvsas/\n\nZero functional changes, just file movement.\n\nThis commit prepares for the upcoming integration of the\nMarvell-provided driver update that splits the driver into support\nfor both 64xx and 94xx chip families.\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\n"
    }
  ]
}
