aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-06cifs: remove the sockopt= mount optionJeff Layton1-15/+1
2013-02-27cifs: set MAY_SIGN when sec=krb5Martijn de Gouw1-1/+1
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-18/+48
2013-02-13cifs: Convert struct cifs_ses to use a kuid_t and a kgid_tEric W. Biederman1-1/+1
2013-02-13cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman1-1/+1
2013-02-13cifs: Modify struct smb_vol to use kuids and kgidsEric W. Biederman1-10/+40
2013-02-13cifs: Convert struct tcon_link to use a kuid.Eric W. Biederman1-6/+6
2013-01-21cifs: fix srcip_matches() for ipv6Nickolai Zeldovich1-1/+1
2012-12-20cifs: fix double-free of "string" in cifs_parse_mount_optionsJeff Layton1-7/+2
2012-12-11cifs: parse the device name into UNC and prepathJeff Layton1-7/+88
2012-12-11cifs: fix up handling of prefixpath= optionJeff Layton1-25/+9
2012-12-11cifs: clean up handling of unc= optionJeff Layton1-27/+12
2012-12-09Do not send SMB2 signatures for SMB3 framesSteve French1-1/+1
2012-12-05cifs: always zero out smb_vol before parsing optionsJeff Layton1-3/+4
2012-12-05cifs: remove unneeded address argument from cifs_find_tcp_session and match_serverJeff Layton1-14/+11
2012-12-05cifs: get rid of smb_vol->UNCip and smb_vol->portJeff Layton1-58/+33
2012-12-05cifs: Add handling of blank password optionJesper Nilsson1-0/+1
2012-12-05Add SMB2.02 dialect supportSteve French1-0/+5
2012-12-05CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French1-4/+8
2012-12-05cifs: make error on lack of a unc= option more explicitJeff Layton1-14/+5
2012-12-05default authentication needs to be at least ntlmv2 security for cifs mountsSteve French1-10/+0
2012-10-07cifs: reinstate the forcegid optionJeff Layton1-0/+9
2012-10-01[CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)Steve French1-0/+5
2012-09-24cifs: remove support for deprecated "forcedirectio" and "strictcache" mount optionsJeff Layton1-33/+4
2012-09-24CIFS: Fix fast lease break after open problemPavel Shilovsky1-0/+1
2012-09-24cifs: add deprecation warning to sockopt=TCP_NODELAY optionJeff Layton1-5/+6
2012-09-24cifs: cork the socket before a send and uncork it afterwardJeff Layton1-0/+4
2012-09-24CIFS: Process oplocks for SMB2Pavel Shilovsky1-0/+4
2012-09-24CIFS: Move r/wsize negotiating to ops structPavel Shilovsky1-142/+2
2012-07-24CIFS: Make CAP_* checks protocol independentPavel Shilovsky1-3/+3
2012-07-24CIFS: Add echo request support for SMB2Pavel Shilovsky1-3/+0
2012-07-24CIFS: Move echo code to osp structPavel Shilovsky1-4/+6
2012-07-24CIFS: Move building path to root to ops structPavel Shilovsky1-1/+1
2012-07-24CIFS: Move is_path_accessible to ops structPavel Shilovsky1-25/+6
2012-07-24CIFS: Move informational tcon calls to ops structPavel Shilovsky1-27/+24
2012-07-24CIFS: Move getting dfs referalls to ops structPavel Shilovsky1-7/+8
2012-07-24CIFS: Process reconnects for SMB2 sharesPavel Shilovsky1-0/+3
2012-07-24CIFS: Add SMB2 credits supportPavel Shilovsky1-1/+1
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky1-20/+20
2012-07-24CIFS: Move protocol specific tcon/tdis code to ops structPavel Shilovsky1-30/+43
2012-07-24CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky1-8/+10
2012-07-24CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky1-13/+11
2012-07-24CIFS: Move trans2 processing to ops structPavel Shilovsky1-159/+2
2012-07-23cifs: reinstate sec=ntlmv2 mount optionJeff Layton1-4/+5
2012-07-23cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton1-7/+7
2012-07-16cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton1-0/+18
2012-07-03cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBufferSizeJeff Layton1-6/+3
2012-06-12cifs: fix parsing of password mount optionSuresh Jayaraman1-15/+17
2012-06-01CIFS: Move get_next_mid to ops structPavel Shilovsky1-1/+1
2012-06-01CIFS: Make accessing is_valid_oplock/dump_detail ops struct field safePavel Shilovsky1-2/+4