| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up the rundown of the object backing a vnode. This should fix | dyson | 1996-10-17 | 1 | -1/+7 |
* | The whole issue of not support VOP_LOCK for VBLK devices should be | dyson | 1996-09-10 | 1 | -3/+10 |
* | Even though this looks like it, this is not a complex code change. | dyson | 1996-08-21 | 1 | -2/+2 |
* | Backed out the recent changes/enhancements to the VM code. The | dyson | 1996-07-30 | 1 | -4/+4 |
* | This commit is meant to solve a couple of VM system problems or | dyson | 1996-07-27 | 1 | -4/+4 |
* | Another sweep over the pmap/vm macros, this time with more focus on | phk | 1996-05-03 | 1 | -7/+7 |
* | Fix the problem that unmounting filesystems that are backed by a VMIO | dyson | 1996-03-19 | 1 | -2/+5 |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -2/+3 |
* | Fix paging from ext2fs (and other fs w/block size < PAGE_SIZE). This | dyson | 1995-12-17 | 1 | -15/+31 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -14/+18 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -44/+57 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+6 |
* | Remove unused vars & funcs, make things static, protoize a little bit. | phk | 1995-11-20 | 1 | -5/+7 |
* | Don't pass an extra trailing arg to some functions. | bde | 1995-10-30 | 1 | -5/+14 |
* | Finalize GETPAGES layering scheme. Move the device GETPAGES | dyson | 1995-10-23 | 1 | -6/+18 |
* | Fix initialization of "bsize" in vnode_pager_haspage(). It must happen | dg | 1995-10-19 | 1 | -5/+3 |
* | Fix really bogus casting of a block number to a long. Also change the | dyson | 1995-09-12 | 1 | -2/+2 |
* | Fix an error that can cause attempted reading beyond the end of file. | dyson | 1995-09-11 | 1 | -3/+11 |
* | Minor performance improvements, additional prototype for additional | dyson | 1995-09-06 | 1 | -2/+4 |
* | Allow the fault code to use additional clustering info from both | dyson | 1995-09-04 | 1 | -41/+60 |
* | Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count | dyson | 1995-09-04 | 1 | -6/+6 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -306/+164 |
* | Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the places | dg | 1995-07-09 | 1 | -25/+7 |
* | Fixed an object allocation race condition that was causing a "object | dg | 1995-07-06 | 1 | -13/+34 |
* | 1) Converted v_vmdata to v_object. | dg | 1995-06-28 | 1 | -11/+11 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -3/+3 |
* | Accessing pages beyond the end of a mapped file results in internal | dg | 1995-05-18 | 1 | -15/+17 |
* | Changed "handle" from type caddr_t to void *; "handle" is several different | dg | 1995-05-10 | 1 | -2/+2 |
* | Changes from John Dyson and myself: | dg | 1995-04-09 | 1 | -350/+78 |
* | Removed unused variable declaration missed in previous commit. | dg | 1995-03-21 | 1 | -2/+1 |
* | Removed do-nothing VOP_UPDATE() call. | dg | 1995-03-21 | 1 | -3/+1 |
* | Added a new boolean argument to vm_object_page_clean that causes it to | dg | 1995-03-21 | 1 | -2/+2 |
* | Don't gain/lose an object reference in vnode_pager_setsize(). It will | dg | 1995-03-20 | 1 | -13/+1 |
* | Do proper vnode locking when doing paging I/O. Removed the asynchronous | dg | 1995-03-19 | 1 | -47/+26 |
* | Incorporated 4.4-lite vnode_pager_uncache() and vnode_pager_umount() | dg | 1995-03-19 | 1 | -20/+22 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -2/+1 |
* | Explicitly set object->flags = OBJ_CANPERSIST. | dg | 1995-03-12 | 1 | -3/+2 |
* | Set VAGE flag when pager is destroyed. This usually happens when an | dg | 1995-03-07 | 1 | -1/+2 |
* | Various changes from John and myself that do the following: | dg | 1995-03-01 | 1 | -7/+2 |
* | Removed redundant HOLDRELE()'s. | dg | 1995-02-23 | 1 | -5/+1 |
* | Changed return value from vnode_pager_addr to be in DEV_BSIZE units so | dg | 1995-02-22 | 1 | -7/+7 |
* | Only do object paging_in_progress wakeups if someone is waiting on this | dg | 1995-02-22 | 1 | -2/+6 |
* | Deprecated remaining use of vm_deallocate. Deprecated vm_allocate_with_ | dg | 1995-02-21 | 1 | -2/+3 |
* | Fixed bmap run-length brokeness. | dg | 1995-02-03 | 1 | -62/+53 |
* | Added ability to detect sequential faults and DTRT. (swap_pager.c) | dg | 1995-01-24 | 1 | -10/+9 |
* | Fixed a panic that Garrett reported to me...the OBJ_INTERNAL flag wasn't | dg | 1995-01-11 | 1 | -1/+2 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 1 | -403/+207 |
* | Don't try to page to a vnode that had it's filesystem unmounted. | dg | 1994-11-24 | 1 | -7/+23 |
* | Remove a peice of commented out code that was left over from the early | gibbs | 1994-11-17 | 1 | -3/+2 |
* | Fixed bug where a read-behind to a negative offset would occur if the | dg | 1994-11-13 | 1 | -7/+9 |