openafs.git
15 years agoDEVEL15-man-page-pts-membership-privilege-20090118
Russ Allbery [Mon, 19 Jan 2009 03:32:18 +0000]
DEVEL15-man-page-pts-membership-privilege-20090118

FIXES 124151
LICENSE BSD

Add system:ptsviewers to the privilege documentation of pts membership and
try to clarify the privilege required by being less verbose and hopefully
more direct.

(cherry picked from commit d781450cf3c08bf89f3d1490620ed89885f7e518)

15 years agoDEVEL15-krb5-klog-link-rule-20090118
Derrick Brashear [Mon, 19 Jan 2009 03:25:29 +0000]
DEVEL15-krb5-klog-link-rule-20090118

LICENSE IPL10

this was just wrong

(cherry picked from commit df71f42b637c5ef2aa266a709720b35e65b8e27f)

15 years agoDEVEL15-volser-setflags-clear-callptr-20090118
Derrick Brashear [Mon, 19 Jan 2009 03:19:15 +0000]
DEVEL15-volser-setflags-clear-callptr-20090118

LICENSE IPL10

make things calling SetFlags not error

(cherry picked from commit dbc73f43ee64072509ee0ae66cf7499ff9e5d861)

15 years agoDEVEL15-linux-2629-20090115
Marc Dionne [Thu, 15 Jan 2009 13:27:27 +0000]
DEVEL15-linux-2629-20090115

LICENSE IPL10
FIXES 124115

add 2.6.29 support

(cherry picked from commit 24a5d12bae9a2af393f3641055893824c71a4712)

15 years agoDEVEL15-osi-probe-check-result-cope-with-enoent-20090115
Chaskiel M Grundman [Thu, 15 Jan 2009 13:13:09 +0000]
DEVEL15-osi-probe-check-result-cope-with-enoent-20090115

LICENSE IPL10

in order for probing to work right

(cherry picked from commit 86225b60147d58ca71063a72be02236df1257407)

15 years agoDEVEL15-rx-afs-kmutex-kcondvar-20090113
Jeffrey Altman [Wed, 14 Jan 2009 06:34:19 +0000]
DEVEL15-rx-afs-kmutex-kcondvar-20090113

LICENSE BSD

The rx_pthread.h defines afs_kcondvar_t and afs_kmutex_t but
their use throughout the rx library is inconsistent.  Sometimes
they are used, other times pthread_cond_t and pthread_mutex_t.

This commit ensures that afs_kmutex_t and afs_kcondvar_t are
used consistently.

(cherry picked from commit 3394644531fb89b02ffbe0c10f4a51c3a4169a39)

15 years agoDEVEL15-linux-truncate-cleanup-20090113
Simon Wilkinson [Tue, 13 Jan 2009 19:37:15 +0000]
DEVEL15-linux-truncate-cleanup-20090113

LICENSE IPL10

fix the patch to actually be applicable

(cherry picked from commit e6d60f58e2a6b7ac9964cfb1ec753decd5d6ed91)

15 years agoDEVEL15-rx-make-rxdebug-optional-20090113
Jeffrey Altman [Tue, 13 Jan 2009 16:33:30 +0000]
DEVEL15-rx-make-rxdebug-optional-20090113

LICENSE BSD

Permit the rx library to be built without the RXDEBUG preprocessor
definition.  When RXDEBUG is not defined all of the debugging functions
either become stubs or log a message indicating that the library was
built without RXDEBUG so that there will be no surprises.  There
are no changes to the export list.  By default RXDEBUG is defined.

Eventually the definition of RXDEBUG can become a configuration option
to the build system.

(cherry picked from commit f1a13e15625afa324ffc6614eea432dcc89bf768)

15 years agoDEVEL15-freebsd-cleanup-20090112
Matt Benjamin [Mon, 12 Jan 2009 14:33:25 +0000]
DEVEL15-freebsd-cleanup-20090112

LICENSE IPL10
FIXES 124107

minor freebsd cleanup

(cherry picked from commit ba9556ff2bbf854bb5c05074032b94973bf339ec)

15 years agoDEVEL15-linux-i-size-20090112
Marc Dionne [Mon, 12 Jan 2009 14:19:10 +0000]
DEVEL15-linux-i-size-20090112

LICENSE IPL10
FIXES 124106

use i_size_read macro correctly

(cherry picked from commit 45e808945627b36ab1dbb64b6fafa8ed7b1901b6)

15 years agoDEVEL15-libuafs-set-fileoffsetbits-20090112
Andrew Deason [Mon, 12 Jan 2009 14:11:49 +0000]
DEVEL15-libuafs-set-fileoffsetbits-20090112

LICENSE IPL10
FIXES 124093

make libuafs work with things which expect to be able to use native file
sizes etc

(cherry picked from commit 47ac8ba7022e80e5bc0023782b6b27d5ac97ccd3)

15 years agoDEVEL15-linux24-no-backing-dev-20090112
Marc Dionne [Mon, 12 Jan 2009 13:28:55 +0000]
DEVEL15-linux24-no-backing-dev-20090112

LICENSE IPL10
FIXES 124100

backing_dev_info isn't in 2.4

(cherry picked from commit 434ad307430fc12968abd65e007f8e606aa55917)

15 years agoDEVEL15-fetch64-fstrace-typo-20090112
Rainer Toebbicke [Mon, 12 Jan 2009 13:24:24 +0000]
DEVEL15-fetch64-fstrace-typo-20090112

LICENSE IPL10
FIXES 124113

move l to correct side of % for type printing

(cherry picked from commit d158ddb25c769d357d5f58acbd911ec7a7281343)

