Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/rump



Module Name:    src
Committed By:   pooka
Date:           Sat Aug 11 17:52:12 UTC 2007

Modified Files:
        src/sys/rump/fs/lib/libp2k: p2k.c
        src/sys/rump/librump/rumpkern: genfs.c rump.h vm.c

Log Message:
* move rump_vopwrite_fault() into history - we now support the file
  system faulting in pages if it does e.g. fragment reallocation
* get rid of rumpvm_findpage() and always use uvm_pagelookup()
* determine a vnode's cleanness by flagging it as being on the work
  list if we "take" a write fault and removing it from the worklist
  once pages are flushed.  There is no work list here, but at least
  there is symmetry with the kernel.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/rump/fs/lib/libp2k/p2k.c
cvs rdiff -r1.11 -r1.12 src/sys/rump/librump/rumpkern/genfs.c
cvs rdiff -r1.5 -r1.6 src/sys/rump/librump/rumpkern/rump.h
cvs rdiff -r1.9 -r1.10 src/sys/rump/librump/rumpkern/vm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index