summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-23[PATCH] cifs: Add support for suspendSteve French1-0/+2
2005-09-10[PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan1-4/+2
2005-09-08[PATCH] fs: convert kcalloc to kzallocPekka Enberg1-41/+41
2005-04-29[PATCH] cifs: Do not sleep interruptible after socket connect failureSteve French1-2/+1
2005-04-29[PATCH] cifs: Do not init smb requests or block when sending requestsSteve French1-3/+37
2005-04-29[PATCH] cifs: handle termination of cifs oplockd kernel threadSteve French1-5/+6
2005-04-29[PATCH] cifs: Handle case of multiple trans2 responses for one SMB request (p...Steve French1-9/+10
2005-04-29[PATCH] cifs: Handle multiple response transact2 part 1 of 2Steve French1-103/+245
2005-04-29[PATCH] cifs: Ease memory pressure, do not use large buffers in byte range lo...Steve French1-146/+149
2005-04-29[PATCH] cifs: Better handle errors on second socket recv message callSteve French1-6/+25
2005-04-29[PATCH] cifs: improve check for search entry going beyond end of SMB transactSteve French1-23/+39
2005-04-29[PATCH] cifs: remove cifs_kcalloc and check for NULL return on kcalloc in ses...Steve French1-55/+69
2005-04-29[PATCH] cifs: Missing initialization for largeBuf flag left out of previous c...Steve French1-0/+4
2005-04-29[PATCH] cifs: Do not use large smb buffers in response pathSteve French1-27/+53
2005-04-29[PATCH] cifs: Do not interpret oplock break responses as responses to an unre...Steve French1-3/+7
2005-04-29[PATCH] cifs: character mapping of special characters (part 3 of 3)Steve French1-12/+13
2005-04-29[PATCH] cifs: Add new mount parm mapcharsSteve French1-0/+7
2005-04-29[PATCH] cifs: Fix multiuser packet signing to use the right sequence number a...Steve French1-8/+20
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+3064