Asanka Herath [Wed, 9 Apr 2008 05:34:22 +0000]
windows-nsis-vs2005-
20080409
LICENSE MIT
Add support for building with VS2005 Runtime Libraries.
For the release build use the vcredist_<arch>.exe package.
For the debug build, build an msi from the merge modules
and then install that package.
Simon Wilkinson [Tue, 8 Apr 2008 19:35:51 +0000]
redhat-spec-updates-
20080408
LICENSE IPL10
FIXES 93616
update to correctly fill in specfile from source tree
Jeffrey Altman [Mon, 7 Apr 2008 15:19:10 +0000]
windows-strlwr-cellname-
20080407
LICENSE MIT
cellnames are case insensitive and by convention they are lowercased.
Jeffrey Altman [Mon, 7 Apr 2008 15:16:48 +0000]
windows-freelance-three-
20080407
LICENSE MIT
deliver notification events to watchers when adding mount points or
symlinks to the freelance root.afs volume.
Jeffrey Altman [Mon, 7 Apr 2008 07:00:16 +0000]
windows-freelance-two-
20080407
LICENSE MIT
do not add the scp into the hash table twice.
Jeffrey Altman [Mon, 7 Apr 2008 06:42:44 +0000]
windows-freelance-
20080407
LICENSE MIT
When freelance symlinks and mountpoints were modified the target string
value was not being updated and the old data was not being invalidated.
Marc Dionne [Mon, 7 Apr 2008 04:48:45 +0000]
linux-no-syscall-probe-with-no-init-mm-
20080406
LICENSE IPL10
FIXES 88000
no better idea for this, got to do something... push this for now
Jeffrey Altman [Sun, 6 Apr 2008 14:33:12 +0000]
windows-fid-hash-
20080406
LICENSE MIT
1. During the conversion to hash based FID comparisons the cm_GetSCache()
lookups from the cm_ioctl.c (CM_IOCTL_QOPTS_HAVE_FID) and from FIDs
returned by cm_LookupSearchProc() were broken.
2. In cm_LookupInternal(), ensure that an error is returned if rock.found
is FALSE. A failure to return an error was resulting in cm_GetSCache()
producing an object for FIDs with vnode=0,unique=0
3. cm_GetSCache(), remove the warning check for vnode=0,unique=0
4. reapply the synchronization logic to async store requests in cm_SyncOp().
The lack of synchronization is causing requests to complete out of order
which is confusing the SMB redirector when under heavy load.
Derrick Brashear [Sat, 5 Apr 2008 19:02:59 +0000]
revert-ubik-changes-
20080405
LICENSE IPL10
these changes are unneeded; remove them
Kevin McBride [Fri, 4 Apr 2008 20:58:35 +0000]
volser-preclude-alternate-partition-clones-
20080404
LICENSE IPL10
patch based on work from shadow@dementia.org
the idea is to preclude multiple copies of a volume replica on a server,
as there's nothing to indicate which copy is correct and you can end up serving
stale data when you think you've just released and are serving something good
Derrick Brashear [Fri, 4 Apr 2008 16:39:53 +0000]
tubik-more-makefile-fun-
20080404
LICENSE IPL10
kill off library name reuse
Derrick Brashear [Thu, 3 Apr 2008 17:58:11 +0000]
tubik-head-makefile-compat-
20080403
LICENSE IPL10
match new style install stuff
Kevin McBride [Thu, 3 Apr 2008 17:41:12 +0000]
tubik-vos-
20080403
LICENSE IPL10
build pthreaded vos
Derrick Brashear [Thu, 3 Apr 2008 15:20:41 +0000]
tubik-
20080403
LICENSE IPL10
avoid bogus dependency here too
Derrick Brashear [Thu, 3 Apr 2008 04:54:34 +0000]
tubik-one-more-
20080402
LICENSE IPL10
handle the rest of the issues
Derrick Brashear [Thu, 3 Apr 2008 02:20:25 +0000]
tubik-makefiles-fun-
20080402
LICENSE IPL10
these fixes brought to you by delicious beer.
Derrick Brashear [Wed, 2 Apr 2008 22:45:05 +0000]
tubik-makefile-fixes-
20080402
LICENSE IPL10
don't use gmake macros. ick
Steven Jenkins [Wed, 2 Apr 2008 20:47:27 +0000]
pthreaded-ubik-
20080402
LICENSE IPL10
add pthreaded ubik and various binaries
Marc Dionne [Wed, 2 Apr 2008 19:19:57 +0000]
linux-flush-compare-
20080402
LICENSE IPL10
because i let this slip out like this. sigh.
Harald Barth [Wed, 2 Apr 2008 14:08:19 +0000]
linux-flush-unlock-
20080402
LICENSE IPL10
because i let this slip out like this. sigh.
Tom Keiser [Tue, 1 Apr 2008 21:28:05 +0000]
salvageserver-init-handler-lock-
20080401
LICENSE IPL10
init lock
Derrick Brashear [Tue, 1 Apr 2008 21:15:46 +0000]
tsalvaged-clean-
20080401
LICENSE IPL10
make clean target work here
Derrick Brashear [Tue, 1 Apr 2008 21:05:19 +0000]
vol-osi-assert-
20080401
LICENSE IPL10
undo the old windows afs assert undoing
Derrick Brashear [Tue, 1 Apr 2008 19:15:29 +0000]
aklog-debug-text-dont-deref-null-ptr-
20080401
LICENSE IPL10
yeah, this is sort of dumb
Simon Wilkinson [Tue, 1 Apr 2008 18:44:28 +0000]
aklog-tidyup-
20080401
LICENSE IPL10
FIXES 92643
remove windows code (osolete) from unix branch
do other minor cleanup
Derrick Brashear [Tue, 1 Apr 2008 17:49:42 +0000]
vlserver-checksignal-returns-voidstar-
20080401
LICENSE IPL10
FIXES 92662
CheckSignal returns void*, don't try to return an int directly.
Tom Keiser [Tue, 1 Apr 2008 15:09:54 +0000]
synvageserver-no-rx-server-refs-
20080401
LICENSE IPL10
FIXES 92648
remove reference to rx service mutex and thread tracking. we need to ensure there's nothing else either but this is true now
Jason Edgecombe [Tue, 1 Apr 2008 07:50:28 +0000]
man-page-vos-shadow-
20080331
LICENSE BSD
Man page for vos shadow.
Mike Meffie [Mon, 31 Mar 2008 16:54:14 +0000]
test-updates-
20080331
LICENSE IPL10
update tests directory
Jeffrey Altman [Sun, 30 Mar 2008 17:19:01 +0000]
windows-aklog-cross-cell-
20080330
LICENSE MIT
report the new ID after a successful cross cell registration
Jeffrey Altman [Sun, 30 Mar 2008 15:10:05 +0000]
windows-aklog-robustness-
20080330
LICENSE MIT
Fix the order of parameters to strncpy
====================
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.
====================
LICENSE MIT
Fix the order of parameters to strncpy
Add error checking to all krb5 functions.
Initialize the global ccache variable to NULL.
Jeffrey Altman [Sun, 30 Mar 2008 05:16:17 +0000]
windows-vlserver-makefile-
20080329
LICENSE MIT
make references to INCFILEDIR consistent
Jeffrey Altman [Sun, 30 Mar 2008 04:30:52 +0000]
windows-use-client-realm-for-tokens-
20080329
LICENSE MIT
Two recent changes to the AFS/Kerberos landscape have been causing
problems for aklog and related modules. First, the support for multiple
local realms for the cell has broken the pts auto-registration code
when the realm used for the token acquisition does not match the
realm belonging to the selected vldb server. Second, Kerberos referrals
prevents detection of the realm of the vldb server.
This commit adds a new method of searching for the afs service principal.
The first attempt is for afs/<cell>@<CLIENT-REALM>. If found, the
<CLIENT-REALM> is used as the realm of the cell.
The patch adds error handling for KRB5_ERR_HOST_REALM_UNKNOWN which is
returned when krb5_get_host_realm() can't determine the realm.
Duplicate queries are also avoided and copy_realm_of_ticket() is
properly employed.
Tracy Di Marco White [Fri, 28 Mar 2008 17:11:19 +0000]
nbsd-update-
20080328
LICENSE IPL10
FIXES 92073
fix nbsd30 param file, add nbsd40 param file
Jeffrey Altman [Fri, 28 Mar 2008 14:01:03 +0000]
windows-freelance-
20080328
LICENSE MIT
1. return CM_ERROR_NOSUCHFILE when attempting to remove a symlink or
mount point that does not exist
2. When adding a new symlink or mountpoint, be sure to increment the
number of local mount points
3. When re-initializing the fake root.cell the unique value is always
one, not two. Use cm_FidCmp() to compare fids. The use of the
value two prevented the invalidation of existing values because all
of the directory entries are created with the unique set to one.
Derrick Brashear [Fri, 28 Mar 2008 04:41:00 +0000]
pinstall-collateral-damage-
20080327
LICENSE IPL10
it's really easy to get into install-sh relative path hell. work around it.
Douglas Engert [Thu, 27 Mar 2008 18:48:22 +0000]
krb5-klog-solaris-krb-
20080327
LICENSE IPL10
FIXES 91573
no krb5_mcc_ops on solaris krb5. cope
Derrick Brashear [Thu, 27 Mar 2008 18:39:57 +0000]
ptutil-swap-epoch-version-as-needed-
20080327
LICENSE IPL10
FIXES 90869
do byteswapping of epoch and version so we print and compare sensibly
Derrick Brashear [Thu, 27 Mar 2008 16:20:29 +0000]
volser-higher-thread-limit-
20080327
LICENSE IPL10
with tvolser we can increase this and actually *see benefit*, so...
Alistair Ferguson [Thu, 27 Mar 2008 16:16:02 +0000]
dafs-vshutdown-match-id-to-params-
20080327
LICENSE IPL10
we track shutdown thread parms as index rather than device; deal correctly
Chas Williams [Wed, 26 Mar 2008 04:16:51 +0000]
linux-dont-flush-writes-on-exec-
20080326
LICENSE IPL10
FIXES 17509
because of when fds are NULL'd in file_table this should work except when one process has the same file open for read and for write in different FDs; otherwise, the last write fd to close collects the error.
Marc Dionne [Wed, 26 Mar 2008 04:10:26 +0000]
linux-restore-iget-cachemgr-
20080326
LICENSE IPL10
FIXES 88000
restore the d_alloc_anon we need
Jeffrey Altman [Sun, 23 Mar 2008 14:10:42 +0000]
windows-vlserver-include-path-
20080323
LICENSE MIT
Fix the INCFILEDIR definition so that the INCFILES actually exist
Marc Dionne [Sun, 23 Mar 2008 00:53:29 +0000]
linux-2625-update-
20080322
LICENSE IPL10
FIXES 88000
update 2.6.25 patch to hopefully cover what we need better
Jeffrey Altman [Sat, 22 Mar 2008 00:19:03 +0000]
windows-aklog-cleanup-
20080321
LICENSE MIT
make krb5_context global. wrap all calls to exit() in a new function,
akexit(), which performs cleanup of the krb5_ccache and the krb5_context.
Tom Keiser [Fri, 21 Mar 2008 16:59:03 +0000]
aix-unix-sockets-fix-
200803221
LICENSE IPL10
FIXES 88088
use aix's macro for the size of sockaddr_un
Jeffrey Altman [Fri, 21 Mar 2008 12:20:21 +0000]
windows-aklog-
20080320
LICENSE MIT
Windows Error Reports indicate that sometimes the krb5_cc_default()
call must be failing because krb5_cc_principal is being called with
a NULL ccache value. Perform error checking and cleanup that was
not previously implemented.
Jeffrey Altman [Fri, 21 Mar 2008 04:15:47 +0000]
windows-pioctl-disable-service-mgr-check-
20080320
LICENSE MIT
Adds HKLM\\Software\\OpenAFS\\Client DisableIoctlSMCheck
For use in setting tokens when afsd_service.exe is started without
use of the NT Service Manager. Permits profiling authenticated
operations.
Jeffrey Altman [Thu, 20 Mar 2008 00:00:28 +0000]
windows-max-cells-
20080319
LICENSE MIT
Add CM_CONFIGDEFAULT_CELLS (1024) to cm_config.h and a "Cells" registry
value that can be used to alter the limit at runtime.
No longer tie the number of cells to the number of stat cache objects.
1024 should be more than sufficient.
Jeffrey Altman [Wed, 19 Mar 2008 20:17:04 +0000]
windows-volume-dotdotFid-
20080319
LICENSE MIT
The volume dotdotFid field should have moved into the cm_volstate_t
object as there can be different parents for rw, ro, and bk volumes.
Jeffrey Altman [Wed, 19 Mar 2008 15:34:48 +0000]
windows-no-more-afsdifs-
20080319
LICENSE MIT
do not include a header that no longer exists
Jeffrey Altman [Wed, 19 Mar 2008 13:57:36 +0000]
windows-remove-umich-afsifs-
20080319
LICENSE MIT
The UMich AFS IFS code has never been made ready for production.
An alternative approach is currently being worked on that will be.
Jeffrey Altman [Wed, 19 Mar 2008 13:22:02 +0000]
windows-parseacl-
20080319
LICENSE MIT
Protect against invalid data being passed into ParseAcl and
corrupting the stack. This affects both fs.exe and the explorer
shell extension.
Windows Error Reporting in recent weeks has begun to report several
instances of stack corruption in the explorer shell extension from
Denmark and Germany.
Jeffrey Altman [Tue, 18 Mar 2008 16:44:39 +0000]
windows-remove-umich-afsifs-
20080318
LICENSE MIT
The UMich AFS IFS code has never been made ready for production.
An alternative approach is currently being worked on that will be.
Tom Keiser [Tue, 18 Mar 2008 16:05:09 +0000]
dafs-kill-xcpu-dump-vlru-stats-
20080318
LICENSE BSD
this will dump the current dafs vlru state on kill -XCPU (just as we dump other fileserver state)
that state is
VLRU is a garbage collection facility which automatically offlines
volumes in the background. The purpose of this facility is to
proactively offline infrequently used volumes to improve shutdown and
salvage times. The process of offlining a volume from the "attached"
state to the "pre-attached" state is called soft detachment.
VLRU works in a manner similar to a generational garbage collector.
There are five queues on which volumes can reside: new, intermediate,
old, held, and candidate:
held:
queue for volumes which are administratively barred from VLRU activity
candidate:
queue for volumes which have not been accessed recently, and are thus
candidates for soft detachment
new, intermediate, old:
generational queues for active volumes; state transitions controlled by
inactivity timers.
State transition timeouts are as follows:
candidate->new activity present
new->candidate (1*vlruthresh) minutes since last transition; no activity
new->mid (2*vlruthresh) minutes since last transition; activity
present
mid->old (4*vlruthresh) minutes since last transition; activity
present
old->mid (2*vlruthresh) minutes since last transition; no activity
mid->new (1*vlruthresh) minutes since last transition; no activity
Kevin McBride [Tue, 18 Mar 2008 15:58:40 +0000]
pts-process-input-file-and-exit-
20080318
LICENSE IPL10
The pts program has a command 'source' to read commands from
a file. In the interactive "shell" mode, this command works,
reading and executing commands until the end of the file and
then returning to the command shell.
This command is valid for use as a command line option, but
does not work. It requires a valid filename as an argument,
but does not process the file, instead just dropping the user
into the interactive mode.
When given as a command line option, pts source SHOULD read
the file, execute the commands and then exit, according to
the documentation. It does not currently do this and should
be fixed.
Chaskiel M Grundman [Mon, 17 Mar 2008 18:07:36 +0000]
hpux1123-sysname-detection-
20080317
LICENSE IPL10
FIXES 89125
add the 11.23 sysname
Chas Williams [Mon, 17 Mar 2008 18:02:53 +0000]
afs-nostats-xstats-start-cmtime-noop-
20080317
LICENSE IPL10
FIXES 90528
add missing noop so we can build with stats disabled
Chas Williams [Mon, 17 Mar 2008 17:56:38 +0000]
rx-nacks-increment-with-all-newacks-
20080317
LICENSE IPL10
don't "lose" newacks, apply all of them to the ack count
Jeffrey Hutzelman [Mon, 17 Mar 2008 17:48:35 +0000]
linux-nfstrans-readme-
20080317
LICENSE IPL10
readme for linux nfs translator and extensions
Derrick Brashear [Mon, 17 Mar 2008 17:14:01 +0000]
volser-handle-malloc-failure-
20080317
LICENSE IPL10
allocate memory for all rx OUT parameters in stubs to avoid crashes.
Mattias Pantzare [Mon, 17 Mar 2008 16:51:55 +0000]
solaris11-update-
20080317
LICENSE IPL10
update solaris 11. probably we should do configure tests instead for
these things, since they're sort of "moving target"
Steven Jenkins [Mon, 17 Mar 2008 16:39:03 +0000]
dafs-readme-
20080317
LICENSE IPL10
update README to mention DAFS setup and build options
Tom Keiser [Mon, 17 Mar 2008 17:06:30 +0000]
dafs-accurately-track-inuse-
20080317
LICENSE IPL10
keep accurate tabs on whether a volume is "in use" so we don't end up with volume state that's nonsensical.
====================
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.
====================
LICENSE IPL10
keep accurate tabs on whether a volume is "in use" so we don't end up with volum
e state that's nonsensical.
====================
LICENSE IPL10
keep accurate tabs on whether a volume is "in use" so we don't end up with volum
e state that's nonsensical.
Derrick Brashear [Mon, 17 Mar 2008 15:38:15 +0000]
rx-clock-backward-detection-
20080317
LICENSE IPL10
if the clock goes backwards, detect it and reset any rx events to run in a timely manner
Steven Jenkins [Fri, 14 Mar 2008 18:05:00 +0000]
demand-attach-docs-
20080314
LICENSE IPL10
Additional documentation for the demand attach file server, plus a state
diagram.
Jeffrey Altman [Fri, 14 Mar 2008 16:53:37 +0000]
windows-callback-
20080314
LICENSE MIT
Protect against a null volp
Jeffrey Altman [Fri, 14 Mar 2008 16:16:14 +0000]
windows-max-volumes-
20080314
LICENSE MIT
Propagate the max volumes value into cm_memmap
Tom Keiser [Fri, 14 Mar 2008 04:41:20 +0000]
vol-dafs-aix-fixes-
20080313
LICENSE IPL10
FIXES 88087
* xlc doesn't support the inline keyword unless C99 is enabled
* xlc won't parse enumerations with trailing commas
Simon Wilkinson [Thu, 13 Mar 2008 13:42:06 +0000]
lwp-fixprotos-
20080313
LICENSE IPL10
FIXES 89857
make everything match, and make *ep take void and not a pointer
Jeffrey Altman [Thu, 13 Mar 2008 12:56:31 +0000]
rx-mutex-interlocked-macros-
20080312
LICENSE IPL10
fix from sxw@inf.ed.ac.uk
Jeffrey Altman [Thu, 13 Mar 2008 04:37:44 +0000]
windows-remove-scache-volp-
20080312
LICENSE MIT
The cm_scache structure has included a reference to the associated cm_volume_t,
volp. By doing so the reference count on the cm_volume_t objects never hits
zero unless all of the cm_scache_t objects in that volume have been reused.
This prevents cm_volume object recycling.
This commit removes the hard reference and instead adds a function
cm_GetVolumeByFID which obtains a reference to the cm_volume that matches
the cm_scache fid value as needed.
A new "Volumes" registry value is added to permit explicit specification
of the number of volume objects to be allocated.
Marc Dionne [Thu, 13 Mar 2008 02:23:57 +0000]
linux-2625-
20080312
LICENSE IPL10
add missing bits
Jeffrey Altman [Wed, 12 Mar 2008 05:46:01 +0000]
windows-client-config-pt-
20080311
LICENSE MIT
typo in pt_BR language resource file
Jeffrey Altman [Wed, 12 Mar 2008 05:12:54 +0000]
rx-no-interlockedadd-
20080311
LICENSE IPL10
InterlockedAdd is only supported on Itanium
Steven Jenkins [Wed, 12 Mar 2008 01:28:00 +0000]
man-page-fileserver-update-
20080311
LICENSE IPL10
Update the fileserver documentation for demand-attach and add documentation
of other missing options and notes where some options are only applicable
with particular builds.
Jeffrey Altman [Tue, 11 Mar 2008 18:23:23 +0000]
rx-mutex-interlocked-macros-
20080311
LICENSE IPL10
Introduce a new set of macros that can be used to permit either mutex
based protection or Interlocked operation protection increments,
decrements, or additions.
rx_MutexIncrement(object, mutex)
rx_MutexAdd(object, addend, mutex)
rx_MutexDecrement(object, mutex)
rx_MutexAdd1Increment2(object1, addend, object2, mutex)
rx_MutexAdd1Decrement2(object1, addend, object2, mutex)
For Windows these are implemented with the Interlocked operations
for other platforms the existing mutex is relied upon.
Only a subset of the rx_stats parameters have been transitioned at the
current time.
Simon Wilkinson [Tue, 11 Mar 2008 17:46:58 +0000]
lwp-protoize-
20080310
LICENSE IPL10
protoize lwp. make it match pthreads' idea of createprocess
Jeffrey Altman [Tue, 11 Mar 2008 17:00:18 +0000]
windows-lwp-proto-
20080311
LICENSE IPL10
Fix breakage caused by recent lwp prototyping.
Derrick Brashear [Mon, 10 Mar 2008 18:50:47 +0000]
linux-2625-
20080310
LICENSE IPL10
adapted from marc dionne's patch, but works more directly like the darwin port,
further, i'm guessing iget_locked will go away evewntually. maybe this is
too conservative?
Jeffrey Altman [Mon, 10 Mar 2008 18:16:29 +0000]
windows-client-config-misc-dlg-
20080310
LICENSE MIT
The Daemon and Server Threads fields were swapped.
Simon Wilkinson [Mon, 10 Mar 2008 16:44:16 +0000]
keyring-updated-
20080310
LICENSE IPL10
revise keyring patch to avoid detection problems with keyring_type_key
Derrick Brashear [Mon, 10 Mar 2008 16:22:12 +0000]
hpux-param-updates-
20080310
LICENSE IPL10
based on suggestion from cg2v@andrew.cmu.edu
Jeffrey Altman [Sun, 9 Mar 2008 15:21:39 +0000]
windows-afs-execute-only-
20080309
LICENSE MIT
If we want to enforce the open for read flag in smb_ReadData we must
also check for execute access. We map execute access to read access
because AFS doesn't have a separate permission for that.
Jason Edgecombe [Sun, 9 Mar 2008 05:57:29 +0000]
man-page-afsd-afsdb-
20080308
LICENSE BSD
FIXES 89288 89289
Reference RFC 1183 in the AFSDB documentation.
Simon Wilkinson [Sun, 9 Mar 2008 01:40:14 +0000]
pt-util-com-err-
20080308
LICENSE IPL10
prototype afs_error_message() to ensure correct behavior on 64-bit
systems with 32-bit int.
Jeffrey Altman [Sat, 8 Mar 2008 23:38:08 +0000]
windows-installer-rxmaxmtu-setting-
20080308
LICENSE MIT
change the RxMaxMtu setting to 0 to restore default
behavior (aka performance). The Cisco VPN 5.0.01.0600
client no longer requires a reduced mtu size for compatibility
with AFS.
Jeffrey Altman [Sat, 8 Mar 2008 23:31:52 +0000]
windows-config-
20080308
LICENSE MIT
raise the daemon count to 4 now that we have a means of avoiding
contention
raise the tracebufsize to 10000 entries
Jeffrey Altman [Sat, 8 Mar 2008 23:23:48 +0000]
windows-syscfg-getifinfo-
20080308
LICENSE MIT
syscfg_GetIFInfo() obtains the current list of IP addresses.
Its a really expensive operation. Call the function once
and cache the data until the next IP address change instead
of calling it everytime we receive a WhoAreYou or construct a
new server object. Adds a new global rw lock, cm_syscfgLock
Jeffrey Altman [Sat, 8 Mar 2008 23:17:45 +0000]
windows-scache-
20080308
LICENSE MIT
do not discard data buffers we wish to keep
Jeffrey Altman [Sat, 8 Mar 2008 23:15:54 +0000]
windows-performance-deadlock-
20080308
LICENSE MIT
correct a deadlock when calling HaveCallback
Jeffrey Altman [Sat, 8 Mar 2008 15:43:45 +0000]
windows-cm-callback-remove-call-mutex-hold-
20080308
LICENSE MIT
Remove all of the code in #ifdef HOLD_CALL_MUTEX as we no longer
use it.
Jeffrey Altman [Sat, 8 Mar 2008 14:15:43 +0000]
windows-eventlog-
20080308
LICENSE MIT
we need set privilege not query privilege
Jeffrey Altman [Fri, 7 Mar 2008 22:22:21 +0000]
windows-cm-performance-tuning-
200803007
LICENSE MIT
This is a first cut at a cache manager statistics monitor
that can be used to determine the necessary cache parameters
to support the working set.
Off by default the performance package can be activated
by setting "daemonPerformanceTuningInterval" in the service
Parameters key. As with the other daemon interval values
the unit is in seconds.
At service start and each succeeding interval the cache
manager will write statistics to %TEMP%\afsd_performance.txt
showing the relative usage of cm_scache_t, cm_volume_t and
cm_buf_t objects. The FID statistics keep track of all FIDs
seen by the cache manager during the service session whether
or not they are backed by any live object in the cache.
These statistics are not stored in the cache file.
Jeffrey Altman [Fri, 7 Mar 2008 22:14:41 +0000]
windows-cm-conn-
20080307
LICENSE MIT
Convert cm_conn_t reference counts to use Interlocked operations.
This permits several cm_serverLock holds to be converted to read
locks.
Add string translation for VL errors to cm_Analyze().
Permit RXKAD errors other than RXKADEXPIRED to be treated as
non-fatal. Instead immediately retry an alternate server if
there is one. This will permit the client to continue to
access replicated data from an alternate site if one of the
file servers is misconfigured.
Jeffrey Altman [Fri, 7 Mar 2008 22:07:40 +0000]
windows-cm-server-interlocked-
20080307
LICENSE MIT
Convert cm_server_t reference counts to use Interlocked
operations. This permits almost all of the cm_serverLock
holds to be converted to read locks.
Add missing cm_PutServerNoLock() calls in the multi_Rx
version of cm_CheckServers(). (Thanks to Asanka)
Jeffrey Altman [Fri, 7 Mar 2008 22:02:22 +0000]
windows-vl-noent-response-
20080308
LICENSE MIT
Prior to looking up a volume in the vldb the cm_volume_t
object is constructed. If the response is VL_NOENT the
cm_volume_t object should be removed and place at the
head of the recycling list so that we do not recycle
something we might actually care about.
Convert more cm_volumeLock holds to read locks now
that we are using Interlocked operations to manipulate
the reference counts.
Jeffrey Altman [Fri, 7 Mar 2008 17:44:40 +0000]
windows-scache-verification-
20080307
LICENSE MIT
Add a hash value verification check for stat cache entries
Jeffrey Altman [Fri, 7 Mar 2008 17:37:35 +0000]
windows-rxstats-default-
20080307
LICENSE MIT
set the defaults for RxEnablePeerStats and RxEnableProcessStats back
to 1 (on) so admins are not surprised.
Simon Wilkinson [Fri, 7 Mar 2008 17:30:19 +0000]
fakestat-access-for-nautilus-
20080307
LICENSE IPL10
in order that nautilus' .directory checks can work without stat()ing every damn
thing, do what we do for the mac, basically.