Jeff Layton
|
8367224b2e
cifs: fix double-free of "string" in cifs_parse_mount_options
|
12 years ago |
Jeff Layton
|
d387a5c50b
cifs: parse the device name into UNC and prepath
|
12 years ago |
Jeff Layton
|
839db3d10a
cifs: fix up handling of prefixpath= option
|
12 years ago |
Jeff Layton
|
62a1a439e0
cifs: clean up handling of unc= option
|
12 years ago |
Steve French
|
38107d45cf
Do not send SMB2 signatures for SMB3 frames
|
12 years ago |
Jeff Layton
|
6ee9542a87
cifs: always zero out smb_vol before parsing options
|
12 years ago |
Jeff Layton
|
9fa114f74f
cifs: remove unneeded address argument from cifs_find_tcp_session and match_server
|
12 years ago |
Jeff Layton
|
b979aaa177
cifs: get rid of smb_vol->UNCip and smb_vol->port
|
12 years ago |
Jesper Nilsson
|
3c15b4cf55
cifs: Add handling of blank password option
|
12 years ago |
Steve French
|
dd446b16ed
Add SMB2.02 dialect support
|
12 years ago |
Steve French
|
6d3ea7e497
CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2
|
12 years ago |
Jeff Layton
|
e5e69abd05
cifs: make error on lack of a unc= option more explicit
|
12 years ago |
Steve French
|
81bcd8b795
default authentication needs to be at least ntlmv2 security for cifs mounts
|
12 years ago |
Jeff Layton
|
72bd481f86
cifs: reinstate the forcegid option
|
12 years ago |
Steve French
|
e4aa25e780
[CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)
|
12 years ago |
Jeff Layton
|
1b35920490
cifs: remove support for deprecated "forcedirectio" and "strictcache" mount options
|
12 years ago |
Pavel Shilovsky
|
233839b1df
CIFS: Fix fast lease break after open problem
|
12 years ago |
Jeff Layton
|
67c1f52951
cifs: add deprecation warning to sockopt=TCP_NODELAY option
|
12 years ago |
Jeff Layton
|
b8eed28375
cifs: cork the socket before a send and uncork it afterward
|
12 years ago |
Pavel Shilovsky
|
2e44b28878
CIFS: Process oplocks for SMB2
|
12 years ago |
Pavel Shilovsky
|
24985c53d5
CIFS: Move r/wsize negotiating to ops struct
|
12 years ago |
Pavel Shilovsky
|
29e20f9c65
CIFS: Make CAP_* checks protocol independent
|
13 years ago |
Pavel Shilovsky
|
9094fad1ed
CIFS: Add echo request support for SMB2
|
13 years ago |
Pavel Shilovsky
|
f6d7617862
CIFS: Move echo code to osp struct
|
13 years ago |
Pavel Shilovsky
|
9224dfc2f9
CIFS: Move building path to root to ops struct
|
13 years ago |
Pavel Shilovsky
|
68889f269b
CIFS: Move is_path_accessible to ops struct
|
13 years ago |
Pavel Shilovsky
|
af4281dc22
CIFS: Move informational tcon calls to ops struct
|
13 years ago |
Pavel Shilovsky
|
b669f33ca6
CIFS: Move getting dfs referalls to ops struct
|
13 years ago |
Pavel Shilovsky
|
aa24d1e969
CIFS: Process reconnects for SMB2 shares
|
13 years ago |
Pavel Shilovsky
|
28ea5290d7
CIFS: Add SMB2 credits support
|
13 years ago |