<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_kernel_zuk_msm8996.git/include/uapi/linux/cifs, branch master</title>
<subtitle>null
</subtitle>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/'/>
<entry>
<title>Kbuild : Use no-export-headers to avoid exporting headers</title>
<updated>2020-06-01T07:30:34+00:00</updated>
<author>
<name>Naitik Bharadiya</name>
<email>bharad@codeaurora.org</email>
</author>
<published>2020-02-27T11:09:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=04e6f16c0c30ccfc08eb8fa2261d57c611ac802b'/>
<id>04e6f16c0c30ccfc08eb8fa2261d57c611ac802b</id>
<content type='text'>
Add header files under no-export-headers in Kbuild to avoid
exporting specific headers files.

Scan no-export-headers files in Kbuild and add it to exclude list in
kernel_headers.py to avoid exporting header files.

Change-Id: Ice052b5428ef1f7445c5ad2e68c7da8fa7e249ae
Signed-off-by: Naitik Bharadiya &lt;bharad@codeaurora.org&gt;
[schikk@codeaurora.org: resolve trivial merge conflicts]
Signed-off-by: Swetha Chikkaboraiah &lt;schikk@codeaurora.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add header files under no-export-headers in Kbuild to avoid
exporting specific headers files.

Scan no-export-headers files in Kbuild and add it to exclude list in
kernel_headers.py to avoid exporting header files.

Change-Id: Ice052b5428ef1f7445c5ad2e68c7da8fa7e249ae
Signed-off-by: Naitik Bharadiya &lt;bharad@codeaurora.org&gt;
[schikk@codeaurora.org: resolve trivial merge conflicts]
Signed-off-by: Swetha Chikkaboraiah &lt;schikk@codeaurora.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cifs: Move and expand MAX_SERVER_SIZE definition</title>
<updated>2013-09-08T19:34:22+00:00</updated>
<author>
<name>Scott Lovenberg</name>
<email>scott.lovenberg@gmail.com</email>
</author>
<published>2013-08-09T12:47:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=cdf1246ffbb2ddd86a875c80b7290d22b9022805'/>
<id>cdf1246ffbb2ddd86a875c80b7290d22b9022805</id>
<content type='text'>
MAX_SERVER_SIZE has been moved to cifs_mount.h and renamed
CIFS_NI_MAXHOST for clarity.  It has been expanded to 1024 as the
previous value of 16 was very short.

Signed-off-by: Scott Lovenberg &lt;scott.lovenberg@gmail.com&gt;
Reviewed-by: Jeff Layton &lt;jlayton@redhat.com&gt;
Signed-off-by: Steve French &lt;smfrench@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAX_SERVER_SIZE has been moved to cifs_mount.h and renamed
CIFS_NI_MAXHOST for clarity.  It has been expanded to 1024 as the
previous value of 16 was very short.

Signed-off-by: Scott Lovenberg &lt;scott.lovenberg@gmail.com&gt;
Reviewed-by: Jeff Layton &lt;jlayton@redhat.com&gt;
Signed-off-by: Steve French &lt;smfrench@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cifs: Expand max share name length to 256</title>
<updated>2013-09-08T19:34:17+00:00</updated>
<author>
<name>Scott Lovenberg</name>
<email>scott.lovenberg@gmail.com</email>
</author>
<published>2013-08-09T12:47:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=54fcf270dee6ed9d27e23b94129788b758df1e6b'/>
<id>54fcf270dee6ed9d27e23b94129788b758df1e6b</id>
<content type='text'>
The old max share name length limit was 80 due to Windows NET SHARE
command not allowing more than that.  However, share names can be much
longer.  This is a more reasonable maximum share name length.

Signed-off-by: Scott Lovenberg &lt;scott.lovenberg@gmail.com&gt;
Reviewed-by: Jeff Layton &lt;jlayton@redhat.com&gt;
Signed-off-by: Steve French &lt;smfrench@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old max share name length limit was 80 due to Windows NET SHARE
command not allowing more than that.  However, share names can be much
longer.  This is a more reasonable maximum share name length.

Signed-off-by: Scott Lovenberg &lt;scott.lovenberg@gmail.com&gt;
Reviewed-by: Jeff Layton &lt;jlayton@redhat.com&gt;
Signed-off-by: Steve French &lt;smfrench@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cifs: Move string length definitions to uapi</title>
<updated>2013-09-08T19:34:11+00:00</updated>
<author>
<name>Scott Lovenberg</name>
<email>scott.lovenberg@gmail.com</email>
</author>
<published>2013-08-09T12:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=8c3a2b4c420c5b988005b8697b7404ced076aaaa'/>
<id>8c3a2b4c420c5b988005b8697b7404ced076aaaa</id>
<content type='text'>
The max string length definitions for user name, domain name, password,
and share name have been moved into their own header file in uapi so the
mount helper can use autoconf to define them instead of keeping the
kernel side and userland side definitions in sync manually.  The names
have also been standardized with a "CIFS" prefix and "LEN" suffix.

Signed-off-by: Scott Lovenberg &lt;scott.lovenberg@gmail.com&gt;
Reviewed-by: Chen Gang &lt;gang.chen@asianux.com&gt;
Signed-off-by: Steve French &lt;smfrench@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The max string length definitions for user name, domain name, password,
and share name have been moved into their own header file in uapi so the
mount helper can use autoconf to define them instead of keeping the
kernel side and userland side definitions in sync manually.  The names
have also been standardized with a "CIFS" prefix and "LEN" suffix.

Signed-off-by: Scott Lovenberg &lt;scott.lovenberg@gmail.com&gt;
Reviewed-by: Chen Gang &lt;gang.chen@asianux.com&gt;
Signed-off-by: Steve French &lt;smfrench@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
