openafs.git
17 years agorx-preparesendpacket-avoid-double-free-20061205
Derrick Brashear [Tue, 5 Dec 2006 19:38:44 +0000]
rx-preparesendpacket-avoid-double-free-20061205

wow, this is special

existed forever but only when we stopped leaking packets did it become a problem

anyway, don't free packets and forget to reduce the number of packets in play

17 years agodocbook-quickguide-cleanup-20061201
Russ Allbery [Sat, 2 Dec 2006 03:56:17 +0000]
docbook-quickguide-cleanup-20061201

Remove generated files from CVS.

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

Some initial obvious cleanup.  Removed all the sections on Digital UNIX,
changed IBM AFS to OpenAFS throughout, and reformatted and cleaned up the
front matter and some of the first few pages.

17 years agodocbook-quickguide-makefile-20061201
Russ Allbery [Sat, 2 Dec 2006 02:22:34 +0000]
docbook-quickguide-makefile-20061201

Add some comments to the makefile, set up dependencies to build the index
automatically, remove a bunch of unnecessary @-signs in front of commands,
and add a clean target.

17 years agopam-aklog-now-external-20061201
Russ Allbery [Sat, 2 Dec 2006 01:44:50 +0000]
pam-aklog-now-external-20061201

Remove pam_aklog.  pam_afs_session will be developed and distributed as an
external project instead.

17 years agogive-s390x-syscall-table-the-big-hammer-20061201
Derrick Brashear [Fri, 1 Dec 2006 18:48:26 +0000]
give-s390x-syscall-table-the-big-hammer-20061201

Neale Ferguson contributed the assembler.

The false illusion of security some people want to play under is usually good for wasting a few hours; it was here. making the sys_call_table read nly for real of course fixes it, let's just hope keyrings come along before then on such platforms.

17 years agoredhat-packaging-updates-20061201
Derrick Brashear [Fri, 1 Dec 2006 18:32:49 +0000]
redhat-packaging-updates-20061201

updates from derek

updates for s390x

updates to handle suse

17 years agoredhat-initscripts-update-for-suse-20061201
Derrick Brashear [Fri, 1 Dec 2006 12:52:38 +0000]
redhat-initscripts-update-for-suse-20061201

suse lacks /etc/init.d/functions

17 years agocprivate-ticketlen-is-32-not-16-20061129
Derrick Brashear [Wed, 29 Nov 2006 21:22:38 +0000]
cprivate-ticketlen-is-32-not-16-20061129

everyone else thinks ticketLen is 32 bits. contrary to what arby's says, different is not necessarily better.

17 years agowindows-dirty-buffer-optimization-20061128
Jeffrey Altman [Wed, 29 Nov 2006 06:23:00 +0000]
windows-dirty-buffer-optimization-20061128

The old dirty buffer synchronization algorithm had a buf_IncrSyncer
thread walking the all buffer list periodically searching for dirty
buffers to write to the file server.  This had several negative
results.  The alogirithm ate up ever increasing amounts of CPU time
even when AFS is idle as the size of the cache increases.  Also,
buffers were written to the file server in an order based upon the
original buffer allocation which has nothing to do with the order
in which the buffers became dirty.

The new algorithm maintains a dirty buffer list.  Items are added
when the buffer is originally marked dirty.  A buffer is only
removed from the list by the buf_IncrSyncer when the buffer is no
longer dirty.  If the list is empty the thread goes back to thread
immediately without additional processing requirements.

17 years agovolser-cleanup-xx-20061128
Jeffrey Altman [Tue, 28 Nov 2006 09:30:58 +0000]
volser-cleanup-xx-20061128

cleanup the return code handling from

  DELTA volser-dump-validate-input-20060417

17 years agowindows-smb-dont-crash-vista-20061128
Jeffrey Altman [Tue, 28 Nov 2006 09:16:36 +0000]
windows-smb-dont-crash-vista-20061128

Unlike previous versions of the OS, Vista performs a shutdown on
the Microsoft Loopback adapter just like it would on a real adapter.
This causes the smb_Listener threads to trigger a panic during a
suspend/hibernate power event.

The fix is to unbind from the network adapters in response to a
suspend/hibernate power event and then rebind to the adapters
when a resume power event is received.  Note that the resume events
are not reliably delivered so it is possible the afs service will
not be accessible.  However, this is the best we can do.

