summaryrefslogtreecommitdiff
path: root/sys/vm/swap_pager.c
Commit message (Expand)AuthorAgeFilesLines
* MFC swap_pager.c,v 1.268:David Schultz2005-04-021-2/+2
* MFC:David Schultz2005-02-051-3/+0
* MFC: /*- and related license changesWarner Losh2005-01-311-1/+1
* MFC swap_pager.c:1.263,1.264:David Schultz2005-01-151-73/+49
* MFC src/sys/vm/swap_pager.c,v 1.257David Schultz2004-09-271-0/+3
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-081-3/+5
* - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead ofAlan Cox2004-07-221-1/+2
* Properly brucify a string by outdenting it.Bruce M Simpson2004-07-061-2/+2
* In swap_pager_getpages(), bp->b_dev can be NULL, particularly for theBruce M Simpson2004-06-231-6/+4
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-6/+6
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Make vm_page's PG_ZERO flag immutable between the time of the page'sAlan Cox2004-05-061-4/+0
* - Substitute bdone() and bwait() from vfs_bio.c forAlan Cox2004-02-231-23/+4
* Remove the absolute count g_access_abs() function since experience hasPoul-Henning Kamp2004-02-121-2/+2
* swp_pager_async_iodone() no longer requires Giant. Modify bufdone()Alan Cox2004-02-071-3/+0
* Check error return from g_clone_bio(). (netchild@)Poul-Henning Kamp2004-02-021-0/+11
* 1. Statically initialize swap_pager_full and swap_pager_almost_full to theAlan Cox2004-01-241-2/+6
* Simplify the various pager allocation routines by computing the desiredAlan Cox2004-01-041-4/+5
* Reduce the scope of Giant in swap_pager_alloc().Alan Cox2004-01-031-2/+2
* Remove swap_pager_un_object_list; it is unused.Alan Cox2003-12-291-24/+8
* - Modify swap_pager_copy() and its callers such that the source andAlan Cox2003-11-011-9/+12
* - Synchronize access to the swdevt's sw_flags with sw_dev_mtx.Alan Cox2003-10-311-2/+3
* - Synchronize access to the swdevt's sw_blist with sw_dev_mtx.Alan Cox2003-10-301-20/+20
* - Synchronize access to swdevhd using sw_dev_mtx.Alan Cox2003-10-301-7/+7
* - Synchronize updates to nswapdev using sw_dev_mtx.Alan Cox2003-10-291-2/+2
* - Avoid a race in swaponsomething(): Calculate the new swdevt's first andAlan Cox2003-10-291-17/+14
* - Complete the synchronization of accesses to the swblock hash table.Alan Cox2003-10-271-0/+3
* - Introduce and use a mutex synchronizing access to the swblock hash table.Alan Cox2003-10-261-4/+20
* - Add some of the required vm object locking, including assertions whereAlan Cox2003-10-251-4/+24
* - Push down Giant from vm_pageout() to vm_pageout_scan(), freeingAlan Cox2003-10-241-3/+4
* DuH!Poul-Henning Kamp2003-10-181-1/+1
* Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY().Poul-Henning Kamp2003-10-181-0/+1
* Don't open with exclusive bit, swapon(8) wants to trash our swapdev.Poul-Henning Kamp2003-09-021-2/+8
* Add a close() method to a swapdev.Poul-Henning Kamp2003-08-301-138/+254
* Protect the swapdevice tailq with a mutex.Poul-Henning Kamp2003-08-301-23/+50
* Continue the objectification of the swapdev backends:Poul-Henning Kamp2003-08-301-59/+106
* Make the strategy function a method of the individual swapdev.Poul-Henning Kamp2003-08-301-21/+30
* Consistent use modern function definitionsPoul-Henning Kamp2003-08-301-69/+23
* Eliminate unnecessary udev_t variable: we can derive it from the dev_tPoul-Henning Kamp2003-08-151-6/+4
* Make swaponvp() static to the swap_pager.Poul-Henning Kamp2003-08-151-1/+2
* Make the first two pages magic to protect the BSD labels rather thanPoul-Henning Kamp2003-08-061-2/+2
* Staticize swap_pager_putpages()Poul-Henning Kamp2003-08-061-30/+4
* Explicitly set B_PAGINGPoul-Henning Kamp2003-08-061-4/+2
* Rip out the totally bogos vnode swapdev_vp with extreeme prejudice.Poul-Henning Kamp2003-08-061-52/+11
* Use sparse struct initialization for struct pagerops.Poul-Henning Kamp2003-08-051-258/+12
* Put an uncovered page between the swap devices, that way we can be surePoul-Henning Kamp2003-08-041-32/+23
* Name swap_pager_find_dev() more correctly swp_pager_finde_dev().Poul-Henning Kamp2003-08-031-38/+21
* I accidentally hit undo before committing, fix the resulting off-by-one.Poul-Henning Kamp2003-08-031-1/+1
* Change the layout policy of the swap_pager from a hardcoded widthPoul-Henning Kamp2003-08-031-149/+125
* Remove unused stuff.Poul-Henning Kamp2003-07-311-1/+15