summaryrefslogtreecommitdiffstats
path: root/sys/vm/vnode_pager.c
Commit message (Expand)AuthorAgeFilesLines
...
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-051-11/+22
* Correct a comment.eivind1999-03-271-2/+2
* Reviewed by: "John S. Dyson" <dyson@iquest.net>alc1999-02-271-1/+20
* vm_pager_put_pages() is passed an rcval array to hold per-page returndillon1999-01-241-4/+3
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-5/+14
* In vnode_pager_input_old, set auio.uio_procp = curprocrvb1998-12-041-2/+2
* Fixed two potentially serious classes of bugs:dg1998-10-131-4/+4
* John Dyson approved of this solution; make vnode_pager_input_old set m->validrvb1998-09-281-1/+3
* Instantiate `nfs_mount_type' in a standard file so that it is presentbde1998-09-051-3/+2
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-041-5/+5
* Fix a rounding problem that causes vnode pager to fail to remove the lastluoqi1998-08-251-11/+9
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-4/+4
* Fixed printf format errors.bde1998-07-111-3/+9
* Fixed printf format errors.bde1998-07-111-3/+3
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-3/+3
* Some VM improvements, including elimination of alot of Sig-11dyson1998-03-161-1/+3
* Complement diagnostic messages about missing per-FS VOP page operations,msmith1998-03-091-5/+14
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-28/+32
* 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
OpenPOWER on IntegriCloud