17 years agowindows-conn-analyze-20061128
Jeffrey Altman [Tue, 28 Nov 2006 09:05:10 +0000]
windows-conn-analyze-20061128

force an rx connection reset if VICECONNBAD or VICETOKENDEAD are
received

17 years agowindows-afslogon-dont-modify-environment-20061128
Jeffrey Altman [Tue, 28 Nov 2006 08:59:43 +0000]
windows-afslogon-dont-modify-environment-20061128

don't allow environment variables we set to be inherited by child
processes

17 years agothiscell-whitespace-20061120
Russ Allbery [Tue, 21 Nov 2006 00:56:14 +0000]
thiscell-whitespace-20061120

Be more liberal when parsing ThisCell.  Accept and ignore leading and
trailing whitespace and anything after the first whitespace character on
the first line.  Return an error for a read error or for an empty cell
name.

17 years agoparam-common-fix-20061120
Russ Allbery [Mon, 20 Nov 2006 23:50:42 +0000]
param-common-fix-20061120

Rather than setting AFS_PARAM_COMMON as part of the sysname guessing code,
guess the sysname first and then sent AFS_PARAM_COMMON in a separate case
statement based on the results.  Otherwise, it isn't set when
--with-afs-sysname is used explicitly, resulting in a broken Linux build.

17 years agorelative-path-canonicalization-20061120
Russ Allbery [Mon, 20 Nov 2006 23:33:33 +0000]
relative-path-canonicalization-20061120

Path canonicalization for commands such as bos getlog was only applied for
absolute paths; relative paths were still constructed relative to the
canonical directory.  Modify the path canonicalization routines to also
canonicalize the base directory for relative paths.

17 years agowindows-netidmgr-plugin-vista-vs2005-20061120
Jeffrey Altman [Mon, 20 Nov 2006 18:53:28 +0000]
windows-netidmgr-plugin-vista-vs2005-20061120

Define _USE_32BIT_TIME_T since that is what tokens contain.

Use cflagsdll instead of cflagsmt to avoid multiply defined entry points

17 years agowindows-remove-unused-libs-20061120
Jeffrey Altman [Mon, 20 Nov 2006 18:03:03 +0000]
windows-remove-unused-libs-20061120

rpcndr.lib and largeint.lib are no longer used.
rpcndr.lib no longer exists in the Vista SDK.

17 years agowindows-smb-rename-offline-folders-20061111
Jeffrey Altman [Sat, 11 Nov 2006 07:12:10 +0000]
windows-smb-rename-offline-folders-20061111

FIXES 45692

when offline folders are enabled, the old file name sent in a rename
operation is sent in all uppercase even when the file name is not.
this patch attempts a case insensitive match after the case sensitive
match fails.

17 years agorevert-inactivevcache-hold-lock-20061109
Derrick Brashear [Fri, 10 Nov 2006 04:33:59 +0000]
revert-inactivevcache-hold-lock-20061109

fails verification. come back to it

17 years agomacos-preupgrade-script-20061109
Derrick Brashear [Fri, 10 Nov 2006 04:09:16 +0000]
macos-preupgrade-script-20061109

update the preupgrade script

17 years agokill-stat-blksize-20061109
Chas Williams [Fri, 10 Nov 2006 04:02:01 +0000]
kill-stat-blksize-20061109

FIXES 42663

don't provide a bogus hint

17 years agoleopard-updates-20061109
Derrick Brashear [Fri, 10 Nov 2006 00:14:16 +0000]
leopard-updates-20061109

make things work with current seeds

17 years agolinux-blkbits-20061109
Chas Williams [Fri, 10 Nov 2006 00:06:44 +0000]
linux-blkbits-20061109

FIXES 42671

set blkbits if we have it

17 years agolinux-statfs-dentry-20061109
Marc Dionne [Thu, 9 Nov 2006 23:40:20 +0000]
linux-statfs-dentry-20061109

FIXES 42788

statfs changed in recent linux kernels. cope.

17 years agolinux-config-h-died-20061109
Chas Williams [Thu, 9 Nov 2006 23:10:51 +0000]
linux-config-h-died-20061109

FIXES 42662

config.h vanished. deal.

17 years agoinactivevcache-hold-lock-20061109
Chas Williams [Thu, 9 Nov 2006 23:02:32 +0000]
inactivevcache-hold-lock-20061109

