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 |
Jeff Layton
|
71823baff1
cifs: don't always drop malformed replies on the floor (try #3)
|
14 years ago |
Jeff Layton
|
e3f0dadb2b
cifs: enable signing flag in SMB header when server has it on
|
14 years ago |
Jeff Layton
|
d804d41d16
cifs: don't pop a printk when sending on a socket is interrupted
|
14 years ago |
Jeff Layton
|
2db7c58155
cifs: send an NT_CANCEL request when a process is signalled
|
14 years ago |
Jeff Layton
|
1be912dde7
cifs: handle cancelled requests better
|
14 years ago |
Jeff Layton
|
690c522fa5
cifs: use get/put_unaligned functions to access ByteCount
|
14 years ago |