Pavel Shilovsky
|
45740847e2
CIFS: Setup async request in ops struct
|
13 years ago |
Pavel Shilovsky
|
2dc7e1c033
CIFS: Make transport routines work with SMB2
|
13 years ago |
Pavel Shilovsky
|
a891f0f895
CIFS: Extend credit mechanism to process request type
|
13 years ago |
Jeff Layton
|
762a4206a3
cifs: rename cifs_sign_smb2 to cifs_sign_smbv
|
13 years ago |
Jeff Layton
|
d971e0656b
cifs: remove bogus reset of smb_buf_length in smb_send routines
|
13 years ago |
Sachin Prabhu
|
ffc61ccbb9
Initialise mid_q_entry before putting it on the pending queue
|
13 years ago |
Pavel Shilovsky
|
8825736060
CIFS: Move get_next_mid to ops struct
|
13 years ago |
Pavel Shilovsky
|
452757897a
CIFS: Move add/set_credits and get_credits_field to ops structure
|
13 years ago |
Pavel Shilovsky
|
082d0642c6
CIFS: Move protocol specific part from SendReceive2 to ops struct
|
13 years ago |
Jeff Layton
|
121b046af5
cifs: convert send_nt_cancel into a version specific op
|
13 years ago |
Pavel Shilovsky
|
7c9421e1a9
CIFS: Change mid_q_entry structure fields
|
13 years ago |
Pavel Shilovsky
|
d4e4854fd1
CIFS: Separate protocol-specific code from demultiplex code
|
13 years ago |
Pavel Shilovsky
|
792af7b05b
CIFS: Separate protocol-specific code from transport routines
|
13 years ago |
Pavel Shilovsky
|
bc205ed19b
CIFS: Prepare credits code for a slot reservation
|
13 years ago |
Pavel Shilovsky
|
5bc594982f
CIFS: Make wait_for_free_request killable
|
13 years ago |
Pavel Shilovsky
|
2d86dbc970
CIFS: Introduce credit-based flow control
|
13 years ago |
Pavel Shilovsky
|
fc40f9cf82
CIFS: Simplify inFlight logic
|
13 years ago |
Pavel Shilovsky
|
10b9b98e41
CIFS: Respect negotiated MaxMpxCount
|
13 years ago |
Jeff Layton
|
f06ac72e92
cifs, freezer: add wait_event_freezekillable and have cifs use it
|
13 years ago |
Jeff Layton
|
44d22d846f
cifs: add a callback function to receive the rest of the frame
|
13 years ago |
Jeff Layton
|
826a95e4a3
cifs: consolidate signature generating code
|
13 years ago |
Steve French
|
789e666123
[CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines more readable
|
14 years ago |
Pavel Shilovsky
|
0193e07226
CIFS: Fix missing a decrement of inFlight value
|
14 years ago |
Steve French
|
96daf2b091
[CIFS] Rename three structures to avoid camel case
|
14 years ago |
Jeff Layton
|
3c1105df69
cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5)
|
14 years ago |
Jeff Layton
|
59ffd84141
cifs: add ignore_pend flag to cifs_call_async
|
14 years ago |
Jeff Layton
|
fcc31cb6f1
cifs: make cifs_send_async take a kvec array
|
14 years ago |
Jeff Layton
|
2c8f981d93
cifs: consolidate SendReceive response checks
|
14 years ago |
Jeff Layton
|
820a803ffa
cifs: keep BCC in little-endian format
|
14 years ago |
Steve French
|
be8e3b0044
consistently use smb_buf_length as be32 for cifs (try 3)
|
14 years ago |