Pavel Shilovsky
|
a9f1b85e5b
CIFS: Simplify ipv*_connect functions into one (try #4)
|
14 years ago |
Shirish Pargaonkar
|
21e733930b
NTLM auth and sign - Allocate session key/client response dynamically
|
14 years ago |
Shirish Pargaonkar
|
5f98ca9afb
cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds
|
15 years ago |
Steve French
|
c8e56f1f4f
Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"
|
15 years ago |
Steve French
|
9fbc590860
[CIFS] Fix ntlmv2 auth with ntlmssp
|
15 years ago |
Steve French
|
bdfae149c5
[CIFS] Remove unused cifs_oplock_cachep
|
15 years ago |
Joe Perches
|
b6b38f704a
[CIFS] Neaten cERROR and cFYI macros, reduce text space
|
15 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
Jeff Layton
|
3bc303c254
cifs: convert oplock breaks to use slow_work facility (try #4)
|
16 years ago |
Jeff Layton
|
1b49c55661
cifs: protect GlobalOplock_Q with its own spinlock
|
16 years ago |
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 |