summaryrefslogtreecommitdiff
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman2010-08-021-0/+16
* cifs: remove bogus first_time check in NTLMv2 session setup codeJeff Layton2010-08-021-9/+1
* cifs: Fix unicode string area word alignment in session setupJeff Layton2009-05-191-21/+23
* cifs: Fix buffer size in cifs_convertUCSpathSuresh Jayaraman2009-05-191-2/+3
* cifs: Fix incorrect destination buffer size in cifs_strncpy_to_hostSuresh Jayaraman2009-05-191-9/+8
* cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflowsSuresh Jayaraman2009-05-192-1/+8
* cifs: Fix buffer size for tcon->nativeFileSystem fieldJeff Layton2009-05-191-5/+1
* CIFS: Fix memory overwrite when saving nativeFileSystem field during mountSteve French2009-05-022-1/+4
* cifs: fix buffer format byte on NT Rename/hardlinkJeff Layton2009-05-021-2/+4
* Fix oops in cifs_strfromUCS_le mounting to servers which do not specify their OSSteve French2009-03-162-2/+4
* cifs: make sure we allocate enough storage for socket addressJeff Layton2009-02-061-9/+9
* cifs: fix a regression in cifs umount codepathJeff Layton2008-12-131-15/+21
* cifs: fix check for dead tcon in smb_initSteve French2008-12-051-1/+1
* cifs: prevent cifs_writepages() from skipping unwritten pagesDave Kleikamp2008-12-051-1/+4
* cifs: Fix check for tcon seal setting and fix oops on failed mount from earli...Steve French2008-12-051-3/+4
* cifs: Fix build breakSteve French2008-12-051-2/+2
* cifs: reinstate sharing of tree connectionsJeff Layton2008-12-056-219/+249
* cifs: minor cleanup to cifs_mountSteve French2008-12-051-40/+34
* cifs: reinstate sharing of SMB sessions sans racesJeff Layton2008-12-057-166/+174
* cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton2008-12-056-152/+95
* cifs: clean up server protocol handlingSteve French2008-12-053-30/+33
* cifs: remove unused list, add new cifs sock list to prepare for mount/umount fixSteve French2008-12-053-20/+13
* cifs: Fix cifs reconnection flagsSteve French2008-12-055-146/+155
* cifs: Fix error in smb_send2Steve French2008-12-053-4/+7
* cifs: Reduce number of socket retries in large write pathSteve French2008-12-054-26/+77
* CIFS: fix saving of resume key before CIFSFindNextJeff Layton2008-10-251-1/+2
* CIFS: make sure we have the right resume info before calling CIFSFindNextSteve French2008-10-183-63/+70
* [CIFS] Turn off Unicode during session establishment for plaintext authentica...Steve French2008-08-281-0/+2
* [CIFS] update cifs change logSteve French2008-08-282-3/+16
* cifs: fix O_APPEND on directio mountsJeff Layton2008-08-281-0/+4
* [CIFS] Fix plaintext authenticationSteve French2008-08-271-0/+1
* [CIFS] Add destroy routine for dns_resolverJeff Layton2008-08-272-1/+9
* [CIFS] check version in spnego upcall responseSteve French2008-08-263-2/+15
* [CIFS] Kerberos support not considered experimental anymoreSteve French2008-08-191-4/+26
* [CIFS] distinguish between Kerberos and MSKerberos in upcallSteve French2008-08-194-6/+14
* cifs: add local server pointer to cifs_setup_sessionJeff Layton2008-08-191-16/+17
* [CIFS] reindent misindented statementIlpo Järvinen2008-08-191-1/+2
* [CIFS] mount of IPC$ breaks with iget patchSteve French2008-08-141-0/+1
* [CIFS] remove trailing whitespaceSteve French2008-08-111-1/+1
* [CIFS] if get root inode fails during mount, cleanup tree connectionSteve French2008-08-111-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc...Linus Torvalds2008-08-0814-509/+652
|\
| * [CIFS] list entry can not return nullSteve French2008-08-084-74/+61
| * turn cifs_setattr into a multiplexor that calls the correct functionJeff Layton2008-08-061-5/+17
| * move file time and dos attribute setting logic into new functionJeff Layton2008-08-061-87/+109
| * spin off cifs_setattr with unix extensions to its own functionJeff Layton2008-08-061-38/+119
| * [CIFS] Code cleanup in old sessionsetup codeSteve French2008-08-062-78/+80
| * [CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dirJeff Layton2008-08-062-6/+25
| * Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton2008-08-063-14/+13
| * change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton2008-08-063-8/+8
| * [CIFS] fix trailing whitespaceSteve French2008-08-061-1/+1