aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-02[CIFS] remove checkpatch warningSteve French1-1/+1
2009-05-02[CIFS] Fix final user of old string conversion codeSteve French1-42/+38
2009-05-01[CIFS] Remove sparse endian warningsSteve French1-5/+9
2009-04-30[CIFS] rename cifs_strndup to cifs_strndup_from_ucsSteve French1-6/+6
2009-04-30cifs: change CIFSSMBUnixQuerySymLink to use new helpersJeff Layton1-22/+14
2009-04-30cifs: rename cifs_strlcpy_to_host and make it use new functionsJeff Layton1-43/+12
2009-04-30cifs: add new function to get unicode string length in bytesJeff Layton1-23/+2
2009-04-20cifs: Rename cifs_strncpy_to_host and fix buffer sizeSuresh Jayaraman1-10/+10
2009-04-17cifs: vary timeout on writes past EOF based on offset (try #5)Jeff Layton1-2/+2
2009-04-17[CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French1-1/+1
2009-03-12cifs: fix buffer format byte on NT Rename/hardlinkJeff Layton1-2/+4
2009-03-12[CIFS] Send SMB flush in cifs_fsyncSteve French1-0/+21
2009-02-21[CIFS] Fix multiuser mounts so server does not invalidate earlier security contextsSteve French1-3/+4
2008-12-26[CIFS] Remove redundant testJulia Lawall1-4/+0
2008-12-26[CIFS] Cleanup: Move the check for too large R/W requestsSteve French1-10/+19
2008-12-26[CIFS] various minor cleanups pointed out by checkpatch scriptSteve French1-8/+8
2008-12-17cifs: fix buffer overrun in parse_DFS_referralsJeff Layton1-1/+2
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