summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] Make sec=none force an anonymous mountJeff Layton2007-05-051-4/+4
* [CIFS] Fix oops in reset_cifs_unix_caps on reconnectSteve French2007-05-031-1/+1
* [CIFS] UID/GID override on CIFS mounts to SambaSteve French2007-04-301-36/+43
* [CIFS] prefixpath mounts to servers supporting posix paths used wrong slashSteve French2007-04-261-1/+7
* [CIFS] Add IPv6 supportSteve French2007-04-251-4/+11
* [CIFS] Switch cifsd to kthread_run from kernel_threadIgor Mammedov2007-04-031-16/+16
* [CIFS] on reconnect to Samba - reset the unix capabilitiesSteve French2007-02-141-44/+86
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-0/+1
* [CIFS] Allow null user connectionsSteve French2006-10-301-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2006-10-131-13/+22
|\
| * [CIFS] Missing flags2 for DFSSteve French2006-10-121-1/+3
| * [CIFS] Do not send newer QFSInfo to legacy servers which can not support itSteve French2006-09-301-0/+1
| * [CIFS] Rename server time zone fieldSteve French2006-09-301-4/+5
| * [CIFS] Remove static and unused symbolsSteve French2006-09-281-8/+12
* | [PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2006-10-021-11/+11
|/
* [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/+15Star
* [CIFS] Enable sec flags on mount for cifs (part one)Steve French2006-06-231-315/+23Star
* [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-06-011-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-231-4/+4
|\
| * [PATCH] CIFS: CIFSSMBRead was returning an invalid pointer in buf on socket e...Steve French2006-02-231-4/+4
* | [CIFS] SessionSetup cleanup part 2Steve French2006-02-141-4/+4
* | [CIFS] Cleanup NTLMSSP session setup handlingSteve French2006-02-091-28/+14Star
|/
* [CIFS] Remove compiler warningSteve French2006-01-281-1/+2
* [CIFS] Make cifs default wsize match what we actually want to send (52KSteve French2006-01-251-1/+9
* [CIFS] Fix CIFS to recognize share mode securitySteve French2006-01-141-5/+22
* [CIFS] Add worker function for Get ACL cifs styleSteve French2006-01-131-0/+7
* [CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpagesSteve French2005-12-131-1/+1
* [CIFS] Kerberos and CIFS ACL support part 1Steve French2005-12-021-7/+46
* [CIFS] Cleanup sparse warnings for unicode little endian castsSteve French2005-11-121-50/+41Star
* [CIFS] Reserve upcall IDX value for CIFS with connector header and addSteve French2005-11-111-0/+1
* [PATCH] kfree cleanup: fsJesper Juhl2005-11-071-54/+27Star
* Merge with /pub/scm/linux/kernel/git/sfrench/cifs-2.6.git/Steve French2005-10-211-37/+182
|\
| * [CIFS] CIFS Stats improvementsSteve French2005-10-121-0/+3
| * [CIFS] Do not shrink tcp sndbuf/rcvbuf from their defaultsSteve French2005-10-101-8/+10