aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-18[CIFS] fix check for dead tcon in smb_initSteve French1-1/+1
2008-11-18Fixed parsing of mount options when doing DFS submountIgor Mammedov1-3/+36
2008-11-17cifs: reinstate sharing of tree connectionsJeff Layton1-31/+12
2008-11-14cifs: reinstate sharing of SMB sessions sans racesJeff Layton1-15/+7
2008-11-14cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton1-9/+9
2008-11-13[CIFS] Fix cifs reconnection flagsSteve French1-18/+22
2008-10-30[CIFS] fix error in smb_send2Steve French1-1/+1
2008-10-20cifs: track DeletePending flag in cifsInodeInfoJeff Layton1-0/+2
2008-10-08[CIFS] Check that last search entry resume key is validSteve French1-3/+24
2008-10-07[CIFS] make sure we have the right resume info before calling CIFSFindNextSteve French1-0/+4
2008-09-24cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIleJeff Layton1-2/+2
2008-09-23cifs: add function to set file dispositionJeff Layton1-0/+55
2008-08-08[CIFS] list entry can not return nullSteve French1-2/+1
2008-08-06Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton1-7/+4
2008-08-06change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton1-3/+3
2008-08-06[CIFS] fix trailing whitespaceSteve French1-1/+1
2008-08-06bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton1-13/+13
2008-07-24[CIFS] Fix warnings from checkpatchShirish Pargaonkar1-3/+2
2008-07-24cifs: assorted endian annotationsHarvey Harrison1-1/+4
2008-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-4/+2
2008-06-04cifs endianness fixesAl Viro1-3/+3
2008-05-23[CIFS] remove unused variablesSteve French1-4/+2
2008-05-22[CIFS] Remove redundant NULL checkSteve French1-12/+6
2008-05-16[CIFS] Add missing defines for DFSSteve French1-8/+9
2008-05-16CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 the MS-DFSC spec.Igor Mammedov1-73/+132
2008-05-15[CIFS] Finishup DFS codeSteve French1-92/+77
2008-05-14add function to convert access flags to legacy open modeJeff Layton1-7/+15
2008-05-13[CIFS] cleanup old checkpatch warningsSteve French1-18/+33
2008-05-13[CIFS] CIFSSMBPosixLock should return -EINVAL on errorMarcin Slusarz1-1/+1
2008-05-13fix memory leak in CIFSFindNextJeff Layton1-0/+1
2008-05-11[CIFS] when not using unix extensions, check for and set ATTR_READONLY on create and mkdirJeff Layton1-10/+6
2008-04-29[CIFS] convert usage of implicit booleans to boolSteve French1-19/+19
2008-04-09[CIFS] Fix looping on reconnect to Samba when unexpected tree connect fail on reconnectSteve French1-14/+18
2008-02-12[CIFS] clean up some hard to read ifdefsSteve French1-4/+2
2008-02-07[CIFS] reduce checkpatch warningsSteve French1-151/+61
2007-12-31[CIFS] Allow setting mode via cifs aclSteve French1-0/+65
2007-12-30[CIFS] fix SetEA failure to some Samba versionsSteve French1-1/+1
2007-11-13[CIFS] Fix buffer overflow if server sends corrupt response to smallSteve French1-61/+36
2007-11-03[CIFS] add OIDs for KRB5 and MSKRB5 to ASN1 parsing routinesJeff Layton1-2/+1
2007-10-26[CIFS] ACL support part 8Steve French1-3/+3
2007-10-25[CIFS] acl support part 6Steve French1-15/+40
2007-10-23[CIFS] remove unused funtion compile warning when experimental offParag Warudkar1-0/+2
2007-10-18[CIFS] log better errors on failed mountsSteve French1-5/+5
2007-10-18[CIFS] Return better error when server requires signing but client forbidsSteve French1-1/+3
2007-10-16[CIFS] Fix some endianness problems in new acl codeSteve French1-1/+1
2007-10-16[CIFS] parse server_GUID in SPNEGO negProt responseJeff Layton1-14/+18
2007-10-16[CIFS]Jeff Layton1-2/+2
2007-10-14[CIFS] Fix endian conversion problem in posix mkdirCyril Gorcunov1-4/+4
2007-10-12[CIFS] CIFS ACL support part 3Steve French1-0/+2
2007-10-04[CIFS] Fix cifsd so shuts down when signing fails during mountSteve French1-3/+20