Changes by: David Noblet (dnoblet at cs.caltech.edu)
Date: 2006-03-24 14:49:09 -0800 (Fri, 24 Mar 2006)
Revision: 8947
Log message:
This commit purely conisists of formatting changes (so as to make the existing DIO code readable).
Changes | Path |
+11 -13 | mojavefs/shmem/dio/chunk_store.ml |
+282 -240 | mojavefs/shmem/dio/dio.ml |
Changes by: David Noblet (dnoblet at cs.caltech.edu)
Date: 2006-03-28 12:49:53 -0800 (Tue, 28 Mar 2006)
Revision: 8958
Log message:
Some minor changes were made to the DIO API and everything should now compile. There's still quite a bit of work to be done though.
Changes | Path |
+1 -1 | mojavefs/shmem/dio/chunk_store.ml |
+34 -78 | mojavefs/shmem/dio/dio.ml |
+1 -67 | mojavefs/shmem/dio/dio.mli |
Changes by: David Noblet (dnoblet at cs.caltech.edu)
Date: 2006-03-28 14:01:56 -0800 (Tue, 28 Mar 2006)
Revision: 8959
Log message:
Oops... I forgot to add this file in the last commit.
Changes | Path |
Added | mojavefs/shmem/dio/dio_types.ml |
Changes by: David Noblet (dnoblet at cs.caltech.edu)
Date: 2006-03-28 18:35:31 -0800 (Tue, 28 Mar 2006)
Revision: 8960
Log message:
Initial additions to DIO in order to allow the layer to keep track of authoritative status for each view.
Changes | Path |
+95 -39 | mojavefs/shmem/dio/dio.ml |
+5 -1 | mojavefs/shmem/dio/dio_types.ml |
+4 -0 | mojavefs/shmem/gc/gcomm.ml |
+2 -0 | mojavefs/shmem/gc/gcomm.mli |