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.
Jeffrey Altman [Fri, 1 Apr 2005 00:36:04 +0000]
windows-time-
20050331
Replace the time translation hack based on smb_NowTZ with a purely
mathematical conversion from UTC based unixTime (time_t) to UTC
based FILETIME
Jeffrey Altman [Thu, 31 Mar 2005 07:05:21 +0000]
windows-afsd-minor-
20050330
Add bounds checking to the comparison of fid->vnode and cm_localMountPoints
when Freelance mode is used.
Fix typo in DJGPP section of smb.c
Use rx_connection * instead of rx_call * in previous fix to cm_dcache.c
Jeffrey Altman [Wed, 30 Mar 2005 21:49:35 +0000]
windows-stress-test-fixes-
20050330
Ran more stress tests against 1.3.80b on a dual processor machine and
found a number of additional errors which could be fixed.
cm_callback.c: correct the refCount handling of server lists when
processing registering callbacks on the scache entry
cm_conn.c: cm_Analyze was not handling the CM_ERROR_NOSUCHVOLUME case.
In this case force a retry and Force Update the Volume info
cm_dcache.c; do not hold mx locks around calls to rx_NewCall(). That is
why we have reference counting on the rx_connection objects.
cm_ioctl.c: replace references to afsdcell.ini with CellServDB
cm_utils.c: formatting
cm_vnodeops.c: improve the logging and add a missing call to
cm_EndCallbackGrantingCall()
cm_volume.c: allows cm_volume_t objects to be reused if their
ref count is 0 and we have hit the maximum number allowed.
smb.c: improve the logging and the handling of dead_vcp references.
If all of the SMB sessions and NCBs are in use, return BUSY to the
CIFS client.
smb3.c: convert constants to preprocessor symbols
Derrick Brashear [Sat, 26 Mar 2005 07:10:39 +0000]
linux-vnode-macros-
20050326
here's a place where we passed a vcache instead of a vnode for linux. doesn't
matter today, might as well fix it now.
Chaskiel M Grundman [Sun, 27 Mar 2005 21:19:45 +0000]
lwp-deal-with-unaligned-memory-
20050326
FIXES 18050
don't double-free lwp stack space
Derrick Brashear [Sat, 26 Mar 2005 06:53:44 +0000]
rx-getaddrs-skip-loopback-addr-on-bsd-too-
20050326
as reported by Tracy Demarco-White
Derrick Brashear [Sat, 26 Mar 2005 05:37:42 +0000]
darwin-vnode-macros-
20050325
use vnode to vcache conversion macros
Derrick Brashear [Sat, 26 Mar 2005 00:44:39 +0000]
darwin-fstrace-
20050325
holy crap, it just worked.
Jeffrey Altman [Fri, 25 Mar 2005 17:58:47 +0000]
acl-maxentry-comment-
20050325
correct the comment related to the maximum number of entries in
an ACL. the number of ACEs must be less than or equal to ACL_MAXENTRIES
not less than ACL_MAXENTRIES.
Derrick Brashear [Thu, 24 Mar 2005 01:53:46 +0000]
sb-list-fix-
20050323
fix gaffe from my attempt at this
Jeffrey Altman [Wed, 23 Mar 2005 22:31:13 +0000]
windows-logon-
20050323
Fix initialization error when getting domain parameters
Jeffrey Altman [Wed, 23 Mar 2005 22:30:09 +0000]
windows-version-8002-
20050323
1.3.8002
Jeffrey Hutzelman [Tue, 22 Mar 2005 23:52:59 +0000]
kbuild-one-more-try-
20050322
and shortly i will confirm it works for all cases
Jeffrey Altman [Tue, 22 Mar 2005 19:39:44 +0000]
windows-toplevel-makefile-
20050322
fix build dependencies for vl headers
Jeffrey Altman [Tue, 22 Mar 2005 05:42:29 +0000]
windows-smb-fix-
20050322
the use logon cache hack only works on xp and above. do not give up
use of smb auth simply because it fails
fix the smb_vc_t refCount fix to smb_CopyPacket. Only hold a smb_vc_t
if there is one.
Jeffrey Altman [Tue, 22 Mar 2005 05:40:13 +0000]
windows-version-
20050322
1.3.8001
Jeffrey Altman [Mon, 21 Mar 2005 16:27:59 +0000]
windows-smb_vc_t-refcounts-
20050321
conditionalize the assertions on smb_vc_t refcounts as they are only
for debugging. We know there is a problem but don't want to deal with
it for the 1.3.80 release.
added logging info for each hold and release. perhaps that will provide
a clue in the future
====================
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.
====================
When copying a packet we must increment the vcp refcounts
Ervin Fenyak [Mon, 21 Mar 2005 02:54:11 +0000]
vos-extended-format-
20050320
FIXES 17961
vos listvol -extended
with -format option (vos listvol -extended -format) had no effect.
After applying the patch,
vos listvol -extended -format
outputs tab delimited output.
====================
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 17961
move variable declaration to the beginning of the block
Derrick Brashear [Sun, 20 Mar 2005 20:37:39 +0000]
linux-inotify-
20050320
yay more inode fields.
Michael Niksch [Sun, 20 Mar 2005 20:26:19 +0000]
install-cfgafs-
20050320
FIXES 17712
cfgafs shoudl be installed regardless of AIX64
Chas Williams [Sun, 20 Mar 2005 20:18:08 +0000]
linux-crref-held-longer-
20050320
FIXES 17917
hold the cr ref longer
we were putting it too soon
Chaskiel M Grundman [Sun, 20 Mar 2005 20:12:05 +0000]
linux-rx-spinlocks-for-preempt-
20050320
FIXES 17966
force linux spinlocks on when CONFIG_PREEMPT is involved
Chaskiel M Grundman [Sun, 20 Mar 2005 20:08:06 +0000]
afs-lock-init-
20050320
FIXES 17939
add missing afs lock initialization
Vitaly Chernookiy [Sun, 20 Mar 2005 19:38:44 +0000]
linux-libafs-makefileproto-call-kbuild-correctly-
20050320
FIXES 17972
call the script directly out of srcdir instead of looking elsewhere
Chaskiel M Grundman [Sun, 20 Mar 2005 19:23:19 +0000]
amd64-linux-rx-clock-fix-
20050320
FIXES 17950
avoid initial delay in rx on amd64 linux due to interval timer issue
Tom Keiser [Sun, 20 Mar 2005 15:11:54 +0000]
vos-partinfo-summary-mode-
20050320
FIXES 17868
add a summary mode to vos partinfo
Jeffrey Hutzelman [Sun, 20 Mar 2005 15:07:19 +0000]
linux-find-kernel-build-link-path-to-kernel-headers-
20050320
look in /lib/modules for a path to the kernel build instead of just in /usr/src
Jason McCormick [Sun, 20 Mar 2005 15:00:43 +0000]
linux-afsd-rc-better-defaulting-
20050320
FIXES 17630
default to a small cache rather than breaking if the client is ill-configured
Ervin Fenyak [Sun, 20 Mar 2005 14:32:06 +0000]
afsd-rxpck-switch-
20050320
FIXES 17837
add rxpck switch to afsd to allow overrding maxpackets
Derrick Brashear [Sat, 19 Mar 2005 20:42:04 +0000]
revert-salvager-verbosity-entirely-
20050319
simply remove the verbosity added to salvager
Jeffrey Altman [Thu, 17 Mar 2005 17:50:22 +0000]
windows-notes-
20050317
final notes for 1.3.80
Jeffrey Hutzelman [Thu, 17 Mar 2005 17:42:26 +0000]
CellServDB-update-
20050317
Public CellServDB 16 Mar 2005
Harald Barth [Thu, 17 Mar 2005 15:52:54 +0000]
nosettime-
20050317
Make -nosettime default for afsd. Use -settime to get old behavior.
Jeffrey Altman [Wed, 16 Mar 2005 21:37:07 +0000]
windows-dns-crypt-
20050516
Found another case in which the windows client could break connections
which should not be broken if cryptall is on. If the connection is
unauthenticated because there are no tokens, the connections will be
broken.
If a site relies on AFSDB records and the client machine is configured
to append a domain suffix to all queries it is possible for "foo" and
"foo.bar" to appear to be separate cells. fixed by appending a trailing
'.' to all AFSDB queries if there is not already one.
Jeffrey Altman [Wed, 16 Mar 2005 04:49:02 +0000]
rollback-
20050315
Rollback changes to 1.68
Jeffrey Altman [Tue, 15 Mar 2005 00:55:56 +0000]
windows-notes-
20050314
Update notes to describe fix for cross realm trusts to Windows
multi-domain forests
Jeffrey Altman [Tue, 15 Mar 2005 00:43:21 +0000]
windows-comments-
20050314
Update the comments to indicate how we force authentication to be
performed against the Windows logon cache instead of a domain controller
and how BackConnectionsHostNames will work in Longhorn Beta 1.
Jeffrey Altman [Fri, 11 Mar 2005 18:16:47 +0000]
windows-mumble-
20050311
Add new registry setting to force a lana to be treated as a loopback
Move hack to force use of MSV1_0 cache
Jeffrey Altman [Fri, 11 Mar 2005 07:30:00 +0000]
windows-1380-
20050310
updates for 1.3.80
====================
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 issues list
Jeffrey Altman [Fri, 11 Mar 2005 05:33:12 +0000]
windows-pcache-
20050310
This patch applies all of the work done to add persistent cache support,
cache manager debugging, and a variety of bug fixes. A full description
will be committed within doc/txt/winnotes as part of a later commit.