Commit Graph

5389 Commits

Author SHA1 Message Date
Mike Meffie
9be6b92a17 linux-alt-builddir-fix-20081014
LICENSE IPL10
FIXES 121650

correct the if test to include missing x
2008-10-14 15:38:30 +00:00
Derrick Brashear
24ce8010cd linux-proc-walk-locking-20081012
LICENSE IPL10
FIXES 116603

sort out rcu locking versus tasklist lock. if this fails we probably have to
disable walking entirely
2008-10-12 19:44:27 +00:00
Dragos Tatulea
0195d7c082 disconnected-rmdir-infinite-recursion-20081012
LICENSE IPL10
FIXES 121226

fix infinite recursion when replaying rmdir transaction
2008-10-12 19:10:05 +00:00
Simon Wilkinson
7c6fac305c disconnected-getvcache-avoid-duplicate-work-20081012
LICENSE IPL10
FIXES 121254

don't do duplicate work finding a vcache we already had
2008-10-12 19:06:27 +00:00
Stefaan De Roeck
726fc5b842 linux-alternate-kernel-builddir-20081012
LICENSE IPL10
FIXES 121354

add support for KBUILD_OUTPUT=... builds.
2008-10-12 19:01:58 +00:00
Jeffrey Hutzelman
322f7e0e9f volser-newtrans-racy-20081012
LICENSE IPL10
FIXES 121263

avoid a race on creating new transactions in volserver
2008-10-12 18:53:06 +00:00
Dragos Tatulea
4b72f8765c doxygen-comments-20081010
LICENSE IPL10
FIXES 98819 99069

add doxygen comments for some parts of openafs cache manager

====================
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

add doxygen comments for some parts of openafs cache manager
2008-10-11 00:26:47 +00:00
Derrick Brashear
523dd766ef cachemgr-blacklist-down-servers-20081010
LICENSE IPL10
FIXES 121035

fix to issue suggested by reuter@rzg.mpg.de
2008-10-10 17:25:29 +00:00
Jeffrey Hutzelman
8b1b390713 volser-dumpstuff-log-errors-20081010
LICENSE IPL10
FIXES 121040

return sensible (ENOSPC) errors when out of tags or vnodes. don't perror. log
instead.
2008-10-10 15:42:10 +00:00
Harald Barth
d569a083e3 cmdebug-entry-count-20081010
LICENSE IPL10

raise max number of entries as cache managers routinely have more
than 10,000 vnode status objects
2008-10-10 12:50:52 +00:00
Derrick Brashear
7034078b33 hpux-gop-lookupname-20081009
LICENSE IPL10

add missing gop_lookupname macro for hpux
2008-10-09 19:56:43 +00:00
Derrick Brashear
2e15aa2b26 solaris-gop-lookupname-20081009
LICENSE IPL10

add missing gop_lookupname macro for solaris
2008-10-09 19:54:06 +00:00
Derrick Brashear
9f8865744e bypasscache-fix-linux24-20081009
LICENSE IPL10

no f_mapping in 2.4.x
2008-10-09 13:55:19 +00:00
Jeffrey Altman
32977eadf1 windows-build-do-not-mix-pthread-and-lwp-20081008
LICENSE MIT

The rx library is built in lwp and pthread forms.  The methods used to
export data symbols are incompatible between the two.  The ubik library
is built with rx headers but only in the lwp form.  As a result it is
not possible to link the ubik libs without also including the lwp rx
lib.  We have pthreaded servers that require linking to the pthreaded
rx and ubik.  To fix the problem all of the macros that assigned values
to variables and were used by ubik have been converted to functions
(but only for Windows.)
2008-10-08 22:14:52 +00:00
Jeffrey Altman
e7b06ab695 windows-cell-name-trailing-dot-removal-20081008
LICENSE MIT
FIXES 120318

Lookups of cell names that have a trailing dot should have the dot removed
otherwise there is a risk of duplicate cell entries since "foo" and "foo."
will not match but both will resolve to the same AFSDB record in DNS.
2008-10-08 18:43:03 +00:00
Jeffrey Altman
ab2d343c31 windows-libafsrpc-20081007
LICENSE MIT

