aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
* MFC Revs 1.357, 1.355Jeff Roberson2006-03-131-6/+8
* MFC: Eliminate a deadlock when creating snapshots. BlockingTor Egge2006-03-091-0/+3
* MFC (by alc) changesets that addresses several race conditions that canXin LI2005-10-261-4/+12
* MFC: Don't allow pagedaemon to skip pages while scanning active andTor Egge2005-08-121-0/+5
* - We need to inhert the OBJ_NEEDGIANT flag from the original object inJeff Roberson2005-05-041-0/+1
* - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if theJeff Roberson2005-05-031-0/+1
* Eliminate (now) unnecessary acquisition and release of the global pageAlan Cox2005-03-301-5/+1
* - Don't lock the vnode interlock in vm_object_set_writeable_dirty() ifJeff Roberson2005-03-171-2/+4
* Update the text of an assertion to reflect changes made in revision 1.148.Alan Cox2005-01-301-5/+1
* - Remove GIANT_REQUIRED where giant is no longer required.Jeff Roberson2005-01-241-7/+11
* Consider three objects, O, BO, and BBO, where BO is O's backing objectAlan Cox2005-01-151-1/+8
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()Poul-Henning Kamp2005-01-141-1/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-111-1/+1
* Move the acquisition and release of the page queues lock outside of a loopAlan Cox2005-01-081-2/+3
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Eliminate another unnecessary call to vm_page_busy(). (See revision 1.333Alan Cox2004-12-171-5/+0
* With the removal of kern/uipc_jumbo.c and sys/jumbo.h,Alan Cox2004-12-081-21/+5
* Eliminate an unnecessary atomic operation. Articulate the rationale inAlan Cox2004-11-061-4/+11
* Move a call to wakeup() from vm_object_terminate() to vnode_pager_dealloc()Alan Cox2004-11-061-2/+0
* Eliminate another unnecessary call to vm_page_busy() that immediatelyAlan Cox2004-11-051-1/+0
* The synchronization provided by vm object locking has eliminated theAlan Cox2004-11-031-3/+0
* Move the acquisition and release of the lock on the object at the head ofAlan Cox2004-08-291-4/+12
* * Add a "how" argument to uma_zone constructors and initialization functionsBrian Feldman2004-08-021-3/+4
* Fix handling of msync(2) for character special files.Doug Rabson2004-07-301-1/+3
* Correct a very old error in both vm_object_madvise() (originating inAlan Cox2004-07-281-2/+2
* Remove spl calls.Alan Cox2004-07-251-11/+0
* Make the code and comments for vm_object_coalesce() consistent.Alan Cox2004-07-251-6/+3
* - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead ofAlan Cox2004-07-221-8/+3
* Initialize result->backing_object_offset before linking result onto the list ofTor Egge2004-06-281-5/+5
* MFS: vm_map.c rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATEDag-Erling Smørgrav2004-05-251-1/+5
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-061-4/+0
* Implement a work around for the deadlock avoidance case inAlan Cox2004-03-081-0/+7
* Correct a long-standing race condition in vm_object_page_remove() thatAlan Cox2004-02-221-1/+1
* Don't acquire Giant in vm_object_deallocate() unless the object is vnode-Alan Cox2004-01-181-8/+12
* Revision 1.74 of vm_meter.c ("Avoid lock-order reversal") makes the releaseAlan Cox2004-01-021-2/+0
* - Modify vm_object_split() to expect a locked vm object on entry andAlan Cox2003-12-301-15/+10
* - Rename vm_map_clean() to vm_map_sync(). This better reflects the factAlan Cox2003-11-091-0/+69
* - Increase the scope of two vm object locks in vm_object_split().Alan Cox2003-11-021-2/+2
* - Introduce and use vm_object_reference_locked(). UnlikeAlan Cox2003-11-021-2/+24
* - Increase the scope of two vm object locks in vm_object_collapse().Alan Cox2003-11-011-12/+4
* - Modify swap_pager_copy() and its callers such that the source andAlan Cox2003-11-011-23/+6
* - Additional vm object locking in vm_object_split()Alan Cox2003-11-011-2/+11
* - Revert a part of revision 1.73: Make vm_object_set_flag() an inlineAlan Cox2003-10-311-6/+0
* - Take advantage of the swap pager locking: Eliminate the use of GiantAlan Cox2003-10-311-9/+0
* - Simplify vm_object_collapse()'s collapse case, reducing the numberAlan Cox2003-10-261-14/+9
* - Increase the object lock's scope in vm_contig_launder() so that accessAlan Cox2003-10-181-1/+1
* - Use the UMA_ZONE_VM flag on the fakepg and object zones to preventJeff Roberson2003-10-041-1/+1
* Remove GIANT_REQUIRED from vm_object_shadow().Alan Cox2003-09-171-2/+0
* Eliminate the use of Giant from vm_object_reference().Alan Cox2003-09-151-11/+11
* There is no need for an atomic increment on the vm object's generationAlan Cox2003-09-131-2/+1