aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vnode_pager.c
Commit message (Expand)AuthorAgeFilesLines
* YAMFC (NFS mmap fixes and minor memory leak plugged)Doug Rabson1997-05-281-1/+6
* 1. Fix the vm_page_zero_count accounting. This should improve theJohn Dyson1997-03-251-1/+3
* Clean up the rundown of the object backing a vnode. This should fixJohn Dyson1996-10-171-1/+7
* The whole issue of not support VOP_LOCK for VBLK devices should beJohn Dyson1996-09-101-3/+10
* Even though this looks like it, this is not a complex code change.John Dyson1996-08-211-2/+2
* Backed out the recent changes/enhancements to the VM code. TheJohn Dyson1996-07-301-4/+4
* This commit is meant to solve a couple of VM system problems orJohn Dyson1996-07-271-4/+4
* Another sweep over the pmap/vm macros, this time with more focus onPoul-Henning Kamp1996-05-031-7/+7
* Fix the problem that unmounting filesystems that are backed by a VMIOJohn Dyson1996-03-191-2/+5
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-2/+3
* Fix paging from ext2fs (and other fs w/block size < PAGE_SIZE). ThisJohn Dyson1995-12-171-15/+31
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-14/+18
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-111-44/+57
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+6
* Remove unused vars & funcs, make things static, protoize a little bit.Poul-Henning Kamp1995-11-201-5/+7
* Don't pass an extra trailing arg to some functions.Bruce Evans1995-10-301-5/+14
* Finalize GETPAGES layering scheme. Move the device GETPAGESJohn Dyson1995-10-231-6/+18
* Fix initialization of "bsize" in vnode_pager_haspage(). It must happenDavid Greenman1995-10-191-5/+3
* Fix really bogus casting of a block number to a long. Also change theJohn Dyson1995-09-121-2/+2
* Fix an error that can cause attempted reading beyond the end of file.John Dyson1995-09-111-3/+11
* Minor performance improvements, additional prototype for additionalJohn Dyson1995-09-061-2/+4
* Allow the fault code to use additional clustering info from bothJohn Dyson1995-09-041-41/+60
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countJohn Dyson1995-09-041-6/+6
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-306/+164
* Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the placesDavid Greenman1995-07-091-25/+7
* Fixed an object allocation race condition that was causing a "objectDavid Greenman1995-07-061-13/+34
* 1) Converted v_vmdata to v_object.David Greenman1995-06-281-11/+11
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Accessing pages beyond the end of a mapped file results in internalDavid Greenman1995-05-181-15/+17
* Changed "handle" from type caddr_t to void *; "handle" is several differentDavid Greenman1995-05-101-2/+2
* Changes from John Dyson and myself:David Greenman1995-04-091-350/+78
* Removed unused variable declaration missed in previous commit.David Greenman1995-03-211-2/+1
* Removed do-nothing VOP_UPDATE() call.David Greenman1995-03-211-3/+1
* Added a new boolean argument to vm_object_page_clean that causes it toDavid Greenman1995-03-211-2/+2
* Don't gain/lose an object reference in vnode_pager_setsize(). It willDavid Greenman1995-03-201-13/+1
* Do proper vnode locking when doing paging I/O. Removed the asynchronousDavid Greenman1995-03-191-47/+26
* Incorporated 4.4-lite vnode_pager_uncache() and vnode_pager_umount()David Greenman1995-03-191-20/+22
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+1
* Explicitly set object->flags = OBJ_CANPERSIST.David Greenman1995-03-121-3/+2
* Set VAGE flag when pager is destroyed. This usually happens when anDavid Greenman1995-03-071-1/+2
* Various changes from John and myself that do the following:David Greenman1995-03-011-7/+2
* Removed redundant HOLDRELE()'s.David Greenman1995-02-231-5/+1
* Changed return value from vnode_pager_addr to be in DEV_BSIZE units soDavid Greenman1995-02-221-7/+7
* Only do object paging_in_progress wakeups if someone is waiting on thisDavid Greenman1995-02-221-2/+6
* Deprecated remaining use of vm_deallocate. Deprecated vm_allocate_with_David Greenman1995-02-211-2/+3
* Fixed bmap run-length brokeness.David Greenman1995-02-031-62/+53
* Added ability to detect sequential faults and DTRT. (swap_pager.c)David Greenman1995-01-241-10/+9
* Fixed a panic that Garrett reported to me...the OBJ_INTERNAL flag wasn'tDavid Greenman1995-01-111-1/+2
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-403/+207
* Don't try to page to a vnode that had it's filesystem unmounted.David Greenman1994-11-241-7/+23