FIXES 42798

hold a lock while we are in InactiveVCache

17 years agolinux26-disable-backing-readahead-20061109
Chas Williams [Thu, 9 Nov 2006 22:53:46 +0000]
linux26-disable-backing-readahead-20061109

FIXES 42797

disable vm readahead, we don't want it

17 years agowindows-buf-flush-20061109
Jeffrey Altman [Thu, 9 Nov 2006 21:25:28 +0000]
windows-buf-flush-20061109

FIXES 44330

The return value of buf_CleanAsync is not an error value but a flag
indicating whether or not the buffer was in fact dirty.  Do not treat
it as an error.  The error state is stored in the buffer itself.

17 years agobozo-avoid-garbage-in-allprocs-20061108
Jeffrey Hutzelman [Thu, 9 Nov 2006 02:13:13 +0000]
bozo-avoid-garbage-in-allprocs-20061108

if we error, don't put garbage in allProcs

17 years agoamd64-better-range-checking-20061108
Jeffrey Hutzelman [Wed, 8 Nov 2006 18:56:08 +0000]
amd64-better-range-checking-20061108

FIXES 44198

check entire mapped space

17 years agoaklog-doc-improvements-20061105
Russ Allbery [Mon, 6 Nov 2006 04:24:42 +0000]
aklog-doc-improvements-20061105

Document (at least partially) AFS's mapping of Kerberos v5 principal names
to Kerberos v4 format in the aklog man page.  Also document that -setpag
may not always work.

17 years agoafsd-shutdown-doc-improvement-20061105
Russ Allbery [Mon, 6 Nov 2006 04:16:09 +0000]
afsd-shutdown-doc-improvement-20061105

Change the CAUTIONS about afsd -shutdown to be less dire and more accurate,
as this now mostly works on Linux.

17 years agorxkad-server-bad-ticket-part-two-20061103
Jeffrey Altman [Sat, 4 Nov 2006 23:49:45 +0000]
rxkad-server-bad-ticket-part-two-20061103

FIXES 43862

Ensure that tkt_DecodeTicket and rxkad_CheckResponse return the right
RXKAD errors for ticket expiration or invalidity.  Avoid calling
tkt_CheckTimes twice in rxkad_CheckResponse

17 years agorxkad-server-bad-ticket-20061103
Jeffrey Altman [Sat, 4 Nov 2006 15:34:58 +0000]
rxkad-server-bad-ticket-20061103

FIXES 43862

The file server has been returning RXKADNOAUTH when the time between
the client and server is out of sync.  tkt_CheckTimes returns -1 for
recently expired tickets and -2 for tickets that have been expired for
a while.  In the -2 case we must return RXKADBADTICKET not RXKADNOAUTH.

17 years agowindows-afs-config-stat-entries-20061103
Jeffrey Altman [Fri, 3 Nov 2006 07:54:22 +0000]
windows-afs-config-stat-entries-20061103

raise max stat entries in the control from 10000
to 262144

17 years agofix-help-msg-20061031
Jim Rees [Tue, 31 Oct 2006 17:03:51 +0000]
fix-help-msg-20061031

Fix -help message, which was chopping off the "Usage: fileserver " part.
Get rid of silly private buffer and use stdio while we're at it.

17 years agok5-klog-20061026
Marcus Watts [Fri, 27 Oct 2006 00:39:15 +0000]
k5-klog-20061026

k5 version of klog

17 years agoaklog-lib-order-20061026
Marcus Watts [Thu, 26 Oct 2006 17:49:38 +0000]
aklog-lib-order-20061026

fix lib ordering

17 years agouse-strdup-20061026
Jim Rees [Thu, 26 Oct 2006 17:34:31 +0000]
use-strdup-20061026

use strdup instead of rolling our own

17 years agomore-small-obsd-tweaks-20061026
Jim Rees [Thu, 26 Oct 2006 17:13:32 +0000]
more-small-obsd-tweaks-20061026

Mention how to build aklog.
Don't even try to build kdump for [ofn]bsd.

17 years agoobsd-20061026
Jim Rees [Thu, 26 Oct 2006 16:06:57 +0000]
obsd-20061026

OpenBSD:
deprecate --with-krb5
warn about AUTOCONF_VERSION
package builder is now just a tarball builder

