)]}'
{
  "log": [
    {
      "commit": "02881d94780faa86e32952e46381f7cd4c78d5ac",
      "tree": "3bd68a74e275ef3c59a646ff531a7c0582b17895",
      "parents": [
        "fbcb7599e411309cf47a2b834d3546469c153cf4"
      ],
      "author": {
        "name": "Mariusz Kozlowski",
        "email": "m.kozlowski@tuxland.pl",
        "time": "Thu Aug 23 10:24:28 2007 -0500"
      },
      "committer": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-laptop.austin.ibm.com",
        "time": "Thu Aug 23 10:25:05 2007 -0500"
      },
      "message": "9p: fix bad error path in conversion routines\n\nWhen buf_check_overflow() returns !\u003d 0 we will hit kfree(ERR_PTR(err))\nand it will not be happy about it.\n\nSigned-off-by: Mariusz Kozlowski \u003cm.kozlowski@tuxland.pl\u003e\nSigned-off-by: Eric Van Hensbergen \u003cericvh@gmail.com\u003e\n"
    },
    {
      "commit": "1a3cac6c6d1f56dc26939eb41be29844f897c15a",
      "tree": "02922961c01db29922737f37796265103e96dc6b",
      "parents": [
        "8eb891fc809b2300137bcd247025628c06c95a63"
      ],
      "author": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-desktop.austin.ibm.com",
        "time": "Thu Jul 26 14:04:54 2007 -0500"
      },
      "committer": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-laptop.austin.ibm.com",
        "time": "Thu Aug 23 10:12:48 2007 -0500"
      },
      "message": "9p: fix use after free\n\nOn 7/22/07, Adrian Bunk \u003cbunk@stusta.de\u003e wrote:\n     The Coverity checker spotted the following use-after-free\n     in net/9p/mux.c:\n\n     \u003c--  snip  --\u003e\n\n     ...\n     struct p9_conn *p9_conn_create(struct p9_transport *trans, int msize,\n                                         unsigned char *extended)\n     {\n     ...\n             if (!m-\u003etagpool) {\n                     kfree(m);\n                     return ERR_PTR(PTR_ERR(m-\u003etagpool));\n             }\n     ...\n\n     \u003c--  snip  --\u003e\n\nAlso spotted was a leak of the same structure further down in the function.\n\nSigned-off-by: Eric Van Hensbergen \u003cericvh@gmail.com\u003e\n"
    },
    {
      "commit": "bbe06f6bf7e764a9eb0e3cdcec2b12c743f35757",
      "tree": "29e2cd320a128f674e67a04d601d4b5e025651f9",
      "parents": [
        "9700382c3c9ff3e673e587084d76eedb3ba88668"
      ],
      "author": {
        "name": "Mariusz Kozlowski",
        "email": "m.kozlowski@tuxland.pl",
        "time": "Tue Jul 31 00:39:13 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 31 15:39:42 2007 -0700"
      },
      "message": "fs: 9p/conv.c error path fix\n\nWhen buf_check_overflow() returns !\u003d 0 we will hit kfree(ERR_PTR(err)) and\nit will not be happy about it.\n\nSigned-off-by: Mariusz Kozlowski \u003cm.kozlowski@tuxland.pl\u003e\nCc: Latchesar Ionkov \u003clucho@ionkov.net\u003e\nCc: Eric Van Hensbergen \u003cericvh@ericvh.myip.org\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b053c204edbc82b068fe8cfc809b7f90b885fae0",
      "tree": "49a7d16c97800fda11801c171c6ba5f36db09b1f",
      "parents": [
        "f56d35e7aa78ac56a93ff43da90e8d90a37a1362"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Sat Jul 21 12:53:19 2007 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Jul 22 12:43:28 2007 -0700"
      },
      "message": "9p: Don\u0027t use binary sysctl numbers.\n\nThe recent 9p commit: bd238fb431f31989898423c8b6496bc8c4204a86 that\nsupposedly only moved files also introduced a new 9p sysctl interface\nthat did not properly register it\u0027s sysctl binary numbers.\n\nAnd since it was only for debugging clearly did not need a binary fast\npath in any case.  So this patch just remove the binary numbers.\n\nSee Documentation/sysctl/ctl_unnumbered.txt for more details.\n\nWhile I was at it I cleaned up the sysctl initializers a little as\nwell so there is less to read.\n\nCc: Latchesar Ionkov \u003clucho@ionkov.net\u003e\nCc: Eric Van Hensbergen \u003cericvh@gmail.com\u003e\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "0af8887ebf4556a76680a61b0bb156d934702c63",
      "tree": "e9d8b0fba3825aa085d815a3cd265e1a47ead76e",
      "parents": [
        "9e2f6688c0b52882496aff576b009bc1f7eea0b8"
      ],
      "author": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-desktop.austin.ibm.com",
        "time": "Fri Jul 13 16:47:58 2007 -0500"
      },
      "committer": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-desktop.austin.ibm.com",
        "time": "Sat Jul 14 15:14:19 2007 -0500"
      },
      "message": "9p: fix a race condition bug in umount which caused a segfault\n\numounting partitions after heavy activity would sometimes trigger a\nsegmentation violation.  This fix appears to remove that problem.\nFix originally provided by Latchesar Ionkov.\n\nSigned-off-by: Eric Van Hensbergen \u003cericvh@gmail.com\u003e\n"
    },
    {
      "commit": "1d6b5602381524c339af2c2fdfe42ad0a01464a4",
      "tree": "45c3ca8ad653dd2e55b88cd8d9d36502df604f4f",
      "parents": [
        "e46662be7fddde3464bf208317542c2f8df13d0b"
      ],
      "author": {
        "name": "Latchesar Ionkov",
        "email": "lucho@ionkov.net",
        "time": "Wed Jul 11 15:14:46 2007 -0600"
      },
      "committer": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-desktop.austin.ibm.com",
        "time": "Sat Jul 14 15:14:01 2007 -0500"
      },
      "message": "net/9p: set error to EREMOTEIO if trans-\u003ewrite returns zero\n\nIf trans-\u003ewrite returns 0, p9_write_work goes through the error path, but\nsets the error code to zero.\n\nThis patch sets the error code to EREMOTEIO if trans-\u003ewrite returns zero\nvalue.\n\nSigned-off-by: Latchesar Ionkov \u003clucho@ionkov.net\u003e\n"
    },
    {
      "commit": "e46662be7fddde3464bf208317542c2f8df13d0b",
      "tree": "6001b4d908b87480678bb0fc999f5cbfbab1ec10",
      "parents": [
        "bd238fb431f31989898423c8b6496bc8c4204a86"
      ],
      "author": {
        "name": "Latchesar Ionkov",
        "email": "lucho@ionkov.net",
        "time": "Wed Jul 11 15:13:54 2007 -0600"
      },
      "committer": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-desktop.austin.ibm.com",
        "time": "Sat Jul 14 15:13:50 2007 -0500"
      },
      "message": "net/9p: change net/9p module name to 9pnet\n\nChange module name of net/9p module from 9p.ko to 9pnet.ko. fs/9p module\nalready uses 9p.ko name.\n\nSigned-off-by: Latchesar Ionkov \u003clucho@ionkov.net\u003e\n"
    },
    {
      "commit": "bd238fb431f31989898423c8b6496bc8c4204a86",
      "tree": "f85a536383cbf360125ecb0592f6c515e0ecf0ff",
      "parents": [
        "8d9107e8c50e1c4ff43c91c8841805833f3ecfb9"
      ],
      "author": {
        "name": "Latchesar Ionkov",
        "email": "lucho@ionkov.net",
        "time": "Tue Jul 10 17:57:28 2007 -0500"
      },
      "committer": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-desktop.austin.ibm.com",
        "time": "Sat Jul 14 15:13:40 2007 -0500"
      },
      "message": "9p: Reorganization of 9p file system code\n\nThis patchset moves non-filesystem interfaces of v9fs from fs/9p to net/9p.\nIt moves the transport, packet marshalling and connection layers to net/9p\nleaving only the VFS related files in fs/9p.  This work is being done in\npreparation for in-kernel 9p servers as well as alternate 9p clients (other\nthan VFS).\n\nSigned-off-by: Latchesar Ionkov \u003clucho@ionkov.net\u003e\nSigned-off-by: Eric Van Hensbergen \u003cericvh@gmail.com\u003e\n"
    }
  ]
}
