)]}'
{
  "log": [
    {
      "commit": "bf717b11aec20965d48dea36dea3eea18a75d18c",
      "tree": "4e2d1051910cc983d689c6b4ce86eb497e6667cf",
      "parents": [
        "f0eb62b81dd16bfc4034916418c3406ba20011e1"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jun 13 20:27:03 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jun 13 20:27:03 2006 -0400"
      },
      "message": "[libata] Update docs to reflect current driver API\n"
    },
    {
      "commit": "9227c33de80ac01f269ed33624990ce84358e419",
      "tree": "7678d342949db011d37e15516c3eaa22ec32ff2a",
      "parents": [
        "676165a8af7167f488abdcce6851a9bc36e83254"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Sat Apr 01 19:21:04 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Apr 10 14:15:47 2006 -0400"
      },
      "message": "[PATCH] move -\u003eeh_strategy_handler to the transport class\n\nOverriding the whole EH code is a per-transport, not per-host thing.\nMove -\u003eeh_strategy_handler to the transport class, same as\n-\u003eeh_timed_out.\n\nDownside is that scsi_host_alloc can\u0027t check for the total lack of EH\nanymore, but the transition period from old EH where we needed it is\nlong gone already.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "5444a6f405618706eddbe1605ef8533b1b655764",
      "tree": "9265a1e65563add47a9fe5f1ddae44d6dd0742e3",
      "parents": [
        "692785e798f341c057ff976c35a3d86ad5af8ac6"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Mon Mar 27 18:58:20 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Mar 29 19:30:28 2006 -0500"
      },
      "message": "[PATCH] libata: Simplex and other mode filtering logic\n\nAdd a field to the host_set called \u0027flags\u0027 (was host_set_flags changed\nto suit Jeff)\nAdd a simplex_claimed field so we can remember who owns the DMA channel\nAdd a -\u003emode_filter() hook to allow drivers to filter modes\nAdd docs for mode_filter and set_mode\nFilter according to simplex state\nFilter cable in core\n\nThis provides the needed framework to support all the mode rules found\nin the PATA world. The simplex filter deals with \u0027to spec\u0027 simplex DMA\nsystems found in older chips. The cable filter avoids duplicating the\nsame rules in each chip driver with PATA. Finally the mode filter is\nneccessary because drive/chip combinations have errata that forbid\ncertain modes with some drives or types of ATA object.\n\nDrive speed setup remains per channel for now and the filters now use\nthe framework Tejun put into place which cleans them up a lot from the\nolder libata-pata patches.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "fe998aa7e27f125f6768ec6b137b0ce2c9790509",
      "tree": "124543efd939e2238d1b09a044969adbbef9b4bc",
      "parents": [
        "31961943e3110c5a1c36b1e0069c29f7c4380e51"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Sun Oct 02 11:54:29 2005 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Oct 03 22:11:29 2005 -0400"
      },
      "message": "[PATCH] libata: add ATA exceptions chapter to doc\n\n Hello, Jeff.\n\nThis patch adds ATA errors \u0026 exceptions chapter to\nDocumentation/DocBook/libata.tmpl.  As suggested, the chapter is\nplaced before low level driver specific chapters.  Contents are\nunchanged from the last posting.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "a1213499b0ef75d8c627b461047805a235c9dd00",
      "tree": "89b39cb950138db7c2f9d65b1abe14e8993e3bc1",
      "parents": [
        "bfd00722ac230a39bc5234c5f7a514ea6a77996d"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 28 13:26:47 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 28 13:26:47 2005 -0400"
      },
      "message": "libata: move EH docs to separate DocBook chapter\n"
    },
    {
      "commit": "bfd00722ac230a39bc5234c5f7a514ea6a77996d",
      "tree": "08b76d7cfe885f9cabd5a6502105f13c1b8cf6fb",
      "parents": [
        "64f09c98d7fce21dcb8da9f248e4159eb1ec245e"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Mon Sep 26 11:28:47 2005 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 28 12:16:54 2005 -0400"
      },
      "message": "[PATCH] libata EH document update\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "8b2af8f0ca807eb13b59dc5961d2e99fc2b1bd87",
      "tree": "51b67f13beeb31f018f933ae192e029ca886f26d",
      "parents": [
        "c7b645f934e52a54af58142d91fb51f881f8ce26"
      ],
      "author": {
        "name": "Edward Falk",
        "email": "efalk@google.com",
        "time": "Wed Jun 15 14:26:39 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Jun 27 23:21:00 2005 -0400"
      },
      "message": "[PATCH] Minor libata documentation patch\n\nI fleshed out libata.tmpl a bit while I was taking notes.\n"
    },
    {
      "commit": "92bab26be5544d8b495389646490fcfdca6dbcf2",
      "tree": "370094359db3814caa62a02195c2d37c6c61585d",
      "parents": [
        "0cba632b737fc2de76934137b8dccf92d9fa4d19"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue May 31 20:43:57 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue May 31 20:43:57 2005 -0400"
      },
      "message": "libata: more docs updates\n"
    },
    {
      "commit": "0cba632b737fc2de76934137b8dccf92d9fa4d19",
      "tree": "f2de8c9152ca956aaaaad57ddbe9fc373d4b39d7",
      "parents": [
        "780a87f71841932db8dbb0f1eb9daf3a973a6bd6"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon May 30 19:49:12 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon May 30 19:49:12 2005 -0400"
      },
      "message": "libata: doc updates\n"
    },
    {
      "commit": "780a87f71841932db8dbb0f1eb9daf3a973a6bd6",
      "tree": "443bad8a11c4502785265578e7a424ca3c67326a",
      "parents": [
        "07dd39b9f62e0532c6922459c3a26d54a07bc231"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon May 30 15:41:05 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon May 30 15:41:05 2005 -0400"
      },
      "message": "libata: more doc updates\n\nDocument recently-added ata_port_operations hooks.\n\nFill several doc stubs in libata-core.c.\n"
    },
    {
      "commit": "07dd39b9f62e0532c6922459c3a26d54a07bc231",
      "tree": "900a79ca5defcfcb96e583d6b9cb8092c9144b0b",
      "parents": [
        "254feb882a7c6e4e51416dff6a97d847fbbba551"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon May 30 13:15:52 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon May 30 13:15:52 2005 -0400"
      },
      "message": "libata: minor DocBook update\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