17 years agoproto-20061026
Jim Rees [Thu, 26 Oct 2006 15:54:12 +0000]
proto-20061026

prototypes for dbread/dbwrite

17 years agostrcpy-is-bad-20061023
Jim Rees [Mon, 23 Oct 2006 20:42:00 +0000]
strcpy-is-bad-20061023

eliminate strcpy

17 years agowindows-readme-20061023
Jeffrey Altman [Mon, 23 Oct 2006 05:07:38 +0000]
windows-readme-20061023

17 years agowindows-smb_fid_t-deadlock-20061022
Jeffrey Altman [Sun, 22 Oct 2006 13:23:59 +0000]
windows-smb_fid_t-deadlock-20061022

smb_ReleaseFID cannot be called while a cm_scache_t->mx is held

shuffle the order of the smb_ReleaseFID calls so they are always after
cm_XXXRelease calls for performance.

17 years agowindows-delonclose-20061021
Jeffrey Altman [Sun, 22 Oct 2006 03:29:05 +0000]
windows-delonclose-20061021

set delonclose after obtaining the smb_fid_t

17 years agoparallel-attaching-20061021
Tom Keiser [Sun, 22 Oct 2006 02:58:37 +0000]
parallel-attaching-20061021

FIXES 43332

Some sites expect single-threaded volume attaches to happen in a specific
order. The parallel attach patch also changed the attach order for sites
not specifying -vattachpar.

17 years agokreltime-20061021
Jeffrey Hutzelman [Sun, 22 Oct 2006 02:48:35 +0000]
kreltime-20061021

FIXES 43551

kreltime-guard-against-null-tm-20060731 was apparently an
attempt to deal with the possibility of localtime() returning NULL by
using localtime_r instead, and zeroing the tm structure first. This has
two problems. First, localtime_r is not guaranteed to leave its output
buffer untouched or in a sane state in the event it is given invalid
input. More importantly, the second half of this delta fixed the build
on Windows (which apparently lacks localtime_r) at the expense of using
the wrong level of indirection on other platforms.

Simple is nice, but correct is important too. There is nothing wrong
with switching to localtime_r to avoid thread safety issues. However,
the correct fix for the anticipated problem was and is to check the
return value of localtime (or localtime_r), and if it is NULL, fill in
the ktime_date with suitable default values.

The attached patch does not implement the correct fix, but does fix the
double-indirection problem, so butc will again perform correctly instead
of crashing.

17 years agowindows-misc-20061021
Jeffrey Altman [Sat, 21 Oct 2006 21:46:17 +0000]
windows-misc-20061021

* don't DebugBreak unless a debugger is attached

* replace afsdcell.ini with CellServDB in error message

* do not NetBIOS Reset adapters when checking to see if only the loopback
  is in use because doing so breaks the existing LANA bind

* remove a deadlock in smb3.c

* do not retry dirty buffer writes when flushing in response to a suspend

* do not flush in response to a suspend when only the loopback is present

17 years agowindows-dbg-refcount-20061016
Jeffrey Altman [Tue, 17 Oct 2006 01:32:06 +0000]
windows-dbg-refcount-20061016

more code to assist in debugging scache refcount leaks

17 years agowindows-scache-ref-leak-20061016
Jeffrey Altman [Tue, 17 Oct 2006 01:20:33 +0000]
windows-scache-ref-leak-20061016

more reference count leaks

17 years agowindows-netidmgr-plugin-20061016
Jeffrey Altman [Mon, 16 Oct 2006 14:54:32 +0000]
windows-netidmgr-plugin-20061016

fixup build dependencies for afsp_version.h

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

fixup copyrights

17 years agokeyring-pag-more-needed-defines-20061014
Derrick Brashear [Sat, 14 Oct 2006 15:57:37 +0000]
keyring-pag-more-needed-defines-20061014

some kernel don't have this. for post-1.4.2

17 years agoaudit-one-more-thing-20061013
Derrick Brashear [Fri, 13 Oct 2006 20:40:49 +0000]
audit-one-more-thing-20061013

it never ends

17 years agoaudit-remove-nested-valists-20061013
Derrick Brashear [Fri, 13 Oct 2006 18:36:30 +0000]
audit-remove-nested-valists-20061013

last straw
make amd64, ppc happy for sure and for ever

17 years agoaix-cleanup-20061013
Tom Keiser [Fri, 13 Oct 2006 14:06:38 +0000]
aix-cleanup-20061013

