)]}'
{
  "commit": "529565dcb1581c9a1e3f6df1c1763ca3e0f0d512",
  "tree": "e8069cc17f887ad86f8dee0d96640a2f19bf4112",
  "parents": [
    "3a326a2ce88e71d00ac0d133e314a3342a7709f8"
  ],
  "author": {
    "name": "Ingo Molnar",
    "email": "mingo@elte.hu",
    "time": "Mon Apr 10 15:18:58 2006 +0200"
  },
  "committer": {
    "name": "Jens Axboe",
    "email": "axboe@suse.de",
    "time": "Mon Apr 10 15:18:58 2006 +0200"
  },
  "message": "[PATCH] splice: add optional input and output offsets\n\nadd optional input and output offsets to sys_splice(), for seekable file\ndescriptors:\n\n asmlinkage long sys_splice(int fd_in, loff_t __user *off_in,\n                            int fd_out, loff_t __user *off_out,\n                            size_t len, unsigned int flags);\n\nsemantics are straightforward: f_pos will be updated with the offset\nprovided by user-space, before the splice transfer is about to begin.\nProviding a NULL offset pointer means the existing f_pos will be used\n(and updated in situ).  Providing an offset for a pipe results in\n-ESPIPE. Providing an invalid offset pointer results in -EFAULT.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Jens Axboe \u003caxboe@suse.de\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "ed91a62402e028e81e4ebedb895fae6556b17a38",
      "old_mode": 33188,
      "old_path": "fs/splice.c",
      "new_id": "a5326127aad59bd8b79c48e0306285ab68e44ee6",
      "new_mode": 33188,
      "new_path": "fs/splice.c"
    },
    {
      "type": "modify",
      "old_id": "5717147596b6c0918829bd5e48b2ea23d783ff5d",
      "old_mode": 33188,
      "old_path": "include/linux/syscalls.h",
      "new_id": "4c292faa70c938add113004e35e49e03c2061295",
      "new_mode": 33188,
      "new_path": "include/linux/syscalls.h"
    }
  ]
}
