| Age | Commit message (Expand) | Author |
| 2001-12-31 | in uvm_vnp_setsize(), wait for any i/o in progress on pages that we free. | chs |
| 2001-12-09 | replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names. | chs |
| 2001-11-10 | add RCSIDs, and in some cases, slightly cleanup #include order | lukem |
| 2001-09-26 | change the names of the arguments to uvn_put() to match their usage. | chs |
| 2001-09-22 | VOP_PUTPAGES must release the uobj's lock for us, so ensure it's locked | sommerfeld |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-08-17 | allow mappings of VBLK vnodes. | chs |
| 2001-05-26 | replace vm_page_t with struct vm_page *. | chs |
| 2001-05-25 | remove trailing whitespace. | chs |
| 2001-03-10 | eliminate the VM_PAGER_* error codes in favor of the traditional E* codes. | chs |
| 2001-03-09 | add UBC memory-usage balancing. we track the number of pages in use for | chs |
| 2001-02-22 | When shrinking file size, don't dispose of a page still in use. | enami |
| 2001-02-18 | in uvn_flush(), add a fast path for the case where the vnode has no pages. | chs |
| 2001-02-08 | remove a debug printf() that has outlived its usefulness. | chs |
| 2001-02-06 | in uvn_flush(), interpret a "stop" value of 0 as meaning all pages at | chs |
| 2001-01-28 | Page scanner improvements, behavior is actually a bit more like | thorpej |
| 2001-01-08 | in uvn_flush(), when PGO_SYNCIO is specified then we should wait for | chs |
| 2000-12-16 | in uvn_flush(), don't deactivate busy pages. | chs |
| 2000-12-06 | in uvn_findpage(), only increment the counter of vnode pages | chs |
| 2000-11-30 | Move uvm_pgcnt_vnode and uvm_pgcnt_anon into uvmexp (as vnodepages and | simonb |
| 2000-11-27 | Initial integration of the Unified Buffer Cache project. | chs |
| 2000-11-24 | g/c unused pager ops "asyncget" and "aiodone". | chs |
| 2000-06-27 | remove include of <vm/vm.h> | mrg |
| 2000-06-26 | remove/move more mach vm header files: | mrg |
| 2000-05-19 | Tell uvm_pagermapin() the direction of the I/O so that it can map | thorpej |
| 2000-04-03 | remove the "shareprot" pagerop. it's not needed anymore since | chs |
| 2000-03-27 | Kill duplicate uvn_attach() prototype (public, already in uvm_vnode.h). | kleink |
| 2000-03-26 | Merge parts of chs-ubc2 into the trunk: | kleink |
| 2000-03-13 | Fix doubled 'the's in comments. | soren |
| 2000-01-28 | remove a debug printf that has outlived its usefulness. | chs |
| 1999-10-19 | put various debugging printfs under #ifdef DEBUG. | chs |
| 1999-09-12 | eliminate the PMAP_NEW option by making it required for all ports. | chs |
| 1999-07-22 | Garbage collect thread_sleep()/thread_wakeup() left over from the old | thorpej |
| 1999-07-22 | 0 -> FALSE in a few places. | thorpej |
| 1999-04-11 | add a `flags' argument to uvm_pagealloc_strat(). | chs |
| 1999-03-25 | remove now >1 year old pre-release message. | mrg |
| 1999-03-25 | Prevent deadlock cited in PR4629 from crashing the system. (copyout | sommerfe |
| 1999-03-24 | after discussion with chuck, nuke pgo_attach from uvm_pagerops | cgd |
| 1999-03-04 | fix printf arg types. | chs |
| 1999-01-29 | A small typo fix, + enclose "used_vnode_size = %qu" debug printf inside | bouyer |
| 1998-11-04 | we must unlock a vp's object's lock before calling vrele(). | chs |
| 1998-10-18 | shift by PAGE_SHIFT instead of multiplying or dividing by PAGE_SIZE. | chs |
| 1998-08-13 | Merge paddr_t changes into the main branch. | eeh |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-07-07 | Add support for mmap'ing disk block devices. | thorpej |
| 1998-06-24 | Always include fifos; "not an option any more". | sommerfe |
| 1998-06-22 | defopt for options FIFO | sommerfe |
| 1998-05-05 | Remove inclusions of syscall (and syscall argument) related header files; | kleink |
| 1998-03-11 | bug fix: when doing uvm_vnp_sync() actually skip over blocked uvn's so | chuck |
| 1998-03-09 | KNF. | mrg |