aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-08cifs: initialize tlink_tree_lock and tlink_treeJeff Layton1-0/+3
2010-10-08Merge branch 'for-next'Steve French26-434/+1614
2010-10-08[CIFS] Remove build warningSteve French1-1/+1
2010-10-08cifs: fix module refcount leak in find_domain_nameJeff Layton1-1/+4
2010-10-08cifs: implement recurring workqueue job to prune old tconsJeff Layton2-1/+58
2010-10-08cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5)Jeff Layton1-0/+10
2010-10-07[CIFS] Various small checkpatch cleanupsSteve French3-12/+12
2010-10-07cifs: add "multiuser" mount optionJeff Layton1-0/+13
2010-10-07cifs: add routines to build sessions and tcons on the flyJeff Layton3-28/+279
2010-10-06ntlm authentication and signing - Correct response length for ntlmv2 authentication without extended securityShirish Pargaonkar1-3/+6
2010-10-06cifs: fix cifs_show_options to show "username=" or "multiuser"Jeff Layton1-1/+5
2010-10-06cifs: have find_readable/writable_file filter by fsuidJeff Layton6-16/+35
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton9-33/+41
2010-10-06cifs: add refcounted and timestamped container for holding tconsJeff Layton9-148/+376
2010-10-05fs/locks.c: prepare for BKL removalArnd Bergmann1-2/+2
2010-10-04BKL: Remove BKL from CifsFSJan Blunck1-12/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-2/+10
2010-10-01cifs: prevent infinite recursion in cifs_reconnect_tconJeff Layton1-16/+33
2010-09-29cifs: set backing_dev_info on new S_ISREG inodesJeff Layton1-0/+2
2010-09-29cifs: fix handling of signing with writepages (try #6)Jeff Layton1-31/+37
2010-09-29cifs: have cifs_new_fileinfo take a tcon argJeff Layton3-14/+16
2010-09-29cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton8-32/+42
2010-09-29cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglersJeff Layton3-4/+4
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton13-71/+74
2010-09-29cifs: make various routines use the cifsFileInfo->tcon pointerJeff Layton5-56/+45
2010-09-29[CIFS] Fix ordering of cleanup on module init failureSteve French2-10/+9
2010-09-29[CIFS] Remove obsolete headerSteve French1-37/+0
2010-09-29cifs: allow matching of tcp sessions in CifsNew stateJeff Layton1-9/+0
2010-09-29cifs: add tcon field to cifsFileInfo structJeff Layton2-0/+2
2010-09-29cifs: add "mfsymlinks" mount optionStefan Metzmacher3-0/+18
2010-09-29cifs: use Minshall+French symlink functionsStefan Metzmacher4-4/+47
2010-09-29cifs: implement CIFSCreateMFSymLink()Stefan Metzmacher1-0/+45
2010-09-29cifs: implement CIFSFormatMFSymlink()Stefan Metzmacher1-0/+41
2010-09-29cifs: implement CIFSQueryMFSymLink()Stefan Metzmacher1-0/+50
2010-09-29cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink()Stefan Metzmacher2-0/+83
2010-09-29cifs: implement CIFSParseMFSymlink()Stefan Metzmacher1-0/+62
2010-09-29cifs: Allow binding to local IP address.Ben Greear3-2/+108
2010-09-29cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication codeShirish Pargaonkar8-53/+225
2010-09-29cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holdsShirish Pargaonkar5-23/+23
2010-09-29cifs: fix broken oplock handlingSuresh Jayaraman3-10/+9
2010-09-29cifs: use type __u32 instead of int for the oplock parameterSuresh Jayaraman1-4/+4
2010-09-14cifs: fix potential double put of TCP session referenceJeff Layton1-3/+3
2010-09-08cifs: prevent possible memory corruption in cifs_demultiplex_threadJeff Layton3-11/+17
2010-09-08cifs: eliminate some more premature cifsd exitsJeff Layton1-29/+12
2010-09-08cifs: prevent cifsd from exiting prematurelyJeff Layton1-9/+7
2010-09-08[CIFS] ntlmv2/ntlmssp remove-unused-function CalcNTLMv2_partial_mac_keySteve French2-59/+0
2010-09-08cifs: eliminate redundant xdev check in cifs_renameJeff Layton1-21/+9
2010-09-08Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French11-452/+172
2010-09-08Revert "missing changes during ntlmv2/ntlmssp auth and sign"Steve French2-10/+5
2010-09-08Revert "Eliminate sparse warning - bad constant expression"Steve French2-128/+72