[PVFS2-CVS] commit by neill in pvfs2: CREDITS ChangeLog README
CVS commit program
cvs at parl.clemson.edu
Fri Jul 16 13:38:32 EDT 2004
Update of /projects/cvsroot/pvfs2
In directory parlweb:/tmp/cvs-serv6228
Modified Files:
CREDITS ChangeLog README
Log Message:
- some credit and changelog reorganization and cleanup
Index: CREDITS
===================================================================
RCS file: /projects/cvsroot/pvfs2/CREDITS,v
diff -p -u -r1.7 -r1.8
--- CREDITS 27 May 2004 22:11:45 -0000 1.7
+++ CREDITS 16 Jul 2004 16:38:32 -0000 1.8
@@ -5,6 +5,7 @@ Pete Wyckoff <pw at osc.edu>
-- Infiniband support
little endian encoding/decoding
IA64/Alpha clean compilation fixes
+ extensive testing
Jiesheng Wu <wujs at mcs.anl.gov>
-- buffer cache development (in progress)
@@ -12,10 +13,19 @@ Jiesheng Wu <wujs at mcs.anl.gov>
Nathan Poznick <poznick at conwaycorp.net>
-- extensive testing and suggestions (linux vfs interface)
various pvfs2-client related patches (noted in cvs logs)
+ authored the pvfs2-chown admin utility program
+ detailed bug reporting and analysis
Murali Vilayannur <vilayann at mcs.anl.gov>
-- testing and development
+ initial linux 2.4.x prototype (before 2.6.x merge)
+ initial 64-bit operation tag implementation
+Sven Marnach <sven at pvs.informatik.uni-heidelberg.de>
+-- fixed makefile LD selection and html docs target
+
+Philipp Sadleder <philipp at sadleder.de>
+-- reported a problem with large username handling in pvfs2-ls
Other contributors
==================
Index: ChangeLog
===================================================================
RCS file: /projects/cvsroot/pvfs2/ChangeLog,v
diff -p -u -r1.95 -r1.96
--- ChangeLog 16 Jul 2004 15:18:23 -0000 1.95
+++ ChangeLog 16 Jul 2004 16:38:32 -0000 1.96
@@ -80,38 +80,39 @@ pvfs2-0.6.0pre2
standing file size and attribute bugs
- add a few missing admin tools to make install target
- more attribute debugging messages or server
-- added pvfs2-chown, submitted by Nathan Poznick
+- added admin utility program pvfs2-chown
- added make lib/pvfs2-threaded.a target that can be used to build a
multithreaded version of the pvfs2 client library
- thread safety for dynamic activation of bmi methods
-- fixed makefile LD selection and html docs target, submitted by
- Sven Marnach
+- fixed makefile LD selection and html docs target
- fixed bmi deadlock that appears in multithreaded library
- fixed responsiveness of pvfs2 kernel driver device poll
-- added new option to BMI called BMI_FORCEFUL_CANCEL_MODE to serve as a hint
- to modules to be more aggressive when cancelling operation (ie, tell tcp
- to always close sockets when cancelling)
+- added new option to BMI called BMI_FORCEFUL_CANCEL_MODE to serve as a
+ hint to modules to be more aggressive when cancelling operation
+ (i.e., tell tcp to always close sockets when cancelling)
- renamed pint-bucket component to pint-cached-config
- enabled pint-cached-config on server side
-- unified how autogenerated .c files are tracked across client and server
- builds
-- fixed distclean for release tarballs so that it does not destroy .c files
- that cannot be regenerated without full cvs source
+- unified how autogenerated .c files are tracked across client
+ and server builds
+- fixed distclean for release tarballs so that it does not destroy .c
+ files that cannot be regenerated without full cvs source
- moved msgpairarry from client code to common code and made many
adjustments to enable general usage; linked into server
- misc. msgpairarray cleanups
- removed depricated PINT_client_bmi_cancel() function
-- updated state machine compiler to allow multiple machine definitions per
- file
-- added new null job type that can be used to manually trigger asyncrhonous
- state machine transitions
+- updated state machine compiler to allow multiple machine
+ definitions per file
+- added new null job type that can be used to manually trigger
+ asynchronous state machine transitions
- refactored server side functions used to start state machines that
are not tied to incoming requests
-- refactored server crdirent state machine using nested state machines and a
- little bit clearer error handling
+- refactored server crdirent state machine using nested state machines
+ and a little bit clearer error handling
- added job functionality to reset timeout timer on pending jobs
- removed old "contig" encoder from source tree
- added new "cancel" debugging mask to look at job timeout behavior
+- documentation updates: a new high availability document, faq update,
+ guide update, manpages
pvfs2-0.5.1
@@ -183,7 +184,7 @@ pvfs2-0.5.0
- fixed for busy spin condition in client library when retrying operations
- various cleanups to error handling in msgpairarray code
- added some shell script testing and bonnie++ testing to automated tests
-- fixed pvfs2-ls handling of large usernames, reported by Philipp Sadleder
+- fixed pvfs2-ls handling of large usernames
- fixed kernel bug that allowed you to remove the module while in use
- kernel bufmap general I/O path improvements
- increase the default size of the server-side attribute cache
@@ -205,8 +206,6 @@ pvfs2-0.5.0
- refactored the client side remove state machine so that it can be used
by both the remove and rename client operations
- general cleanups and improvements to the client side rename operation
-- documentation updates: a new high availability document, faq update, guide
- update, manpages
pvfs2-0.1.3
Index: README
===================================================================
RCS file: /projects/cvsroot/pvfs2/README,v
diff -p -u -r1.3 -r1.4
--- README 27 May 2004 22:11:45 -0000 1.3
+++ README 16 Jul 2004 16:38:32 -0000 1.4
@@ -31,4 +31,6 @@ doc/pvfs2-guide.ps
Documentation of interest to developers can be found in doc/design and
doc/coding, although it may not be in sync with the current code.
+Project contributions are listed in the AUTHORS and CREDITS files.
+
-PVFS2 Development Team
More information about the PVFS2-CVS
mailing list