summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] Support deep tree mounts (e.g. mounts to //server/share/path)Steve French2006-09-211-0/+47
* [CIFS] Fix oops in cifs_close due to unitialized lock sem and list inSteve French2006-08-151-6/+8
* [CIFS] Allow cifsd to suspend if connection is lostSteve French2006-08-111-0/+1
* [CIFS] Do not time out posix brl requests when using new posix setfileinfoSteve French2006-08-111-1/+16
* [CIFS] Fix allocation of buffers for new session setup routine to allowSteve French2006-06-271-9/+14
* [CIFS] remove some redundant null pointer checksSteve French2006-06-261-30/+15
* [CIFS] Enable sec flags on mount for cifs (part one)Steve French2006-06-231-315/+23
* [CIFS] Fix suspend/resume problem which causes EIO on subsequent access toPavel Machek2006-06-131-12/+12
* [CIFS] Support for setting up SMB sessions to legacy lanman servers part 2Steve French2006-06-011-18/+29
* [CIFS] Support for setting up SMB sessions to legacy lanman serversSteve French2006-05-311-13/+26
* [CIFS] Fix typos in previous fixSteve French2006-05-301-3/+3
* [CIFS] fix memory leak in cifs session info struct on reconnectSteve French2006-05-301-6/+82
* [CIFS] Do not limit the length of share names (was 100 for whole UNC name)Steve French2006-05-301-3/+6
* [CIFS] Fix compile error when CONFIG_CIFS_EXPERIMENTAL is undefinedSteve French2006-04-241-1/+4
* [CIFS] Readdir fixes to allow search to start at arbitrary positionSteve French2006-04-221-1/+4
* [CIFS] Fix slow oplock break response when mounts to differentSteve French2006-03-031-1/+1
* [CIFS] Workaround various server bugs found in testing at connectathonSteve French2006-03-031-0/+8
* [CIFS] Make POSIX CIFS Extensions SetFSInfo match exactly what we wantSteve French2006-03-021-15/+22
* [CIFS] Fix large (ie over 64K for MaxCIFSBufSize) buffer case for wrappingSteve French2006-02-241-1/+3
* Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-221-4/+4
|\
| * [PATCH] CIFS: CIFSSMBRead was returning an invalid pointer in buf on socket e...Steve French2006-02-221-4/+4
* | [CIFS] SessionSetup cleanup part 2Steve French2006-02-141-4/+4
* | [CIFS] Cleanup NTLMSSP session setup handlingSteve French2006-02-091-28/+14
|/
* [CIFS] Remove compiler warningSteve French2006-01-271-1/+2
* [CIFS] Make cifs default wsize match what we actually want to send (52KSteve French2006-01-241-1/+9
* [CIFS] Fix CIFS to recognize share mode securitySteve French2006-01-131-5/+22
* [CIFS] Add worker function for Get ACL cifs styleSteve French2006-01-121-0/+7
* [CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpagesSteve French2005-12-121-1/+1
* [CIFS] Kerberos and CIFS ACL support part 1Steve French2005-12-011-7/+46
* [CIFS] Cleanup sparse warnings for unicode little endian castsSteve French2005-11-111-50/+41
* [CIFS] Reserve upcall IDX value for CIFS with connector header and addSteve French2005-11-101-0/+1
* [PATCH] kfree cleanup: fsJesper Juhl2005-11-071-54/+27
* Merge with /pub/scm/linux/kernel/git/sfrench/cifs-2.6.git/Steve French2005-10-211-37/+182
|\
| * [CIFS] CIFS Stats improvementsSteve French2005-10-111-0/+3
| * [CIFS] Do not shrink tcp sndbuf/rcvbuf from their defaultsSteve French2005-10-101-8/+10
| * [CIFS] Fix rsize calculation so that large readx flag is checked.Steve French2005-10-101-5/+24
| * CIFS: Allow wsize to exceed CIFSMaxBufSizeSteve French2005-10-051-1/+1
| * [CIFS] Add writepages support to shrink memory usage on writes,Steve French2005-10-031-0/+4
| * [CIFS] Various minor bigendian fixes and sparse level 2 warning message fixesSteve French2005-09-221-13/+25
| * [CIFS] Add support for legacy servers part 4Steve French2005-08-301-1/+1
| * [CIFS] Add nolock synonym (ala nfs) for nobrl to disable sending byte rangeSteve French2005-08-301-1/+2
| * [CIFS] Add support for suspendSteve French2005-08-301-0/+2
| * [CIFS] Support for mounting to older servers part 2. Add support forSteve French2005-08-231-2/+3
| * [CIFS] Support for mounting to older, pre-CIFS servers added. ThisSteve French2005-08-221-9/+48
| * [CIFS] Finish cifs mount option which requests case insensitive pathSteve French2005-08-191-2/+7
| * [CIFS] Add mount option for disabling sending byte range lock requestsSteve French2005-08-181-1/+13
| * [CIFS] rmmod cifs can oops if done soon after the last cifs unmountSteve French2005-08-181-7/+18
| * [CIFS] Ensure that cifs multiplex ids do not collide.Steve French2005-08-171-0/+9
| * [CIFS] Add compat with SFU (part 1)Steve French2005-07-141-0/+7
| * [CIFS] Fix typo in POSIX SetFSInfo callSteve French2005-06-231-1/+1