summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2010-10-12cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7)Jeff Layton
2010-10-12CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntl...Shirish Pargaonkar
2010-10-08cifs: initialize tlink_tree_lock and tlink_treeJeff Layton
2010-10-08Merge branch 'for-next'Steve French
2010-10-08[CIFS] Remove build warningSteve French
2010-10-08cifs: fix module refcount leak in find_domain_nameJeff Layton
2010-10-08cifs: implement recurring workqueue job to prune old tconsJeff Layton
2010-10-08cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5)Jeff Layton
2010-10-07[CIFS] Various small checkpatch cleanupsSteve French
2010-10-07cifs: add "multiuser" mount optionJeff Layton
2010-10-07cifs: add routines to build sessions and tcons on the flyJeff Layton
2010-10-06ntlm authentication and signing - Correct response length for ntlmv2 authenti...Shirish Pargaonkar
2010-10-06cifs: fix cifs_show_options to show "username=" or "multiuser"Jeff Layton
2010-10-06cifs: have find_readable/writable_file filter by fsuidJeff Layton
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton
2010-10-06cifs: add refcounted and timestamped container for holding tconsJeff Layton
2010-10-05fs/locks.c: prepare for BKL removalArnd Bergmann
2010-10-04BKL: Remove BKL from CifsFSJan Blunck
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-10-01cifs: prevent infinite recursion in cifs_reconnect_tconJeff Layton
2010-09-29cifs: set backing_dev_info on new S_ISREG inodesJeff Layton
2010-09-29cifs: fix handling of signing with writepages (try #6)Jeff Layton
2010-09-29cifs: have cifs_new_fileinfo take a tcon argJeff Layton
2010-09-29cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton
2010-09-29cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglersJeff Layton
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton
2010-09-29cifs: make various routines use the cifsFileInfo->tcon pointerJeff Layton
2010-09-29[CIFS] Fix ordering of cleanup on module init failureSteve French
2010-09-29[CIFS] Remove obsolete headerSteve French
2010-09-29cifs: allow matching of tcp sessions in CifsNew stateJeff Layton
2010-09-29cifs: add tcon field to cifsFileInfo structJeff Layton
2010-09-29cifs: add "mfsymlinks" mount optionStefan Metzmacher
2010-09-29cifs: use Minshall+French symlink functionsStefan Metzmacher
2010-09-29cifs: implement CIFSCreateMFSymLink()Stefan Metzmacher
2010-09-29cifs: implement CIFSFormatMFSymlink()Stefan Metzmacher
2010-09-29cifs: implement CIFSQueryMFSymLink()Stefan Metzmacher
2010-09-29cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink()Stefan Metzmacher
2010-09-29cifs: implement CIFSParseMFSymlink()Stefan Metzmacher
2010-09-29cifs: Allow binding to local IP address.Ben Greear
2010-09-29cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication codeShirish Pargaonkar
2010-09-29cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect th...Shirish Pargaonkar
2010-09-29cifs: fix broken oplock handlingSuresh Jayaraman
2010-09-29cifs: use type __u32 instead of int for the oplock parameterSuresh Jayaraman
2010-09-14cifs: fix potential double put of TCP session referenceJeff Layton
2010-09-08cifs: prevent possible memory corruption in cifs_demultiplex_threadJeff Layton
2010-09-08cifs: eliminate some more premature cifsd exitsJeff Layton
2010-09-08cifs: prevent cifsd from exiting prematurelyJeff Layton
2010-09-08[CIFS] ntlmv2/ntlmssp remove-unused-function CalcNTLMv2_partial_mac_keySteve French
2010-09-08cifs: eliminate redundant xdev check in cifs_renameJeff Layton
2010-09-08Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French