fixes for aix pre 5.2 (statfs64), remove a c++ style comment (makes xlc sad) and
 make clean target clean

17 years agouae-translate-create-20061013
Derrick Brashear [Fri, 13 Oct 2006 06:12:17 +0000]
uae-translate-create-20061013

really the stubs should probably just translate the codes back. maybe for 1.6

17 years agowindows-netidmgr-plugin-20061012
Jeffrey Altman [Fri, 13 Oct 2006 00:28:05 +0000]
windows-netidmgr-plugin-20061012

afsp_version.h is auto-generated

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

fix product version generation

17 years agowindows-scache-ref-leak-20061012
Jeffrey Altman [Thu, 12 Oct 2006 06:57:40 +0000]
windows-scache-ref-leak-20061012

make sure the scache mutex is held across calls to cm_SyncOpDone

17 years agoauditlog-sublist-fix-20061012
Derrick Brashear [Thu, 12 Oct 2006 05:20:59 +0000]
auditlog-sublist-fix-20061012

FIXES 35559

update so we don't botch the va_list child

17 years agolinux-aio-functions-improved-test-20061011
Derrick Brashear [Thu, 12 Oct 2006 13:22:28 +0000]
linux-aio-functions-improved-test-20061011

detect properly if we have nothing

17 years agoversion-string-generation-consistency-20061011
Chaskiel M Grundman [Wed, 11 Oct 2006 14:14:47 +0000]
version-string-generation-consistency-20061011

FIXES 42320

try harder to reflect actual version

17 years agoelif-missing-defined-20061011
Chaskiel M Grundman [Wed, 11 Oct 2006 13:25:47 +0000]
elif-missing-defined-20061011

FIXES 42321

add missing defined() to avoid warning on macro

17 years agorx-memset-param-swap-20061011
Peter Nelson [Wed, 11 Oct 2006 11:29:58 +0000]
rx-memset-param-swap-20061011

discovered via google codesearch

17 years agowindows-netidmgr-plugin-20061010
Asanka Herath [Wed, 11 Oct 2006 05:32:16 +0000]
windows-netidmgr-plugin-20061010

Secure Endpoints Inc. is contributing its AFS plug-in for KFW 3.1's
Network Identity Manager to OpenAFS under an MIT style license.

17 years agowindows-release-notes-20061010
Jeffrey Altman [Wed, 11 Oct 2006 05:27:21 +0000]
windows-release-notes-20061010

fixup the file names to match the 1.5 branch

17 years agoirix-compiler-hates-commas-20061010
Derrick Brashear [Tue, 10 Oct 2006 23:20:35 +0000]
irix-compiler-hates-commas-20061010

damn is irix fussy

17 years agowindows-no-more-win9x-20061010
Jeffrey Altman [Tue, 10 Oct 2006 23:07:56 +0000]
windows-no-more-win9x-20061010

don't install afsmsg95.h as it no longer exists

17 years agolinux-dont-lock-around-inactivevcache-20061010
Chas Williams [Tue, 10 Oct 2006 22:59:10 +0000]
linux-dont-lock-around-inactivevcache-20061010

FIXES 42312

iafs_InactiveVCache() calls afs_InvalidateAllSegments() which says
it should be called with the vnode locked. so the lock should
probably be moved to afs_InactiveVCache() so it can be droppped
before calling afs_remunlink().

17 years agoirix-fgets-return-type-fun-20061010
Derrick Brashear [Tue, 10 Oct 2006 21:12:56 +0000]
irix-fgets-return-type-fun-20061010

of course, we were just throwing it away, but....

17 years agowindows-scache-ref-leak-20061010
Jeffrey Altman [Tue, 10 Oct 2006 16:55:49 +0000]
windows-scache-ref-leak-20061010

if cm_FindSCache is called the returned scache object
must be released.

17 years agowindows-afscreds-20061010
Jeffrey Altman [Tue, 10 Oct 2006 16:51:09 +0000]
windows-afscreds-20061010

prevent a stack overflow if the afsd_service does not successfully
start after a request to do so is issued.

17 years agowindows-build-clean-20061010
Jeffrey Altman [Tue, 10 Oct 2006 16:45:56 +0000]
windows-build-clean-20061010

more AFS_component_version_number.h files to remove

