aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
Commit message (Expand)AuthorAgeFilesLines
...
| * cifs: add a CIFSSMBQFileInfo functionJeff Layton2010-03-061-0/+64
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \ | |/ |/|
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | [CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex andSteve French2010-02-251-6/+6
* | [CIFS] Use unsigned ea length for claritySteve French2010-02-241-1/+1
* | [CIFS] Minor cleanup to EA patchSteve French2010-02-231-1/+1
* | cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton2010-02-231-167/+47
* | cifs: verify lengths of QueryAllEAs replyJeff Layton2010-02-231-18/+31
* | cifs: increase maximum buffer size in CIFSSMBQAllEAsJeff Layton2010-02-231-1/+1
* | cifs: rename name_len to list_len in CIFSSMBQAllEAsJeff Layton2010-02-231-19/+19
* | cifs: clean up indentation in CIFSSMBQAllEAsJeff Layton2010-02-231-76/+75
|/
* cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton2009-09-241-0/+1
* cifs: consolidate reconnect logic in smb_init routinesJeff Layton2009-09-031-189/+123
* [CIFS] potential NULL dereference in parse_DFS_referrals()Steve French2009-08-311-0/+4
* [CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in statsSteve French2009-07-101-1/+4
* cifs: add and use CIFSSMBUnixSetFileInfo for setattr callsJeff Layton2009-07-091-0/+63
* cifs: make a separate function for filling out FILE_UNIX_BASIC_INFOJeff Layton2009-07-091-32/+42
* cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton2009-07-091-3/+3
* [CIFS] cleanup asn handling for ntlmsspSteve French2009-06-251-1/+1
* [CIFS] Do not send tree disconnect if session is already disconnectedSteve French2009-06-251-1/+1
* 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