15 years agoDEVEL15-rx-statistics-active-flag-20090110
Jeffrey Altman [Sun, 11 Jan 2009 05:56:07 +0000]
DEVEL15-rx-statistics-active-flag-20090110

LICENSE MIT

Permit rx statistics gathering to be disabled by setting the
new rx_stats_active variable to 0.  This avoids grabbing the
rx_stats_mutex throughout the execution of the requests and
permits greater concurrency thoughout the library.

(cherry picked from commit 30cfed8e25dfcc6c423d1e121360f048d6724328)

15 years agoDEVEL15-rx-finer-grained-locking-20091010
Jeffrey Altman [Sun, 11 Jan 2009 04:52:00 +0000]
DEVEL15-rx-finer-grained-locking-20091010

LICENSE MIT

not everything should be under the rx_stats_mutex.  doing so
results in too much lock contention.  add new mutexes:
rx_quota_mutex, rx_waiting_mutex, rx_pthread_mutex, and rx_packets_mutex.
Each new mutex protects an associated group of variables.

15 years agoDEVEL15-rx-user-socket-buffer-sizes-20090110
Jeffrey Altman [Sun, 11 Jan 2009 04:25:43 +0000]
DEVEL15-rx-user-socket-buffer-sizes-20090110

LICENSE MIT

if the socket buffer size specified by the configuration is too large
to be applied, do not drop down immediately to 32766 bytes.  Instead
try increasingly smaller values trying to find the largest one that
works.  use the same value for the send buf size as well.

(cherry picked from commit 5b0e23567e1ed64f448bb3253ad90d39cad31271)

15 years agoDEVEL15-linux-truncate-race-20090109
Simon Wilkinson [Fri, 9 Jan 2009 15:09:24 +0000]
DEVEL15-linux-truncate-race-20090109

LICENSE IPL10
FIXES 124094

avoid a race during truncation which trips an issue when fsx is run

(cherry picked from commit f49bf1d919b48901533da78c9fe38ca0339b7bca)

15 years agoDEVEL15-ac-verbatim-include-undefs-20090109
Andrew Deason [Fri, 9 Jan 2009 14:50:57 +0000]
DEVEL15-ac-verbatim-include-undefs-20090109

LICENSE IPL10
FIXES 124077

the undefs for things which are not ac macros ended up outside the ac verbatim
blob. fix it.

(cherry picked from commit 2d07a62c38fea642d52c20ff86e8f72e3c16bbe0)

15 years agoDEVEL15-netrestrict-no-wildcard-20090106
Derrick Brashear [Tue, 6 Jan 2009 13:40:16 +0000]
DEVEL15-netrestrict-no-wildcard-20090106

LICENSE IPL10

don't misadvertise network wildcard support

(cherry picked from commit 80fc888a9223050481de932233fe7121a48df194)

15 years agoDEVEL15-rx-do-not-race-current-packet-20090105
Jeffrey Altman [Mon, 5 Jan 2009 23:13:08 +0000]
DEVEL15-rx-do-not-race-current-packet-20090105

LICENSE MIT

Throughout rx_rdwr.c functions allocate a register variable 'cp'
which is used to optimize access to call->currentPacket.
Unfortunately, if the call->lock is dropped (for example, CV_WAIT)
the synchronization between the two is lost.  This delta re-syncs
'cp' and call->currentPacket after each location where the call->lock
may be dropped.

(cherry picked from commit 423ab97eee35f57beeb481cac2159d28dea20577)

15 years agoDEVEL15-windows-license-smgl2rtf-20090105
Jeffrey Altman [Mon, 5 Jan 2009 18:17:01 +0000]
DEVEL15-windows-license-smgl2rtf-20090105

LICENSE MIT

Ensure that the input string is nul terminated and then instruct
WideCharToMultiByte to compute the length itself instead of passing
in a value that is very likely to be wrong.

(cherry picked from commit e7edfbbf2204641ba08d0ae5e0d085e5f913f2d2)

15 years agoDEVEL15-windows-afsd-freelance-20090105
Jeffrey Altman [Mon, 5 Jan 2009 16:20:20 +0000]
DEVEL15-windows-afsd-freelance-20090105

LICENSE MIT

Bring a bit more sanity to the Freelance code:

1. Add functions cm_FreelanceFetchMountPointString and
   cm_FreelanceFetchFileType to cm_freelance.c.  These functions
   permit the MountPointString and FileType to be obtained within
   cm_GetSCache without requiring knowledge of data structures
   that should be private to cm_freelance.c

2. Enforce the rule that odd vnode values are directory objects.
   The root directory is 1 and everything else must be a multiple
   of two.

3. Use the unique field as an index into the localMountPoints
   array.

4. Fix cm_GetCallback to process freelance data refreshes on
   all objects in the freelance volume not just the root directory.
   If this is not done, an access to \\afs\foo prior to \\afs\all
   being evaluated will cause an unnecessary attempt to send a
   fetch status request to a file server and produce an alldown
   error.

(cherry picked from commit 8c4b06a5b62a07d4d6733b313ad404e1cb6abe8d)

15 years agoDEVEL15-rx-packet-count-debugging-20090104
Jeffrey Altman [Mon, 5 Jan 2009 00:00:20 +0000]
DEVEL15-rx-packet-count-debugging-20090104

LICENSE MIT

change C preprocessor symbol required for packet count debugging
to RXDEBUG_PACKET

(cherry picked from commit 02cd4c510b2b9e2293e33372c39bd8b62089236b)

15 years agoDEVEL15-windows-client-config-manifest-20090104
Jeffrey Altman [Sun, 4 Jan 2009 19:19:49 +0000]
DEVEL15-windows-client-config-manifest-20090104