17 years agorevert-aix5-curpag-20061009
Derrick Brashear [Tue, 5 Dec 2006 19:37:00 +0000]
revert-aix5-curpag-20061009

failed to commit this. commit now
VS: ----------------------------------------------------------------------

17 years agonbsd-sysnames-20061008
Tracy Di Marco White [Mon, 9 Oct 2006 04:27:48 +0000]
nbsd-sysnames-20061008

FIXES 42019

add missing sysnames

17 years agoh-enum-r-avoid-extra-hold-20061008
Derrick Brashear [Mon, 9 Oct 2006 04:15:45 +0000]
h-enum-r-avoid-extra-hold-20061008

FIXES 40699

avoid orphaning an extra hold

17 years agocellservdb-20061008
Jeffrey Hutzelman [Mon, 9 Oct 2006 04:14:02 +0000]
cellservdb-20061008

cellservb update from grand.central.org

17 years agowindows-scache-ref-leak-fix-20061008
Jeffrey Altman [Mon, 9 Oct 2006 02:48:44 +0000]
windows-scache-ref-leak-fix-20061008

pointer not pointer to pointer

17 years agowindows-scache-ref-dbg-20061008
Jeffrey Altman [Sun, 8 Oct 2006 21:37:01 +0000]
windows-scache-ref-dbg-20061008

add debugging code that can be activated with #define DEBUG_REFCOUNT
to assist in debugging scache refcount leaks

17 years agowindows-scache-ref-leak-20061008
Jeffrey Altman [Sun, 8 Oct 2006 21:30:03 +0000]
windows-scache-ref-leak-20061008

plug two more scache refcount leaks

17 years agowindows-osi-prototypes-20061007
Jeffrey Altman [Sat, 7 Oct 2006 23:34:49 +0000]
windows-osi-prototypes-20061007

osi_LogCreate

17 years agowindows-misc-cleanup-20061007
Jeffrey Altman [Sat, 7 Oct 2006 23:32:27 +0000]
windows-misc-cleanup-20061007

reformat some code; make sure that pointers are copied while
mutexes are held; ...

17 years agowindows-scache-ref-leak-20061007
Jeffrey Altman [Sat, 7 Oct 2006 23:27:14 +0000]
windows-scache-ref-leak-20061007

return the cm_scache_t whose refCount was increased

17 years agowindows-misc-fixes-20061006
Jeffrey Altman [Fri, 6 Oct 2006 17:31:30 +0000]
windows-misc-fixes-20061006

#ifdef DEBUG_REFCOUNT the ref count log entries so they aren't always
compiled in

comment out the remaining location where the write lock on cm_scacheLock
is dropped in order to obtain the scache mutex on the object returned
from cm_GetNewSCache().  Dropping the lock results in more than one
thread being given the same cm_scache_t which is more dangerous than
blowing away the contents of the object without holding the mutex

ensure that cm_BufWrite is always called with a non-NULL scp.  Add
an assertion to double check that we do it all the time.

17 years agowindows-log-crlf-20061006
Jeffrey Altman [Fri, 6 Oct 2006 17:23:27 +0000]
windows-log-crlf-20061006

use CR-LF as the afsd.log EOL so that it can be read with notepad.exe

17 years agonetbsd-30-20061006
Tracy Di Marco White [Fri, 6 Oct 2006 15:55:35 +0000]
netbsd-30-20061006

FIXES 40782

add support for netbsd 3.0, netbsd 4.0(ish)

17 years agoosi-probe-avoid-out-of-range-memory-reads-20061006
Chaskiel M Grundman [Fri, 6 Oct 2006 14:59:54 +0000]
osi-probe-avoid-out-of-range-memory-reads-20061006

FIXES 41858

avoid oops on opteron due to accessing unmapped memory

17 years agolinux-2619-aio-and-read-write-changes-20061006
Chas Williams [Fri, 6 Oct 2006 14:27:44 +0000]
linux-2619-aio-and-read-write-changes-20061006

changes to support 2.6.19

17 years agopt_util-man-page-20061005
Marcus Watts [Fri, 6 Oct 2006 06:37:38 +0000]
pt_util-man-page-20061005

Initial man page for pt_util.

17 years agowindows-more-misc-fixes-20061005
Jeffrey Altman [Fri, 6 Oct 2006 06:13:49 +0000]
windows-more-misc-fixes-20061005

