Jim Rees [Fri, 29 Apr 2005 18:01:08 +0000]
getpid-
20050429
rename our getpid() to osi_getpid() to avoid name collision with kernel version
Derrick Brashear [Fri, 29 Apr 2005 02:48:21 +0000]
macos-osi-flushpages-
20050428
reenable osi_FlushPages
Derrick Brashear [Thu, 28 Apr 2005 23:14:57 +0000]
split-dcache-
20050427
split for rw/ro dcaches to allow portion of cache to be dedicated
====================
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.
====================
update
Jeffrey Altman [Thu, 28 Apr 2005 19:12:43 +0000]
windows-version-
20050428
1.3.8200
Derrick Brashear [Thu, 28 Apr 2005 06:02:19 +0000]
vnode-nusers-avoid-potential-overflow-
20050428
a byte is very small...
Chaskiel M Grundman [Thu, 28 Apr 2005 04:10:19 +0000]
osi-initcacheinfo-cleanup-
20050427
FIXES 18429
remove extraneous variable, be consistent about cacheMnt type
Peter Somogyi [Thu, 28 Apr 2005 04:04:13 +0000]
change-s390x-linker-binding-
20050427
FIXES 18447
to avoid binding against xdr_int_internal in xdr use from the pam module
Chaskiel M Grundman [Wed, 27 Apr 2005 22:43:18 +0000]
linux-always-glock-
20050427
finish this up, always glock on linux
Jeffrey Altman [Wed, 27 Apr 2005 16:32:22 +0000]
windows-callback-race-
20050427
cm_EndCallbackGrantingCall contained a race condition due to the release
of the cm_callbackLock in the middle of the for() loop. The race was
removed by optimizing out the call to cm_CallbackNotifyChange(). There
is no reason this needed to be called once per callback revoke in the
list.
Jeffrey Altman [Wed, 27 Apr 2005 16:28:00 +0000]
winnotes-
20050427
more updates
Derrick Brashear [Wed, 27 Apr 2005 02:49:47 +0000]
add-ptprocs-prototype-use-
20050426
thanks to Chris Wing for pointing this out
Derrick Brashear [Wed, 27 Apr 2005 02:36:40 +0000]
daemonize-log-somewhere-so-fds-can-close-without-harm-
20050426
FIXES 18405
switch to VLog from printf
Tom Keiser [Mon, 25 Apr 2005 21:52:59 +0000]
rx-fpq-optimize-
20050425
FIXES 17805
here's a patch that reduces the overhead of transfers
between the local and global free packet queues. The old algorithm was
O(n) in the number of store instructions -- 7 per rx_packet. I've added
some bulk transfer macros to the rx_queue package. Now, the number of
store instructions is O(1) -- 6 total. This should help reduce bus
contention and cache line invalidates on SMPs.
Derrick Brashear [Mon, 25 Apr 2005 18:20:16 +0000]
linux-global-sunlock-always-
20050424
ok, well, in the land of pre-emption i guess we need this always
Chas Williams [Mon, 25 Apr 2005 15:54:54 +0000]
linux-dentry-revalidate-one-more-
20050424
further updates
Chaskiel M Grundman [Sun, 24 Apr 2005 15:54:03 +0000]
add-missing-inotify-test-
20050424
so we actually detect the inotify sem
Chas Williams [Sun, 24 Apr 2005 15:26:53 +0000]
dentry-revalidate-cleanup-
20050424
clean up dentry_revalidate one more time so performance improves
Niklas Edmundsson [Sun, 24 Apr 2005 15:24:57 +0000]
aix53-
20050424
add param file for aix 53
check for cache partition type
Rainer Toebbicke [Sun, 24 Apr 2005 15:19:55 +0000]
maintain-volume-filecounts-
20050424
maintain file counts in volume header
Christopher Allen Wing [Sun, 24 Apr 2005 15:16:21 +0000]
use-daemon-in-bosserver-and-afsd-
20050424
provide daemon() if none exists. call it in bosserver and in afsd for afsdb handler
====================
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.
====================
add the file, too
Chas Williams [Sun, 24 Apr 2005 15:01:29 +0000]
avoid-leaking-stat-info-
20050424
otherwise we are effectively giving stat powers to people who shouldn't have it
Chaskiel M Grundman [Sun, 24 Apr 2005 02:02:52 +0000]
osi-file-use-dentry-open-
20050423
FIXES 18335
use dentry_open et al instead of doing the work ourselves
Derrick Brashear [Sun, 24 Apr 2005 01:54:42 +0000]
linux-osi-module-proc-csdb-sprintf-bug-
20050423
FIXES 18334
remove extraneous %s
Jim Rees [Fri, 22 Apr 2005 15:57:09 +0000]
freebsd60-
20050422
Preliminary FreeBSD 6.0 support.
Builds, but unlikely to work.
Jim Rees [Thu, 21 Apr 2005 23:08:12 +0000]
ignore-ytab-
20050421
add y.tab.h to .cvsignore
Michael Niksch [Thu, 21 Apr 2005 13:03:43 +0000]
restore-tab-
20050421
Restore lost tab.
Jeffrey Altman [Thu, 21 Apr 2005 03:16:57 +0000]
windows-shell-ext-remove-mtpt-
20050420
Conditionalize the AFS->Mount Point->Remove menu item based upon whether
or not the selected item(s) contain mount points
Tom Keiser [Wed, 20 Apr 2005 22:21:16 +0000]
rx_fpq_take_three-
20050420
FIXES 17805
I've been stress testing a patch all weekend that changes the way
thread-local packet quotas are computed. I was able to replicate the
unbounded packet alloc problem on unix server components by eliminating my
code from rxi_StartServerProcs that sets the maximum number of expected
threads. This patch makes the upper thread limit get computed on the fly,
adds some thread-local free packet queue statistics, and a few other minor
tweaks. I still don't have a working windows development environment, so
I can't say whether this will fix all the windows client problems. But,
the unbounded packet allocation problem should go away with this patch.
stress testing on windows succeeds as well. <jaltman@secure-endpoints.com>
Jim Rees [Wed, 20 Apr 2005 17:35:44 +0000]
fix-vc-v-macro-
20050420
Fix IsAfsVnode and friends for OpenBSD and NetBSD.
Use "v" instead of "vc" for vnode args to macros (cosmetic only).
Redefine OpenBSD macros instead of using #ifdefs in afs_osi.h.
Jeffrey Altman [Tue, 19 Apr 2005 22:06:22 +0000]
windows-hookdll-
20050419
Some more tweaks for hook dll processing.
Chas Williams [Tue, 19 Apr 2005 17:27:25 +0000]
linux-conflate-rdwrs-
20050419
FIXES 17561
conflate the 2 rdwr routines we have
Niklas Edmundsson [Tue, 19 Apr 2005 16:50:25 +0000]
aix53-
20050419
add aix 5.3 support
Jeffrey Altman [Tue, 19 Apr 2005 07:26:27 +0000]
windows-hooks-
20050418
Add new hooks from "AfsdHook.dll" to the afsd_service.exe
AfsdInitHook - where you currently have one
AfsdRxStartedHook - after RxInit but before SmbInit
AfsdSmbStartedHook - after SmbInit
AfsdBkDaemonHook - called by the BkDaemon thread and is executed once per
cycle
AfsdStoppingHook - called just after a shutdown event has been
received but before any shutdown has been performed
AfsdStoppedHook - called just after all shutdown operations after
completed but before the service terminates
The type of the function is
BOOL ( APIENTRY * AfsdHook )(void)
in all cases. Returning FALSE will cause the service to shutdown.
Jeffrey Altman [Tue, 19 Apr 2005 06:04:35 +0000]
windows-O_NOBLOCK-
20050418
O_NOBLOCK is not defined on Windows
Jeffrey Altman [Tue, 19 Apr 2005 06:04:03 +0000]
windows-rx-ts-fpq-
20050418
FIXES 17805
Add a new function called rx_StartClientThread() which parallels the
behavior of rx_StartServer but is used for initializing client threads.
====================
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.
====================
FIXES 17805
Add a new function called rx_StartClientThread() which parallels the
behavior of rx_StartServer but is used for initializing client threads.
Also, disable RX_TSFPQ_ENABLE for Windows as it slows the client down.
Jeffrey Altman [Tue, 19 Apr 2005 06:03:10 +0000]
windows-formatting-
20050418
keep formatting consistent
Jeffrey Altman [Tue, 19 Apr 2005 06:02:48 +0000]
windows-free-lib-
20050418
call FreeLibrary not CloseHandle
Derrick Brashear [Mon, 18 Apr 2005 21:09:38 +0000]
macos104-not-yet-
20050418
push first group of 10.4 changes
Jeffrey Altman [Mon, 18 Apr 2005 15:43:50 +0000]
windows-syscfg-
20050418
GetAdaptersAddressess -> GetAdaptersAddresses
Chaskiel M Grundman [Mon, 18 Apr 2005 15:30:53 +0000]
linux-fmode-set-
20050418
to avoid problems where we don't get truncated
Rainer Toebbicke [Mon, 18 Apr 2005 15:28:05 +0000]
logging-in-linux-vnodeops-sucks-
20050418
given that we keep ending up with these weird errors, it's just not worth it.
Robert Banz [Mon, 18 Apr 2005 15:25:34 +0000]
solaris-largefile-not-on-ia32-
20050417
disable largefile on solaris x86 32 bit
Jeffrey Altman [Mon, 18 Apr 2005 03:28:31 +0000]
missing-eof-
20050417
add missing eof
Derrick Brashear [Fri, 15 Apr 2005 20:39:33 +0000]
ptserver-restricted-mode-
20050415
add restricted mode to pts
only admins can make changes
Derrick Brashear [Fri, 15 Apr 2005 20:32:31 +0000]
make-linux-proc-cellservdb-info-
20050415
use info hook instead of read so we can have larger than a slab
Derrick Brashear [Fri, 15 Apr 2005 20:04:55 +0000]
license-compromise-
20050415
just copy the full list of licenses here. bleh.
Derrick Brashear [Fri, 15 Apr 2005 20:02:08 +0000]
license-update-
20050415
FIXES 18131
collect all licenses here
Kris Van Hees [Fri, 15 Apr 2005 19:43:57 +0000]
vos-release-compare-update-timestamps-
20050415
FIXES 17758
use last updated timestamps to determine if a release needs to be done
Peter Somogyi [Fri, 15 Apr 2005 19:34:30 +0000]
fix-rxkad-prototype-
20050415
FIXES 18079
fix cbc_encrypt prototype
Derrick Brashear [Fri, 15 Apr 2005 19:33:22 +0000]
kill-struct-osisocket-
20050415
FIXES 18079
more complete version of what's in the patch, kill all refs to struct osi_socket in favor of just osi_socket
from psomogyi@gamax.hu
Chas Williams [Fri, 15 Apr 2005 19:23:06 +0000]
viced-already-regd-warning-
20050415
FIXES 18049
the ethernet address is irrelevant
Jeffrey Altman [Fri, 15 Apr 2005 17:01:40 +0000]
windows-locking-freeacls-
20050415
Ensure that the appropriate mutex locks are held on the stat cache
entry referred to by the acl back pointer when performing a cleanup
Jeffrey Altman [Fri, 15 Apr 2005 17:00:15 +0000]
windows-memmap-adjust-
20050415
Prepare to allow the maxVolumes and maxCells parameters to become
independent of the MaxStats value
Chas Williams [Fri, 15 Apr 2005 14:40:31 +0000]
sema-init-takes-2-args-
20050415
FIXES 18271
init sema correctly
Derrick Brashear [Fri, 15 Apr 2005 14:31:42 +0000]
fifo-logs-
20050415
use O_NONBLOCK during open if it's a fifo
suppress SIGPIPE in case we care (EPIPE handling still not needed: return value
of write is discarded)
Jeffrey Altman [Thu, 14 Apr 2005 06:46:34 +0000]
windows-winlogon-logon-event-
20050414
Apparently the problem with multi-domain forests with cross-
realm trusts to non-Windows realms was not entirely solved.
The authentication to the AFS SMB service failed because
the wrong name was being used. Using ASU as an example,
the authentication was being performed with the name
"QAAD\user" (an account in the forest root) and not
"user@ASU.EDU (the MIT Kerberos principal used to login with)
The solution was to add an additional dependency on KFW
in order or to be able to easily obtain the client principal
name stored in the MSLSA ccache TGT. This information is
used in two locations:
- the pioctl() function
- a new WinLogon Event Handler for the "logon" event.
The pioctl function will now be able to use the correct
name when calling WNetAddConnection2() and the "logon"
event handler will now be able to call WNetAddConnection2().
The hope is that the "logon" event handler will be called
before the profile is loaded but I have not guarrantee
that will happen.
Derrick Brashear [Thu, 14 Apr 2005 05:41:59 +0000]
support-named-pipe-logs-
20050414
so log files can be named pipes
Derrick Brashear [Thu, 14 Apr 2005 05:29:34 +0000]
renamefile-for-mrafslogs-
20050414
call the renamefile wrapper so mrafs style logs on windows work like other logs
Chas Williams [Thu, 14 Apr 2005 05:22:24 +0000]
kill-rxglock-
20050413
FIXES 18222
the rxglock was being defined out by all the platforms, just kill it.
Tom Keiser [Thu, 14 Apr 2005 03:41:18 +0000]
rx-fpq-trying-again-
20050413
FIXES 17805
this time we'll work it out on windows. multitier free packet queues to increase performance
Chas Williams [Thu, 14 Apr 2005 03:32:46 +0000]
bye-getitimer-
20050413
FIXES 18221
stop using getitimer on linux
Chas Williams [Thu, 14 Apr 2005 03:25:02 +0000]
kill-rxglock-
20050413
FIXES 18222
the rxglock was being defined out by all the platforms, just kill it.
Chaskiel M Grundman [Thu, 14 Apr 2005 03:18:33 +0000]
linux26-unlocked-ioctl-
20050413
FIXES 18224
add unlocked_ioctl support and compat_ioctl support
Chaskiel M Grundman [Thu, 14 Apr 2005 03:13:50 +0000]
tbutc-avoid-lwp-libs-
20050413
FIXES 18225
stop using lwp family libs when building tbutc
Chas Williams [Thu, 14 Apr 2005 03:09:46 +0000]
kill-clock-advance-
20050413
FIXES 18228
we don't use clock_Advance, so it's gone
Peter Somogyi [Thu, 14 Apr 2005 02:59:34 +0000]
aix-volser-fix-retry-
20050413
FIXES 18240
destroy lock only after we gave up permanently
Douglas Engert [Thu, 14 Apr 2005 02:38:37 +0000]
hpux1123-parisc-
20050413
FIXES 18245
hpux 11.23 changes for parisc
Chaskiel M Grundman [Thu, 14 Apr 2005 02:14:21 +0000]
linux-inotify-sem-
20050413
FIXES 18260
add inotify sem detection
Chaskiel M Grundman [Thu, 14 Apr 2005 01:54:25 +0000]
rx-dont-use-kmutex-outside-linux-kernel-
20050413
FIXES 18261
don't use kmutex in prototypes outside linux kernel
Tom Keiser [Mon, 11 Apr 2005 19:10:58 +0000]
cblater-hold-lock-on-broadcast-
20050411
avoid race from not holding lock around fsync_cond broadcast
Derrick Brashear [Mon, 11 Apr 2005 19:03:03 +0000]
cleanup-rcmd-killing-
20050411
cleanup killing of rcmds.
Derrick Brashear [Wed, 6 Apr 2005 22:24:27 +0000]
linux-follow-link-light-needs-putlink-
20050406
based on research by cg2v@andrew.cmu.edu and suggestion of jhutz@cmu.edu
needed so kmaps are balanced by kunmaps
Chaskiel M Grundman [Wed, 6 Apr 2005 06:08:56 +0000]
afsdb-lock-
20050405
init one more lock
Derrick Brashear [Wed, 6 Apr 2005 05:46:03 +0000]
osi-probe-old-kernels-
20050405
old kernerls lack __user
Jeffrey Altman [Tue, 5 Apr 2005 03:16:43 +0000]
windows-rx_mtu-
20050404
cmdebug -addr should report the rx_mtu size if it is set and less than
the actual mtu size
Jeffrey Altman [Mon, 4 Apr 2005 12:51:02 +0000]
windows-notes-
20050404
final updates before 1.3.81
Jeffrey Altman [Mon, 4 Apr 2005 12:37:28 +0000]
windows-version-
20050404
1.3.8100
Garry Zacheiss [Mon, 4 Apr 2005 08:42:59 +0000]
make-afs-h-includable-outside-kernel-
20050404
so you don't need to define KERNEL to cinlude this
Garry Zacheiss [Mon, 4 Apr 2005 08:34:58 +0000]
kdump-update-
20050404
make kdump build again
Derrick Brashear [Mon, 4 Apr 2005 06:02:56 +0000]
remove-insecure-and-ntp-
20050403
rcmds, inetd, ftpd and ntp are gone. leaving the files in the cvs head for now.
====================
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.
====================
rcmds, inetd, ftpd and ntp are gone. in 1.4, files also go away.
Derrick Brashear [Mon, 4 Apr 2005 05:26:36 +0000]
remove-rx-2tier-freepacketq-
20050403
needs more work.
Derrick Brashear [Mon, 4 Apr 2005 05:17:56 +0000]
macos103-update-
20050403
use system vnodes. one remaining bug, dangling vnodes at shutdown.
Tom Keiser [Sun, 3 Apr 2005 21:20:54 +0000]
vos-partinfo-summary-portability-
20050403
make this work on systems with non-native 64 bit int
Tom Keiser [Sun, 3 Apr 2005 21:12:36 +0000]
rx-2tier-freepacketq-
20050403
FIXES 17805
The attached patch turns the rx free packet queue into a 2-tiered cache
with a local thread-specific queue, backed by a global queue when using
pthreaded rx. The patch is against 1.3.79. Preliminary benchmarks show
scalability much closer to 2 cpus on sparc with this patch. Also,
fileserver performance under heavy load is improved: 50% improvement in
throughput for sequential writes, and a 10% improvement in performance for
random writes against an smp sparc solaris 10 fileserver.
Tom Keiser [Sun, 3 Apr 2005 21:09:53 +0000]
hid2client-write-lock-
20050403
FIXES 17867
h_ID2Client currently returns a client struct with a shared lock. The
only caller of h_ID2Client (SRXAFS_FlushCPS) immediately calls
BoostSharedLock. This patch just goes ahead and makes h_ID2Client return
it with the write lock so we don't enter the Lock struct mutex multiple
times in a row. This also happens to remove the last reference to
BoostSharedLock in the tree.
Andrej Filipcic [Sun, 3 Apr 2005 21:00:11 +0000]
alpha-linux26-
20050403
FIXES 18081
alpha linux26 port
Chaskiel M Grundman [Sun, 3 Apr 2005 20:53:43 +0000]
rx-clock-rollover-fix-
20050403
FIXES 17990
itimer rollover comes faster now; handle it.
Chas Williams [Sun, 3 Apr 2005 20:48:32 +0000]
more-linux26-cred-fixes-
20050403
FIXES 18009
instead of crget() getting a groups_alloc(0) just to put it, we just fix
crref()/crdup()/afs_pioctl() to do the "right" thing
added missing task_lock()'s as well.
Derrick Brashear [Sun, 3 Apr 2005 20:37:29 +0000]
license-update-
20050403
FIXES 18131
collect all licenses here
====================
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.
====================
FIXES 18131
install LICENSE into destdir builds
Derrick Brashear [Sun, 3 Apr 2005 20:21:19 +0000]
hpux-license-update-
20050403
FIXES 18129
update hpux psf file copyright info
Derrick Brashear [Sun, 3 Apr 2005 20:13:11 +0000]
macos-update-packaging-
20050403
FIXES 18127
add apsl 2.0 license. note it in ReadMe.rtf. update buildpkg to provide afsd options sample. update post_install to use sample ThisCell and options if none provided.
Sven Oehme [Sun, 3 Apr 2005 20:02:28 +0000]
linux-ppc64-26-
20050403
FIXES 18114
add support for ppc64 linux26
Derrick Brashear [Sun, 3 Apr 2005 19:48:16 +0000]
new-gcc-cleanup-
20050403
more picky about some of this stuff, and it's right, so let's clean it up
Derrick Brashear [Sun, 3 Apr 2005 19:32:20 +0000]
remove-insecure-and-ntp-
20050403
rcmds, inetd, ftpd and ntp are gone. leaving the files in the cvs head for now.
Sven Oehme [Sun, 3 Apr 2005 19:17:58 +0000]
s390x-linux26-flavor-check-
20050403
FIXES 18112
add missing flavor bit check for s390x
Niklas Edmundsson [Sun, 3 Apr 2005 19:13:30 +0000]
aix5-allocator-cleanup-
20050403
* Removed memory allocation functions only used on AIX and ancient
HPUX. If the performance penalty is noticeable, implement a wrapper
at the osi-level in the same manner as LINUX/FBSD (ie not sprayed
throughout the code).
* Removed all remnants of splnet()-style locking, it was not
sufficient for MP anyway which the real locks are. Affects only AIX
and HPUX.
* Drop the global locking in rxi_Alloc since the real locks do their
jobs, affects only AIX41 and up (ie. MP capable OS).
* Fix the non-kernel wrapper for osi_Alloc/Free on AIX to take void *
in the same manner as the rest of the functions. IMO this wrapper
shouldn't be necessary since you should never ever malloc() 0 bytes,
but since it's there I'd guess someone made stupid assumptions
somewhere...
* Restores MAXKTCTICKETLEN to 12000 on AIX
* Restores AFS_LWP_MINSTACKSIZE to 48k on AIX (might affect
server-stuff)
Derrick Brashear [Sun, 3 Apr 2005 19:09:05 +0000]
openafs-kill-dead-code-
20050403
Code ifdef'd any of AFS_MACH_ENV, AFS_GFS_ENV, AFS_DEC_ENV dies
Code ifdef'd AFS_SUN_ENV either becomes AFS_SUN5_ENV or dies as appropriate,
in the kernel only. The database servers etc are probably still buildable,
and I still have a SunOS 4.1.4 machine. ;-) But the Solaris vnops get all
SunOS 4 code nuked.
Uses of AFS_ALPHA_ENV which secretly meant OSF/1,D/UX,Tru64 become
AFS_OSF_ENV.
Bozon lock use gets its own ifdef. OSF and Solaris define it. Darwin and any
BSDs have bozon lock usage removed: note that only OSF and Solaris were
bothering to *init* the bozon lock during NewVCache. Bozon locks are for
platforms where basically we could end up deadlocking ourselves because of
how locks are handled.
Some nonsensical ifdefs removed.
Some if 0'd code removed.
Some obsolete code (hpux pre-10, for instance) removed.
Jeffrey Altman [Sun, 3 Apr 2005 06:32:35 +0000]
rxdebug-unsigned-
20040403
use unsigned types when displaying stat data via printf
Jeffrey Altman [Sat, 2 Apr 2005 10:06:44 +0000]
windows-notes-
20050402
updates for version 1.3.81
Jeffrey Altman [Sat, 2 Apr 2005 09:23:50 +0000]
windows-deadlock-
20050402
One final deadlock was found in cm_TryBulkStat(). Do not hold the scp->mx
through the RXAFS call.