LICENSE MIT
FIXES 123889

reverse change from 20081226.  removing the auto-generated manifest
removes the manifest binding to the run time library.  The reason
two manifests are specified is that we are merging them.

(cherry picked from commit bf51eaca47db1bbf58490d770f1be105e69f7ea9)

15 years agoDEVEL15-windows-version-20081229 openafs-devel-1_5_56 openafs-devel-1_5_56-ifs
Jeffrey Altman [Tue, 30 Dec 2008 04:27:54 +0000]
DEVEL15-windows-version-20081229

LICENSE MIT

1.5.56 == 1.5.5600.0

15 years agoDEVEL15-windows-notes-20081229
Jeffrey Altman [Mon, 29 Dec 2008 23:21:01 +0000]
DEVEL15-windows-notes-20081229

LICENSE MIT

1.5.56

15 years agoDEVEL15-windows-release-notes-20081229
Jeffrey Altman [Mon, 29 Dec 2008 22:51:32 +0000]
DEVEL15-windows-release-notes-20081229

LICENSE MIT

1.5.56

15 years agoDEVEL15-rx-packet-count-debugging-20081229
Jeffrey Altman [Mon, 29 Dec 2008 22:38:25 +0000]
DEVEL15-rx-packet-count-debugging-20081229

LICENSE MIT

Validating the state of the rx library is hard.  This patch makes it
a bit easier to validate from within crash dumps (or on Windows in
"fs memdump" output) whether rx packets and calls are in a sane state.
When the library is compiled with -DDEBUG the rx_call and rx_packet
data structures are extended to include a linked list of all allocated
objects and counters are added to track the number of packets on each
of the transmit, receive, and iovec queues.

This compliments the tracking of packet states via RX_PKTFLAGs.

For Windows, rx_DumpCalls and rx_DumpPackets functions are added
that will dump the state of all allocated calls and packets (in Checked
build) in response to a "fs memdump" command.  These functions are
exported from afsrpc.dll.

(cherry picked from commit 29e3bb5838ee224e8d13bf1e680e1eb9480f1400)

15 years agoDEVEL15-openafs-1-5-56-20081229
Derrick Brashear [Mon, 29 Dec 2008 22:08:17 +0000]
DEVEL15-openafs-1-5-56-20081229

LICENSE IPL10

make openafs 1.5.56

15 years agoDEVEL15-libuafs-updates-20081229
Andrew Deason [Mon, 29 Dec 2008 21:26:12 +0000]
DEVEL15-libuafs-updates-20081229

LICENSE IPL10
FIXES 124072

adds ATTR_* constants for UKERNEL code, and makes use
of them. Without this in some cases updating file metadata will also
update unrelated metadata (e.g. truncating a file changes the mode
bits).

adds threadsafe positional i/o calls to
afs_usrops.c: uafs_pwrite and uafs_pread, allowing for threadsafe
libuafs i/o.

changes the types of some fs-related
variables to be more "correct", I think (off_t for offsets, mode_t for
file mode, etc), it fixes a bug where nDaemons is not correctly set from
the uafs_Init parameter, fixes a segfault in uafs_open when O_CREAT is
specified, initializes a couple of static vars, "#if 0"s out code that
copies tokens from kernel-space to user-space (doesn't seem to work from
what I've seen, and the current code crashes on clientless Solaris
machines from being killed by SIGSYS)

(cherry picked from commit 3d44f93f9a0b1d2d4a07b58b3104420e9c138d12)

15 years agoDEVEL15-macos-103-fixes-20081229
Derrick Brashear [Mon, 29 Dec 2008 17:29:17 +0000]
DEVEL15-macos-103-fixes-20081229

LICENSE IPL10

make macos 10.3 work again

(cherry picked from commit c11eb4c3336f66a3f0fd92c3df41eb9765de050c)

15 years agoDEVEL15-rx-rdwr-writeproc-race-20081228
Jeffrey Altman [Sun, 28 Dec 2008 21:05:00 +0000]
DEVEL15-rx-rdwr-writeproc-race-20081228

LICENSE MIT
FIXES 123799

prevent rx_WriteProc() from passing a packet to rxi_PrepareSendPacket()
that has been freed and possibly allocated to another call.

(cherry picked from commit d0cc6eb2f5f0aea0a6ad88de2d847f93d07cc8b9)

15 years agoDEVEL15-windows-smb-fs-attr-info-20081227
Jeffrey Altman [Sun, 28 Dec 2008 04:41:48 +0000]
DEVEL15-windows-smb-fs-attr-info-20081227

LICENSE MIT

even though the docs for FILE_FS_ATTRIBUTE_INFORMATION state
that the MaximumComponentNameLength field is in bytes, it turns
out that Windows SMB servers return the value in characters.

Reduce the reported value to 255 to match NTFS.

(cherry picked from commit 8f3e660270d9c1af268ba45118ab87740fbeeef8)

15 years agoDEVEL15-windows-libafsrpc-makefile-20081227
Jeffrey Altman [Sat, 27 Dec 2008 19:22:47 +0000]
DEVEL15-windows-libafsrpc-makefile-20081227

LICENSE MIT

additional defines are to be appended to AFSDEV_AUXCDEFINES,
they are not supposed to replace the prior definition

(cherry picked from commit f70ba203206a2953a3f51b48fe3455b9cad52eae)

15 years agoDEVEL15-windows-afsd-fs-attr-info-20081226
Jeffrey Altman [Sat, 27 Dec 2008 06:01:19 +0000]
DEVEL15-windows-afsd-fs-attr-info-20081226

LICENSE MIT

