summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
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
2012-04-24CIFS: Show backupuid/gid in /proc/mountsSachin Prabhu
2012-04-13Fix number parsing in cifs_parse_mount_optionsSachin Prabhu
2012-04-11Cleanup handling of NULL value passed for a mount optionSachin Prabhu
2012-04-03Fix UNC parsing on mountSachin Prabhu
2012-04-03Remove unnecessary check for NULL in password parserSachin Prabhu
2012-03-27CIFS: Add missed forcemand mount optionPavel Shilovsky
2012-03-23cifs: handle "sloppy" option appropriatelyJeff Layton
2012-03-23cifs: use standard token parser for mount optionsSachin Prabhu
2012-03-23cifs: add new cifsiod_wq workqueueJeff Layton
2012-03-23CIFS: Change mid_q_entry structure fieldsPavel Shilovsky
2012-03-23CIFS: Separate protocol-specific code from cifs_readv_receive codePavel Shilovsky
2012-03-23CIFS: Separate protocol-specific code from demultiplex codePavel Shilovsky
2012-03-21CIFS: Delete echo_retries module parmPavel Shilovsky
2012-03-21CIFS: Introduce credit-based flow controlPavel Shilovsky
2012-03-21CIFS: Simplify inFlight logicPavel Shilovsky
2012-03-21cifs: fix issue mounting of DFS ROOT when redirecting from one domain control...Jeff Layton