export missing symbols necessary for tbutc and performance testing.
2008-10-07 23:28:40 +00:00
Jeffrey Altman
b8b3bd8d1b windows-tbutc-20081007
LICENSE MIT

do not link to both pthread and lwp rx libs
2008-10-07 23:25:14 +00:00
Derrick Brashear
967cbd2628 darwin-fake-more-disk-free-20081007
LICENSE IPL10

placate finder. this time for sure
2008-10-07 22:30:23 +00:00
Derrick Brashear
b3bf4b89e3 linux-d-reval-rewrite-mtpts-when-fakestat-enabled-20081007
LICENSE IPL10
FIXES 113558

avoid case where revalidate saw a mountpoint which hadn't been rewritten yet
and failed to handle it, exposing ENOENT where the entry existed.
2008-10-07 20:00:31 +00:00
Derrick Brashear
af0b03055e find-new-xbsa-first-20081007
LICENSE IPL10
FIXES 119162

change test order
2008-10-07 19:51:25 +00:00
Derrick Brashear
fe0186dccd ubik-notruncate-dont-pollute-fd-cache-20081007
LICENSE IPL10

issue suggested by Chaskiel Grundman; while it should not have been an issue
we now behave usefully in the notruncate recovery code.
2008-10-07 18:43:57 +00:00
Derrick Brashear
1e3674cafe vldb-check-fix-more-kinds-of-corruption-20081007
LICENSE IPL10

work harder to ferret out corruption; still reruns itself so if 2 hash chains
are comingled they get split back out correctly without having to flush state
continuously
2008-10-07 16:34:53 +00:00
Derrick Brashear
2cfe5d555e linux-fakestat-revalidate-to-validity-20081006
LICENSE IPL10

we had something which fakestat was faking, but the inode had no ops, so
we ended up ENOTDIRing. oops.
2008-10-07 04:40:49 +00:00
Jeffrey Altman
061634bfc9 rx-varargs-20081003
LICENSE MIT

call va_start on Windows
2008-10-04 05:59:32 +00:00
Hans-Werner Paulsen
5158e8c7af kdump-rx-stats-20081003
LICENSE IPL10
FIXES 118700

add change to kdump also
2008-10-03 21:39:43 +00:00
Jeffrey Altman
b8caeee989 rx-windows-dpf-20081003
LICENSE MIT

dpf on windows is conditional on rxdebug_active, not rx_debugFile
2008-10-03 15:35:15 +00:00
Jeffrey Altman
a3154fbfc1 rx-prototypes-20081003
LICENSE MIT

remove EXT from the function prototype definitions in rx_globals.h
because they result in conflicts with the actual function declarations
and the prototypes in rx_prototypes.h.
2008-10-03 15:33:19 +00:00
Jeffrey Altman
82fc110302 rx-vaargs-20081003
LICENSE MIT

define va_list ap where it will be defined on all platforms
2008-10-03 15:31:59 +00:00
Jeffrey Altman
97176bc65a windows-client_exp-makefile-20081003
LICENSE MIT

define UNICODE
2008-10-03 15:29:37 +00:00
Jeffrey Altman
0d368d7c0d windows-update-makefile-20081003
LICENSE MIT

add missing reference to cm_nls.obj
2008-10-03 15:28:07 +00:00
Jeffrey Altman
38800039a7 windows-smb_dir_watch_lock-20081003
LICENSE MIT

re-order the lock hierarchyfor smb_Dir_Watch_Lock so that the
lock does not have to be dropped when sending notifications
within smb_NotifyChange().
2008-10-02 13:12:23 +00:00
Jeffrey Altman
1e72039404 rx-current-packet-double-free-20081003
LICENSE MIT

in rxi_WriteProc() make sure that rx_call currentPacket is
set to NULL after the rx_packet is added to a queue or
passed to rx_freePacket().  Otherwise we will panic when
we attempt to call rx_freePacket twice on the same packet.
2008-10-02 12:51:48 +00:00
Simon Wilkinson
6acd68f0e8 linux-nfstrans-libafs-tree-20080926
LICENSE IPL10