Pointed out by jason edgecombe.  the AFS SMB server failed to report
the FILE_UNICODE_ON_DISK characteristic when responding to
TRANS2_QUERY_FS_INFORMATION.

(cherry picked from commit a09a1709f646087c2ceb6f484b45b48495ea1127)

15 years agoDEVEL15-windows-install-nsis-20081226
Jeffrey Altman [Sat, 27 Dec 2008 02:54:14 +0000]
DEVEL15-windows-install-nsis-20081226

LICENSE MIT

permit the location of the NSIS application to be configurable

(cherry picked from commit f18b54bfe647cfee6a7072d11df04019161d8223)

15 years agoDEVEL15-windows-client-config-manifest-20081226
Matt Benjamin [Sat, 27 Dec 2008 02:27:56 +0000]
DEVEL15-windows-client-config-manifest-20081226

LICENSE BSD
FIXES 123889

remove extraneous reference to the output manifest file which resulted
in two manifests being generated with conflicting UAC values.

(cherry picked from commit 06468cb9393aca2c58cc75ee51bfb50f56957c52)

15 years agoDEVEL15-windows-afsd-btree-lookups-20081226
Jeffrey Altman [Fri, 26 Dec 2008 23:40:23 +0000]
DEVEL15-windows-afsd-btree-lookups-20081226

LICENSE MIT

when performing a lookup operation it is acceptable for the data version
of the btree to be greater than the data version of the cm_dirOp_t
under which the operation is being performed.  No change to the btree
can take place and the result of the lookup will maintain consistency
without requiring an additional restart of the directory operation.

(cherry picked from commit 61aa1b199c28abc763456b35a644047cb9bafc18)

15 years agoDEVEL15-windows-afsd-dir-prefetch-20081226
Jeffrey Altman [Fri, 26 Dec 2008 23:34:37 +0000]
DEVEL15-windows-afsd-dir-prefetch-20081226

LICENSE MIT

when prefetching the directory buffers do not call cm_FlushFile to
discard locally modified buffers.  Instead just set the cm_scache_t
bufDataVersionLow to the current version.  out of date buffers will
therefore be ignored without requiring that locks be dropped and
reacquired and without searching all of the buffers associated with
the directory.

(cherry picked from commit 4435c4fdcc6ba21b86277cfd09b0dfa1b88989c5)

15 years agoDEVEL15-windows-afsd-max-daemons-20081226
Jeffrey Altman [Fri, 26 Dec 2008 23:29:32 +0000]
DEVEL15-windows-afsd-max-daemons-20081226

LICENSE MIT

permit the number of daemon threads to be increased to 64 instead of
a maximum of 8.

(cherry picked from commit 9784a9f0cc35cf485c5f9533db9dd8247df3b7c3)

15 years agoDEVEL15-windows-afsd-rename-collision-20081226
Jeffrey Altman [Fri, 26 Dec 2008 23:26:18 +0000]
DEVEL15-windows-afsd-rename-collision-20081226

LICENSE MIT

Do not permit cm_Rename() to rename an existing object such that it
creates a case-insensitive name collision with another object.
This change in behavior is consistent with the restrictions when
creating new objects.  This change prevents the explorer shell from
getting confused when it creates a new folder.

(cherry picked from commit 9e2d9f6fa8862d33dfc7352c961f7945d0e04f4f)

15 years agoDEVEL15-windows-pioctl-drive-subst-20081226
Jeffrey Altman [Fri, 26 Dec 2008 21:18:20 +0000]
DEVEL15-windows-pioctl-drive-subst-20081226

LICENSE MIT

GetDriveType() will return "REMOTE" for drive letters that are mapped
to network devices via the SUBST command.  Recursively check drive letters
for the final substitution before checking to see if the drive letter
is in fact an AFS device.

(cherry picked from commit 238ad07e13a85366bcf49a309e3735d26ff51ff2)

15 years agoDEVEL15-windows-afsd-findserverbyip-refcount-20081223
Matt Benjamin [Tue, 23 Dec 2008 20:42:56 +0000]
DEVEL15-windows-afsd-findserverbyip-refcount-20081223

LICENSE BSD
FIXES 124054

reference count the server object returned by cm_FindServerByIP

(cherry picked from commit 411a63fb063cf24d6b9aedeb83df2eb58716e239)

15 years agoDEVEL15-solaris-largepartition-interface-20081222
Derrick Brashear [Mon, 22 Dec 2008 20:34:23 +0000]
DEVEL15-solaris-largepartition-interface-20081222

LICENSE IPL10

add support for using statvfs64 on solaris

(cherry picked from commit 556b9780517376c688c965dd446506cac1a0353b)

15 years agoDEVEL15-ubik-serverinit-clones-correction-20081222
Derrick Brashear [Mon, 22 Dec 2008 19:23:17 +0000]
DEVEL15-ubik-serverinit-clones-correction-20081222

LICENSE IPL10

as pointed out by Simon Wilkinson

(cherry picked from commit 72cb3a5f18f0483515dd82f8c851309003cf3a2f)

15 years agoDEVEL15-vol-dump-incr-largefile-support-20081222
Tom Kula [Mon, 22 Dec 2008 19:01:58 +0000]
DEVEL15-vol-dump-incr-largefile-support-20081222

LICENSE IPL10
FIXES 123984

add large file support for >2gb dumps; add incremental support

(cherry picked from commit d2ae1c99523ac4150a0d5536593781dbccfc1408)

15 years agoDEVEL15-doxygen-getfid-correction-20081222
Jeffrey Hutzelman [Mon, 22 Dec 2008 17:31:09 +0000]
DEVEL15-doxygen-getfid-correction-20081222

