summaryrefslogtreecommitdiffstats
path: root/sys/vm/vnode_pager.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused vars & funcs, make things static, protoize a little bit.phk1995-11-201-5/+7
* Don't pass an extra trailing arg to some functions.bde1995-10-301-5/+14
* Finalize GETPAGES layering scheme. Move the device GETPAGESdyson1995-10-231-6/+18
* Fix initialization of "bsize" in vnode_pager_haspage(). It must happendg1995-10-191-5/+3
* Fix really bogus casting of a block number to a long. Also change thedyson1995-09-121-2/+2
* Fix an error that can cause attempted reading beyond the end of file.dyson1995-09-111-3/+11
* Minor performance improvements, additional prototype for additionaldyson1995-09-061-2/+4
* Allow the fault code to use additional clustering info from bothdyson1995-09-041-41/+60
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-6/+6
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-306/+164
* Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the placesdg1995-07-091-25/+7
* Fixed an object allocation race condition that was causing a "objectdg1995-07-061-13/+34
* 1) Converted v_vmdata to v_object.dg1995-06-281-11/+11
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Accessing pages beyond the end of a mapped file results in internaldg1995-05-181-15/+17
* Changed "handle" from type caddr_t to void *; "handle" is several differentdg1995-05-101-2/+2
* Changes from John Dyson and myself:dg1995-04-091-350/+78
* Removed unused variable declaration missed in previous commit.dg1995-03-211-2/+1
* Removed do-nothing VOP_UPDATE() call.dg1995-03-211-3/+1
* Added a new boolean argument to vm_object_page_clean that causes it todg1995-03-211-2/+2
* Don't gain/lose an object reference in vnode_pager_setsize(). It willdg1995-03-201-13/+1
* Do proper vnode locking when doing paging I/O. Removed the asynchronousdg1995-03-191-47/+26
* Incorporated 4.4-lite vnode_pager_uncache() and vnode_pager_umount()dg1995-03-191-20/+22
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+1
* Explicitly set object->flags = OBJ_CANPERSIST.dg1995-03-121-3/+2
* Set VAGE flag when pager is destroyed. This usually happens when andg1995-03-071-1/+2
* Various changes from John and myself that do the following:dg1995-03-011-7/+2
* Removed redundant HOLDRELE()'s.dg1995-02-231-5/+1
* Changed return value from vnode_pager_addr to be in DEV_BSIZE units sodg1995-02-221-7/+7
* Only do object paging_in_progress wakeups if someone is waiting on thisdg1995-02-221-2/+6
* Deprecated remaining use of vm_deallocate. Deprecated vm_allocate_with_dg1995-02-211-2/+3
* Fixed bmap run-length brokeness.dg1995-02-031-62/+53
* Added ability to detect sequential faults and DTRT. (swap_pager.c)dg1995-01-241-10/+9
* Fixed a panic that Garrett reported to me...the OBJ_INTERNAL flag wasn'tdg1995-01-111-1/+2
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-403/+207
* Don't try to page to a vnode that had it's filesystem unmounted.dg1994-11-241-7/+23
* Remove a peice of commented out code that was left over from the earlygibbs1994-11-171-3/+2
* Fixed bug where a read-behind to a negative offset would occur if thedg1994-11-131-7/+9
* Fixed return status from pagers. Ahem...the previous method would manufacturedg1994-11-061-9/+9
* 1) Some of the counters in the vmmeter struct don't fit well into the Mach VMdg1994-10-151-1/+17
* Got rid of redundant declaration warnings.dg1994-10-141-3/+1
* Add missing )'s to previous midnight changes. :-)jkh1994-10-141-3/+3
* Changed I/O error messages to be somewhat less cryptic. Removed a piecedg1994-10-141-6/+3
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.phk1994-10-091-15/+10
* Stuff object into v_vmdata rather than pager. Not important which atdg1994-10-051-92/+122
* Disabled a debugging printf.dg1994-09-061-1/+3
* Patches from John Dyson to improve swap code efficiency.dg1994-08-291-1/+2
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsdg1994-08-071-12/+7
* Fixed various prototype problems with the pmap functions and the subsequentdg1994-08-061-2/+2
* Incorporated post 1.1.5 work from John Dyson. This includes performancedg1994-08-061-57/+93
OpenPOWER on IntegriCloud