summaryrefslogtreecommitdiffstats
path: root/sys/vm/vnode_pager.c
Commit message (Expand)AuthorAgeFilesLines
...
* 1) Use a more consistent page wait methodology.dyson1998-03-011-10/+3
* In the author's words:msmith1998-02-261-27/+51
* Fix page prezeroing for SMP, and fix some potential paging-in-progressdyson1998-02-251-9/+2
* Significantly improve the efficiency of the swap pager, which appears todyson1998-02-231-6/+6
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-051-5/+10
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Change the busy page mgmt, so that when pages are freed, theydyson1998-01-311-2/+1
* Tie up some loose ends in vnode/object management. Remove an unneededdyson1998-01-171-4/+10
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-21/+10
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-77/+4
* Some performance improvements, and code cleanups (including changing ourdyson1997-12-191-5/+9
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-2/+2
* Relax the vnode locking for read only operations.dyson1997-10-061-2/+3
* Removed unused #includes.bde1997-09-011-5/+1
* Fixed type mismatches for functions with args of type vm_prot_t and/orbde1997-08-251-6/+3
* This is a trial improvement for the vnode reference count while on the vnodedyson1997-08-221-2/+1
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffdfr1997-05-191-1/+6
* When removing IN_RECURSE support during the Lite/2 merge, read/writedyson1997-03-081-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-7/+11
* Added a check/panic for v_usecount being 0 (no vnode reference) indg1997-01-241-0/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Clean up the rundown of the object backing a vnode. This should fixdyson1996-10-171-1/+7
* The whole issue of not support VOP_LOCK for VBLK devices should bedyson1996-09-101-3/+10
* Even though this looks like it, this is not a complex code change.dyson1996-08-211-2/+2
* Backed out the recent changes/enhancements to the VM code. Thedyson1996-07-301-4/+4
* This commit is meant to solve a couple of VM system problems ordyson1996-07-271-4/+4
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-031-7/+7
* Fix the problem that unmounting filesystems that are backed by a VMIOdyson1996-03-191-2/+5
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-2/+3
* Fix paging from ext2fs (and other fs w/block size < PAGE_SIZE). Thisdyson1995-12-171-15/+31
* Another mega commit to staticize things.phk1995-12-141-14/+18
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-44/+57
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+6
* 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
OpenPOWER on IntegriCloud