Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-04 12:54:14 -0700 (Wed, 04 Sep 2002)
Revision: 1632
Log message:
Alright...I committed some buggy code last week (wrt strcpy) and it
doesn't work, so I'm reverting it. The only benefit of the code being
removed is that it was shorter (but was intended to do the exact same
thing).
jason
Changes | Path |
+14 -13 | mojavefs/src/fio/chunk.c |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-06 14:39:06 -0700 (Fri, 06 Sep 2002)
Revision: 1633
Log message:
Got the damn remounting bug (or at least part of it).
Changes | Path |
+2 -1 | mojavefs/src/fio/chunk.c |
+2 -2 | mojavefs/src/fio/super.c |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-10 14:42:59 -0700 (Tue, 10 Sep 2002)
Revision: 1634
Log message:
Added version 0.001 of the icdcs paper
Changes | Path |
Added | mojavefs/doc/icdcs03/Makefile |
Properties | mojavefs/doc/icdcs03/Makefile |
Added | mojavefs/doc/icdcs03/icdcs03.tex |
Properties | mojavefs/doc/icdcs03/icdcs03.tex |
Added | mojavefs/doc/icdcs03/mojavefs_overview.fig |
Properties | mojavefs/doc/icdcs03/mojavefs_overview.fig |
Added | mojavefs/doc/icdcs03/overview.fig |
Properties | mojavefs/doc/icdcs03/overview.fig |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-11 15:28:59 -0700 (Wed, 11 Sep 2002)
Revision: 1635
Log message:
Alright, truncate should now be supported. Contrary to what I thought,
iops->truncate() *is* actually used. I didn't notice it before because
it is located in mm/, not in fs/. Unfortunately, we don't really want to
be called the way it is called, so we have to catch it earlier, i.e. in
iops->setattr().
Actual testing of this will have to wait until I write some tests.
Changes | Path |
+26 -0 | mojavefs/src/fio/chunk.c |
+100 -15 | mojavefs/src/fio/file.c |
+3 -0 | mojavefs/src/fio/fio.h |
Changes by: justins (justins at unknown.email)
Date: 2002-09-12 12:29:51 -0700 (Thu, 12 Sep 2002)
Revision: 1636
Log message:
First pass at a diagram illustrating how the compiler interacts with
MojaveFS. The diagram could use some work; some of it will be described
in surrounding text as well.
(So tired today...)
Changes | Path |
Properties | mojavefs/doc/icdcs03 |
Added | mojavefs/doc/icdcs03/.cvsignore |
Properties | mojavefs/doc/icdcs03/.cvsignore |
+2 -2 | mojavefs/doc/icdcs03/Makefile |
Added | mojavefs/doc/icdcs03/compiler.fig |
Properties | mojavefs/doc/icdcs03/compiler.fig |
+4 -0 | mojavefs/doc/icdcs03/icdcs03.tex |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-12 13:32:56 -0700 (Thu, 12 Sep 2002)
Revision: 1637
Log message:
Modified figures and added \makefigure command
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-12 14:00:54 -0700 (Thu, 12 Sep 2002)
Revision: 1638
Log message:
Nothing big. Just trying to figure out the CTRL-M
Changes | Path |
+2 -1 | mojavefs/doc/icdcs03/icdcs03.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-12 14:02:14 -0700 (Thu, 12 Sep 2002)
Revision: 1639
Log message:
Removing ^M's from the paper.
Changes | Path |
+8 -3 | mojavefs/doc/icdcs03/Makefile |
+0 -0 | mojavefs/doc/icdcs03/icdcs03.tex |
Added | mojavefs/doc/icdcs03/mcc-transactions.tex |
Properties | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-12 14:04:44 -0700 (Thu, 12 Sep 2002)
Revision: 1640
Log message:
Moving MCC text to separate file, to reduce risk of conflict
Changes | Path |
Properties | mojavefs/doc/icdcs03 |
+2 -0 | mojavefs/doc/icdcs03/.cvsignore |
+1 -6 | mojavefs/doc/icdcs03/icdcs03.tex |
+3 -7 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-12 14:17:19 -0700 (Thu, 12 Sep 2002)
Revision: 1641
Log message:
Adding basic outline of compiler interaction with MojaveFS
Changes | Path |
+1 -0 | mojavefs/doc/icdcs03/icdcs03.tex |
+19 -0 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-13 14:14:35 -0700 (Fri, 13 Sep 2002)
Revision: 1642
Log message:
Added very rough draft for File i/o section. Images aren't properly
lined up yet, wording is poor, etc., etc..
Changes | Path |
+3 -2 | mojavefs/doc/icdcs03/Makefile |
Added | mojavefs/doc/icdcs03/file-io.tex |
Properties | mojavefs/doc/icdcs03/file-io.tex |
Added | mojavefs/doc/icdcs03/fio-chunk.fig |
Properties | mojavefs/doc/icdcs03/fio-chunk.fig |
Added | mojavefs/doc/icdcs03/fio-mkdir.fig |
Properties | mojavefs/doc/icdcs03/fio-mkdir.fig |
+1 -1 | mojavefs/doc/icdcs03/icdcs03.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-13 14:15:59 -0700 (Fri, 13 Sep 2002)
Revision: 1643
Log message:
Changed cvsignore file so we ignore all PDF, PS, and xfig backup files.
Let me know if this is not copasetik.
Changes | Path |
Properties | mojavefs/doc/icdcs03 |
+4 -10 | mojavefs/doc/icdcs03/.cvsignore |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-14 20:51:14 -0700 (Sat, 14 Sep 2002)
Revision: 1644
Log message:
Added some more text in Sections 1 and 2. Still have to do the related-work
section sometimes tomorrow. This is just version 0.002 of the text (so I
won't call it a draft :)
Please make a note that monday I will be at school until 1pm only (because
Diana is coming back from Romania and I have to pick her up from the airport).
If you guys want to meet and debate on the paper some more we can do it in
the morning (starting 10am, for example)
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-16 00:24:14 -0700 (Mon, 16 Sep 2002)
Revision: 1645
Log message:
Added some text to related-work section too. Still need to write some more
but I'm getting really sleepy. Tomorrow morning I will be commiting the
rest of the text.
Changes | Path |
+1 -3 | mojavefs/doc/icdcs03/Makefile |
+0 -1 | mojavefs/doc/icdcs03/icdcs03.tex |
+6 -3 | mojavefs/doc/icdcs03/introduction.tex |
+35 -0 | mojavefs/doc/icdcs03/related-work.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-16 16:03:26 -0700 (Mon, 16 Sep 2002)
Revision: 1646
Log message:
VERY draft version of the text describing MCC's transactions, and the
MojaveFS interface. Need more text discussing the MojaveFS interaction
and possibly a picture illustrating exactly how the atomic levels work.
Changes | Path |
+1 -0 | mojavefs/doc/icdcs03/Makefile |
+105 -3 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-16 16:25:07 -0700 (Mon, 16 Sep 2002)
Revision: 1647
Log message:
Adding figures illustrating the two types of commits, briefly. Maybe this
will help the discussion on atomic levels... hmmm.
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/Makefile |
Added | mojavefs/doc/icdcs03/commit1.fig |
Properties | mojavefs/doc/icdcs03/commit1.fig |
Added | mojavefs/doc/icdcs03/commit2.fig |
Properties | mojavefs/doc/icdcs03/commit2.fig |
+7 -4 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-17 14:02:27 -0700 (Tue, 17 Sep 2002)
Revision: 1648
Log message:
Added stuff about global namespace issues for inodes, as well as
touching up the stuff about chunks.
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 14:10:29 -0700 (Tue, 17 Sep 2002)
Revision: 1649
Log message:
Correcting improper use of double-quote in File IO.
Changes | Path |
+4 -4 | mojavefs/doc/icdcs03/file-io.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 14:20:06 -0700 (Tue, 17 Sep 2002)
Revision: 1650
Log message:
Clearing the comments
Changes | Path |
+0 -23 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-17 14:21:43 -0700 (Tue, 17 Sep 2002)
Revision: 1651
Log message:
Misc. changes to a bunch of files. Nothing specific. :)
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-17 14:22:35 -0700 (Tue, 17 Sep 2002)
Revision: 1652
Log message:
Added line about Intermezzo in fio section.
Changes | Path |
+1 -0 | mojavefs/doc/icdcs03/file-io.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 14:31:17 -0700 (Tue, 17 Sep 2002)
Revision: 1653
Log message:
Repairing text in the intro to MCC section, clarifying exactly why we want
these primitives (rollback, checkpoints) in our compiler.
Changes | Path |
+13 -7 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 14:32:46 -0700 (Tue, 17 Sep 2002)
Revision: 1654
Log message:
bbl/blg entries should be ignored
Changes | Path |
Properties | mojavefs/doc/icdcs03 |
+2 -0 | mojavefs/doc/icdcs03/.cvsignore |
+1 -1 | mojavefs/doc/icdcs03/Makefile |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 14:35:42 -0700 (Tue, 17 Sep 2002)
Revision: 1655
Log message:
Dealing with FIR tech report reference
Changes | Path |
+2 -1 | mojavefs/doc/icdcs03/Makefile |
+12 -1 | mojavefs/doc/icdcs03/filesystems.bib |
+1 -1 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-17 14:36:38 -0700 (Tue, 17 Sep 2002)
Revision: 1656
Log message:
Spelling and grammatical changes.
Changes | Path |
+11 -12 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 14:51:47 -0700 (Tue, 17 Sep 2002)
Revision: 1657
Log message:
Moving first paragraph which introduces MCC into the introduction.
Changes | Path |
+15 -6 | mojavefs/doc/icdcs03/introduction.tex |
+12 -11 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 15:03:40 -0700 (Tue, 17 Sep 2002)
Revision: 1658
Log message:
Repairing introduction
Changes | Path |
+3 -2 | mojavefs/doc/icdcs03/design.tex |
+8 -8 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 15:06:56 -0700 (Tue, 17 Sep 2002)
Revision: 1659
Log message:
Minor typos
Changes | Path |
+2 -2 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 15:07:47 -0700 (Tue, 17 Sep 2002)
Revision: 1660
Log message:
Another broken ~ref reference
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-17 15:12:02 -0700 (Tue, 17 Sep 2002)
Revision: 1661
Log message:
Just a coimment.
Changes | Path |
+2 -0 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-17 15:18:41 -0700 (Tue, 17 Sep 2002)
Revision: 1662
Log message:
Several small changes.
Changes | Path |
+5 -5 | mojavefs/doc/icdcs03/file-io.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 15:19:14 -0700 (Tue, 17 Sep 2002)
Revision: 1663
Log message:
Repairs to MCC transactions text, and correcting minor typos in design
Changes | Path |
+4 -4 | mojavefs/doc/icdcs03/design.tex |
+10 -8 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-17 15:19:36 -0700 (Tue, 17 Sep 2002)
Revision: 1664
Log message:
another comment
Changes | Path |
+1 -0 | mojavefs/doc/icdcs03/design.tex |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-17 16:04:42 -0700 (Tue, 17 Sep 2002)
Revision: 1665
Log message:
Random changes
Changes | Path |
+9 -8 | mojavefs/doc/icdcs03/design.tex |
+2 -0 | mojavefs/doc/icdcs03/introduction.tex |
+1 -1 | mojavefs/doc/icdcs03/mojavefs_overview.fig |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-17 16:25:17 -0700 (Tue, 17 Sep 2002)
Revision: 1666
Log message:
Random changes again...
Changes | Path |
+22 -16 | mojavefs/doc/icdcs03/design.tex |
+0 -2 | mojavefs/doc/icdcs03/distrib_overview.fig |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-17 17:06:28 -0700 (Tue, 17 Sep 2002)
Revision: 1667
Log message:
Another random change.
Changes | Path |
+12 -12 | mojavefs/doc/icdcs03/design.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 18:02:25 -0700 (Tue, 17 Sep 2002)
Revision: 1668
Log message:
More repairs to the MCC text
Changes | Path |
+21 -32 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 18:44:32 -0700 (Tue, 17 Sep 2002)
Revision: 1669
Log message:
A rather important word was omitted by mistake here :)
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-09-17 19:41:14 -0700 (Tue, 17 Sep 2002)
Revision: 1670
Log message:
Some initial changes to the intro.
Changes | Path |
+20 -2 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 20:02:46 -0700 (Tue, 17 Sep 2002)
Revision: 1671
Log message:
Correcting bad \section{} command.
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/design.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 20:17:38 -0700 (Tue, 17 Sep 2002)
Revision: 1672
Log message:
Modifications to my part of the introduction text, which integrate a bit
better with Jason's version of the introduction and remove the spotlight
from MCC somewhat (the text was originally written for the section which
introduces MCC in detail, and was a bit too specific for an introduction).
Changes | Path |
+15 -15 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 20:18:24 -0700 (Tue, 17 Sep 2002)
Revision: 1673
Log message:
Whoops; missed a FIR reference which I was removing from the intro text.
Changes | Path |
+2 -2 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 20:22:08 -0700 (Tue, 17 Sep 2002)
Revision: 1674
Log message:
Yet one more minor adjustment to last paragraph of the introduction.
Changes | Path |
+4 -2 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 20:25:49 -0700 (Tue, 17 Sep 2002)
Revision: 1675
Log message:
Minor clarification in MCC interface text
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 20:44:42 -0700 (Tue, 17 Sep 2002)
Revision: 1676
Log message:
This makes some changes to some of the images regarding alignment of
components; this corrects some of the more significant alignment bugs.
This commit does not significantly change the style or layout of any
of the images.
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/Makefile |
+10 -13 | mojavefs/doc/icdcs03/distrib_overview.fig |
+20 -28 | mojavefs/doc/icdcs03/mojavefs_overview.fig |
+26 -28 | mojavefs/doc/icdcs03/overview.fig |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-17 20:46:12 -0700 (Tue, 17 Sep 2002)
Revision: 1677
Log message:
I almost could not keep up with the changes Justin was making to the
same segment of the introduction. :)
I cut the two pitiful paragraphs and moved some text from the introduction
to the design. I think things start to look better in the introduction now.
I still think we should add some more general stuff about distributed file
systems right after paragraph two in the introduction.
Changes | Path |
+16 -1 | mojavefs/doc/icdcs03/design.tex |
+26 -58 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-17 20:51:53 -0700 (Tue, 17 Sep 2002)
Revision: 1678
Log message:
As long as we're deleting commas... :)
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-18 04:06:07 -0700 (Wed, 18 Sep 2002)
Revision: 1679
Log message:
I have redone the figures so that they have the same style as Justin's.
In particular, fio-chunk.fig looks much better now. I'd never used that
align tool before. It is damn useful.
There are some comments in file-io.tex. These are parts that I have not
yet changed (I can't believe how long I spent in xfig), but will do.
Changes | Path |
+22 -12 | mojavefs/doc/icdcs03/file-io.tex |
+69 -56 | mojavefs/doc/icdcs03/fio-chunk.fig |
+9 -8 | mojavefs/doc/icdcs03/fio-inode.fig |
+36 -24 | mojavefs/doc/icdcs03/fio-mkdir.fig |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-18 09:44:16 -0700 (Wed, 18 Sep 2002)
Revision: 1680
Log message:
Added some text to the introduction and sort of proof-reading up to subsection
concerning Metadata Service.
Changes | Path |
+55 -46 | mojavefs/doc/icdcs03/design.tex |
+10 -4 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-18 11:45:50 -0700 (Wed, 18 Sep 2002)
Revision: 1681
Log message:
Minor repairs to introduction text, as part of a proofreading pass.
Changes | Path |
+5 -5 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-18 12:05:08 -0700 (Wed, 18 Sep 2002)
Revision: 1682
Log message:
Proofread through the end of the introduction. Added new section labels
so we can make forward references to them. Most of this commit addresses
the text in the overview section.
Changes | Path |
+1 -0 | mojavefs/doc/icdcs03/design.tex |
+1 -1 | mojavefs/doc/icdcs03/file-io.tex |
+1 -0 | mojavefs/doc/icdcs03/icdcs03.tex |
+24 -23 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-18 12:17:17 -0700 (Wed, 18 Sep 2002)
Revision: 1683
Log message:
Repairs to related work text after an initial proofread. A few comments
for clarification in this area...
Changes | Path |
+26 -24 | mojavefs/doc/icdcs03/related-work.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-18 12:19:58 -0700 (Wed, 18 Sep 2002)
Revision: 1684
Log message:
Adding two new comments to the text; notably, we're missing all text on
the journalling component, we should try to address that today.
Changes | Path |
+1 -0 | mojavefs/doc/icdcs03/design.tex |
+2 -0 | mojavefs/doc/icdcs03/file-io.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-18 12:30:08 -0700 (Wed, 18 Sep 2002)
Revision: 1685
Log message:
Cleaning up some of the text in the MCC part of the paper.
Changes | Path |
+6 -5 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-18 13:12:29 -0700 (Wed, 18 Sep 2002)
Revision: 1686
Log message:
Changed the figures a little bit. Modified the scale values in file-io
and mcc-transactions for some of the figures.
Also finished the first proof-reading.
Changes by: justins (justins at unknown.email)
Date: 2002-09-18 13:34:08 -0700 (Wed, 18 Sep 2002)
Revision: 1687
Log message:
Minor grammatical corrections (mostly missing periods at end of footnotes).
Changes | Path |
+5 -5 | mojavefs/doc/icdcs03/design.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-18 13:35:21 -0700 (Wed, 18 Sep 2002)
Revision: 1688
Log message:
Revising section headings
Changes | Path |
+2 -2 | mojavefs/doc/icdcs03/file-io.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-18 13:38:23 -0700 (Wed, 18 Sep 2002)
Revision: 1689
Log message:
I tried to address the comments in File I/O. Funny, I actually got
Justin's latest commit for this file while writing my own commit
message.
Sorry this took so long. I drank some Czech energy drink last night
named "Semtex" that left me unable to do much.
Changes | Path |
+13 -18 | mojavefs/doc/icdcs03/file-io.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-18 13:39:44 -0700 (Wed, 18 Sep 2002)
Revision: 1690
Log message:
Started to proofread the design section.
Changes | Path |
+6 -6 | mojavefs/doc/icdcs03/design.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-18 14:09:47 -0700 (Wed, 18 Sep 2002)
Revision: 1691
Log message:
Put part of one sentence into a footnote. Huge change indeed.
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/file-io.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-18 16:04:27 -0700 (Wed, 18 Sep 2002)
Revision: 1692
Log message:
Justin,
I did some proof reading of mcc-transactions. Every time I made a
a modification or was unclear on something, I separated the sentence in
question and noted it with TEX-style comments ("%%"). Note that I know
next to nothing about the compiler (compared to most of the rest of the
lab, that is), so I'm much more likely to not understand certain things.
I didn't proofread section 3.2 yet, and will do so when I return from my
doctor's appointment.
Jason
Changes | Path |
+43 -11 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-18 16:53:12 -0700 (Wed, 18 Sep 2002)
Revision: 1693
Log message:
Some text moved around.
We added the subchapter about Journalling Component
Changes | Path |
+2 -1 | mojavefs/doc/icdcs03/design.tex |
+10 -0 | mojavefs/doc/icdcs03/icdcs03.tex |
+2 -2 | mojavefs/doc/icdcs03/introduction.tex |
+32 -0 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-18 22:55:51 -0700 (Wed, 18 Sep 2002)
Revision: 1694
Log message:
Some minor changes.
Changes | Path |
+3 -4 | mojavefs/doc/icdcs03/design.tex |
+9 -2 | mojavefs/doc/icdcs03/mcc-transactions.tex |
+0 -3 | mojavefs/doc/icdcs03/related-work.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 00:02:25 -0700 (Thu, 19 Sep 2002)
Revision: 1695
Log message:
Addressing buckweat's comments in MCC transactions. Please look at the
big comment block that remains and respond (or delete it).
Changes | Path |
+38 -51 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-09-19 09:13:45 -0700 (Thu, 19 Sep 2002)
Revision: 1696
Log message:
Updated introduction. The only major change is that I introduced
the idea of process migration, which I think is critical, but
we may want to discuss it.
Next up:
UNLOCKING introduction.tex
LOCKING design.tex
Changes | Path |
+76 -66 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 10:49:26 -0700 (Thu, 19 Sep 2002)
Revision: 1697
Log message:
Correcting some spelling errors that somehow slipped past the last two
proofreads, and clarifying Jason's new text on migration. Note that we
do not seriously discuss MojaveFS interface for supporting migration at
this time; we may want to introduce what that syscall will look like,
but I have not determined what exactly I need the syscall to pass back
to the runtime library.
One issue is brought up in the introduction that we do not address
ANYWHERE else; the fact that if the checkpoint is used to suspend a
process, the associated files need to remain live somehow; what happens
if someone deletes the file in the interim? Hmmm... we definitely do
not address this case later in the paper...
UNLOCKING introduction.tex
WAITING for Jason to release locks on section 2.
Changes | Path |
+19 -15 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-09-19 10:49:57 -0700 (Thu, 19 Sep 2002)
Revision: 1698
Log message:
Some changes to file-io and design.
Hwever, there are loose ends in both parts that we will want
to address.
Changes | Path |
+123 -139 | mojavefs/doc/icdcs03/design.tex |
+58 -36 | mojavefs/doc/icdcs03/file-io.tex |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-09-19 11:07:12 -0700 (Thu, 19 Sep 2002)
Revision: 1699
Log message:
Minor updates to transactions, original looks pretty good.
Changes | Path |
+152 -106 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-09-19 11:14:53 -0700 (Thu, 19 Sep 2002)
Revision: 1700
Log message:
No changes to related-work.
I'm coming in soon, so we can talk about it then.
Changes | Path |
+38 -37 | mojavefs/doc/icdcs03/related-work.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 11:21:22 -0700 (Thu, 19 Sep 2002)
Revision: 1701
Log message:
Committing changes to journalling section, I was able to merge with almost
all of Jason's changes (we made the same corrections in a couple of spots :)
Maintaining lock on mcc-transactions.tex for a bit longer, and extending my
lock to cover whole section.
Changes | Path |
+35 -38 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 11:23:54 -0700 (Thu, 19 Sep 2002)
Revision: 1702
Log message:
Responding to Jason's comment in an earlier section. With this, I am
RELEASING all all locks and coming in.
Changes | Path |
+5 -6 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 13:17:27 -0700 (Thu, 19 Sep 2002)
Revision: 1703
Log message:
Minor sentence restructuring
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 13:48:52 -0700 (Thu, 19 Sep 2002)
Revision: 1704
Log message:
Replacing comment in introduction with a new comment regarding the dangling
file references in suspend operations.
Changes | Path |
+12 -15 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-19 14:02:25 -0700 (Thu, 19 Sep 2002)
Revision: 1705
Log message:
Minor grammatical change.
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/design.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 14:10:42 -0700 (Thu, 19 Sep 2002)
Revision: 1706
Log message:
Correcting bogus comma in design goals.
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 14:15:59 -0700 (Thu, 19 Sep 2002)
Revision: 1707
Log message:
Lost a trailing period.
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/design.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 14:20:36 -0700 (Thu, 19 Sep 2002)
Revision: 1708
Log message:
Addressing two comments in design issures, and correcting intermezzo
citation.
Changes | Path |
+2 -5 | mojavefs/doc/icdcs03/design.tex |
+1 -1 | mojavefs/doc/icdcs03/file-io.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 14:25:22 -0700 (Thu, 19 Sep 2002)
Revision: 1709
Log message:
Minor corrections based on discussions. Figure 5 goes away (the detailed
picture of what a global identifier looks like)
Changes | Path |
+7 -7 | mojavefs/doc/icdcs03/file-io.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 14:33:49 -0700 (Thu, 19 Sep 2002)
Revision: 1710
Log message:
Miscellaneous single-word corrections
Changes | Path |
+3 -3 | mojavefs/doc/icdcs03/design.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-19 14:39:22 -0700 (Thu, 19 Sep 2002)
Revision: 1711
Log message:
Horizontallized mkdir figure.
Changes | Path |
+30 -20 | mojavefs/doc/icdcs03/fio-mkdir.fig |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 14:40:14 -0700 (Thu, 19 Sep 2002)
Revision: 1712
Log message:
Restructuring global identifier text.
Changes | Path |
+7 -10 | mojavefs/doc/icdcs03/file-io.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-19 14:40:24 -0700 (Thu, 19 Sep 2002)
Revision: 1713
Log message:
Removed garbage from figure.
Changes | Path |
+0 -9 | mojavefs/doc/icdcs03/fio-mkdir.fig |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-19 14:40:57 -0700 (Thu, 19 Sep 2002)
Revision: 1714
Log message:
Minor change to the figure
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/mojavefs_overview.fig |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-19 14:43:01 -0700 (Thu, 19 Sep 2002)
Revision: 1715
Log message:
Removeified most of my comments wrt MCC.
Changes | Path |
+1 -12 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-19 14:43:36 -0700 (Thu, 19 Sep 2002)
Revision: 1716
Log message:
Minor change. :)
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/distrib_overview.fig |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 14:49:37 -0700 (Thu, 19 Sep 2002)
Revision: 1717
Log message:
Correcting first paragraph of group manager.
Changes | Path |
+4 -4 | mojavefs/doc/icdcs03/design.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 14:58:52 -0700 (Thu, 19 Sep 2002)
Revision: 1718
Log message:
Random commentary about Jason's comments :)
Changes | Path |
+3 -1 | mojavefs/doc/icdcs03/design.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 15:51:01 -0700 (Thu, 19 Sep 2002)
Revision: 1719
Log message:
Flushing current changes to design text.
Changes | Path |
+21 -35 | mojavefs/doc/icdcs03/design.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 15:53:31 -0700 (Thu, 19 Sep 2002)
Revision: 1720
Log message:
Correcting an error in the commit figure's numbers
Changes | Path |
+2 -2 | mojavefs/doc/icdcs03/commit2.fig |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 15:55:25 -0700 (Thu, 19 Sep 2002)
Revision: 1721
Log message:
Correcting space that was lost by Jason's text reflow (I think).
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-19 16:05:33 -0700 (Thu, 19 Sep 2002)
Revision: 1722
Log message:
Restructured some weird sentences and fixed a couple typos.
Changes | Path |
+6 -6 | mojavefs/doc/icdcs03/related-work.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 17:01:33 -0700 (Thu, 19 Sep 2002)
Revision: 1723
Log message:
Repairs to Data Replication and Metadata Service.
Changes | Path |
+17 -22 | mojavefs/doc/icdcs03/design.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-19 17:28:07 -0700 (Thu, 19 Sep 2002)
Revision: 1724
Log message:
More changes from our shared editing session.
Changes | Path |
+9 -30 | mojavefs/doc/icdcs03/mcc-transactions.tex |
+4 -8 | mojavefs/doc/icdcs03/related-work.tex |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-20 12:26:17 -0700 (Fri, 20 Sep 2002)
Revision: 1725
Log message:
Addressed Justin's comment.
Changes | Path |
+20 -0 | mojavefs/doc/icdcs03/filesystems.bib |
+10 -10 | mojavefs/doc/icdcs03/icdcs03.tex |
+0 -5 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 12:29:04 -0700 (Fri, 20 Sep 2002)
Revision: 1726
Log message:
Removing comments that are addressed
Changes | Path |
+0 -2 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 12:37:36 -0700 (Fri, 20 Sep 2002)
Revision: 1727
Log message:
First pass at authors list; marking conclusions incomplete
Changes | Path |
+8 -2 | mojavefs/doc/icdcs03/icdcs03.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-20 12:38:43 -0700 (Fri, 20 Sep 2002)
Revision: 1728
Log message:
Mad the VFS example from a mkdir call into an open call. I renamed the
fig file to be less confusing...
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/Makefile |
+1 -1 | mojavefs/doc/icdcs03/file-io.tex |
Deleted | mojavefs/doc/icdcs03/fio-mkdir.fig |
Added | mojavefs/doc/icdcs03/fio-vfs.fig |
Properties | mojavefs/doc/icdcs03/fio-vfs.fig |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 12:57:37 -0700 (Fri, 20 Sep 2002)
Revision: 1729
Log message:
Adding reference to transactions based on Jim Gray/Andreas Reuter's book.
Changes | Path |
+8 -0 | mojavefs/doc/icdcs03/filesystems.bib |
+1 -3 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-09-20 13:10:02 -0700 (Fri, 20 Sep 2002)
Revision: 1730
Log message:
Update Group Manager.
Changes | Path |
+31 -14 | mojavefs/doc/icdcs03/design.tex |
+20 -2 | mojavefs/doc/icdcs03/filesystems.bib |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-09-20 13:18:03 -0700 (Fri, 20 Sep 2002)
Revision: 1731
Log message:
Formatted the author line.
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/icdcs03.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 13:19:48 -0700 (Fri, 20 Sep 2002)
Revision: 1732
Log message:
First pass at text addressing what checkpoints in MojaveFS look like
Changes | Path |
+16 -0 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 13:20:16 -0700 (Fri, 20 Sep 2002)
Revision: 1733
Log message:
Addressed my comment from the introduction
Changes | Path |
+0 -2 | mojavefs/doc/icdcs03/introduction.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 13:21:51 -0700 (Fri, 20 Sep 2002)
Revision: 1734
Log message:
Enabling sloppy, to address the long lines in a few sections
Changes | Path |
+1 -0 | mojavefs/doc/icdcs03/icdcs03.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 13:23:08 -0700 (Fri, 20 Sep 2002)
Revision: 1735
Log message:
Figure is too wide for current margins, scaling down
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/file-io.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 13:29:10 -0700 (Fri, 20 Sep 2002)
Revision: 1736
Log message:
Adding keywords
Changes | Path |
+0 -12 | mojavefs/doc/icdcs03/design.tex |
+1 -1 | mojavefs/doc/icdcs03/icdcs03.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 13:30:16 -0700 (Fri, 20 Sep 2002)
Revision: 1737
Log message:
Try #2 on keywords
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/icdcs03.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 13:45:42 -0700 (Fri, 20 Sep 2002)
Revision: 1738
Log message:
Changing TR citations to POPL references
Changes | Path |
+9 -0 | mojavefs/doc/icdcs03/filesystems.bib |
+1 -1 | mojavefs/doc/icdcs03/introduction.tex |
+1 -1 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-20 14:02:01 -0700 (Fri, 20 Sep 2002)
Revision: 1739
Log message:
Adding text/figure about directory structure. Fairly sparse at the
moment, but it should be fairly easy to understand it.
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/Makefile |
+9 -3 | mojavefs/doc/icdcs03/file-io.tex |
Added | mojavefs/doc/icdcs03/fio-dir.fig |
Properties | mojavefs/doc/icdcs03/fio-dir.fig |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-20 14:18:34 -0700 (Fri, 20 Sep 2002)
Revision: 1740
Log message:
DR changes
Changes | Path |
+34 -5 | mojavefs/doc/icdcs03/design.tex |
+9 -0 | mojavefs/doc/icdcs03/related-work.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 14:21:57 -0700 (Fri, 20 Sep 2002)
Revision: 1741
Log message:
Fixing BROKEN BROKEN BROKEN source files (grrrrrrr)
Changes | Path |
+4 -4 | mojavefs/doc/icdcs03/design.tex |
+1 -1 | mojavefs/doc/icdcs03/filesystems.bib |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 14:23:52 -0700 (Fri, 20 Sep 2002)
Revision: 1742
Log message:
Minor repairs to new text
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/mcc-transactions.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-20 14:26:54 -0700 (Fri, 20 Sep 2002)
Revision: 1743
Log message:
Changed from dir table.
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/file-io.tex |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-20 14:28:36 -0700 (Fri, 20 Sep 2002)
Revision: 1744
Log message:
Minor change in the figure.
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/distrib_overview.fig |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-20 14:54:47 -0700 (Fri, 20 Sep 2002)
Revision: 1745
Log message:
added some metadata text...
Changes | Path |
+11 -0 | mojavefs/doc/icdcs03/design.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 15:24:21 -0700 (Fri, 20 Sep 2002)
Revision: 1746
Log message:
Revisions to GM and DR
Changes | Path |
+31 -51 | mojavefs/doc/icdcs03/design.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 16:06:24 -0700 (Fri, 20 Sep 2002)
Revision: 1747
Log message:
Possibly last major changes? :)
Changes | Path |
+27 -35 | mojavefs/doc/icdcs03/design.tex |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-20 16:07:07 -0700 (Fri, 20 Sep 2002)
Revision: 1748
Log message:
Minor change.
Changes | Path |
+2 -2 | mojavefs/doc/icdcs03/related-work.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-20 16:23:55 -0700 (Fri, 20 Sep 2002)
Revision: 1749
Log message:
Proof read of SPRITE comparison.
Changes | Path |
+7 -9 | mojavefs/doc/icdcs03/related-work.tex |
Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-20 16:29:05 -0700 (Fri, 20 Sep 2002)
Revision: 1750
Log message:
last commit before disaster
Changes | Path |
+3 -4 | mojavefs/doc/icdcs03/related-work.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 16:29:56 -0700 (Fri, 20 Sep 2002)
Revision: 1751
Log message:
Adding abstract
Changes | Path |
+14 -2 | mojavefs/doc/icdcs03/icdcs03.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 16:34:19 -0700 (Fri, 20 Sep 2002)
Revision: 1752
Log message:
Change to abstract, and renamed filesystem to file system.
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 16:59:16 -0700 (Fri, 20 Sep 2002)
Revision: 1753
Log message:
Added conclusions
Changes | Path |
+11 -6 | mojavefs/doc/icdcs03/icdcs03.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 17:05:34 -0700 (Fri, 20 Sep 2002)
Revision: 1754
Log message:
Correcting spelling errers
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 17:08:47 -0700 (Fri, 20 Sep 2002)
Revision: 1755
Log message:
Last corrections
Changes | Path |
+1 -0 | mojavefs/doc/icdcs03/icdcs03.tex |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-09-20 17:21:57 -0700 (Fri, 20 Sep 2002)
Revision: 1756
Log message:
Fixed my name. :)
Changes | Path |
+1 -1 | mojavefs/doc/icdcs03/icdcs03.tex |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 17:23:03 -0700 (Fri, 20 Sep 2002)
Revision: 1757
Log message:
la la la... we're done, we're done! we hope!
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 17:26:31 -0700 (Fri, 20 Sep 2002)
Revision: 1758
Log message:
Correcting bibtex entry
Changes | Path |
+2 -3 | mojavefs/doc/icdcs03/filesystems.bib |
Changes by: ( at unknown.email)
Date: 2002-09-20 17:26:31 -0700 (Fri, 20 Sep 2002)
Revision: 1759
Log message:
This commit was manufactured by cvs2svn to create branch
'icdcs_2002_09_20'.
Changes | Path |
Copied | mojavefs-branches/icdcs_2002_09_20 |
Deleted | mojavefs-branches/icdcs_2002_09_20/doc/2002.04.15_week |
Deleted | mojavefs-branches/icdcs_2002_09_20/doc/2002.04.22_API_Documentation |
Changes by: justins (justins at unknown.email)
Date: 2002-09-20 17:28:53 -0700 (Fri, 20 Sep 2002)
Revision: 1760
Log message:
Added sumitted pdf
Changes | Path |
Binary | mojavefs-branches/icdcs_2002_09_20/doc/icdcs03/icdcs03.pdf |
Properties | mojavefs-branches/icdcs_2002_09_20/doc/icdcs03/icdcs03.pdf |