aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
Commit message (Expand)AuthorAge
* cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton2009-09-24
* cifs: consolidate reconnect logic in smb_init routinesJeff Layton2009-09-03
* [CIFS] potential NULL dereference in parse_DFS_referrals()Steve French2009-08-31
* [CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in statsSteve French2009-07-10
* cifs: add and use CIFSSMBUnixSetFileInfo for setattr callsJeff Layton2009-07-09
* cifs: make a separate function for filling out FILE_UNIX_BASIC_INFOJeff Layton2009-07-09
* cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton2009-07-09
* [CIFS] cleanup asn handling for ntlmsspSteve French2009-06-24
* [CIFS] Do not send tree disconnect if session is already disconnectedSteve French2009-06-24
* cifs: make cnvrtDosUnixTm take a little-endian args and an offsetJeff Layton2009-05-28
* cifs: fix artificial limit on reading symlinksJeff Layton2009-05-26
* cifs: fix pointer initialization and checks in cifs_follow_symlink (try #4)Jeff Layton2009-05-19
* cifs: fix error handling in parse_DFS_referralsJeff Layton2009-05-14
* [CIFS] Allow raw ntlmssp code to be enabled with sec=ntlmsspSteve French2009-05-06
* [CIFS] Remove sparse warningSteve French2009-05-02
* [CIFS] remove checkpatch warningSteve French2009-05-02
* [CIFS] Fix final user of old string conversion codeSteve French2009-05-02
* [CIFS] Remove sparse endian warningsSteve French2009-05-01
* [CIFS] rename cifs_strndup to cifs_strndup_from_ucsSteve French2009-04-30
* cifs: change CIFSSMBUnixQuerySymLink to use new helpersJeff Layton2009-04-30
* cifs: rename cifs_strlcpy_to_host and make it use new functionsJeff Layton2009-04-30
* cifs: add new function to get unicode string length in bytesJeff Layton2009-04-30
* cifs: Rename cifs_strncpy_to_host and fix buffer sizeSuresh Jayaraman2009-04-20
* cifs: vary timeout on writes past EOF based on offset (try #5)Jeff Layton2009-04-16
* [CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French2009-04-16
* cifs: fix buffer format byte on NT Rename/hardlinkJeff Layton2009-03-11
* [CIFS] Send SMB flush in cifs_fsyncSteve French2009-03-11
* [CIFS] Fix multiuser mounts so server does not invalidate earlier security co...Steve French2009-02-20
* [CIFS] Remove redundant testJulia Lawall2008-12-25
* [CIFS] Cleanup: Move the check for too large R/W requestsSteve French2008-12-25
* [CIFS] various minor cleanups pointed out by checkpatch scriptSteve French2008-12-25
* cifs: fix buffer overrun in parse_DFS_referralsJeff Layton2008-12-17
* [CIFS] fix check for dead tcon in smb_initSteve French2008-11-18
* Fixed parsing of mount options when doing DFS submountIgor Mammedov2008-11-17
* cifs: reinstate sharing of tree connectionsJeff Layton2008-11-16
* cifs: reinstate sharing of SMB sessions sans racesJeff Layton2008-11-14
* cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton2008-11-14
* [CIFS] Fix cifs reconnection flagsSteve French2008-11-13
* [CIFS] fix error in smb_send2Steve French2008-10-30
* cifs: track DeletePending flag in cifsInodeInfoJeff Layton2008-10-19
* [CIFS] Check that last search entry resume key is validSteve French2008-10-08
* [CIFS] make sure we have the right resume info before calling CIFSFindNextSteve French2008-10-07
* cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIleJeff Layton2008-09-24
* cifs: add function to set file dispositionJeff Layton2008-09-23
* [CIFS] list entry can not return nullSteve French2008-08-08
* Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton2008-08-06
* change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton2008-08-06
* [CIFS] fix trailing whitespaceSteve French2008-08-06
* bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton2008-08-06
* [CIFS] Fix warnings from checkpatchShirish Pargaonkar2008-07-24