LICENSE IPL10

correct out param description

(cherry picked from commit 0c52c9b3d900f610822249765b6a441422361888)

15 years agoDEVEL15-rx-idledead-only-ignore-keepalives-20081222
Derrick Brashear [Mon, 22 Dec 2008 17:14:47 +0000]
DEVEL15-rx-idledead-only-ignore-keepalives-20081222

LICENSE IPL10

critical to not ignore e.g. other acks

(cherry picked from commit c69fa8fef4de43182d9e6ebad1d5c1db71148d6d)

15 years agoDEVEL15-rxgen-cpp-definition-20081221
Jeffrey Altman [Sun, 21 Dec 2008 06:05:33 +0000]
DEVEL15-rxgen-cpp-definition-20081221

LICENSE MIT
FIXES 124011

avoid "ologo" compilation error messages due to buffer overflow in rxgen
on Windows.  research performed by mlane@sinenomine.net.

(cherry picked from commit 992ec096332c31f64e8cff66e20d2ab87708485f)

15 years agoDEVEL15-tweak-vicelog-macros-20081221
Jeffrey Altman [Sun, 21 Dec 2008 06:00:41 +0000]
DEVEL15-tweak-vicelog-macros-20081221

LICENSE IPL10

add missing semi-colons left out from DELTA tweak-vicelog-macros-20081218

(cherry picked from commit 46abfec0c74e6a1d4c5c76afcd24192484e2d0fa)

15 years agoDEVEL15-audit-consolidate-open-20081221
Jeffrey Altman [Sun, 21 Dec 2008 05:47:25 +0000]
DEVEL15-audit-consolidate-open-20081221

LICENSE IPL10
FIXES 123923

fix audit-consolidate-open-20081217 which broke the Windows build.

(cherry picked from commit dbc92bde39361c9741828be7a2151e521c9aeef9)

15 years agoDEVEL15-tweak-vicelog-macros-20081218
Simon Wilkinson [Thu, 18 Dec 2008 14:05:21 +0000]
DEVEL15-tweak-vicelog-macros-20081218

LICENSE IPL10

deal with macro semicolon confusion for vicelog

(cherry picked from commit 12297b95885d030e5cae6bec2543bdeb3e65b5ee)

15 years agoDEVEL15-audit-consolidate-open-20081217
Steve McIntosh [Wed, 17 Dec 2008 18:14:59 +0000]
DEVEL15-audit-consolidate-open-20081217

LICENSE IPL10
FIXES 123923

consolidate opening auditlog in one place; make opening nonblock easier

(cherry picked from commit 539dc6f501459712136f574744dba196598bee0b)

15 years agoDEVEL15-auditlog-fids-20081217
Steve McIntosh [Wed, 17 Dec 2008 18:12:10 +0000]
DEVEL15-auditlog-fids-20081217

LICENSE IPL10
FIXES 123922

make auditlog process multiple fids correctly

(cherry picked from commit 8271c1674f75f80804d08e0f4ed3178b61b29eff)

15 years agoDEVEL15-windows-afsd-smb-error-mapping-20081217
Jeffrey Altman [Wed, 17 Dec 2008 16:19:42 +0000]
DEVEL15-windows-afsd-smb-error-mapping-20081217

LICENSE MIT

map ENOMEM to STATUS_OUT_OF_MEMORY

(cherry picked from commit dc4429487fbfc7a41f266b36d0f86ab32eb24e75)

15 years agoDEVEL15-irix-prototype-fixage-20081216
Derrick Brashear [Tue, 16 Dec 2008 21:49:04 +0000]
DEVEL15-irix-prototype-fixage-20081216

LICENSE IPL10

more cleanup to make prototypes match functions on irix

(cherry picked from commit df90f5510a057d77a486a1b667f91ff63ad17fd2)

15 years agoDEVEL15-irix-close-vnop-typo-20081216
Derrick Brashear [Tue, 16 Dec 2008 21:05:35 +0000]
DEVEL15-irix-close-vnop-typo-20081216

LICENSE IPL10

fix irix close vnop prototype to be correct

(cherry picked from commit dfc38ea7e950990eb4047d49892f4903b5c9b945)

15 years agoDEVEL15-rxdebug-tconn-flags-20081216
Jeffrey Altman [Tue, 16 Dec 2008 17:26:03 +0000]
DEVEL15-rxdebug-tconn-flags-20081216

LICENSE MIT

permit rxdebug to display the RX_CONN_KNOW_WINDOW, RX_CONN_RESET,
RX_CONN_BUSY, and RX_CONN_ATTACHWAIT flags

15 years agoDEVEL15-butc-xbsa-64bit-linux-20081215
Garry Zacheiss [Mon, 15 Dec 2008 22:20:48 +0000]
DEVEL15-butc-xbsa-64bit-linux-20081215

LICENSE IPL10

use the 64 bit libraries when built for amd64

(cherry picked from commit 00d5f88fa5b09b795edf8fdf04b3a19bb577506f)

15 years agoDEVEL15-fbsd71-like-current-20081215
Derrick Brashear [Mon, 15 Dec 2008 20:51:09 +0000]
DEVEL15-fbsd71-like-current-20081215

LICENSE IPL10
FIXES 123917

rpc is in sys now, like in current. tweaked from matt's patch to also
deal with amd64

(cherry picked from commit 1754101972ffb9b2d36c39656dac04464c5e9798)

15 years agoDEVEL15-amd64-fbsd-20081215
Matt Benjamin [Mon, 15 Dec 2008 20:38:05 +0000]
DEVEL15-amd64-fbsd-20081215

