Commit Graph

62 Commits (296b2f6ae654581adc27f0d6f0af454c7f3d06ee)

Author SHA1 Message Date
Steve French da505c386c [CIFS] Make socket retry timeouts consistent between blocking and nonblocking cases 16 years ago
Jeff Layton 0496e02d87 cifs: turn smb_send into a wrapper around smb_sendv 16 years ago
Volker Lendecke ac6a3ef405 Remove an already-checked error condition in SendReceiveBlockingLock 16 years ago
Volker Lendecke 698e96a826 Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition 16 years ago
Volker Lendecke 17c8bfed8a Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition 16 years ago
Steve French 2b2bdfba7a [CIFS] Streamline SendReceive[2] by using "goto out:" in an error condition 16 years ago
Volker Lendecke 8e4f2e8a1e Slightly streamline SendReceive[2] 16 years ago
Volker Lendecke 829049cbb1 Check the return value of cifs_sign_smb[2] 16 years ago
Volker Lendecke 27a97a613b [CIFS] Slightly simplify wait_for_free_request(), remove an unnecessary "else" branch 16 years ago
Volker Lendecke 8fbbd365cc Simplify allocate_mid() slightly: Remove some unnecessary "else" branches 16 years ago
Volker Lendecke 6d9c6d5431 [CIFS] In SendReceive, move consistency check out of the mutexed region 16 years ago
Jeff Layton 8570552425 cifs: fix wait_for_response to time out sleeping processes correctly 16 years ago
Jeff Layton 72ca545b2d cifs: convert tcpSem to a mutex 16 years ago
Jeff Layton 24b9b06ba7 cifs: remove unused SMB session pointer from struct mid_q_entry 16 years ago
Steve French 61de800d33 [CIFS] fix error in smb_send2 16 years ago
Steve French edf1ae4038 [CIFS] Reduce number of socket retries in large write path 16 years ago
Pekka Enberg 232087cb73 cifs: don't use GFP_KERNEL with GFP_NOFS 17 years ago
Shirish Pargaonkar 176803562b [CIFS] cifs send2 not retrying enough in some cases on full socket 17 years ago
Steve French 5d941ca628 [CIFS] Fix oops when slow oplock process races with unmount 17 years ago
Steve French 90c81e0b0e [CIFS] clean up some hard to read ifdefs 17 years ago
Steve French ad7a2926b9 [CIFS] reduce checkpatch warnings 17 years ago
Steve French 133672efbc [CIFS] Fix buffer overflow if server sends corrupt response to small 17 years ago
Steve French a761ac579b [CIFS] log better errors on failed mounts 18 years ago
Steve French 26f57364d7 [CIFS] formatting cleanup found by checkpatch 18 years ago
Steve French 50c2f75388 [CIFS] whitespace/formatting fixes 18 years ago
Steve French b609f06ac4 [CIFS] Fix packet signatures for NTLMv2 case 18 years ago
Steve French 79a58d1f60 [CIFS] whitespace cleanup 18 years ago
Steve French 8a236264f7 [CIFS] cifs_prepare_write was incorrectly rereading page in some cases 18 years ago
Christoph Lameter e18b890bb0 [PATCH] slab: remove kmem_cache_t 18 years ago
Christoph Lameter e94b176609 [PATCH] slab: remove SLAB_KERNEL 18 years ago
Christoph Lameter e6b4f8da3a [PATCH] slab: remove SLAB_NOFS 18 years ago
Jeremy Allison 7ee1af765d [CIFS] 19 years ago
Steve French 5da07b0208 [CIFS] Make midState usage more consistent 19 years ago
Steve French 14a441a2b4 [CIFS] spinlock protect read of last srv response time in timeout path 19 years ago
Steve French 3a5ff61c18 [CIFS] Do not time out posix brl requests when using new posix setfileinfo 19 years ago
Steve French 26a21b980b [CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change log 19 years ago
Steve French 4b8f930ff8 [CIFS] Free small buffers earlier so we exceed the cifs 19 years ago
Steve French 0820e15a35 [CIFS] Do not zero non-existent iovec in SendReceive response processing. 19 years ago
Steve French 0a4b92c05e [CIFS] Add worker function for Get ACL cifs style 19 years ago
Steve French ec637e3ffb [CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpages 19 years ago
Steve French 84afc29b18 [CIFS] Readpages and readir performance improvements - eliminate extra 19 years ago
Steve French 6ab16d2495 [CIFS] Fix umount --force to wake up the pending response queue, not just 19 years ago
Steve French 0f2b27c438 [CIFS] Fix sparse warnings on smb bcc (byte count) 19 years ago
Steve French 1047abc159 [CIFS] CIFS Stats improvements 20 years ago
Steve French 5e1253b501 [CIFS] Correct cifs tcp retry when some data sent before getting EAGAIN. 20 years ago
Steve French 68058e7575 [CIFS] Reduce CIFS tcp congestion timeout (it was too long) and backoff 20 years ago
Steve French 131afd0b74 [CIFS] /proc/fs/cifs debug code cleanup and new stats2 20 years ago
Steve French 4a77118cd5 CIFS: Allow wsize to exceed CIFSMaxBufSize 20 years ago
Steve French 37c0eb4677 CIFS: implement cifs_writepages to perform multi-page I/O 20 years ago
Steve French 04c08816d6 [CIFS] Missing parenthesis from error message in previous fix 20 years ago