2005-01-31 04:36 shadow * configure-libafs.in, configure.in, src/packaging/MacOS/OpenAFS.Info.plist, src/packaging/MacOS/OpenAFS.info: DELTA STABLE14-1378-20050130 AUTHOR shadow@dementia.org 1.3.78 release 2005-01-31 04:34 shadow * acinclude.m4, src/config/param.i386_obsd31.h, src/libuafs/Makefile.common.in, src/lwp/Makefile.in, src/rx/rx_packet.c, src/rx/rx_prototypes.h, src/sys/Makefile.in, src/volser/vsprocs.c: DELTA STABLE14-cleanup-20050130 AUTHOR shadow@dementia.org get all the drift between head and 1.4 branch 2005-01-31 04:25 shadow * acinclude.m4, src/afs/afs_osi.c, src/cf/linux-test4.m4, src/rx/LINUX/rx_knet.c: DELTA STABLE14-linux-tasklist-lock-weak-20050129 AUTHOR cg2v@andrew.cmu.edu FIXES 17424 weak binding to tasklist_lock 2005-01-31 04:25 shadow * src/: afs/LINUX/osi_module.c, afs/LINUX/osi_probe.c, afs/LINUX/osi_prototypes.h, afs/LINUX/osi_syscall.c, libafs/Makefile.common.in, libafs/MakefileProto.LINUX.in: DELTA STABLE14-osi-probe-syscall-20050129 AUTHOR jhutz@cmu.edu FIXES 17405 add osi_probe 2005-01-31 04:24 shadow * src/WINNT/afsd/smb3.c: DELTA STABLE14-createx-null-ptr-20050126 AUTHOR jaltman@mit.edu Don't release null scps 2005-01-31 04:24 shadow * src/WINNT/afsd/cm_aclent.c: DELTA STABLE14-windows-aclent-20050126 AUTHOR jaltman@mit.edu Undo the FreeACLEnt lock as it is an automatic deadlock 2005-01-31 04:24 shadow * src/afs/: afs.h, afs_dcache.c: DELTA STABLE14-revert-afs-indextimes-in-dcache-20050125 AUTHOR chas@cmf.nrl.navy.mil FIXES 17377 indexTimes needs to persist, revert for now 2005-01-31 04:24 shadow * doc/txt/winnotes/: afs-changes-since-1.2.txt, afs-install-notes.txt: DELTA STABLE14-winnotes-update-20050126 AUTHOR jaltman@secure-endpoints.com add dr watson info to install notes. update changes list 2005-01-31 04:23 shadow * src/WINNT/afsd/: afsd_init.c, cm_aclent.c: DELTA STABLE14-windows-misc-20050126 AUTHOR jaltman@secure-endpoints.com * The list of ACL entries was becoming corrupted because the function which obtained a free entry was doing so without the appropriate lock being held. * Changed the default @sys name list to "x86_win32 i386_w2k i386_nt40" for 32-bit x86 systems. The default for itanium will be "ia64_win64" and "amd64_win64" for amd 64-bit processors. 2005-01-31 04:23 shadow * src/WINNT/afsd/: cm_aclent.c, cm_vnodeops.c: DELTA STABLE14-windows-misc-20050125 AUTHOR jaltman@secure-endpoints.com The list of ACL entries was being corrupted because the function which obtains a free ACL entry was doing so without the appropriate lock being held. Returning Not A Directory is not the right thing to do when we are attempting to resolve a path if the error is found on one of the intermediary path components. Instead return No Such Path or No Such File as appropriate. 2005-01-31 04:23 shadow * src/afs/VNOPS/afs_vnop_attrs.c: DELTA STABLE14-obsd-vattrs-20040125 AUTHOR rees@umich.edu compare vattrs against VNOVAL, not -1 fixes mode setting now that modes are 32 bits 2005-01-31 04:23 shadow * src/afs/: afs.h, afs_dcache.c: DELTA STABLE14-afs-indextimes-in-dcache-20050125 AUTHOR chas@cmf.nrl.navy.mil FIXES 17377 move indextimes array into dcache struct 2005-01-31 04:23 shadow * src/afs/afs_call.c: DELTA STABLE14-unpin-out-of-order-oops-20050125 AUTHOR chas@cmf.nrl.navy.mil FIXES 17346 unpin before freeing 2005-01-31 04:23 shadow * src/rx/rxdebug.c: DELTA STABLE14-rxdebug-withWaited-20050125 AUTHOR jaltman@mit.edu copy/paste error corrected. 'withWaited' never assigned a value 2005-01-31 04:23 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA STABLE14-linux-mmap-ro-means-no-write-20050125 AUTHOR shadow@dementia.org FIXES don't allow a write map of a file which cannot be written to 2005-01-31 04:23 shadow * acinclude.m4, src/config/make_libafs_tree.pl, src/config/param.i386_obsd31.h, src/libuafs/Makefile.common.in, src/lwp/Makefile.in, src/sys/Makefile.in, src/volser/vsprocs.c: DELTA STABLE14-no-copy-libafs-builds-20021015 AUTHOR nneul@umr.edu make things so file copies from src/libafs don't happen; change how libafs_tree is done 2005-01-31 04:20 shadow * src/afs/: afs.h, afs_vcache.c: DELTA STABLE14-linux-revised-dentry-invalidation-20050121 AUTHOR chas@cmf.nrl.navy.mil FIXES 17337 "the latest 2.6 version of "tryflushdcachechildren" is probably good enough for 2.2/2.4 as well. further, we can just call d_invalidate() to make things less complicated. unification is good. its seen limited testing here under 2.4/2.6." 2005-01-31 04:20 shadow * src/rx/rx_globals.h: DELTA STABLE14-rx-hash-table-mod-prime-20050121 AUTHOR kolya@mit.edu FIXES see https://lists.openafs.org/pipermail/openafs-devel/2004-September/01 0967.htmland https://lists.openafs.org/pipermail/openafs-devel/2004-September/01 0968.html 2005-01-31 04:20 shadow * src/lwp/lwp.c: DELTA STABLE14-readd-qwaiting-20050121 AUTHOR shadow@dementia.org FIXES 5616 the problem was caused by optimization on solaris. sigh. 2005-01-31 04:19 shadow * src/afs/afs_vcache.c: DELTA STABLE14-linux-no-log-in-tryflushdcachechildren-20050121 AUTHOR shadow@dementia.org FIXES 5835 just don't log, and lock order doesn't matter 2005-01-31 04:19 shadow * src/afs/afs_pioctl.c: DELTA STABLE14-alloc-confusion-20040120 AUTHOR rees@umich.edu use osi_Alloc instead of osi_AllocLargeSpace for tokens, to match free 2005-01-31 04:19 shadow * src/afs/afs_osi_pag.c: DELTA STABLE14-obsd-cred-ptr-20040120 AUTHOR rees@umich.edu **credpp, not *credp (OpenBSD only) 2005-01-31 04:19 shadow * src/afs/afs_pioctl.c: DELTA STABLE14-re-indent-20040120 AUTHOR rees@umich.edu re-indent so I can read the file so I can fix a bug 2005-01-31 04:18 shadow * src/afs/afs_vcache.c: DELTA STABLE14-linux26-vcache-reclaim-cleanup-20050119 AUTHOR chas@cmf.nrl.navy.mil FIXES "ok, if you ever drop dcache_lock you need to go to restart (i think that's pretty clear). shrink_dcache_parent() _might_ reduce a dentry count to 0. in the previous version, it seemed to make the assumption that this would always happen. if shrink_dcache_parent() is unsuccessful and the dentry is a directory, we cant restart. we would just find the the dentry again and do the same thing over (we could always d_drop but you shouldnt do this to active directories -- see d_invalidate). if we find a busy dentry, we abort all processing for this inode. going back to restart would find the same busy inode. (i suppose we could use a d_flag to keep track of which dentry has been shrunk. this has other trouble, like who resets the flag and when?) since we only do this for directories and d_alias typically only grows due to soft/hard links (as far as i can tell) this scheme seems reasonable." 2005-01-31 04:18 shadow * src/rx/: rx_packet.c, rx_packet.c: DELTA STABLE14-rx-packetreadwrite-adjust-offset-20050119 AUTHOR deengert@anl.gov FIXES offset - l must be zero in the second loop pass to avoid overwrites 2005-01-31 04:18 shadow * src/afs/: afs.h, afs_buffer.c, afs_osi.h: DELTA STABLE14-dirbuffer-fid-is-index-20050119 AUTHOR cg2v@andrew.cmu.edu FIXES "The new buffer code (which I wrote) did not deal with dcache object re-use, as I had conflated the concepts of "dcache * reuse" and "dcache slot reuse". This patch should fix this problem. It now stores the dcache index (aka slot number, which is the same as the numeric part of the cache file's filename) in the buffer instead of the ephemeral struct dcache pointer." 2005-01-31 04:18 shadow * src/rx/rx_packet.c: DELTA STABLE14-rx-multiple-packets-20050118 AUTHOR jaltman@secure-endpoints.com Doug Engert reports that large tokens are corrupted when being sent using RX. This patch fixes two bugs which prevent the transmission and receipt of multiple packet exchanges. 2005-01-31 04:18 shadow * src/afs/OBSD/: osi_sleep.c, osi_vnodeops.c: DELTA STABLE14-obsd-cleanups-20040118 AUTHOR rees@umich.edu remove dead code add (commented out, non-working) new reclaim code 2005-01-31 04:17 shadow * src/WINNT/afsd/: cm_ioctl.c, smb.c, smb.h, smb3.c: DELTA STABLE14-windows-smb_vc_t-refcounts-20050117 AUTHOR jaltman@secure-endpoints.com Rework the reference counting of the smb_vc_t objects to use smb_ReleaseVC and smb_HoldVC. Add missing counts for references from waiting locks. Fix cm_ioctl.c to allow it to compile once again. 2005-01-31 04:17 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA STABLE14-linux26-rename-more-cleanup-20050116 AUTHOR chas@cmf.nrl.navy.mil FIXES 17284 cleanup how renaming does moving and unhashing of dentries 2005-01-31 04:16 shadow * src/afs/afs_vcache.c: DELTA STABLE14-linux26-dcache-lock-20050116 AUTHOR cg2v@andrew.cmu.edu FIXES 17266 "The changes I submitted previously, and committed as linux-26-vlru-cycle-20041012 do not satisfy necessary invariants of the dcache api. 1) the dcache_lock is not held when calling d_unhashed and list_empty(&dentry->d_subdirs) 2) the caller of d_prune_aliases does not hold it's own ref on the inode Patch attached.(has been used lightly for a month or so)" 2005-01-31 04:16 shadow * acinclude.m4, src/afs/afs_osi.c, src/cf/linux-test4.m4: DELTA STABLE14-linux26-zomb-gcpags-cleanup-20050116 AUTHOR cg2v@andrew.cmu.edu FIXES 17265 clean up for newer non-TASK_ZOMBIE kernels 2005-01-31 04:16 shadow * src/afs/LINUX/osi_vnodeops.c: DELTA STABLE14-linux25-rename-rehash-not-move-20050116 AUTHOR chas@cmf.nrl.navy.mil FIXES not tested yet 2005-01-31 04:16 shadow * acinclude.m4, src/afs/LINUX/osi_machdep.h, src/afs/LINUX/osi_misc.c, src/cf/linux-test4.m4: DELTA STABLE14-linux26-rlim-20050114 AUTHOR mattdm@mattdm.org FIXES detect rlim stuff for linux 2.6 2005-01-31 04:14 shadow * src/: rx/rx.c, rx/rx.h, viced/afsfileprocs.c, viced/fs_stats.h, xstat/xstat_fs_test.c: DELTA STABLE14-fs-busy-stats-20050113 AUTHOR shadow@dementia.org add support for counting number of vbusies returned 2005-01-31 04:14 shadow * src/: afs/LINUX/osi_groups.c, packaging/Debian/kern-sysname: DELTA STABLE14-linux26-pag-copy-groups-always-20050113 AUTHOR joda@pdc.kth.se FIXES 17226 always copy the group list on linux 2.6 2005-01-31 04:14 shadow * src/config/param.sunx86_510.h: DELTA STABLE14-x86-sol10-param-cleanup-20050113 AUTHOR chas@cmf.nrl.navy.mil FIXES 17082 make user section match kernel section 2005-01-31 04:14 shadow * src/venus/fstrace.c: DELTA STABLE14-fstrace-linux-proc-20050113 AUTHOR chas@cmf.nrl.navy.mil FIXES 17240 support /proc interface 2005-01-31 04:13 shadow * src/afsd/Makefile.in: DELTA STABLE14-sol10-afsd-rc-20050113 AUTHOR chas@cmf.nrl.navy.mil FIXES 17036 install an rc file for solaris 10 2005-01-31 04:13 shadow * acinclude.m4, src/cf/osconf.m4, src/config/afs_sysnames.h, src/config/param.i386_nbsd30.h, src/config/param.nbsd30.h: DELTA STABLE14-nbsd30-20050113 AUTHOR lha@stacken.kth.se FIXES 16889 netbsd 3 this time for sure 2005-01-31 04:13 shadow * src/viced/afsfileprocs.c: DELTA STABLE14-largefile-efbig-20050113 AUTHOR shadow@dementia.org FIXES 16964 return EFBIG instead of E2BIG 2005-01-31 04:12 shadow * src/vfsck/setup.c: DELTA STABLE14-sol9-vfsck-interleave-becomes-si-20050113 AUTHOR deengert@anl.gov FIXES 16941 fix remaining fs_interleave ref 2005-01-31 04:12 shadow * src/cf/linux-test3.m4: DELTA STABLE14-linux-page-follow-link-light-20041209 AUTHOR aedil@sinenomine.net FIXES 16742 new 2.6 uses page_follow_link_light detect and use 2005-01-31 04:10 shadow * src/viced/callback.c: DELTA STABLE14-lih-host-hold-20050113 AUTHOR rtb@pclella.cern.ch FIXES 17211 "lih_r now leaves the current lih_host held, and h_Releases those for which it changed mind during h_Enumerate. It also closes the window that ClearHostCallbacks_r opens. The problem was: due to the leak on the h_Hold table, rx connections and host and client structures stopped being garbage collected once the fileserver went through GetSomeSpace_r. Only relevant for "busy" servers, many would never even invoke this routine." 2005-01-31 04:09 shadow * src/afs/afs_vcache.c: DELTA STABLE14-linux26-avoid-memory-zone-fun-20050113 AUTHOR chas@cmf.nrl.navy.mil FIXES 16965 " the wake_up_bit() mechanism has replaced 'per object' wait queues (atleast when testing for single bit changes). the actual wait queue to use is determined using a hash on page->flags (which encodes the zone table in the lower 8 bits). afs inodes come from a vmalloc() since afs gets all the inodes in one go. vmalloc()'d memory apparently doesnt get mapped to any particular zone. so when an afs inode uses wake_up_bit() they index off the end of the zone_page table. " 2005-01-31 04:09 shadow * src/afsd/afsd.c: DELTA STABLE14-memcache-no-volitems-20050113 AUTHOR shadow@dementia.org FIXES Don't try to open VolumeItems when using memcache 2005-01-31 04:09 shadow * src/WINNT/afsd/: cm_ioctl.c, fs.c: DELTA STABLE14-windows-fs-wscell-20050112 AUTHOR jaltman@secure-endpoints.com when freelance mode is in use, "fs wscell" will now return "Freelance.Local.Root" 2005-01-31 04:09 shadow * src/sys/pioctl_nt.c: DELTA STABLE14-windows-pioctl-20050112 AUTHOR jaltman@secure-endpoints.com Fix a bug introduced in 1.3.75 within Tranceive(). If the file handle is invalid, be sure to return an error. 2005-01-31 04:09 shadow * src/WINNT/afsd/: afsd_service.c, afsd_service.rc, cm_dcache.c, cm_scache.c: DELTA STABLE14-windows-misc-20050112 AUTHOR jaltman@secure-endpoints.com New AFS Logo Icon Fix the assignment of the dataVersion for the freelance scache entries Fix the calling convention of the AFSD Service Main function to be WINAPI. 2005-01-31 04:09 shadow * src/rx/rx.c: DELTA STABLE14-rx-avoid-xmit-overflow-panic-20050107 AUTHOR shadow@dementia.org FIXES instead of losing, just send the packets and then make another pass to collect more 2005-01-31 04:09 shadow * doc/txt/winnotes/: afs-changes-since-1.2.txt, afs-install-notes.txt: DELTA STABLE14-windows-notes-20050104 AUTHOR jaltman@mit.edu updates 2005-01-31 04:09 shadow * src/WINNT/aklog/aklog.c: DELTA STABLE14-windows-remove-extra-parameter-20050104 AUTHOR jaltman@mit.edu aklog.c - remove extra parameter from pr_Initialize() 2005-01-31 04:08 shadow * src/WINNT/afsd/: afsd_init.c, afsd_service.c, afskfw.c, cm_buf.c, cm_callback.c, cm_conn.c: DELTA STABLE14-windows-cb-deadlock-20050104 AUTHOR jaltman@mit.edu afskfw.c - remove extra parameter to pr_Initialize afsd_service.c - move SERVICE_STOP_PENDING to before we start to do any work. afsd_init.c - initialize rx and rpc after starting the cache manager cm_callback.c - release cm_callbackLock before attempting to re-obtain scp->mx lock in cm_EndCallbackGrantingCall() 2005-01-31 04:08 shadow * src/WINNT/afsd/cm_cell.c: DELTA STABLE14-windows-misc-fix-20050102 AUTHOR jaltman@mit.edu fix typo 2005-01-31 04:05 shadow * src/WINNT/: afsd/afsd_init.c, afsd/afsd_service.c, afsd/afskfw.c, afsd/afslogon.c, afsd/afslogon.h, afsd/cm_cell.c, afsd/cm_dcache.c, afsd/cm_rpc.c, afsd/cm_rpc.h, afsd/cm_scache.c, afsd/fs.c, afsd/fs.h, afsd/fs_utils.c, aklog/aklog.c, client_exp/NTMakefile: DELTA STABLE14-windows-misc-20050102 AUTHOR jaltman@mit.edu link to afsutil.lib for hostutil functions 2005-01-31 03:58 shadow * src/ptserver/: Makefile.in, NTMakefile, ptuser.c, ptuser.h: DELTA STABLE14-ptuser_h-20050102 AUTHOR jaltman@mit.edu add ptuser.h 2005-01-31 03:53 shadow * doc/txt/winnotes/afs-changes-since-1.2.txt, doc/txt/winnotes/afs-install-notes.txt, src/WINNT/afsd/afsd_init.c, src/WINNT/afsd/afsd_service.c, src/WINNT/afsd/cm_buf.c, src/WINNT/afsd/cm_buf.h, src/WINNT/afsd/cm_scache.c, src/WINNT/install/wix/config.wxi, src/config/NTMakefile.i386_nt40: DELTA STABLE14-windows-virtual-memory-20041224 AUTHOR jaltman@mit.edu * The variable used to determine whether a file or virtual memory mapped cache is used was not properly initialized to a default value. If the registry setting "NonPersistentCaching" was not set, the choice would be random. Properly initialized to be "file". * The memory mapped view was never unmapped before closing the file at service shutdown. This is now properly cleaned up. * Default location of Cache file is now %TEMP%\AFSCache 2005-01-31 03:49 shadow * src/afs/: DUX/osi_vnodeops.c, VNOPS/afs_vnop_create.c, VNOPS/afs_vnop_dirops.c, VNOPS/afs_vnop_fid.c, VNOPS/afs_vnop_link.c, VNOPS/afs_vnop_lookup.c, VNOPS/afs_vnop_remove.c, VNOPS/afs_vnop_rename.c, VNOPS/afs_vnop_symlink.c, VNOPS/afs_vnop_write.c: DELTA STABLE14-dux-vnops-cleanup-20041224 AUTHOR shadow@dementia.org FIXES move DUX code out of vnops and into dux os dependant code 2005-01-29 05:41 shadow * src/afs/LINUX/: osi_probe.c, osi_syscall.c: DELTA osi-probe-syscall-20050129 AUTHOR jhutz@cmu.edu FIXES 17405 add osi_probe 2005-01-14 01:07 shadow * src/config/: param.i386_nbsd30.h, param.nbsd30.h: DELTA nbsd30-20050113 AUTHOR lha@stacken.kth.se FIXES 16889 netbsd 3 this time for sure 2005-01-03 01:03 jaltman * src/ptserver/ptuser.h: DELTA ptuser_h-20050102 AUTHOR jaltman@mit.edu add ptuser.h to provide prototypes for ptuser.c 2004-12-17 15:39 shadow * src/aklog/aklog.1: DELTA STABLE14-aklog-intergration-20041119 AUTHOR kenh@cmf.nrl.navy.mil Import the aklog source from the MIT AFS-Kerberos 5 migration kit.