summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2011-11-11CIFS: Fix incorrect max RFC1002 write size valuePavel Shilovsky
2011-10-07[CIFS] Fix first time message on mount, ntlmv2 upgrade delayed to 3.2Steve French
2011-09-19Fix the conflict between rwpidforward and rw mount optionsSteve French
2011-08-18[CIFS] possible memory corruption on mountSteve French
2011-08-01CIFS: Cleanup demupltiplex thread exiting codePavel Shilovsky
2011-08-01CIFS: Move mid search to a separate functionPavel Shilovsky
2011-08-01CIFS: Move RFC1002 check to a separate functionPavel Shilovsky
2011-08-01CIFS: Simplify socket reading in demultiplex threadPavel Shilovsky
2011-08-01CIFS: Move buffer allocation to a separate functionPavel Shilovsky
2011-07-31cifs: trivial: goto out here is unnecessaryJeff Layton
2011-07-20cifs: fix the type of cifs_demultiplex_thread()Al Viro
2011-07-12[CIFS] update limit for snprintf in cifs_construct_tconSteve French
2011-07-11cifs: drop spinlock before calling cifs_put_tlinkJeff Layton
2011-07-09cifs: fix expand_dfs_referralJeff Layton
2011-07-09cifs: move bdi_setup_and_register outside of CONFIG_CIFS_DFS_UPCALLJeff Layton
2011-07-08cifs: factor smb_vol allocation out of cifs_setup_volume_infoJeff Layton
2011-07-06cifs: have cifs_cleanup_volume_info not take a double pointerJeff Layton
2011-07-06cifs: fix build_unc_path_to_root to account for a prefixpathJeff Layton
2011-07-06cifs: remove bogus call to cifs_cleanup_volume_infoJeff Layton
2011-07-01cifs: set socket send and receive timeouts before attempting connectJeff Layton
2011-06-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-06-24cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()Al Viro
2011-06-24sanitize cifs_umount() prototypeAl Viro
2011-06-24cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()Al Viro
2011-06-24cifs: don't pass superblock to cifs_mount()Al Viro
2011-06-24take bdi setup/destruction into cifs_mount/cifs_umountAl Viro
2011-06-23cifs: fix wsize negotiation to respect max buffer size and active signing (tr...Jeff Layton
2011-06-22CIFS: Fix problem with 3.0-rc1 null user mount failurePavel Shilovsky
2011-06-13cifs: correctly handle NULL tcon pointer in CIFSTConJeff Layton
2011-06-13cifs: don't allow cifs_reconnect to exit with NULL socket pointerJeff Layton
2011-06-13CIFS: Fix sparse errorPavel Shilovsky
2011-06-08cifs: trivial: add space in fsc error messageJeff Layton
2011-06-06possible memory corruption in cifs_parse_mount_options()Vasily Averin
2011-06-03cifs: fix the kernel release version in the default security warning messageSuresh Jayaraman
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French
2011-05-27CIFS: Add rwpidforward mount optionPavel Shilovsky
2011-05-27CIFS: Migrate to shared superblock modelPavel Shilovsky
2011-05-27[CIFS] Migrate from prefixpath logicSteve French
2011-05-26[CIFS] When mandatory encryption on share, fail mountSteve French
2011-05-25cifs: clean up wsize negotiation and allow for larger wsizeJeff Layton
2011-05-24cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5)Jeff Layton
2011-05-24CIFS: Simplify mount code for further shared sb capabilityPavel Shilovsky
2011-05-23CIFS: Simplify connection structure search callsPavel Shilovsky
2011-05-23cifs: remove unused SMB2 config and mount optionsChristoph Hellwig
2011-05-19cifs: Unconditionally copy mount options to superblock infoSean Finney
2011-05-19cifs: Simplify handling of submount options in cifs_mount.Sean Finney
2011-05-19cifs: cifs_parse_mount_options: do not tokenize mount options in-placeSean Finney
2011-05-19cifs: Add support for mounting Windows 2008 DFS sharesSean Finney
2011-05-19cifs: Extract DFS referral expansion logic to separate functionSean Finney
2011-05-19cifs: keep BCC in little-endian formatJeff Layton