Jeff Layton
|
25189643a1
cifs: remove the sockopt= mount option
|
12 years ago |
Martijn de Gouw
|
0b7bc84000
cifs: set MAY_SIGN when sec=krb5
|
12 years ago |
Linus Torvalds
|
94f2f14234
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
12 years ago |
Eric W. Biederman
|
64ed39dd1e
cifs: Convert struct cifs_ses to use a kuid_t and a kgid_t
|
12 years ago |
Eric W. Biederman
|
1f68233c52
cifs: Convert struct cifs_sb_info to use kuids and kgids
|
12 years ago |
Eric W. Biederman
|
3da4656504
cifs: Modify struct smb_vol to use kuids and kgids
|
12 years ago |
Eric W. Biederman
|
6d4a083205
cifs: Convert struct tcon_link to use a kuid.
|
12 years ago |
Nickolai Zeldovich
|
e3e2775ced
cifs: fix srcip_matches() for ipv6
|
12 years ago |
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 |