aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-08cifs: prevent possible memory corruption in cifs_demultiplex_threadJeff Layton1-1/+2
2010-09-08[CIFS] ntlmv2/ntlmssp remove-unused-function CalcNTLMv2_partial_mac_keySteve French1-2/+0
2010-09-08Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French1-6/+6
2010-08-20[CIFS] Fix ntlmv2 auth with ntlmsspSteve French1-6/+6
2010-08-05CIFS: Make cifs_convert_address() take a const src pointer and a lengthDavid Howells1-2/+2
2010-08-02cifs: set the port in sockaddr in a more clearly defined fashionJeff Layton1-1/+3
2010-06-16cifs: move cifs_new_fileinfo call out of cifs_posix_openJeff Layton1-1/+0
2010-05-17cifs: fix noserverino handling when unix extensions are enabledJeff Layton1-0/+1
2010-05-05cifs: have decode_negTokenInit set flags in server structJeff Layton1-1/+1
2010-05-05cifs: break negotiate protocol calls out of cifs_setup_sessionJeff Layton1-1/+3
2010-04-28cifs: eliminate "first_time" parm to CIFS_SessSetupJeff Layton1-1/+0
2010-04-22[CIFS] Allow null nd (as nfs server uses) on createSteve French1-2/+4
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-2/+14
2010-03-09cifs: add cifs_revalidate_fileJeff Layton1-0/+2
2010-03-06cifs: add a CIFSSMBUnixQFileInfo functionJeff Layton1-0/+2
2010-03-06cifs: add a CIFSSMBQFileInfo functionJeff Layton1-0/+2
2010-02-23cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton1-5/+2
2009-11-06cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton1-0/+1
2009-09-25cifs: fix problems with last two commitsJeff Layton1-1/+1
2009-09-24cifs: eliminate cifs_init_privateJeff Layton1-0/+3
2009-09-24cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton1-5/+1
2009-09-15cifs: fix oplock request handling in posix codepathJeff Layton1-1/+1
2009-07-09cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_igetJeff Layton1-3/+3
2009-07-09cifs: add and use CIFSSMBUnixSetFileInfo for setattr callsJeff Layton1-0/+4
2009-07-09cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton1-1/+1
2009-07-01cifs: add new cifs_iget function and convert unix codepath to use itJeff Layton1-2/+7
2009-06-13cifs: add new routine for converting AF_INET and AF_INET6 addrsJeff Layton1-1/+1
2009-05-28cifs: reorganize get_cifs_aclChristoph Hellwig1-2/+2
2009-05-28cifs: make cnvrtDosUnixTm take a little-endian args and an offsetJeff Layton1-2/+2
2009-05-28cifs: have cifs_NTtimeToUnix take a little-endian argJeff Layton1-1/+1
2009-04-30cifs: change cifs_get_name_from_search_buf to use new unicode helperJeff Layton1-2/+0
2009-04-30cifs: change CIFSSMBUnixQuerySymLink to use new helpersJeff Layton1-2/+1
2009-03-18[CIFS] Rename compose_mount_options to cifs_compose_mount_options.Steve French1-0/+3
2009-03-12[CIFS] reopen file via newer posix open protocol operation if availableSteve French1-0/+3
2009-03-12[CIFS] Send SMB flush in cifs_fsyncSteve French1-0/+3
2009-02-21cifs: posix fill in inode needed by posix openJeff Layton1-0/+2
2009-02-21cifs: properly handle case where CIFSGetSrvInodeNumber failsJeff Layton1-2/+1
2009-02-21cifs: refactor new_inode() calls and inode initializationJeff Layton1-0/+2
2009-02-21[CIFS] Prevent OOPs when mounting with remote prefixpath.Igor Mammedov1-0/+1
2009-01-29cifs: turn smb_send into a wrapper around smb_sendvJeff Layton1-2/+2
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-1/+2
2008-12-26cifs: have calc_lanman_hash take more granular argsJeff Layton1-1/+2
2008-11-14CRED: Wrap task credential accesses in the CIFS filesystemDavid Howells1-1/+1
2008-10-29[CIFS] Reduce number of socket retries in large write pathSteve French1-1/+1
2008-09-24cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIleJeff Layton1-1/+1
2008-09-23cifs: add function to set file dispositionJeff Layton1-0/+2
2008-08-06Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton1-2/+3
2008-08-06change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton1-1/+1
2008-08-06bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton1-3/+14
2008-05-15[CIFS] Finishup DFS codeSteve French1-2/+2