)]}'
{
  "commit": "31143d5d515ece617ffccb7df5ff75e4d1dfa120",
  "tree": "db28c26930f6a26db3e85da90f6668061425463a",
  "parents": [
    "416351f28d2b31d15ff73e9aff699b2163704c95"
  ],
  "author": {
    "name": "David Howells",
    "email": "dhowells@redhat.com",
    "time": "Wed May 09 02:33:46 2007 -0700"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@woody.linux-foundation.org",
    "time": "Wed May 09 12:30:50 2007 -0700"
  },
  "message": "AFS: implement basic file write support\n\nImplement support for writing to regular AFS files, including:\n\n (1) write\n\n (2) truncate\n\n (3) fsync, fdatasync\n\n (4) chmod, chown, chgrp, utime.\n\nAFS writeback attempts to batch writes into as chunks as large as it can manage\nup to the point that it writes back 65535 pages in one chunk or it meets a\nlocked page.\n\nFurthermore, if a page has been written to using a particular key, then should\nanother write to that page use some other key, the first write will be flushed\nbefore the second is allowed to take place.  If the first write fails due to a\nsecurity error, then the page will be scrapped and reread before the second\nwrite takes place.\n\nIf a page is dirty and the callback on it is broken by the server, then the\ndirty data is not discarded (same behaviour as NFS).\n\nShared-writable mappings are not supported by this patch.\n\n[akpm@linux-foundation.org: fix a bunch of warnings]\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "cf83e5d63512021e9d69c6b18ce067b9f296eea0",
      "old_mode": 33188,
      "old_path": "fs/afs/Makefile",
      "new_id": "73ce561f3ea0c2ea5cd901156a0c3cbf730ed200",
      "new_mode": 33188,
      "new_path": "fs/afs/Makefile"
    },
    {
      "type": "modify",
      "old_id": "89e0d1650a72503d8b78ac0279378962876f4e94",
      "old_mode": 33188,
      "old_path": "fs/afs/afs_fs.h",
      "new_id": "2198006d2d0399d87ff019053dea6a5eb11415d5",
      "new_mode": 33188,
      "new_path": "fs/afs/afs_fs.h"
    },
    {
      "type": "modify",
      "old_id": "51f177af5dd6e83872686411763ce231cc99a9cb",
      "old_mode": 33188,
      "old_path": "fs/afs/dir.c",
      "new_id": "2fb31276196bbc32d5c6fab51c12b8e7132c37e2",
      "new_mode": 33188,
      "new_path": "fs/afs/dir.c"
    },
    {
      "type": "modify",
      "old_id": "3eb3fc7b36be6e674cf1a26d0d06a243841be0f7",
      "old_mode": 33188,
      "old_path": "fs/afs/file.c",
      "new_id": "3e25795e5a4243ca26315d847c0e6a42fa93e087",
      "new_mode": 33188,
      "new_path": "fs/afs/file.c"
    },
    {
      "type": "modify",
      "old_id": "1e65fee364130b64b8083ae41ebaa20ce727c120",
      "old_mode": 33188,
      "old_path": "fs/afs/fsclient.c",
      "new_id": "025b1903d9e1fee96c9e9a0b65c7729235cc527c",
      "new_mode": 33188,
      "new_path": "fs/afs/fsclient.c"
    },
    {
      "type": "modify",
      "old_id": "9c984cc42cc9935f7ae7f531aef17b55882c119f",
      "old_mode": 33188,
      "old_path": "fs/afs/inode.c",
      "new_id": "515a5d12d8fb5d49d69a6f896ac33c2dfdbdf859",
      "new_mode": 33188,
      "new_path": "fs/afs/inode.c"
    },
    {
      "type": "modify",
      "old_id": "9feb5c59d8fca942919c021a236e46b9f2e75eec",
      "old_mode": 33188,
      "old_path": "fs/afs/internal.h",
      "new_id": "a30d4fa768e34d3f6016762190d0d89ba8f915c7",
      "new_mode": 33188,
      "new_path": "fs/afs/internal.h"
    },
    {
      "type": "modify",
      "old_id": "222c1a3abbb8fdbcf30a6c9fd48c25b0d34f1b25",
      "old_mode": 33188,
      "old_path": "fs/afs/rxrpc.c",
      "new_id": "04189c47d6a08eedf89184a1cd5739e24275ec15",
      "new_mode": 33188,
      "new_path": "fs/afs/rxrpc.c"
    },
    {
      "type": "modify",
      "old_id": "7030d76155fcdf42398ccc71e8a6c8af17237d9a",
      "old_mode": 33188,
      "old_path": "fs/afs/super.c",
      "new_id": "d24be334b6089c592068634de7f613d8f2114f27",
      "new_mode": 33188,
      "new_path": "fs/afs/super.c"
    },
    {
      "type": "modify",
      "old_id": "0e37f9949cb7f52665b55e88636270b88c18e0bd",
      "old_mode": 33188,
      "old_path": "fs/afs/vnode.c",
      "new_id": "ec814660209faf83abe40e3a9a831d445243dba3",
      "new_mode": 33188,
      "new_path": "fs/afs/vnode.c"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "83ff29262816c77fd6559c6d4e25f255fc24bfd7",
      "new_mode": 33188,
      "new_path": "fs/afs/write.c"
    }
  ]
}
