<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/fs/cifs/TODO, branch master</title>
<subtitle>Linux kernel stable tree</subtitle>
<id>https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master</id>
<link rel='self' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/'/>
<updated>2013-09-08T19:24:10+00:00</updated>
<entry>
<title>cifs: create a new Documentation/ directory and move docfiles into it</title>
<updated>2013-09-08T19:24:10+00:00</updated>
<author>
<name>Jeff Layton</name>
<email>jlayton@redhat.com</email>
</author>
<published>2013-09-05T12:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=30706a545417af50f07b8e47cc2189a2e20a4636'/>
<id>urn:sha1:30706a545417af50f07b8e47cc2189a2e20a4636</id>
<content type='text'>
Currently, we have a number of documentation files that live under
fs/cifs/. Generally, these don't get picked up by distro packagers,
since they're in a non-standard location. Move them to a new spot
under Documentation/ instead.

Signed-off-by: Jeff Layton &lt;jlayton@redhat.com&gt;
Signed-off-by: Steve French &lt;smfrench@gmail.com&gt;
</content>
</entry>
<entry>
<title>cifs: trivial doc fix: note setlease implemented</title>
<updated>2010-11-02T18:48:14+00:00</updated>
<author>
<name>J. Bruce Fields</name>
<email>bfields@fieldses.org</email>
</author>
<published>2010-10-30T21:06:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=df098db12ada832c0232ee1f91eff21a8701889c'/>
<id>urn:sha1:df098db12ada832c0232ee1f91eff21a8701889c</id>
<content type='text'>
Signed-off-by: J. Bruce Fields &lt;bfields@redhat.com&gt;
Signed-off-by: Steve French &lt;sfrench@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>[CIFS] Enable DFS support for Unix query path info</title>
<updated>2008-05-20T19:50:46+00:00</updated>
<author>
<name>Steve French</name>
<email>sfrench@us.ibm.com</email>
</author>
<published>2008-05-20T19:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=0e4bbde94fdc33f5b3d793166b21bf768ca3e098'/>
<id>urn:sha1:0e4bbde94fdc33f5b3d793166b21bf768ca3e098</id>
<content type='text'>
Final piece for handling DFS in unix_query_path_info, constructing a
fake inode for the junction directory which the submount will cover.

Acked-by: Igor Mammedov &lt;niallain@gmail.com&gt;
Signed-off-by: Steve French &lt;sfrench@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>[CIFS] fix checkpatch warnings in fs/cifs/inode.c</title>
<updated>2008-01-08T23:18:22+00:00</updated>
<author>
<name>Steve French</name>
<email>sfrench@us.ibm.com</email>
</author>
<published>2008-01-08T23:18:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=f6d09982197c4163c70f6af0cf15bb78674105c0'/>
<id>urn:sha1:f6d09982197c4163c70f6af0cf15bb78674105c0</id>
<content type='text'>
Signed-off-by: Steve French &lt;sfrench@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>[CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup request</title>
<updated>2007-11-16T23:37:35+00:00</updated>
<author>
<name>Steve French</name>
<email>sfrench@us.ibm.com</email>
</author>
<published>2007-11-16T23:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=2442421b176420eca7cb68c575fc221332f488d8'/>
<id>urn:sha1:2442421b176420eca7cb68c575fc221332f488d8</id>
<content type='text'>
Have CIFS_SessSetup call cifs_get_spnego_key when Kerberos is
negotiated. Use the info in the key payload to build a session
setup request packet. Also clean up how the request buffer in
the function is freed on error.

With appropriate user space helper (in samba/source/client). Kerberos
support (secure session establishment can be done now via Kerberos,
previously users would have to use NTLMv2 instead for more secure
session setup).

Signed-off-by: Jeff Layton &lt;jlayton@redhat.com&gt;
Signed-off-by: Steve French &lt;sfrench@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>[CIFS] Fix hang in find_writable_file</title>
<updated>2007-07-26T15:54:16+00:00</updated>
<author>
<name>Steve French</name>
<email>sfrench@us.ibm.com</email>
</author>
<published>2007-07-26T15:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=a403a0a370946e7dbcda6464a3509089daee54bc'/>
<id>urn:sha1:a403a0a370946e7dbcda6464a3509089daee54bc</id>
<content type='text'>
Caused by unneeded reopen during reconnect while spinlock held.

Fixes kernel bugzilla bug #7903

Thanks to Lin Feng Shen for testing this, and Amit Arora for
some nice problem determination to narrow this down.

Acked-by: Dave Kleikamp &lt;shaggy@us.ibm.com&gt;
Signed-off-by: Steve French &lt;sfrench@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>[CIFS] Fix packet signatures for NTLMv2 case</title>
<updated>2007-07-09T07:55:14+00:00</updated>
<author>
<name>Steve French</name>
<email>Yehuda.Sadeh@expand.com</email>
</author>
<published>2007-07-09T07:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=b609f06ac4ac77433035366e9aa4dcd7a0f743a0'/>
<id>urn:sha1:b609f06ac4ac77433035366e9aa4dcd7a0f743a0</id>
<content type='text'>
Signed-off-by: Yehuda Sadeh Weinraub &lt;Yehuda.Sadeh@expand.com&gt;
Signed-off-by: Steve French &lt;sfrench@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>[CIFS] Add in some missing flags and cifs README and TODO corrections</title>
<updated>2007-06-24T18:30:48+00:00</updated>
<author>
<name>Steve French</name>
<email>sfrench@us.ibm.com</email>
</author>
<published>2007-06-24T18:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=75865f8cc8b38c30c3923b74de4b29a00cc4c0e4'/>
<id>urn:sha1:75865f8cc8b38c30c3923b74de4b29a00cc4c0e4</id>
<content type='text'>
Signed-off-by: Steve French &lt;sfrench@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>[CIFS] UID/GID override on CIFS mounts to Samba</title>
<updated>2007-04-30T20:13:06+00:00</updated>
<author>
<name>Steve French</name>
<email>sfrench@us.ibm.com</email>
</author>
<published>2007-04-30T20:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=4523cc3044d1bc7fcf3d7fee75d62bc76b8e1abb'/>
<id>urn:sha1:4523cc3044d1bc7fcf3d7fee75d62bc76b8e1abb</id>
<content type='text'>
When CIFS Unix Extensions are negotiated we get the Unix uid and gid
owners of the file from the server (on the Unix Query Path Info
levels), but if the server's uids don't match the client uid's users
were having to disable the Unix Extensions (which turned off features
they still wanted).   The changeset patch allows users to override uid
and/or gid for file/directory owner with a default uid and/or gid
specified at mount (as is often done when mounting from Linux cifs
client to Windows server).  This changeset also displays the uid
and gid used by default in /proc/mounts (if applicable).

Also cleans up code by adding some of the missing spaces after
"if" keywords per-kernel style guidelines (as suggested by Randy Dunlap
when he reviewed the patch).

Signed-off-by: Steve French &lt;sfrench@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>[CIFS] Update cifs version to 1.49</title>
<updated>2007-04-26T14:35:54+00:00</updated>
<author>
<name>Steve French</name>
<email>sfrench@us.ibm.com</email>
</author>
<published>2007-04-26T14:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=deb0420c6ffdee5608856ec3e8e65fcbea67d5d4'/>
<id>urn:sha1:deb0420c6ffdee5608856ec3e8e65fcbea67d5d4</id>
<content type='text'>
Signed-off-by: Steve French &lt;sfrench@us.ibm.com&gt;
</content>
</entry>
</feed>
