)]}'
{
  "log": [
    {
      "commit": "c18c842b1fdf527717303a4e173cbece7ab2deb8",
      "tree": "b400ad6d711b8474a0516220c98d390d56c508de",
      "parents": [
        "63135e088a604b955746c51964c195c8d3ebac11"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Wed Jul 18 23:21:09 2007 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Wed Jul 18 23:21:09 2007 +0000"
      },
      "message": "[CIFS] Allow disabling CIFS Unix Extensions as mount option\n\nPreviously the only way to do this was to umount all mounts to that server,\nturn off a proc setting (/proc/fs/cifs/LinuxExtensionsEnabled).\n\nFixes Samba bugzilla bug number: 4582 (and also 2008)\n\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "7521a3c566dda7bb09576975324fc0a08a79ad14",
      "tree": "2ba0405ea1a7f3f187c2434ef86000b1b65f2d01",
      "parents": [
        "fb8c4b14d9259ba467241a7aaeb712caedce7ee8"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Wed Jul 11 18:30:34 2007 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Wed Jul 11 18:30:34 2007 +0000"
      },
      "message": "[CIFS] Fix oops in cifs_create when nfsd server exports cifs mount\n\nnfsd is passing null nameidata (probably the only one doing that)\non call to create - cifs was missing one check for this.\n\nNote that running nfsd over a cifs mount requires specifying fsid on\nthe nfs exports entry and requires mounting cifs with serverino mount\noption.\n\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "fb8c4b14d9259ba467241a7aaeb712caedce7ee8",
      "tree": "8f94a3b3b5e9e1bbdf9b38156ab2bfe2c055b47d",
      "parents": [
        "b609f06ac4ac77433035366e9aa4dcd7a0f743a0"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Tue Jul 10 01:16:18 2007 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Tue Jul 10 01:16:18 2007 +0000"
      },
      "message": "[CIFS] whitespace cleanup\n\nMore than halfway there\n\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "3ce53fc4c57603d99c330a6ee2fe96d94f2d350f",
      "tree": "54a5e999cc6044669139fb5e3a7cc0a1db31e86f",
      "parents": [
        "100c1ddc98e070c1b595d6bad329fb57bc57313c"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Fri Jun 08 14:55:14 2007 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Fri Jun 08 14:55:14 2007 +0000"
      },
      "message": "[CIFS] CIFS should honour umask\n\nThis patch makes CIFS honour a process\u0027 umask like other filesystems.\nOf course the server is still free to munge the permissions if it wants\nto; but the client will send the \"right\" permissions to begin with.\n\nA few caveats:\n\n1) It only applies to filesystems that have CAP_UNIX (aka support unix\nextensions)\n2) It applies the correct mode to the follow up CIFSSMBUnixSetPerms()\nafter remote creation\n\nWhen mode to CIFS/NTFS ACL mapping is complete we can do the\nsame thing for that case for servers which do not\nsupport the Unix Extensions.\n\nSigned-off-by: Matt Keenen \u003cmatt@opcode-solutions.com\u003e\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "221601c3d1df8148525daf3143a7a22fba772566",
      "tree": "47496766650c47848d394a44ff840864aa006b69",
      "parents": [
        "5fdae1f681426d23eadcb99566030781ba8c65c9"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Tue Jun 05 20:35:06 2007 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Tue Jun 05 20:35:06 2007 +0000"
      },
      "message": "[CIFS] whitespace cleanup part 2\n\n   Various coding style problems found by running the new\n   checkpatch.pl script against fs/cifs.  3 more files\n   fixed up.\n\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "5fdae1f681426d23eadcb99566030781ba8c65c9",
      "tree": "14c07ff8e6ad2a9ece8349e4be3f95455d6fb3af",
      "parents": [
        "e6985c7f6842fa040d058640e363140ad1730dc5"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Tue Jun 05 18:30:44 2007 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Tue Jun 05 18:30:44 2007 +0000"
      },
      "message": "[CIFS] whitespace cleanup\n\nVarious coding style problems found by running fs/cifs\nagainst the new checkpatch.pl script.  Since there\nwere too many to fit in one patch.  Updated the first\nfour files.\n\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "796e5661f6b6be1600b3ab47c61ce61cf3e7a353",
      "tree": "a7d4b6df0eef48d1b3a06b11b6705eb597a360b1",
      "parents": [
        "0b2365f826f40d6e966365299d4e9dcc7ef4e93f"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "roland@digitalvampire.org",
        "time": "Thu May 03 04:33:45 2007 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Thu May 03 04:33:45 2007 +0000"
      },
      "message": "[CIFS] Change semaphore to mutex for cifs lock_sem\n\nOriginally at http://lkml.org/lkml/2006/9/2/86\n\nThe recent change to \"allow Windows blocking locks to be cancelled via a\nCANCEL_LOCK call\" introduced a new semaphore in struct cifsFileInfo,\nlock_sem.  However, semaphores used as mutexes are deprecated these days,\nand there\u0027s no reason to add a new one to the kernel.  Therefore, convert\nlock_sem to a struct mutex (and also fix one indentation glitch on one of\nthe lines changed anyway).\n\nSigned-off-by: Roland Dreier \u003croland@digitalvampire.org\u003e\nSigned-off-by: Jan Engelhardt \u003cjengelh@gmx.de\u003e\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "99ee4dbd7c99c27129a8e2026003a7680878345f",
      "tree": "66bd113a21b22981d6be69acfcbe64a3d2b27559",
      "parents": [
        "1ae1bc44d44dd84cc00fb9edbba27458771d860d"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Tue Feb 27 05:35:17 2007 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Tue Feb 27 05:35:17 2007 +0000"
      },
      "message": "[CIFS] Remove some unused functions/declarations\n\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "2fe87f02a04ad6e7075023a87fe38eb458a4bb9d",
      "tree": "ec095fecdccad724faa6560cf7a81a9494a5a093",
      "parents": [
        "b835bebe95608c81270636a78b70333afb011925"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Thu Sep 21 07:02:52 2006 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Thu Sep 21 07:02:52 2006 +0000"
      },
      "message": "[CIFS] Support deep tree mounts (e.g. mounts to //server/share/path)\n\nSamba bugzilla #4040\n\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "e466e4876bf39474e15d0572f2204578137ae7f5",
      "tree": "1cefd7b97eb2d32846cffb5f8a32173e5db65946",
      "parents": [
        "66abda5e1fa48e12e06d0b68746b0e67202a97d2"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Tue Aug 15 13:07:18 2006 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Tue Aug 15 13:07:18 2006 +0000"
      },
      "message": "[CIFS] Fix oops in cifs_close due to unitialized lock sem and list in\nnew POSIX locking code\n\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "5bafd76593f060540acbea3b61e3087e009aa269",
      "tree": "b5baf62243810b7aa36619a8cf64ab24d82952fb",
      "parents": [
        "a8ee03441f66e0674e641c0cbe1a9534cdee968f"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Wed Jun 07 00:18:43 2006 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Wed Jun 07 00:18:43 2006 +0000"
      },
      "message": "[CIFS] Add support for readdir to legacy servers\n\nFixes oops to OS/2 on ls and removes redundant NTCreateX calls to servers\nwhich do not support NT SMBs.  Key operations to OS/2 work.\n\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "3979877e5606ecc58c5a31bd0078c6d80ba9cbe7",
      "tree": "d221455b5176ea8b26e750d6498c3ed822998ba3",
      "parents": [
        "26a21b980b1897b11fd7f9ba4bf6060c9e15df10"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Wed May 31 22:40:51 2006 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Wed May 31 22:40:51 2006 +0000"
      },
      "message": "[CIFS] Support for setting up SMB sessions to legacy lanman servers\n"
    },
    {
      "commit": "26a21b980b1897b11fd7f9ba4bf6060c9e15df10",
      "tree": "c56627f5ced7e016a4a9ec388a479270226cce27",
      "parents": [
        "e6ed89ac9f5da16fea5111651b6de0ff0a76a5c2"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Wed May 31 18:05:34 2006 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Wed May 31 18:05:34 2006 +0000"
      },
      "message": "[CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change log\n"
    },
    {
      "commit": "296034f7de8bdf111984ce1630ac598a9c94a253",
      "tree": "b8918c659c780f8fcdf3d8d82385da14a9fc7176",
      "parents": [
        "0bd4fa977f81c914eb8bada00284d0933825900e"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Fri Apr 21 18:18:37 2006 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Fri Apr 21 18:18:37 2006 +0000"
      },
      "message": "[CIFS] Don\u0027t allow a backslash in a path component\n\nUnless Posix paths have been negotiated, the backslash, \"\\\", is not a valid\ncharacter in a path component.\n\nSigned-off-by: Dave Kleikamp \u003cshaggy@austin.ibm.com\u003e\nSigned-off-by: Steve French  \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "0bd4fa977f81c914eb8bada00284d0933825900e",
      "tree": "398b2fea4b7902f53be9d0fc9d9c9c07d427dce1",
      "parents": [
        "f4ffaa452e71495a06376f12f772342bc57051fc"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Fri Apr 21 18:17:42 2006 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Fri Apr 21 18:17:42 2006 +0000"
      },
      "message": "[CIFS] [CIFS] Do not take rename sem on most path based calls (during\nbuilding of full path) to avoid hang rename/readdir hang\n\nReported by Alan Tyson\n\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "d62e54abca1146981fc9f98f85ff398a113a22c2",
      "tree": "870420dbc4c65e716dcef8a802aafdc0ef97a8b4",
      "parents": [
        "fd4a0b92db6a57cba8d03efbe1cebf91f9124ce0",
        "ce362c009250340358a7221f3cdb7954cbf19c01"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Fri Mar 31 03:35:56 2006 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Fri Mar 31 03:35:56 2006 +0000"
      },
      "message": "Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git\n\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "a11f3a0574a5734db3e5de38922430d005d35118",
      "tree": "2f332f623463c5909dc37d20cbf44421854f775a",
      "parents": [
        "144efe3e3e5ad57af549bf800fa4560d7c74e9fe"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@infradead.org",
        "time": "Thu Mar 23 03:00:33 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Mar 23 07:38:12 2006 -0800"
      },
      "message": "[PATCH] sem2mutex: vfs_rename_mutex\n\nSemaphore to mutex conversion.\n\nThe conversion was generated via scripts, and the result was validated\nautomatically via a script as well.\n\nSigned-off-by: Arjan van de Ven \u003carjan@infradead.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: Al Viro \u003cviro@ftp.linux.org.uk\u003e\nCc: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "88274815f7477dc7550439413ab87c5ce4c5a623",
      "tree": "433e191b5b08742a57f2339008cdf24ca5b51221",
      "parents": [
        "f6e77c94796edad172602234826a022d463d910e"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Thu Mar 09 22:21:45 2006 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Thu Mar 09 22:21:45 2006 +0000"
      },
      "message": "[CIFS] Fix two remaining coverity scan tool warnings.\n\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "a048d7a8704b35ff6372fdf5eedd4533f37b1885",
      "tree": "7d7bae306ef80fe4a99d21da404cf8c4f084ac37",
      "parents": [
        "e601ef22bc5ec9332c8d785533895ee81c834b8a"
      ],
      "author": {
        "name": "Eric Sesterhenn",
        "email": "snakebyte@gmx.de",
        "time": "Tue Feb 21 22:33:09 2006 +0000"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Tue Feb 21 22:33:09 2006 +0000"
      },
      "message": "[CIFS] Convert remaining places in fs/cifs from\nkmalloc/memset to simpler kzalloc usage\n\nSigned-off-by: Eric Sesterhenn \u003csnakebyte@gmx.de\u003e\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "83451879ab213e152c6fe5c743f257ba58d7acd1",
      "tree": "8b50b75368d74607dfda6b7bc5647419ebfa015a",
      "parents": [
        "5666c0947ede0432ba5148570aa66ffb9febff5b"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Thu Dec 01 17:12:59 2005 -0800"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Thu Dec 01 17:12:59 2005 -0800"
      },
      "message": "[CIFS] Use fsuid (fsgid) more consistently instead of uid/gid in\nassembling smb requests when setuids and Linux protocol extensions enabled\nand in checking more matching sessions in multiuser mount mode.\n\nPointed out by Shaggy.\n\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "6473a559c336d5c407f9df412ca2f55357767ff8",
      "tree": "ededf2b339de4541e98c78b5d537ab954d9dc413",
      "parents": [
        "3abb92722ab1784b419dadb5444daf8ea9636905"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Tue Nov 29 20:20:10 2005 -0800"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Tue Nov 29 20:20:10 2005 -0800"
      },
      "message": "[CIFS] Fix missing permission check on setattr when noperm mount option is\ndisabled.  Also set mode, uid, gid better on mkdir and create for the\ncase when Unix Extensions is not enabled and setuids is enabled. This is\nnecessary to fix the hole in which chown could be allowed for non-root\nusers in some cases if root mounted, and also to display the mode and uid\nproperly in some cases.\n\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "3abb92722ab1784b419dadb5444daf8ea9636905",
      "tree": "10e8eac9df4380542fb8416137dffe3b8c08ad54",
      "parents": [
        "458af5439fe7ae7d95ca14106844e61f0795166c"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Mon Nov 28 08:16:13 2005 -0800"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Mon Nov 28 08:16:13 2005 -0800"
      },
      "message": "[CIFS] When file is deleted locally but later recreated on the server\nfix cifs negative dentries so they are freed faster (not requiring\numount or readdir e.g.) so the client recognizes the new file on\nthe server more quickly.\n\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "86c96b4bb70dac67d6815e09a0949427d439b280",
      "tree": "f36ac16583ea9f935fcbed006a8edd99cf83852f",
      "parents": [
        "c119b87d596cdd99ac20095ae2ae90b525418605"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Fri Nov 18 20:25:31 2005 -0800"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Fri Nov 18 20:25:31 2005 -0800"
      },
      "message": "[CIFS] Fix mknod of block and chardev over SFU mounts\n\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "d6d3f5bc68be3c4ab84e6f1f9db92291da671504",
      "tree": "76946c62cc7d1a18203fba50ea87fd567387f637",
      "parents": [
        "ac9b9c667c2e1194e22ebe0a441ae1c37aaa9b90",
        "23e7dd7d95f6fdc167a6d6ddea79ced0af33bbff"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Fri Oct 21 08:39:12 2005 -0700"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Fri Oct 21 08:39:12 2005 -0700"
      },
      "message": "Merge with /pub/scm/linux/kernel/git/sfrench/cifs-2.6.git/\n"
    },
    {
      "commit": "e08fc0457af28f2ebec36296ea7ada6024fde81b",
      "tree": "6107256ebc07539e63b1fe091f834660f09c7625",
      "parents": [
        "e922efc342d565a38eed3af377ff403f52148864"
      ],
      "author": {
        "name": "Miklos Szeredi",
        "email": "miklos@szeredi.hu",
        "time": "Tue Sep 06 15:18:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 16:57:44 2005 -0700"
      },
      "message": "[PATCH] cifs_create() fix\n\ncifs_create() did totally the wrong thing with nd-\u003eintent.open.flags:\nit interpreted nd-\u003eintent.open.flags as the original open flags, not\nthe one transformed for open_namei().  Also it used the intent data\neven if it was not filled in (if called from sys_mknod()).\n\nSigned-off-by: Miklos Szeredi \u003cmiklos@szeredi.hu\u003e\nCc: \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nCc: Christoph Hellwig \u003chch@lst.de\u003e\nCc: Steven French \u003csfrench@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7f57356b70dda014ef269135942426e4a852023e",
      "tree": "fe17d0aa1882984eb9120389fde048616161f2aa",
      "parents": [
        "a9d02ad49013c8fc527f06ca66417103cdbb08b6"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Tue Aug 30 11:32:14 2005 -0700"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Tue Aug 30 11:32:14 2005 -0700"
      },
      "message": "[CIFS] Remove cifs_sb argument from *build_path_from_dentry\n\nThis argument was added in a recent patch, but is unnecessary, since\nthe superblock is easily obtained from the dentry.\n\nSigned-off-by: Dave Kleikamp \u003cshaggy@austin.ibm.com\u003e\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "a9d02ad49013c8fc527f06ca66417103cdbb08b6",
      "tree": "9ee3f14e81777296e7057adcfe5c986aea696d47",
      "parents": [
        "e22cb8bcb8bce94bf5cca90c98933a28816c6a75"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Wed Aug 24 23:06:05 2005 -0700"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Wed Aug 24 23:06:05 2005 -0700"
      },
      "message": "[CIFS] Support for legacy servers part 3 - Add support for Open and most\nof Read support.\n\nSigned-off-by: Steve French \u003csfrench@us.ibm.com\u003e\n"
    },
    {
      "commit": "b92327fe6b25d60004b79df9e3c19091c03118ba",
      "tree": "064479872cf0cc83d08f9c719edfd9769b01b9a3",
      "parents": [
        "a5a2b489bae8f66559a531df99a26eb16b42299e"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Mon Aug 22 20:09:43 2005 -0700"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Mon Aug 22 20:09:43 2005 -0700"
      },
      "message": "[CIFS] Finish up of case-insensitive dentry handling for cifs.  This\nwill eventually (or should eventually) be common code for jfs, smbfs,\netc. but in the meantime is small enough and necessary when mounting\ncase insensitive to Windows (nocase).\n\nSigned-off-by: Shaggy (shaggy@austin.ibm.com)\nSigned-off-by: Steve French (sfrench@us.ibm.com)\n"
    },
    {
      "commit": "4a6d87f1db06c9670251d6c72a89319e7d1cbaee",
      "tree": "aa21e8220215933742f931a452d7d96839b93c2b",
      "parents": [
        "a47fd3f5e3a3f970ac1b81643ac56737f97a1fea"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Sat Aug 13 08:15:54 2005 -0700"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Sat Aug 13 08:15:54 2005 -0700"
      },
      "message": "[CIFS] Add missing check for path name allocation failure.  Remove four\nredundant null pointer checks before cifs_buf_release.\n\nFound by coverity analyzer.\n\nSigned-off-by: Steve French (sfrench@us.ibm.com)\n"
    },
    {
      "commit": "eda3c029899cbf435d76fea43b7e1404439ccec9",
      "tree": "334ad2504575c4c22247e62c4add3bb2cb54f502",
      "parents": [
        "076fb01e8238b7e5d68ba0d729c0ff7716d1d8ec"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Thu Jul 21 15:20:28 2005 -0700"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Thu Jul 21 15:20:28 2005 -0700"
      },
      "message": "[CIFS] Add compat with SFU (part 2)\n\nCreating FIFOs to non-Unix servers (with cifs mounts for which sfu option\nwas specified) now works.\n\nSigned-off-by: Steve French (sfrench@us.ibm.com)\n\nThanks to Martin Koeppe for his assistance\n"
    },
    {
      "commit": "d7245c2ccf14cde2023273c1ec246732d96e2c27",
      "tree": "657d7b5c9431b6117659f9638f4121ac237d4c5f",
      "parents": [
        "4887c61811c2283162684d7f9075b7676ef6a9bf"
      ],
      "author": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Thu Jul 14 18:25:12 2005 -0500"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@us.ibm.com",
        "time": "Thu Jul 14 18:25:12 2005 -0500"
      },
      "message": "[CIFS] Add compat with SFU (part 1)\nThis should help the case of creating fifos and other special files to\nservers which do not support the Unix extensions.\n\nSigned-off-by: Steve French (sfrench@us.ibm.com)\n\nThanks to Martin Koeppe for his suggestions and good analysis\n"
    },
    {
      "commit": "ac67055ef2378ea95c34b593ddf9d0a0737a240a",
      "tree": "78f76cde63f158b318a57a3972a77731d8fb0ef6",
      "parents": [
        "dfb7533b5f157ac7135da23883e80d895227d965"
      ],
      "author": {
        "name": "Jeremy Allison",
        "email": "jra@samba.org",
        "time": "Wed Jun 22 17:26:35 2005 -0700"
      },
      "committer": {
        "name": "Steve French",
        "email": "sfrench@hera.kernel.org",
        "time": "Wed Jun 22 17:26:35 2005 -0700"
      },
      "message": "[CIFS] POSIX extensions, SetFSInfo added\n\nSigned-off-by: Steve French@sfrench@us.ibm.com\nSigned-off-by: Jeremy Allison (jra@samba.org)\n"
    },
    {
      "commit": "b2aeb9d565be5ef00fb9f921c6d2459c74d90cdf",
      "tree": "e7adab50ce6a13ef5ceb0fbb3d1208ae63523dc9",
      "parents": [
        "67594feb4b68074d8807f5566536e06db9130679"
      ],
      "author": {
        "name": "Steve French",
        "email": "stevef@stevef95",
        "time": "Tue May 17 13:16:18 2005 -0500"
      },
      "committer": {
        "name": "Steve French",
        "email": "stevef@stevef95",
        "time": "Tue May 17 13:16:18 2005 -0500"
      },
      "message": "[CIFS] Fix oops in cifs_unlink.  Caused in some cases when renaming over existing,\nnewly created, file.\n\nSamba bugzilla: 2697\n\nSigned-off-by: Steve French (sfrench@us.ibm.com)\n\n"
    },
    {
      "commit": "737b758c965a9b223ac1243ab38d9e507ac86c64",
      "tree": "9dcdaf3b573a2a27d0d43c1477a18867b144e5f4",
      "parents": [
        "6c91d362f1e1ebbd4513adb68fc79d552c11e2c0"
      ],
      "author": {
        "name": "Steve French",
        "email": "smfrench@austin.rr.com",
        "time": "Thu Apr 28 22:41:06 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Apr 28 22:41:06 2005 -0700"
      },
      "message": "[PATCH] cifs: character mapping of special characters (part 3 of 3)\n\nSigned-off-by: Steve French (sfrench@us.ibm.com)\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d14537f103bf746ca766f739f9f5a5bf7a8b4806",
      "tree": "421be78e49566536638effd2fa3f222686cf27fd",
      "parents": [
        "6a0b48245a135cd132e747815854e3999967f8a7"
      ],
      "author": {
        "name": "Steve French",
        "email": "smfrench@austin.rr.com",
        "time": "Thu Apr 28 22:41:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Apr 28 22:41:05 2005 -0700"
      },
      "message": "[PATCH] cifs: remove a few redundant null pointer checks, and cleanup misc source formatting\n\nMostly suggested by Jesper Juhl\n\nSigned-off-by: Steve French (sfrench@us.ibm.com)\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\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"
    }
  ]
}
