aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-08Revert "[CIFS] Eliminate unused variable warning"Steve French1-2/+1
2010-08-26Cannot allocate memory error on mountSuresh Jayaraman1-1/+1
2010-08-26[CIFS] Eliminate unused variable warningSteve French1-1/+2
2010-08-24Eliminate sparse warning - bad constant expressionshirishpargaonkar@gmail.com2-72/+128
2010-08-23cifs: check for NULL session passwordJeff Layton1-0/+1
2010-08-23missing changes during ntlmv2/ntlmssp auth and signShirish Pargaonkar2-5/+10
2010-08-20[CIFS] Fix ntlmv2 auth with ntlmsspSteve French11-172/+452
2010-08-20cifs: correction of unicode header filesIgor Druzhinin2-15/+19
2010-08-18cifs: fix NULL pointer dereference in cifs_find_smb_sesJeff Layton1-1/+2
2010-08-16cifs: consolidate error handling in several functionsJeff Layton2-7/+4
2010-08-16cifs: clean up error handling in cifs_mknodJeff Layton1-75/+74
2010-08-11cifs: update README to include details about 'fsc' optionSuresh Jayaraman1-0/+10
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-49/+52
2010-08-09cifs: truncate falloutChristoph Hellwig1-23/+7
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-2/+4
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro1-5/+4
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig1-16/+13
2010-08-09remove inode_setattrChristoph Hellwig1-12/+33
2010-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds12-247/+148
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds6-34/+32
2010-08-05DNS: Separate out CIFS DNS Resolver codeWang Lei4-205/+56
2010-08-05cifs: account for new creduid=0x%x parameter in spnego upcall stringJeff Layton1-0/+4
2010-08-05cifs: reduce false positives with inode aliasing serverino autodisableJeff Layton1-12/+31
2010-08-05CIFS: Make cifs_convert_address() take a const src pointer and a lengthDavid Howells5-37/+38
2010-08-05cifs: show features compiled in as part of DebugDataSuresh Jayaraman1-0/+25
2010-08-05cifs: update READMESuresh Jayaraman1-2/+3