)]}'
{
  "log": [
    {
      "commit": "f403b7f452e4347f6af14c1f3c47bce758eb6337",
      "tree": "293a62e61b9cde904cda0a034c9ed91818c7764e",
      "parents": [
        "24e17b5fb99d4d1b47fe0847a3a801e36d431ff6"
      ],
      "author": {
        "name": "Nathan Scott",
        "email": "nathans@sgi.com",
        "time": "Thu May 05 13:33:40 2005 -0700"
      },
      "committer": {
        "name": "Christoph Hellwig",
        "email": "hch@melbourne.sgi.com",
        "time": "Thu May 05 13:33:40 2005 -0700"
      },
      "message": "[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.\n\nSGI Modid: xfs-linux:xfs-kern:22378a\n\nSigned-off-by: Nathan Scott \u003cnathans@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@sgi.com\u003e\n"
    },
    {
      "commit": "24e17b5fb99d4d1b47fe0847a3a801e36d431ff6",
      "tree": "0ac181b6ddc64a04fe55aa79efceecc6e4d90451",
      "parents": [
        "775bf6c99a4ebde13bdb8dfa528ed241483b49ef"
      ],
      "author": {
        "name": "Nathan Scott",
        "email": "nathans@sgi.com",
        "time": "Thu May 05 13:33:20 2005 -0700"
      },
      "committer": {
        "name": "Christoph Hellwig",
        "email": "hch@melbourne.sgi.com",
        "time": "Thu May 05 13:33:20 2005 -0700"
      },
      "message": "[XFS] Use the right offset when ensuring a delayed allocate conversion has covered the offset originally requested.  Can cause data corruption when multiple processes are performing writeout on different areas of the same file.  Quite difficult to hit though.\n\nSGI Modid: xfs-linux:xfs-kern:22377a\n\nSigned-off-by: Nathan Scott \u003cnathans@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@sgi.com\u003e\n.\n"
    },
    {
      "commit": "775bf6c99a4ebde13bdb8dfa528ed241483b49ef",
      "tree": "21a27aa8304751ef7e71ae9131da6ddd0b2c4a80",
      "parents": [
        "18e0a926ad7c5ab4ef05334230671c6975dac26b"
      ],
      "author": {
        "name": "Nathan Scott",
        "email": "nathans@sgi.com",
        "time": "Thu May 05 13:33:01 2005 -0700"
      },
      "committer": {
        "name": "Christoph Hellwig",
        "email": "hch@melbourne.sgi.com",
        "time": "Thu May 05 13:33:01 2005 -0700"
      },
      "message": "[XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimes\n\nSGI Modid: xfs-linux:xfs-kern:22376a\n\nSigned-off-by: Nathan Scott \u003cnathans@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@sgi.com\u003e\n"
    },
    {
      "commit": "18e0a926ad7c5ab4ef05334230671c6975dac26b",
      "tree": "e6863265ad454d1acdfb31be85117915aa8c2205",
      "parents": [
        "3ba0815a4b0709ef5e7b481067573d10806bbe2c"
      ],
      "author": {
        "name": "Eric Sandeen",
        "email": "sandeen@sgi.com",
        "time": "Thu May 05 13:32:18 2005 -0700"
      },
      "committer": {
        "name": "Christoph Hellwig",
        "email": "hch@melbourne.sgi.com",
        "time": "Thu May 05 13:32:18 2005 -0700"
      },
      "message": "[XFS] remove noisy printk at vnode trace allocation\n\nSGI Modid: xfs-linux:xfs-kern:191625a\n\nSigned-off-by: Eric Sandeen \u003csandeen@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@sgi.com\u003e\n"
    },
    {
      "commit": "3ba0815a4b0709ef5e7b481067573d10806bbe2c",
      "tree": "0f42aebeef2638661c22e88b4bc374eebc1ac23b",
      "parents": [
        "3f243766660da3df4a75ea1892c310d6080646c8"
      ],
      "author": {
        "name": "Daniel Moore",
        "email": "dxm@sgi.com",
        "time": "Thu May 05 13:31:34 2005 -0700"
      },
      "committer": {
        "name": "Christoph Hellwig",
        "email": "hch@melbourne.sgi.com",
        "time": "Thu May 05 13:31:34 2005 -0700"
      },
      "message": "[XFS] stop background sync from waiting for in-use inodes\n\nSGI Modid: xfs-linux:xfs-kern:191586a\n\nSigned-off-by: Daniel Moore \u003cdxm@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@sgi.com\u003e\n"
    },
    {
      "commit": "3f243766660da3df4a75ea1892c310d6080646c8",
      "tree": "ac2b037cfea6d9bf36ec74b0719497f986c17631",
      "parents": [
        "abd0cf7aeaaf8a15d9777e65606b6076868b6186"
      ],
      "author": {
        "name": "Nathan Scott",
        "email": "nathans@sgi.com",
        "time": "Thu May 05 13:30:34 2005 -0700"
      },
      "committer": {
        "name": "Christoph Hellwig",
        "email": "hch@melbourne.sgi.com",
        "time": "Thu May 05 13:30:34 2005 -0700"
      },
      "message": "[XFS] Disable the combination of XFS direct IO and AIO until the IO completion\nhandling for unwritten extents can be moved out of interrupt context.\n\nSGI Modid: xfs-linux:xfs-kern:22343a\n\nSigned-off-by: Nathan Scott \u003cnathans@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@sgi.com\u003e\n"
    },
    {
      "commit": "abd0cf7aeaaf8a15d9777e65606b6076868b6186",
      "tree": "6ee2f3ee4fb4bcb6f922b80e03f69488254a469e",
      "parents": [
        "764433b7f1cf5d7b5e27ceb4f5546042e1f4acc7"
      ],
      "author": {
        "name": "Nathan Scott",
        "email": "nathans@sgi.com",
        "time": "Thu May 05 13:30:13 2005 -0700"
      },
      "committer": {
        "name": "Christoph Hellwig",
        "email": "hch@melbourne.sgi.com",
        "time": "Thu May 05 13:30:13 2005 -0700"
      },
      "message": "[XFS] Resolve an issue with xfsbufd not getting along with swsusp.\n\nSGI Modid: xfs-linux:xfs-kern:22342a\n\nSigned-off-by: Nathan Scott \u003cnathans@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@sgi.com\u003e\n"
    },
    {
      "commit": "764433b7f1cf5d7b5e27ceb4f5546042e1f4acc7",
      "tree": "127f84ce4af9034577fcd01888a206ab40388301",
      "parents": [
        "1f443ad70d3afa6bc74019ade2d664eadd7d505a"
      ],
      "author": {
        "name": "Eric Sandeen",
        "email": "sandeen@sgi.com",
        "time": "Thu May 05 13:29:17 2005 -0700"
      },
      "committer": {
        "name": "Christoph Hellwig",
        "email": "hch@melbourne.sgi.com",
        "time": "Thu May 05 13:29:17 2005 -0700"
      },
      "message": "[XFS] Fix up warnings\n\nSGI Modid: xfs-linux:xfs-kern:191411a\n\nSigned-off-by: Eric Sandeen \u003csandeen@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@sgi.com\u003e\n"
    },
    {
      "commit": "1f443ad70d3afa6bc74019ade2d664eadd7d505a",
      "tree": "278dbcfe8e1629e28768e3503c8f7959dee2bc50",
      "parents": [
        "5fcbab355e1528545671a5221666ef640b8250c8"
      ],
      "author": {
        "name": "Nathan Scott",
        "email": "nathans@sgi.com",
        "time": "Thu May 05 13:28:29 2005 -0700"
      },
      "committer": {
        "name": "Christoph Hellwig",
        "email": "hch@melbourne.sgi.com",
        "time": "Thu May 05 13:28:29 2005 -0700"
      },
      "message": "[XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB.\n\nSGI Modid: xfs-linux:xfs-kern:22261a\n\nSigned-off-by: Nathan Scott \u003cnathans@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@sgi.com\u003e\n"
    },
    {
      "commit": "5fcbab355e1528545671a5221666ef640b8250c8",
      "tree": "03fbc618c046b16b00d5fdd9b4479e15241c4e34",
      "parents": [
        "9effd8e62570c6e47b91734770e6122002c33ed5"
      ],
      "author": {
        "name": "Dean Roehrich",
        "email": "roehrich@sgi.com",
        "time": "Thu May 05 13:27:19 2005 -0700"
      },
      "committer": {
        "name": "Christoph Hellwig",
        "email": "hch@melbourne.sgi.com",
        "time": "Thu May 05 13:27:19 2005 -0700"
      },
      "message": "[XFS] Add ATTR_NOLOCK for xfs_setattr to indicate that XFS_IOLOCK is held\n\nSGI Modid: xfs-linux:xfs-kern:190711a\n\nSigned-off-by: Dean Roehrich \u003croehrich@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@sgi.com\u003e\n.\n"
    },
    {
      "commit": "9effd8e62570c6e47b91734770e6122002c33ed5",
      "tree": "d199b3f93ac771637b562b01993d12028bf0c5af",
      "parents": [
        "31b084aef3f088962f56c100b31bb8479c5dd769"
      ],
      "author": {
        "name": "Eric Sandeen",
        "email": "sandeen@sgi.com",
        "time": "Thu May 05 13:26:18 2005 -0700"
      },
      "committer": {
        "name": "Christoph Hellwig",
        "email": "hch@melbourne.sgi.com",
        "time": "Thu May 05 13:26:18 2005 -0700"
      },
      "message": "[XFS] Enable XFS_VNODE_TRACE\n\nSGI Modid: xfs-linux:xfs-kern:190725a\n\nSigned-off-by: Eric Sandeen \u003csandeen@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@sgi.com\u003e\n.\n"
    },
    {
      "commit": "31b084aef3f088962f56c100b31bb8479c5dd769",
      "tree": "855685aced7ce0c25fc250875ad0428ea7f63448",
      "parents": [
        "de20614b351e4d4d23af0a105baa8fd2d7cd4f26"
      ],
      "author": {
        "name": "Nathan Scott",
        "email": "nathans@sgi.com",
        "time": "Thu May 05 13:25:00 2005 -0700"
      },
      "committer": {
        "name": "Christoph Hellwig",
        "email": "hch@melbourne.sgi.com",
        "time": "Thu May 05 13:25:00 2005 -0700"
      },
      "message": "[XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for some platforms\n\nSGI Modid: xfs-linux:xfs-kern:22032a\n\nSigned-off-by: Nathan Scott \u003cnathans@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@sgi.com\u003e\n"
    },
    {
      "commit": "de20614b351e4d4d23af0a105baa8fd2d7cd4f26",
      "tree": "df5203af47718b9acf73f5a276024b602c6bcade",
      "parents": [
        "71bce256bf2e2aaddf54a2f4ac216329c74be3ad"
      ],
      "author": {
        "name": "Nathan Scott",
        "email": "nathans@sgi.com",
        "time": "Thu May 05 13:24:13 2005 -0700"
      },
      "committer": {
        "name": "Christoph Hellwig",
        "email": "hch@melbourne.sgi.com",
        "time": "Thu May 05 13:24:13 2005 -0700"
      },
      "message": "[XFS] Block mount attempts for filesystems with version 1 directories.\n\nSGI Modid: xfs-linux:xfs-kern:21937a\n\nSigned-off-by: Nathan Scott \u003cnathans@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@sgi.com\u003e\n"
    },
    {
      "commit": "71bce256bf2e2aaddf54a2f4ac216329c74be3ad",
      "tree": "7c01cb1c4715df02aa1a6eba8d84cbc30b102fc5",
      "parents": [
        "bfd4bda097f8758d28e632ff2035e25577f6b060"
      ],
      "author": {
        "name": "Nathan Scott",
        "email": "nathans@sgi.com",
        "time": "Thu May 05 13:23:27 2005 -0700"
      },
      "committer": {
        "name": "Christoph Hellwig",
        "email": "hch@melbourne.sgi.com",
        "time": "Thu May 05 13:23:27 2005 -0700"
      },
      "message": "[XFS] Move the XFS inode to the front of its hash list on a cache hit\n\nSGI Modid: xfs-linux:xfs-kern:21915a\n\nSigned-off-by: Nathan Scott \u003cnathans@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@sgi.com\u003e\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"
    }
  ]
}
