aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-23CIFS: Introduce SMB2 mounts as vers=2.1Steve French1-1/+8
2012-05-23CIFS: Move add/set_credits and get_credits_field to ops structurePavel Shilovsky1-2/+2
2012-05-23CIFS: Move protocol specific demultiplex thread calls to ops structPavel Shilovsky1-23/+4
2012-05-23CIFS: Move header_size/max_header_size to ops structurePavel Shilovsky1-8/+9
2012-05-16cifs: add a smb_version_operations/values structures and a smb_version enumJeff Layton1-1/+41
2012-05-16cifs: remove the vers= and version= synonyms for ver=Jeff Layton1-4/+1
2012-05-16cifs: add warning about change in default cache semantics in 3.7Jeff Layton1-0/+13
2012-05-16cifs: add deprecation warnings to strictcache and forcedirectioJeff Layton1-0/+6
2012-05-16cifs: add a cache= option to better describe the different cache flavorsJeff Layton1-3/+54
2012-05-16cifs: fix misspelling of "forcedirectio"Jeff Layton1-1/+2
2012-05-03cifs: make sure we ignore the credentials= and cred= optionsJeff Layton1-0/+2
2012-05-01cifs: add missing initialization of server->req_lockJeff Layton1-0/+1
2012-05-01cifs: don't cap ra_pages at the same level as default_backing_dev_infoJeff Layton1-17/+1
2012-04-24CIFS: Show backupuid/gid in /proc/mountsSachin Prabhu1-6/+6
2012-04-13Fix number parsing in cifs_parse_mount_optionsSachin Prabhu1-1/+1
2012-04-11Cleanup handling of NULL value passed for a mount optionSachin Prabhu1-61/+19
2012-04-03Fix UNC parsing on mountSachin Prabhu1-7/+7
2012-04-03Remove unnecessary check for NULL in password parserSachin Prabhu1-2/+1
2012-03-27CIFS: Add missed forcemand mount optionPavel Shilovsky1-2/+5
2012-03-23cifs: handle "sloppy" option appropriatelyJeff Layton1-3/+18
2012-03-23cifs: use standard token parser for mount optionsSachin Prabhu1-524/+814
2012-03-23cifs: add new cifsiod_wq workqueueJeff Layton1-4/+4
2012-03-23CIFS: Change mid_q_entry structure fieldsPavel Shilovsky1-11/+11
2012-03-23CIFS: Separate protocol-specific code from cifs_readv_receive codePavel Shilovsky1-12/+0
2012-03-23CIFS: Separate protocol-specific code from demultiplex codePavel Shilovsky1-36/+42
2012-03-21CIFS: Delete echo_retries module parmPavel Shilovsky1-4/+14
2012-03-21CIFS: Introduce credit-based flow controlPavel Shilovsky1-8/+6
2012-03-21CIFS: Simplify inFlight logicPavel Shilovsky1-5/+5
2012-03-21cifs: fix issue mounting of DFS ROOT when redirecting from one domain controller to the nextJeff Layton1-1/+2