summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
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
2012-09-24CIFS: Process oplocks for SMB2Pavel Shilovsky
2012-09-24CIFS: Move r/wsize negotiating to ops structPavel Shilovsky
2012-07-24CIFS: Make CAP_* checks protocol independentPavel Shilovsky
2012-07-24CIFS: Add echo request support for SMB2Pavel Shilovsky
2012-07-24CIFS: Move echo code to osp structPavel Shilovsky
2012-07-24CIFS: Move building path to root to ops structPavel Shilovsky
2012-07-24CIFS: Move is_path_accessible to ops structPavel Shilovsky
2012-07-24CIFS: Move informational tcon calls to ops structPavel Shilovsky
2012-07-24CIFS: Move getting dfs referalls to ops structPavel Shilovsky
2012-07-24CIFS: Process reconnects for SMB2 sharesPavel Shilovsky
2012-07-24CIFS: Add SMB2 credits supportPavel Shilovsky
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky
2012-07-24CIFS: Move protocol specific tcon/tdis code to ops structPavel Shilovsky
2012-07-24CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky
2012-07-24CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky
2012-07-24CIFS: Move trans2 processing to ops structPavel Shilovsky
2012-07-23cifs: reinstate sec=ntlmv2 mount optionJeff Layton
2012-07-23cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton
2012-07-16cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton
2012-07-03cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton
2012-06-12cifs: fix parsing of password mount optionSuresh Jayaraman
2012-06-01CIFS: Move get_next_mid to ops structPavel Shilovsky
2012-06-01CIFS: Make accessing is_valid_oplock/dump_detail ops struct field safePavel Shilovsky
2012-05-23CIFS: Introduce SMB2 mounts as vers=2.1Steve French
2012-05-23CIFS: Move add/set_credits and get_credits_field to ops structurePavel Shilovsky
2012-05-23CIFS: Move protocol specific demultiplex thread calls to ops structPavel Shilovsky
2012-05-23CIFS: Move header_size/max_header_size to ops structurePavel Shilovsky
2012-05-16cifs: add a smb_version_operations/values structures and a smb_version enumJeff Layton
2012-05-16cifs: remove the vers= and version= synonyms for ver=Jeff Layton
2012-05-16cifs: add warning about change in default cache semantics in 3.7Jeff Layton
2012-05-16cifs: add deprecation warnings to strictcache and forcedirectioJeff Layton
2012-05-16cifs: add a cache= option to better describe the different cache flavorsJeff Layton
2012-05-16cifs: fix misspelling of "forcedirectio"Jeff Layton
2012-05-03cifs: make sure we ignore the credentials= and cred= optionsJeff Layton
2012-05-01cifs: add missing initialization of server->req_lockJeff Layton
2012-05-01cifs: don't cap ra_pages at the same level as default_backing_dev_infoJeff Layton