)]}'
{
  "log": [
    {
      "commit": "38ffdd62b0f466ef9126ac9f060ade5f218b4887",
      "tree": "4f636beb7bcc713e0f454058541850b4cabf69fa",
      "parents": [
        "e639dd3f4edd4847d160899b19e95ee1a06a6dcb"
      ],
      "author": {
        "name": "Pete Zaitcev",
        "email": "zaitcev@redhat.com",
        "time": "Sat Sep 24 13:10:16 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 16:47:38 2005 -0700"
      },
      "message": "[PATCH] ub: suppress gcc warnings for pointer casts\n\nWhen building on a 64-bit platform, gcc produces a warning\n\"cast of a pointer to an integer of a different size\".\nThe scatterlist.offset on the LHS is unsigned int, so I used\nthat originally.\n\nSigned-off-by: Pete Zaitcev \u003czaitcev@yahoo.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n drivers/block/ub.c |    4 ++--\n 1 file changed, 2 insertions(+), 2 deletions(-)\n"
    },
    {
      "commit": "c6c88834b2c6635df9d17695feb50c835bc8efc6",
      "tree": "2de03fe67fa25cd0be119bc32ed24ede01a77aef",
      "parents": [
        "3a8c1e2910daaff7590173e9d4ca07153e8a3517"
      ],
      "author": {
        "name": "Pete Zaitcev",
        "email": "zaitcev@redhat.com",
        "time": "Thu Sep 22 00:49:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 22 07:58:26 2005 -0700"
      },
      "message": "[PATCH] ub: Comment out unconditional stall clear\n\nThis code appears to be more trouble than it\u0027s worth, considering that\nno normal users reload drivers. So, we comment it for now. It is not\nremoved outright for the benefit of hackers (that is, myself).\n\nSigned-off-by: Pete Zaitcev \u003czaitcev@yahoo.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "64bd84538ac7f8ba3080eda4d92c66a8441cc6cc",
      "tree": "5afbf6858d5f44b962f3ea1cb78ab1ccfaf65d65",
      "parents": [
        "02fe75a9ad797b4f8ccf1ee8e49833b77cc30c6a"
      ],
      "author": {
        "name": "Pete Zaitcev",
        "email": "zaitcev@redhat.com",
        "time": "Thu Sep 22 00:48:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 22 07:58:25 2005 -0700"
      },
      "message": "[PATCH] ub: fix burning cds\n\nThis patch fixes a few problems with ub and cleans up a couple of things:\n\n - Bump UB_MAX_REQ_SG, this allows to burn CDs\n - Drop initialization of urb.transfer_flags,\n   now that URB_UNLINK_ASYNC is gone\n - Add forgotten processing of stalls at GetMaxLUN\n - Remove a few more P3-tagged printks whose time has come\n - Correct comment about ZIP-100\n\nSigned-off-by: Pete Zaitcev \u003czaitcev@yahoo.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n\n drivers/block/ub.c |   53 +++++++++++++++++++++++++++--------------------------\n 1 file changed, 27 insertions(+), 26 deletions(-)\n"
    },
    {
      "commit": "b375a0495fd622037560c73c05f23ae6f127bb0c",
      "tree": "7f800cfd288480625e6e9886b51aa6d159a1548e",
      "parents": [
        "a4e628328ec60873fec9d506d682155391f589ce"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Fri Jul 29 16:11:07 2005 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 08 16:23:04 2005 -0700"
      },
      "message": "[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel\n\n29 July 2005, Cambridge, MA:\n\nThis afternoon Alan Stern submitted a patch to remove the URB_ASYNC_UNLINK\nflag from the Linux kernel.  Mr. Stern explained, \"This flag is a relic\nfrom an earlier, less-well-designed system.  For over a year it hasn\u0027t\nbeen used for anything other than printing warning messages.\"\n\nAn anonymous spokesman for the Linux kernel development community\ncommented, \"This is exactly the sort of thing we see happening all the\ntime.  As the kernel evolves, support for old techniques and old code can\nbe jettisoned and replaced by newer, better approaches.  Proprietary\noperating systems do not have the freedom or flexibility to change so\nquickly.\"\n\nMr. Stern, a staff member at Harvard University\u0027s Rowland Institute who\nworks on Linux only as a hobby, noted that the patch (labelled as548) did\nnot update two files, keyspan.c and option.c, in the USB drivers\u0027 \"serial\"\nsubdirectory.  \"Those files need more extensive changes,\" he remarked.\n\"They examine the status field of several URBs at times when they\u0027re not\nsupposed to.  That will need to be fixed before the URB_ASYNC_UNLINK flag\nis removed.\"\n\nGreg Kroah-Hartman, the kernel maintainer responsible for overseeing all\nof Linux\u0027s USB drivers, did not respond to our inquiries or return our\ncalls.  His only comment was \"Applied, thanks.\"\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a1cf96efbabac2f8af6f75286ffcefd40b0a466c",
      "tree": "c5fefdf36832ccbef94c5e168cb67705b6275b20",
      "parents": [
        "6c1eb8c1c3ec2df00b629ab4fe7fe04a95129f08"
      ],
      "author": {
        "name": "Pete Zaitcev",
        "email": "zaitcev@redhat.com",
        "time": "Sun Aug 14 21:16:03 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 08 16:22:40 2005 -0700"
      },
      "message": "[PATCH] USB: ub 4: Zaitcev\u0027s quasi-S/G\n\nBack out Axboe-style quasi-S/G and replace it with one command and\nrepeated URBs. This is similar to what usb-storage does, only instead\nof a few URBs allocated together, one URB is reused.\n\nJens\u0027s idea was very nice, but it collapsed when I had to support\npacket commads for CD burning. I cannot issue two or more packet\ncommands where application expected only one.\n\nHowever, burning does not work completely yet. The cdrecord starts,\nrecognizes the device, then aborts without writing a TOC.\n\nSigned-off-by: Pete Zaitcev \u003czaitcev@yahoo.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "6c1eb8c1c3ec2df00b629ab4fe7fe04a95129f08",
      "tree": "a310bcbb2a846b76c5cab66a16b72a20c7cc7733",
      "parents": [
        "07d4fd2566ddbf2a91ff3cde80ddf449ab82c381"
      ],
      "author": {
        "name": "Pete Zaitcev",
        "email": "zaitcev@redhat.com",
        "time": "Sat Jul 30 22:51:52 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 08 16:22:40 2005 -0700"
      },
      "message": "[PATCH] USB: ub 3/3: death to ub_bd_rq_fn_1\n\nWhen Al Viro saw the ub.c, he observed that it was a proof positive of\nLinus not reading patches anymore: names like fo_ob_ar_ba_2 used to\ncause serious fireworks. In my defence, any good scheme can be pushed\nto the realm of absurd if pushed far enough.\n\nSigned-off-by: Pete Zaitcev \u003czaitcev@yahoo.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "07d4fd2566ddbf2a91ff3cde80ddf449ab82c381",
      "tree": "44fac2d34e9231835515abfb8fbd18239680feed",
      "parents": [
        "ba6abf1352dc83e500a71e3ad9b39de0337f0c6b"
      ],
      "author": {
        "name": "Pete Zaitcev",
        "email": "zaitcev@redhat.com",
        "time": "Sat Jul 30 22:51:45 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 08 16:22:39 2005 -0700"
      },
      "message": "[PATCH] USB: ub 2/3: Fold one line\n\nEvidently, Yani Ioannou\u0027s display is wider than mine.\n\nSigned-off-by: Pete Zaitcev \u003czaitcev@yahoo.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ba6abf1352dc83e500a71e3ad9b39de0337f0c6b",
      "tree": "9ffeef3d2e7c36798ff38ffc450b1d3fb15c7174",
      "parents": [
        "64be07585893d207d23f8516948222faf746aa43"
      ],
      "author": {
        "name": "Pete Zaitcev",
        "email": "zaitcev@redhat.com",
        "time": "Sat Jul 30 22:38:30 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 08 16:22:39 2005 -0700"
      },
      "message": "[PATCH] USB: ub 1/3: Axboe\u0027s quasi-S/G\n\nThis the quasi-S/G patch for ub as suggested by Jens Axboe at OLS and\nimplemented that night before 4 a.m. Surprisingly, it worked right away...\nAlas, I had to skip some OLS partying, but it was for the good cause.\nNow the speed of ub is quite acceptable even on partitions with small\nblock size.\n\nThe ub does not really support S/G. Instead, it just tells the block\nlayer that it does. Then, most of the time, the block layer merges\nrequests and passes single-segmnent requests down to ub; everything\nworks as before. Very rarely ub gets an unmerged S/G request. In such\ncase, it issues several commands to the device.\n\nI added a small array of counters to monitor the merging (sg_stat).\nThis may be dropped later.\n\nSigned-off-by: Pete Zaitcev \u003czaitcev@yahoo.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "1872bcebbcd6ad7ddd99e92fb1e4f3d19e73919c",
      "tree": "dc1fe75f915fb58edb36b0bab877b2787e663b92",
      "parents": [
        "90c5029e471636f21221bf66b9a46ada2ab79a22"
      ],
      "author": {
        "name": "Pete Zaitcev",
        "email": "zaitcev@redhat.com",
        "time": "Wed Jul 27 11:43:51 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:52 2005 -0700"
      },
      "message": "[PATCH] ub: fix for blank CDs\n\nThis patch fixes a microcode lockup in my CD-ROM adapters when a blank CD\nis inserted.  However, do not try to burn CDs yet!  I\u0027m pretty sure that\ntrying it will end in coasters.\n\n - Fix a few cases where we were unable to resynchronize with replies\n   for previous commands. The main thing is to keep reading replies\n   in case of a stall. This is done with the new state CLRRS.\n - Since I am forgetting the basic state machine already, document it.\n - Move counter increments in the looping path in its own function.\n - Fix a harmless buglet in case CSW read fails to submit: do not\n   override state.\n - Implement the Alan Stern\u0027s idea for adaptive signature checking.\n\nSigned-off-by: Pete Zaitcev \u003czaitcev@yahoo.com\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "74880c063b06efd103c924abfe19d9d8fa4864c4",
      "tree": "7d0995426cec1f3577a5f8e5f61ada43a0df9813",
      "parents": [
        "ff381d2223a30ee70752791fd9c3588d8f1cab77"
      ],
      "author": {
        "name": "Yani Ioannou",
        "email": "yani.ioannou@gmail.com",
        "time": "Tue May 17 06:41:12 2005 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jun 20 15:15:32 2005 -0700"
      },
      "message": "[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update device attribute callbacks\n\nSigned-off-by: Yani Ioannou \u003cyani.ioannou@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "9f793d2c77ec5818679e4747c554d9333cecf476",
      "tree": "47904d2099435d4527432479e869311be7c6515b",
      "parents": [
        "03e49d40ea3436cae0fe43708f11584130ee4a0c"
      ],
      "author": {
        "name": "Pete Zaitcev",
        "email": "zaitcev@redhat.com",
        "time": "Mon Jun 06 13:54:59 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 09 01:38:11 2005 -0700"
      },
      "message": "[PATCH] USB: fix ub issues\n\nThis smoothes two imperfections:\n- Increase number of LUNs per device from 4 to 9. The best solution\n  would be to remove this limit altogether, but that has to wait until\n  the time when more than 26 hosts are allowed.\n- Replace mdelay with msleep in a probing routine.\n\nSigned-off-by: Pete Zaitcev \u003czaitcev@yahoo.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f4800078d9ed4bd20b1b27f56e7b68cfa0d73038",
      "tree": "2b842a0570583351230db54828aec0332fef3ca2",
      "parents": [
        "aa447acb9291518506a1aec644db47fa6c6e36eb"
      ],
      "author": {
        "name": "Pete Zaitcev",
        "email": "zaitcev@redhat.com",
        "time": "Sun May 01 16:05:40 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Fri Jun 03 00:04:27 2005 -0700"
      },
      "message": "[PATCH] USB: Support multiply-LUN devices in ub\n\nSigned-off-by: Pete Zaitcev \u003czaitcev@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\ndiff -urp -X dontdiff linux-2.6.12-rc3/drivers/block/ub.c linux-2.6.12-rc3-lem/drivers/block/ub.c\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"
    }
  ]
}
