aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2013-09-09CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky
2013-09-08cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar
2013-09-08cifs: Move string length definitions to uapiScott Lovenberg
2013-09-08cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton
2013-07-30cifs: extend the buffer length enought for sprintf() usingChen Gang
2013-07-04Limit allocation of crypto mechanisms to dialect which requiresSteve French
2013-06-27[CIFS] Fix build warningSteve French
2013-06-26[CIFS] SMB3 Signing enablementSteve French
2013-06-26cifs: using strlcpy instead of strncpyZhao Hongjiang
2013-06-24Add SMB3.02 dialect supportSteve French
2013-06-24move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton
2013-06-24add new fields to smb_vol to track the requested security flavorJeff Layton
2013-06-24cifs: add new fields to cifs_ses to track requested security flavorJeff Layton
2013-06-24cifs: remove the cifs_ses->flags fieldJeff Layton
2013-06-24cifs: add a "nosharesock" mount option to force new sockets to server to be c...Jeff Layton
2013-05-31cifs: fix off-by-one bug in build_unc_path_to_rootJeff Layton
2013-05-24cifs: fix error handling when calling cifs_parse_devnameJeff Layton
2013-05-24cifs: allow sec=none mounts to work against servers that don't support extend...Jeff Layton
2013-05-04cifs: small variable name cleanupDan Carpenter
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-05-04cifs: ignore the unc= and prefixpath= mount optionsJeff Layton
2013-04-10cifs: Allow passwords which begin with a delimitorSachin Prabhu
2013-03-06cifs: remove the sockopt= mount optionJeff Layton
2013-02-27cifs: set MAY_SIGN when sec=krb5Martijn de Gouw
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-13cifs: Convert struct cifs_ses to use a kuid_t and a kgid_tEric W. Biederman
2013-02-13cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman
2013-02-13cifs: Modify struct smb_vol to use kuids and kgidsEric W. Biederman
2013-02-13cifs: Convert struct tcon_link to use a kuid.Eric W. Biederman
2013-01-21cifs: fix srcip_matches() for ipv6Nickolai Zeldovich
2012-12-20cifs: fix double-free of "string" in cifs_parse_mount_optionsJeff Layton
2012-12-11cifs: parse the device name into UNC and prepathJeff Layton
2012-12-11cifs: fix up handling of prefixpath= optionJeff Layton
2012-12-11cifs: clean up handling of unc= optionJeff Layton
2012-12-09Do not send SMB2 signatures for SMB3 framesSteve French
2012-12-05cifs: always zero out smb_vol before parsing optionsJeff Layton
2012-12-05cifs: remove unneeded address argument from cifs_find_tcp_session and match_s...Jeff Layton
2012-12-05cifs: get rid of smb_vol->UNCip and smb_vol->portJeff Layton
2012-12-05cifs: Add handling of blank password optionJesper Nilsson
2012-12-05Add SMB2.02 dialect supportSteve French
2012-12-05CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French
2012-12-05cifs: make error on lack of a unc= option more explicitJeff Layton
2012-12-05default authentication needs to be at least ntlmv2 security for cifs mountsSteve French
2012-10-07cifs: reinstate the forcegid optionJeff Layton
2012-10-01[CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)Steve French
2012-09-24cifs: remove support for deprecated "forcedirectio" and "strictcache" mount o...Jeff Layton
2012-09-24CIFS: Fix fast lease break after open problemPavel Shilovsky
2012-09-24cifs: add deprecation warning to sockopt=TCP_NODELAY optionJeff Layton
2012-09-24cifs: cork the socket before a send and uncork it afterwardJeff Layton