replace all DebugBreak() calls with osi_panic.

remove calls to cm_RecycleSCache from VNOVNODE handler as its not
lock safe to drop and re-obtain locks to adhere to the locking
hierarchy

restore reference to CM_SCACHESYNC_STOREDATA that should
not have been removed.

remove attempts to adhere to locking hierarching from cm_GetNewSCache.
dropping the cm_scacheLock is too dangerous

add a check to ensure that the scache refcount is not zero if there
is a valid smb_fid_t pointing to it.

more debug logging

17 years agowindows-misc-fix-20061005
Jeffrey Altman [Thu, 5 Oct 2006 21:29:39 +0000]
windows-misc-fix-20061005

still tracking down issues when large numbers of temporary files
are created and deleted in the same directory from multiple
machines.

VNOVNODE must return CM_ERROR_BADFD

ensure that all calls to cm_GetCallback are made from cm_SyncOp.

add CM_SCACHESYNC_FORCECB logic to cm_SyncOp so that it can be
removed from cm_GetAccess

don't mix CM_SCACHESYNC_NEEDCALLBACK with CM_SCACHESYNC_STOREDATA
or CM_SCACHESYNC_FETCHDATA

17 years agobitwise-or-20051005
Jose Nazario [Thu, 5 Oct 2006 16:34:29 +0000]
bitwise-or-20051005

bitwise and, not logical for p->flags in vnode_stop
reported by Jose Nazario

17 years agowindows-misc-fix-20061004
Jeffrey Altman [Thu, 5 Oct 2006 06:39:46 +0000]
windows-misc-fix-20061004

more cleanup from recent patches.  comment out the recycling code because
it is not possible to implement it using the current locking hierarchy.

change cm_BufWrite to take a pointer to cm_scache_t instead of a fid
which must be used to look up a new reference to the cm_scache_t.
more often than not we already have the scp and in the one case we
don't we can let the caller look up the scp and then call cm_BufWrite
if it is found.  If not, we have saved a function call and a bunch
of lock operations.

add a lot more logging.

improve the scp mutex handling within smb_CloseFID

17 years agowindows-wrong-lock-20061003
Jeffrey Altman [Wed, 4 Oct 2006 06:29:25 +0000]
windows-wrong-lock-20061003

grab the correct mutex so we don't free one we are not holding

17 years agowindows-oops-20061003
Jeffrey Altman [Wed, 4 Oct 2006 02:35:43 +0000]
windows-oops-20061003

didn't mean to delete this release mutex

17 years agowindows-multi-fix-20061003
Jeffrey Altman [Wed, 4 Oct 2006 01:23:30 +0000]
windows-multi-fix-20061003

misc cleanups

hold scp->mx while recycling

add FILE_NOTIFY_CHANGE_CREATION to the notification mask when adding
or deleting files

17 years agowindows-fetchstatus-20061003
Jeffrey Altman [Wed, 4 Oct 2006 01:18:43 +0000]
windows-fetchstatus-20061003

Don't call cm_GetCallback without checking the current callback status
with cm_HaveCallback first

17 years agowindows-multi-fix-20061002
Jeffrey Altman [Tue, 3 Oct 2006 04:22:37 +0000]
windows-multi-fix-20061002

Fix the following problems:

it is possible for a file to be created, buffers to become dirty from
writes, the file to be deleted, the stat cache entry to be reused, and
the dirty buffers to remain dirty until the end of time.

stat cache entry starvation can occur because of large numbers of dirty
buffers which take too long to be written to the file server.  The
thread that writes dirty buffers in background writes/checks a small
number of buffers, SQRT(buf-count), and then sleeps for 5 seconds.
Writing all of the dirty buffers via this algorithm produces untimely
results.

threads can end up waiting for a callback on the same stat cache entry
even though there are no threads actually attempting to perform the
FetchStatus.

And:

Fix prototypes

Optimize cm_GetNewSCache to reuse scache entries for deleted files
and entries not in the hashtable before allocating a new one.  This
keeps the entries in the hashtable to a minimum and thereby improving
performance for all other operations which must lookup a scache entry
by FID.

Add support for Sequential and Random Access flags

17 years agowindows-track-lock-tid-20061002
Jeffrey Altman [Tue, 3 Oct 2006 03:45:16 +0000]
windows-track-lock-tid-20061002

Keep track of the tid of the holding thread for writers