Changes by: buckweat (buckweat at unknown.email)
Date: 2002-10-07 10:16:25 -0700 (Mon, 07 Oct 2002)
Revision: 1761
Log message:
For some reason I have yet to ascertain, the inclusion of
file.c::mojave_file_setattr() causes insmod to get an unresolved symbol
when loading the fio module (if I remember correctly, the symbol is
mojave_read_super, which shouldn't even be touched here). Since handling
truncation is a fairly low priority right now, I have just commented out
all of the stuff related to setattr, which should allow the module to be
properly built and inserted.
Changes | Path |
+1 -0 | mojavefs/src/fio/dir.c |
+14 -12 | mojavefs/src/fio/file.c |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-10-25 19:36:04 -0700 (Fri, 25 Oct 2002)
Revision: 1762
Log message:
Initial empty module.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-10-26 08:02:53 -0700 (Sat, 26 Oct 2002)
Revision: 1763
Log message:
Initial implementation using mmap.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-10-26 13:15:57 -0700 (Sat, 26 Oct 2002)
Revision: 1764
Log message:
Substantial reorganization, but no major changes.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-10-26 19:03:46 -0700 (Sat, 26 Oct 2002)
Revision: 1765
Log message:
Added device and RPC.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-10-26 19:33:36 -0700 (Sat, 26 Oct 2002)
Revision: 1766
Log message:
Root (only) works.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-10-27 09:06:35 -0800 (Sun, 27 Oct 2002)
Revision: 1767
Log message:
Added mirror client.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-10-27 20:11:02 -0800 (Sun, 27 Oct 2002)
Revision: 1768
Log message:
New version using memory mapping.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-10-28 12:34:31 -0800 (Mon, 28 Oct 2002)
Revision: 1769
Log message:
Partially working.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-10-29 18:27:49 -0800 (Tue, 29 Oct 2002)
Revision: 1770
Log message:
Updated minor bugs in uservfs_dir code.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-10-29 19:32:55 -0800 (Tue, 29 Oct 2002)
Revision: 1771
Log message:
Added page hacking to enable 0-copy read/write operations.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2002-10-30 10:46:51 -0800 (Wed, 30 Oct 2002)
Revision: 1772
Log message:
Added file creation, doesn't work yet.