aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: make cnvrtDosUnixTm take a little-endian args and an offsetJeff Layton2009-05-281-2/+2
* cifs: fix artificial limit on reading symlinksJeff Layton2009-05-261-2/+1
* cifs: fix pointer initialization and checks in cifs_follow_symlink (try #4)Jeff Layton2009-05-191-1/+1
* cifs: fix error handling in parse_DFS_referralsJeff Layton2009-05-141-8/+4
* [CIFS] Allow raw ntlmssp code to be enabled with sec=ntlmsspSteve French2009-05-061-0/+10
* [CIFS] Remove sparse warningSteve French2009-05-021-1/+0
* [CIFS] remove checkpatch warningSteve French2009-05-021-1/+1
* [CIFS] Fix final user of old string conversion codeSteve French2009-05-021-42/+38
* [CIFS] Remove sparse endian warningsSteve French2009-05-011-5/+9
* [CIFS] rename cifs_strndup to cifs_strndup_from_ucsSteve French2009-04-301-6/+6
* cifs: change CIFSSMBUnixQuerySymLink to use new helpersJeff Layton2009-04-301-22/+14
* cifs: rename cifs_strlcpy_to_host and make it use new functionsJeff Layton2009-04-301-43/+12
* cifs: add new function to get unicode string length in bytesJeff Layton2009-04-301-23/+2
* cifs: Rename cifs_strncpy_to_host and fix buffer sizeSuresh Jayaraman2009-04-201-10/+10
* cifs: vary timeout on writes past EOF based on offset (try #5)Jeff Layton2009-04-171-2/+2
* [CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French2009-04-171-1/+1
* cifs: fix buffer format byte on NT Rename/hardlinkJeff Layton2009-03-121-2/+4
* [CIFS] Send SMB flush in cifs_fsyncSteve French2009-03-121-0/+21
* [CIFS] Fix multiuser mounts so server does not invalidate earlier security co...Steve French2009-02-211-3/+4
* [CIFS] Remove redundant testJulia Lawall2008-12-261-4/+0
* [CIFS] Cleanup: Move the check for too large R/W requestsSteve French2008-12-261-10/+19
* [CIFS] various minor cleanups pointed out by checkpatch scriptSteve French2008-12-261-8/+8
* cifs: fix buffer overrun in parse_DFS_referralsJeff Layton2008-12-171-1/+2
* [CIFS] fix check for dead tcon in smb_initSteve French2008-11-181-1/+1
* Fixed parsing of mount options when doing DFS submountIgor Mammedov2008-11-181-3/+36
* cifs: reinstate sharing of tree connectionsJeff Layton2008-11-171-31/+12
* cifs: reinstate sharing of SMB sessions sans racesJeff Layton2008-11-141-15/+7
* cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton2008-11-141-9/+9
* [CIFS] Fix cifs reconnection flagsSteve French2008-11-131-18/+22
* [CIFS] fix error in smb_send2Steve French2008-10-301-1/+1
* cifs: track DeletePending flag in cifsInodeInfoJeff Layton2008-10-201-0/+2
* [CIFS] Check that last search entry resume key is validSteve French2008-10-081-3/+24
* [CIFS] make sure we have the right resume info before calling CIFSFindNextSteve French2008-10-071-0/+4
* cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIleJeff Layton2008-09-241-2/+2
* cifs: add function to set file dispositionJeff Layton2008-09-231-0/+55
* [CIFS] list entry can not return nullSteve French2008-08-081-2/+1
* Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton2008-08-061-7/+4
* change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton2008-08-061-3/+3
* [CIFS] fix trailing whitespaceSteve French2008-08-061-1/+1
* bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton2008-08-061-13/+13
* [CIFS] Fix warnings from checkpatchShirish Pargaonkar2008-07-241-3/+2
* cifs: assorted endian annotationsHarvey Harrison2008-07-241-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-06-111-4/+2
|\
| * [CIFS] remove unused variablesSteve French2008-05-231-4/+2
* | cifs endianness fixesAl Viro2008-06-041-3/+3
|/
* [CIFS] Remove redundant NULL checkSteve French2008-05-221-12/+6
* [CIFS] Add missing defines for DFSSteve French2008-05-161-8/+9
* CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 t...Igor Mammedov2008-05-161-73/+132
* [CIFS] Finishup DFS codeSteve French2008-05-151-92/+77
* add function to convert access flags to legacy open modeJeff Layton2008-05-141-7/+15