summaryrefslogtreecommitdiffstats
path: root/sys/vm/vnode_pager.c
Commit message (Expand)AuthorAgeFilesLines
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* - Add a ASSERT_VOP_LOCKED in vnode_pager_alloc.jeff2002-09-251-2/+7
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sincealc2002-08-251-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-9/+17
* o Lock page queue accesses by vm_page_free().alc2002-07-281-14/+19
* o Lock page queue accesses by vm_page_activate() and vm_page_deactivate().alc2002-07-271-0/+2
* - Use (OFF_TO_IDX(off) - pi) instead of (OFF_TO_IDX(off - IDX_TO_OFF(pi))).robert2002-07-011-5/+7
* o Replace GIANT_REQUIRED in vnode_pager_alloc() by the acquisition andalc2002-06-221-6/+5
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-141-2/+2
* o Condition the compilation and use of vm_freeze_copyopts()alc2002-05-061-0/+2
* We do not necessarily need to map/unmap pages to zero parts of them.peter2002-04-281-4/+1
* Remove __P.alfred2002-03-191-10/+10
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-2/+2
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-101-6/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-6/+6
* This fixes a large number of bugs in our NFS client side code. A recentdillon2001-12-141-2/+27
* Adjust vnode_pager_input_smlfs() to not attempt to BMAP blocks beyond thedillon2001-11-051-2/+7
* Finally fix the VM bug where a file whos EOF occurs in the middle of a pagedillon2001-10-121-3/+21
* Change the kernel's ucred API as follows:jhb2001-10-111-10/+8
* KSE Milestone 2julian2001-09-121-8/+8
* Whitespace fixes.jhb2001-08-041-1/+1
* whitespace / register cleanupdillon2001-07-041-2/+2
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-50/+17
* Fix a XXX comment by moving the initialization of the number of pbuf'sjhb2001-07-031-9/+9
* Don't hold the VM lock across VOP's and other things that can sleep.jhb2001-05-291-2/+19
* - Assert Giant is held in the vnode pager methods.jhb2001-05-231-14/+18
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-15/+38
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* vnode_pager_freepage() is really vm_page_free() in disguise,alfred2001-04-191-14/+7
* This implements a better launder limiting solution. There was a solutiondillon2000-12-261-3/+36
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+5
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-3/+3
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-2/+2
* Revert spelling mistake I made in the previous commitcharnier2000-03-271-1/+1
* Spellingcharnier2000-03-261-2/+2
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-2/+2
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-2/+2
* useracc() the prequel:phk1999-10-291-1/+0
* The vnode pager (used when you do file-backed mmaps) must use thedillon1999-09-171-3/+11
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskalc1999-08-171-3/+3
* Fix some int/long printf problems for the Alphapeter1999-07-011-3/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-3/+3
* Fix confusion of size of transfer with size of the pager.dt1999-05-151-3/+4
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-5/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-2/+3
* Convert usage of vm_page_bits() to the new convention ("Inputs are requireddt1999-04-101-2/+2
OpenPOWER on IntegriCloud