LICENSE IPL10
FIXES 123811

add support for fbsd 7.1, amd64 fbsd

(cherry picked from commit c63e2541e5879fe153238ad1d774f60fa00dc0ee)

15 years agoDEVEL15-aix-prototype-fixes-20081215
Derrick Brashear [Mon, 15 Dec 2008 19:12:19 +0000]
DEVEL15-aix-prototype-fixes-20081215

LICENSE IPL10

make the prototyping changes work on aix

(cherry picked from commit b147521611a73d0578aca14b3252e062de1e5d8a)

15 years agoDEVEL15-solaris-vnop-prototyping-20081213
Derrick Brashear [Sat, 13 Dec 2008 21:31:09 +0000]
DEVEL15-solaris-vnop-prototyping-20081213

LICENSE IPL10

make the head sane on solaris again

(cherry picked from commit 7714162e9abb046e67d0fc68578a2e3d68ef2156)

15 years agoDEVEL15-eliminate-cplusplus-style-comments-20081209
Derrick Brashear [Tue, 9 Dec 2008 17:05:11 +0000]
DEVEL15-eliminate-cplusplus-style-comments-20081209

LICENSE IPL10

aix compiler hates // style comments

(cherry picked from commit 1f9467f9b7e3d6bc49267a32a7e2238c6d829ef0)

15 years agoDEVEL15-windows-afsd-ntstatus-wouldblock-20081208
Jeffrey Altman [Mon, 8 Dec 2008 16:25:54 +0000]
DEVEL15-windows-afsd-ntstatus-wouldblock-20081208

LICENSE MIT

Change the mapping of CM_ERROR_WOULDBLOCK from
STATUS_LOCK_NOT_GRANTED to STATUS_CANT_WAIT.
STATUS_LOCK_NOT_GRANTED is used to indicate
CM_ERROR_LOCK_NOT_GRANTED.

(cherry picked from commit 9123966e43bc2f708baba756530aa90fcfe5e93d)

15 years agoDEVEL15-missing-comerr-header-includes-20081130
Derrick Brashear [Sun, 30 Nov 2008 20:24:36 +0000]
DEVEL15-missing-comerr-header-includes-20081130

LICENSE IPL10
FIXES 123676

include com_err header in places where it's not so afs_error_message et al
exist

(cherry picked from commit 8166bd1d199f5a34225a49173b17e4682b5c3a84)

15 years agoDEVEL15-solaris-fs-agnostic-cache-20081130
Douglas Engert [Sun, 30 Nov 2008 20:21:08 +0000]
DEVEL15-solaris-fs-agnostic-cache-20081130

LICENSE IPL10
FIXES 123677

make the cache able to be filesystem-agnostic so a ZFS cache is possible

(cherry picked from commit 29457b1ca71518b29bb9e9e934c58e6fa4b9877a)

15 years agoDEVEL15-linux-nonfh-cache-file-handling-20081130
Andrew Deason [Sun, 30 Nov 2008 20:17:24 +0000]
DEVEL15-linux-nonfh-cache-file-handling-20081130

LICENSE IPL10
FIXES 123771

go back to referencing f.inode and not ainode when not using the fh cachefiles.
put back the dcache reference again.

(cherry picked from commit 4db6293a06ff573eb650cbf9bbf53440a7ee83a2)

15 years agoDEVEL15-disconnected-refcount-fixes-20081130
Dragos Tatulea [Sun, 30 Nov 2008 20:11:17 +0000]
DEVEL15-disconnected-refcount-fixes-20081130

LICENSE IPL10
FIXES 123714

fix code which tweaks refcounts on disconnected vcaches to be correct

(cherry picked from commit fb549013e7bb2cf5cb3da3083349cb559c093e8f)

15 years agoDEVEL15-disconnected-dirty-list-keeps-reference-to-vcache-20081130
Dragos Tatulea [Sun, 30 Nov 2008 20:06:51 +0000]
DEVEL15-disconnected-dirty-list-keeps-reference-to-vcache-20081130

LICENSE IPL10
FIXES 123715

avoid putting vcaches on the dirty list unreferenced

(cherry picked from commit 20aff72a7eae704241b67b6cf40fc92648abb1b0)

15 years agoDEVEL15-uphys-invalidate-returns-void-20081130
Derrick Brashear [Sun, 30 Nov 2008 19:49:29 +0000]
DEVEL15-uphys-invalidate-returns-void-20081130

LICENSE IPL10
FIXES 123723

thanks to Hartmut Reuter for catching this.

(cherry picked from commit 96996e65fcd569565e78b7af79258dfad3b0d261)

15 years agoDEVEL15-libafs-prototypes-20081130
Derrick Brashear [Sun, 30 Nov 2008 19:40:10 +0000]
DEVEL15-libafs-prototypes-20081130

LICENSE IPL10

fix sun5 prototype for afs_close

(cherry picked from commit 0d94742ec33122b83a84eeb7a82bfd1eb8361464)

15 years agoDEVEL15-netrestrict-netinfo-20081129
Jeffrey Altman [Sat, 29 Nov 2008 18:55:43 +0000]
DEVEL15-netrestrict-netinfo-20081129

LICENSE MIT

Rename rxi_getAllAddrMaskMtu to rx_getAllAddrMaskMtu.

Implement rx_getAllAddrMaskMtu for Windows.

Add rx_getAllAddrMaskMtu to the libafsrpc exports list.

Remove restrictions on use of NetRestrict / NetInfo files from
all services on Windows.

(cherry picked from commit 55ac2b7aa7da8ead2b3457781d9d60958bfad6be)