add missing files needed for nfs variants
2008-09-26 11:16:36 +00:00
Simon Wilkinson
3853c32615 disconn-prototypes-20080926
LICENSE IPL10

add a prototype we need for disconnected
2008-09-26 09:23:48 +00:00
Simon Wilkinson
3f11790f6a pthread-ubik-volser-stupidity-20080925
LICENSE IPL10

make volserver build again for not pthreaded ubik
2008-09-25 22:40:25 +00:00
Simon Wilkinson
3a5e912230 rx-dpf-clarify-20080924
LICENSE IPL10

rework dpf macro slightly so there are no trailing ; issues
ddddddddddddd
AUTHOR
LICENSE IPL10
2008-09-25 21:19:33 +00:00
Jeffrey Altman
8b50c9d9e3 rx-clear-queues-correctly-20080925
LICENSE IPL10

don't potentially leak packets by leaving them behind and initing queues;
in fact, if you are cleaning up there is no need to init queues anyway.
2008-09-25 21:17:22 +00:00
Jeffrey Altman
b84da58492 rx-packet-allocation-debug-20080925
LICENSE IPL10

add field to track allocated packets
2008-09-25 20:54:44 +00:00
Jeffrey Altman
230dcebcd6 rx-change-packet-allocation-calculation-20080925
LICENSE IPL10

don't alloc ourselves to death; try harder to manage growth
2008-09-25 20:34:41 +00:00
Jeffrey Altman
559ea99b1e rx-flag-all-packets-20080925
LICENSE IPL10

flag packets for all queues, and when they are currentPacket somewhere
2008-09-25 19:59:33 +00:00
Jeffrey Altman
939e070c86 rx-global-lock-macro-correction-20080925
LICENSE IPL10

refer to the same macro everyone else does
2008-09-25 18:26:23 +00:00
Jeffrey Altman
a72eea6bb1 rx-clear-queues-correctly-20080925
LICENSE IPL10

don't potentially leak packets by leaving them behind and initing queues;
in fact, if you are cleaning up there is no need to init queues anyway.
2008-09-25 18:21:15 +00:00
Jeffrey Altman
7a4041f940 rename-rx-stats-20080925
LICENSE IPL10

avoid using the same name for the struct and the global so the windows debugger works usefully

====================
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

avoid using the same name for the struct and the global so the windows debugger
works usefully

====================
LICENSE IPL10

avoid using the same name for the struct and the global so the windows debugger
works usefully
2008-09-25 18:15:41 +00:00
Jeffrey Altman
883683fc31 rx-readproc32-avoid-losing-currentpacket-20080925
LICENSE IPL10

when currentPacket is empty, avoid leaking it and instead free and NULL it
2008-09-25 18:06:24 +00:00
Derrick Brashear
eb875d3034 ah-verbatim-section-tweak-20080925
LICENSE IPL10

remove PACKAGE and VERSION
2008-09-25 17:59:52 +00:00
Derrick Brashear
9d09de799b acfooter-inline-20080925
LICENSE IPL10

based on work by mdw@umich.edu
2008-09-25 15:41:02 +00:00
Jeffrey Altman
8871c545e3 rx-windows-mutex-is-mine-lwp-20080925
LICENSE MIT

mutex is mine for lwp on windows
2008-09-25 13:29:50 +00:00
Jeffrey Altman
3be628e8fc rx-user-prototype-20080925
LICENSE MIT

fix prototype for rx_getAllAddr() on Windows
2008-09-25 13:04:46 +00:00
Jeffrey Altman
ec6dcda473 rx-prototypes-20080925
LICENSE MIT

fix errors introduced in rx-prototypes-20080924 on Windows
2008-09-25 12:58:45 +00:00
Jeffrey Altman
db15c2f1cb rx-windows-mutex-is-mine-20080925
LICENSE MIT

Add MUTEX_IS_MINE for Windows
2008-09-25 12:49:10 +00:00