- 01 3月, 2006 1 次提交
-
-
由 Steve French 提交于
Samba (version 3) server support for this is also currently being done. This client code is in an experimental path (requires enabling /proc/fs/cifs/Experimental) while it is being tested. Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 28 2月, 2006 1 次提交
-
-
由 Steve French 提交于
Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 27 2月, 2006 1 次提交
-
-
由 Steve French 提交于
small req buffer pool less often. Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 24 2月, 2006 1 次提交
-
-
由 Steve French 提交于
bcc on read response and for wrapping sessionsetup maxbufsize field Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 23 2月, 2006 1 次提交
-
-
由 Steve French 提交于
Thanks to Adrian Bunk for debugging the problem and to Shaggy for helping find the solution. Also added a fix for 64K pages we found in loosely-related testing Signed-off-by: NDave Kleikamp <shaggy@austin.ibm.com> Signed-off-by: NSteve French <sfrench@us.ibm.com> Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
-
- 22 2月, 2006 1 次提交
-
-
由 Eric Sesterhenn 提交于
kmalloc/memset to simpler kzalloc usage Signed-off-by: NEric Sesterhenn <snakebyte@gmx.de> Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 15 2月, 2006 1 次提交
-
-
由 Steve French 提交于
This patch fixes an oops reported by Adrian Bunk in cifs_user_read when a null read response is returned on a forcedirectio mount. Signed-off-by: NDave Kleikamp <shaggy@austin.ibm.com> Signed-off-by: NSteve French <sfrench@us.ibm.com> Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
-
- 14 2月, 2006 1 次提交
-
-
由 Steve French 提交于
The cifs session setup code has three cases, and a fourth for backlevel LANMAN2 style session setup needed to be added. This new session setup implmentation will eventually replace the other three and should be easier to read while fixing a few minor problems (not setting the LARGE READ/WRITEX flags when NTLMSSP was negotiated for example) and adding support for NTLMv2 (which will be added with the next patch. In the meantime, this code is marked in an CONFIG_CIFS_EXPERIMENTAL block and will not be turned on by default until it is tested against more server types. Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 10 2月, 2006 2 次提交
-
-
由 Steve French 提交于
Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
由 Steve French 提交于
Fix to hash NTLMv2 properly will follow. Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 28 1月, 2006 2 次提交
-
-
由 Steve French 提交于
Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
由 Steve French 提交于
-
- 25 1月, 2006 1 次提交
-
-
由 Steve French 提交于
typically - header + 13 pages). Forgetting to set wsize on the mount command costs more than 10% on large write (can be much more) so this makes a saner default. We still shrink this default smaller if server can not support it. Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 24 1月, 2006 1 次提交
-
-
由 Steve French 提交于
Could cause memory leak in some readpaths depending on what junk followed it in the stack. Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 19 1月, 2006 1 次提交
-
-
由 Steve French 提交于
error path of new cifs_readpages code. Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 18 1月, 2006 1 次提交
-
-
由 Steve French 提交于
Signed-off-by: NBenoit Boissinot <benoit.boissinot@ens-lyon.org> Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 14 1月, 2006 1 次提交
-
-
由 Steve French 提交于
Fix Samba bugzilla bug 3301 In share mode encrypted password must be sent on tree connection (in our case only the NTLM password is sent, not the older LANMAN one). Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 13 1月, 2006 3 次提交
-
-
由 Steve French 提交于
Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
由 Steve French 提交于
Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
由 Steve French 提交于
from server when mount forcedirectio. Allowing update of file size with non forcedirectio mounts should be allowed in the fiture but requires carefully writing out the last page in the local file if it is a partial page in order to avoid corruption and careful serialization Thanks to Maximiliano Curia who suggested similar changes and provided a testcase. Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 11 1月, 2006 1 次提交
-
-
由 Jesper Juhl 提交于
ICC likes to complain about storage class not being first, GCC doesn't care much (except for cases like "inline static"). have a hard time seeing how it could break anything. Thanks to Gabriel A. Devenyi for pointing out http://linuxicc.sourceforge.net/ which is what made me create this patch. Signed-off-by: NJesper Juhl <jesper.juhl@gmail.com> Signed-off-by: NAndrew Morton <akpm@osdl.org> Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
-
- 10 1月, 2006 1 次提交
-
-
由 Jes Sorensen 提交于
This patch converts the inode semaphore to a mutex. I have tested it on XFS and compiled as much as one can consider on an ia64. Anyway your luck with it might be different. Modified-by: NIngo Molnar <mingo@elte.hu> (finished the conversion) Signed-off-by: NJes Sorensen <jes@sgi.com> Signed-off-by: NIngo Molnar <mingo@elte.hu>
-
- 09 1月, 2006 3 次提交
-
-
由 OGAWA Hirofumi 提交于
This patch add EXPORT_SYMBOL(filemap_write_and_wait) and use it. See mm/filemap.c: And changes the filemap_write_and_wait() and filemap_write_and_wait_range(). Current filemap_write_and_wait() doesn't wait if filemap_fdatawrite() returns error. However, even if filemap_fdatawrite() returned an error, it may have submitted the partially data pages to the device. (e.g. in the case of -ENOSPC) <quotation> Andrew Morton writes, If filemap_fdatawrite() returns an error, this might be due to some I/O problem: dead disk, unplugged cable, etc. Given the generally crappy quality of the kernel's handling of such exceptions, there's a good chance that the filemap_fdatawait() will get stuck in D state forever. </quotation> So, this patch doesn't wait if filemap_fdatawrite() returns the -EIO. Trond, could you please review the nfs part? Especially I'm not sure, nfs must use the "filemap_fdatawrite(inode->i_mapping) == 0", or not. Acked-by: NTrond Myklebust <trond.myklebust@fys.uio.no> Signed-off-by: NAndrew Morton <akpm@osdl.org> Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
-
由 Steve French 提交于
patch 2ea55c01e0c5dfead8699484b0bae2a375b1f61c fixed CIFS clobbering the global fops structure for some per mount setting, by duplicating and having 2 fops structs. However the write to the fops was left behind, which is a NOP in practice (due to the fact that we KNOW the fops has that field set to NULL already due to the duplication). So remove it... In addition, another instance of the same bug was forgotten in november. Signed-off-by: NArjan van de Ven <arjan@infradead.org> Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
由 Steve French 提交于
Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 01 1月, 2006 1 次提交
-
-
由 Steve French 提交于
Pointed out by Leo Comitale Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 13 12月, 2005 1 次提交
-
-
由 Steve French 提交于
Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 04 12月, 2005 2 次提交
-
-
由 Steve French 提交于
when CONFIG_CIFS_STATS2 is on (helps in debugging performance) Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
由 Steve French 提交于
better performance debugging. Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 03 12月, 2005 1 次提交
-
-
由 Steve French 提交于
memcpy. Part 1 Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 02 12月, 2005 2 次提交
-
-
由 Steve French 提交于
Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
由 Steve French 提交于
assembling smb requests when setuids and Linux protocol extensions enabled and in checking more matching sessions in multiuser mount mode. Pointed out by Shaggy. Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 30 11月, 2005 4 次提交
-
-
由 Steve French 提交于
Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
由 Steve French 提交于
Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
由 Steve French 提交于
the request queue. Also periodically wakeup response_q so threads can check if stuck requests have timed out. Workaround Windows server illegal smb length on transact2 findfirst response. Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
由 Steve French 提交于
disabled. Also set mode, uid, gid better on mkdir and create for the case when Unix Extensions is not enabled and setuids is enabled. This is necessary to fix the hole in which chown could be allowed for non-root users in some cases if root mounted, and also to display the mode and uid properly in some cases. Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 29 11月, 2005 1 次提交
-
-
由 Steve French 提交于
fix cifs negative dentries so they are freed faster (not requiring umount or readdir e.g.) so the client recognizes the new file on the server more quickly. Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 20 11月, 2005 1 次提交
-
-
由 Steve French 提交于
so it does not return EACCESS (unless server really returns that). Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
- 19 11月, 2005 2 次提交
-
-
由 Steve French 提交于
Signed-off-by: NSteve French <sfrench@us.ibm.com>
-
由 Steve French 提交于
Signed-off-by: NSteve French <sfrench@us.ibm.com>
-