15 years agoDEVEL15-pinstall-unused-vars-20081129
Simon Wilkinson [Sat, 29 Nov 2008 18:24:39 +0000]
DEVEL15-pinstall-unused-vars-20081129

LICENSE IPL10

remove unused variables from pinstall for the systems which don't need them

15 years agoDEVEL15-libafs-prototypes-20081129
Simon Wilkinson [Sat, 29 Nov 2008 18:20:24 +0000]
DEVEL15-libafs-prototypes-20081129

LICENSE IPL10

 add prototypes missing from libafs

(cherry picked from commit b7e12a1aec9cd3591a02023fb6e87ba6cfcb152f)

15 years agoDEVEL15-standard-header-includes-20081129
Simon Wilkinson [Sat, 29 Nov 2008 18:16:06 +0000]
DEVEL15-standard-header-includes-20081129

LICENSE IPL10

add missing standard headers

(cherry picked from commit deb20d02fb76e52210e44fe03e611e5d3a48a8e5)

15 years agoDEVEL15-rxkad-prototypes-20081129
Simon Wilkinson [Sat, 29 Nov 2008 18:08:49 +0000]
DEVEL15-rxkad-prototypes-20081129

LICENSE IPL10

add prototypes for rxkad

(cherry picked from commit 85f1ef34c2533da2f47757bb8d8a3aecb9083283)

15 years agoDEVEL15-windows-pioctl-global-auto-mapper-20081125
Jeffrey Altman [Wed, 26 Nov 2008 07:15:27 +0000]
DEVEL15-windows-pioctl-global-auto-mapper-20081125

LICENSE MIT
FIXES 123726

drive letters mapped to \\afs by the global auto mapper do not show
up as mapped drives.  Add a check for the drive mapping based upon
the registry configuration.

(cherry picked from commit 5697e58a07e39eba9609685695e1718cbc9794e4)

15 years agoDEVEL15-windows-afsd-memdump-20081121
Jeffrey Altman [Fri, 21 Nov 2008 16:53:00 +0000]
DEVEL15-windows-afsd-memdump-20081121

LICENSE MIT

add the buffer error state to the memdump output

(cherry picked from commit ebb2c8eacaffe25d430c4e3b3eca524ea0b6b103)

15 years agoDEVEL15-ubik-doxygen-20081121
Adam Vollrath [Fri, 21 Nov 2008 07:09:55 +0000]
DEVEL15-ubik-doxygen-20081121

LICENSE IPL10
FIXES 123681

restyle comments in ubik to be doxygen qt-style

(cherry picked from commit 9ddb573bbb7b9960430a98f32124c0cb4d5028b2)

15 years agoDEVEL15-windows-smb-is-mask-20081119
Jeffrey Altman [Wed, 19 Nov 2008 12:36:56 +0000]
DEVEL15-windows-smb-is-mask-20081119

LICENSE MIT
FIXES 123680

Examination of dump shows that smb_IsMask is being called on a
non-8.3 input buffer.   Separate smb_IsMask() into smb_Is8Dot3Mask()
for 8.3 input buffers and smb_IsMask() for non-8.3 input buffers.

(cherry picked from commit f3384d6378173dbaf550283851a8948654af548c)

15 years agoDEVEL15-netbsd-acinclude-typo-20081117
Tracy Di Marco White [Mon, 17 Nov 2008 23:14:16 +0000]
DEVEL15-netbsd-acinclude-typo-20081117

LICENSE IPL10
FIXES 123647

fix netbsd version tests for amd64

(cherry picked from commit 122833a44eed58273e73992df815c7718ac6e4f7)

15 years agoDEVEL15-aix6-lam-plugin-20081117
Derrick Brashear [Mon, 17 Nov 2008 23:05:41 +0000]
DEVEL15-aix6-lam-plugin-20081117

LICENSE IPL10
FIXES 123649

based on suggestion from Hung_Pham@unc.edu

build aix5 module for aix6

(cherry picked from commit b5fea780fbb0ea12d3d086210d0abbef12e24560)

15 years agoDEVEL15-windows-smb-rename-20081117
Jeffrey Altman [Mon, 17 Nov 2008 22:28:57 +0000]
DEVEL15-windows-smb-rename-20081117

LICENSE MIT
FIXES 123673

avoid reference under count when renaming

(cherry picked from commit a4177506ce59ffda41ae0cc04aeef581e3f4d305)

15 years agoDEVEL15-windows-smb-vc-uid-missing-20081117
Jeffrey Altman [Mon, 17 Nov 2008 19:08:39 +0000]
DEVEL15-windows-smb-vc-uid-missing-20081117

LICENSE MIT
FIXES 123655

Protect against an smb packet containing a uid for which we have no
active session in the virtual circuit.

(cherry picked from commit 5fe7d9c6d9482651859d91f3022ac5ae0a127835)

15 years agoDEVEL15-windows-buf-clean-20081115
Jeffrey Altman [Sat, 15 Nov 2008 17:10:27 +0000]
DEVEL15-windows-buf-clean-20081115

LICENSE MIT

change the interface to buf_CleanAsync / buf_CleanAsyncLocked to permit
errors to be propagated to the caller.

(cherry picked from commit d312166bfd2e7e877ae5559a82050f3ecc3555ee)

15 years agoDEVEL15-windows-btree-20081115
Jeffrey Altman [Sat, 15 Nov 2008 17:07:53 +0000]
DEVEL15-windows-btree-20081115

LICENSE MIT

return an error if the enumeration of the directory cannot complete
because the btree has not yet been generated.

(cherry picked from commit ab37d70f502e3b5ebdbfe23107ac5006cc0e9a2f)

