summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2007-07-191-0/+1
|\
| * Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* | [CIFS] Allow disabling CIFS Unix Extensions as mount optionSteve French2007-07-181-7/+24
* | [CIFS] More whitespace/formatting fixes (noticed by checkpatch)Steve French2007-07-171-15/+28
* | [CIFS] whitespace/formatting fixesSteve French2007-07-131-342/+413
* | [CIFS] whitespace cleanupSteve French2007-07-101-199/+199
* | [CIFS] Fix packet signatures for NTLMv2 caseSteve French2007-07-091-2/+2
* | [CIFS] whitespace cleanupSteve French2007-06-271-26/+27
* | [CIFS] Do not allow signals in cifs_demultiplex_threadJeff2007-06-251-6/+7
* | [CIFS] Add in some missing flags and cifs README and TODO correctionsSteve French2007-06-241-16/+37
|/
* [CIFS] typo in previous patchSteve French2007-05-241-3/+3
* [CIFS] Fix oops on failed cifs mount (in kthread_stop)Steve French2007-05-231-2/+12
* [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/+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
|/
OpenPOWER on IntegriCloud