)]}'
{
  "commit": "f991bd2e14210fb93d722cb23e54991de20e8a3d",
  "tree": "60643fb9d828c388d963ceb26504dce9890eabbb",
  "parents": [
    "7de9c6ee3ecffd99e1628e81a5ea5468f7581a1f"
  ],
  "author": {
    "name": "Eric Dumazet",
    "email": "eric.dumazet@gmail.com",
    "time": "Sat Oct 23 11:18:01 2010 -0400"
  },
  "committer": {
    "name": "Al Viro",
    "email": "viro@zeniv.linux.org.uk",
    "time": "Mon Oct 25 21:26:11 2010 -0400"
  },
  "message": "fs: introduce a per-cpu last_ino allocator\n\nnew_inode() dirties a contended cache line to get increasing\ninode numbers. This limits performance on workloads that cause\nsignificant parallel inode allocation.\n\nSolve this problem by using a per_cpu variable fed by the shared\nlast_ino in batches of 1024 allocations.  This reduces contention on\nthe shared last_ino, and give same spreading ino numbers than before\n(i.e. same wraparound after 2^32 allocations).\n\nSigned-off-by: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nSigned-off-by: Nick Piggin \u003cnpiggin@suse.de\u003e\nSigned-off-by: Dave Chinner \u003cdchinner@redhat.com\u003e\nReviewed-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "05ea293d5f32ecf120d60c75ac8073a626b58a08",
      "old_mode": 33188,
      "old_path": "fs/inode.c",
      "new_id": "46a3e120b1965c90596211d47b53e431400ed378",
      "new_mode": 33188,
      "new_path": "fs/inode.c"
    }
  ]
}