15 years agoDEVEL15-windows-error-mapping-20081115
Jeffrey Altman [Sat, 15 Nov 2008 17:05:33 +0000]
DEVEL15-windows-error-mapping-20081115

LICENSE MIT

do not map success (0) to an error

(cherry picked from commit 17b8c16000461c5b7908cdb3d923bba9a03122b5)

15 years agoDEVEL15-missing-linux-fh-configure-switch-20081113
Marc Dionne [Thu, 13 Nov 2008 13:48:12 +0000]
DEVEL15-missing-linux-fh-configure-switch-20081113

LICENSE IPL10
FIXES 123620

add missing hunk to acinclude

(cherry picked from commit 117066c481e956f7fea53a500271791db5cb375d)

15 years agoDEVEL15-man-page-fileserver-fix-block-size-20081111
Russ Allbery [Wed, 12 Nov 2008 02:31:12 +0000]
DEVEL15-man-page-fileserver-fix-block-size-20081111

After code study, we've decided that additional blocks do add 32 octets,
not 16, despite messages to the contrary in the archives.

(cherry picked from commit a3c9b01f3adae098dbd31e7b9742dec5f8081d2c)

15 years agoDEVEL15-man-page-fileserver-updates-20081111
Jason Edgecombe [Wed, 12 Nov 2008 02:18:08 +0000]
DEVEL15-man-page-fileserver-updates-20081111

LICENSE BSD

Various file server man page updates: number of partitions, partition size
limits, directory file name block size, and a reference to the IBM manual
set.

(cherry picked from commit 794967ed3ec5a46329375ae19eac21c1c508c1ee)

15 years agoDEVEL15-man-page-fileserver-octet-20081111
Russ Allbery [Wed, 12 Nov 2008 02:02:12 +0000]
DEVEL15-man-page-fileserver-octet-20081111

LICENSE BSD

The sizing limit on directories is better expressed in octets than in
characters in the new possibly-Unicode world.

(cherry picked from commit 196e995b2569c7dceea8748a36431802d4875188)

15 years agoDEVEL15-viced-helper-thread-count-20081111
Derrick Brashear [Tue, 11 Nov 2008 20:31:30 +0000]
DEVEL15-viced-helper-thread-count-20081111

LICENSE IPL10

fix the thread count of helpers so we don't go past 128

(cherry picked from commit 267472a473316fbc37e1fc5dc74e4e7f9edfa4ef)

15 years agoDEVEL15-windows-netidmgr-vs-referrals-20081111
Jeffrey Altman [Tue, 11 Nov 2008 03:33:51 +0000]
DEVEL15-windows-netidmgr-vs-referrals-20081111

LICENSE MIT

kfw referrals logic broke the logic for automated configuration of
the workstation cell with a new identity.  Now if a referrals
response is returned, assume the cell belongs with the new identity.

In the long term, we need to change the logic as follows:
 1. if realm indicates referrals, try to obtain the krb5 service ticket
    but do not generate a token
 2. if the service ticket can be obtained and
  a. if the cell is not bound to any other identities,
     then bind it to this one
  b. if the cell is bound to another identity, prompt the user to ask
     which identity (or both) should this cell be bound to and follow
     the user's instruction

(cherry picked from commit de2044ca66f0de5bcdf0505373fb189b09cd49ef)

15 years agoDEVEL15-openafs-1-5-55-20081108 openafs-devel-1_5_55
Derrick Brashear [Sun, 9 Nov 2008 05:01:33 +0000]
DEVEL15-openafs-1-5-55-20081108

LICENSE IPL10

make 1.5.55

15 years agoDEVEL15-linux-new-aop-20081108
Marc Dionne [Sat, 8 Nov 2008 16:49:42 +0000]
DEVEL15-linux-new-aop-20081108

LICENSE IPL10
FIXES 123580

support for 2.6.28

(cherry picked from commit 041f09e17b7e1760a968c0e38f52d7feac2862ba)

15 years agoDEVEL15-linux-fh-based-cache-20081108
Marc Dionne [Sat, 8 Nov 2008 16:34:40 +0000]
DEVEL15-linux-fh-based-cache-20081108

LICENSE IPL10
FIXES 123620

use linux fh (exportfs api) to do cache file access. conditionalize based on
configure switch.

(cherry picked from commit 4eab64ebd81305845d10c4a5fdfd1861bc41520b)

15 years agoDEVEL15-linux-disable-readahad-20081108
Marc Dionne [Sat, 8 Nov 2008 16:13:59 +0000]
DEVEL15-linux-disable-readahad-20081108

LICENSE IPL10
FIXES 123604

The code has long contained a backing_dev_info structure, but it
was never attached to anything.  Initialize its use properly with
bdi_init, and attach it to i_mapping for every newly filled inode.
bdi_init and bdi_destroy are needed for proper initialization of
some percpu counters, otherwise we get some oopses.

(cherry picked from commit 18e78d91e78e541fce6c9295919946af0744aa7e)

15 years agoDEVEL15-salvager-no-chdir-20081108
Steve McIntosh [Sat, 8 Nov 2008 15:58:18 +0000]
DEVEL15-salvager-no-chdir-20081108

LICENSE IPL10
FIXES 123577

make sure salvager cores don't get left in vice partitions

(cherry picked from commit 0ac956b3384842b3c60e72bde78a4baf58a5877f)

15 years agoDEVEL15-cellservdb-20081107
Jeffrey Hutzelman [Sat, 8 Nov 2008 02:29:26 +0000]
DEVEL15-cellservdb-20081107

new cellservdb from central.org

(cherry picked from commit 35bc549bf9b6d5f1e4628621f0283d68c5808da5)