| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC swap_pager.c,v 1.268: | David Schultz | 2005-04-02 | 1 | -2/+2 |
| * | MFC: | David Schultz | 2005-02-05 | 1 | -3/+0 |
| * | MFC: /*- and related license changes | Warner Losh | 2005-01-31 | 1 | -1/+1 |
| * | MFC swap_pager.c:1.263,1.264: | David Schultz | 2005-01-15 | 1 | -73/+49 |
| * | MFC src/sys/vm/swap_pager.c,v 1.257 | David Schultz | 2004-09-27 | 1 | -0/+3 |
| * | Tag all geom classes in the tree with a version number. | Poul-Henning Kamp | 2004-08-08 | 1 | -3/+5 |
| * | - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead of | Alan Cox | 2004-07-22 | 1 | -1/+2 |
| * | Properly brucify a string by outdenting it. | Bruce M Simpson | 2004-07-06 | 1 | -2/+2 |
| * | In swap_pager_getpages(), bp->b_dev can be NULL, particularly for the | Bruce M Simpson | 2004-06-23 | 1 | -6/+4 |
| * | Second half of the dev_t cleanup. | Poul-Henning Kamp | 2004-06-17 | 1 | -6/+6 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -1/+1 |
| * | Make vm_page's PG_ZERO flag immutable between the time of the page's | Alan Cox | 2004-05-06 | 1 | -4/+0 |
| * | - Substitute bdone() and bwait() from vfs_bio.c for | Alan Cox | 2004-02-23 | 1 | -23/+4 |
| * | Remove the absolute count g_access_abs() function since experience has | Poul-Henning Kamp | 2004-02-12 | 1 | -2/+2 |
| * | swp_pager_async_iodone() no longer requires Giant. Modify bufdone() | Alan Cox | 2004-02-07 | 1 | -3/+0 |
| * | Check error return from g_clone_bio(). (netchild@) | Poul-Henning Kamp | 2004-02-02 | 1 | -0/+11 |
| * | 1. Statically initialize swap_pager_full and swap_pager_almost_full to the | Alan Cox | 2004-01-24 | 1 | -2/+6 |
| * | Simplify the various pager allocation routines by computing the desired | Alan Cox | 2004-01-04 | 1 | -4/+5 |
| * | Reduce the scope of Giant in swap_pager_alloc(). | Alan Cox | 2004-01-03 | 1 | -2/+2 |
| * | Remove swap_pager_un_object_list; it is unused. | Alan Cox | 2003-12-29 | 1 | -24/+8 |
| * | - Modify swap_pager_copy() and its callers such that the source and | Alan Cox | 2003-11-01 | 1 | -9/+12 |
| * | - Synchronize access to the swdevt's sw_flags with sw_dev_mtx. | Alan Cox | 2003-10-31 | 1 | -2/+3 |
| * | - Synchronize access to the swdevt's sw_blist with sw_dev_mtx. | Alan Cox | 2003-10-30 | 1 | -20/+20 |
| * | - Synchronize access to swdevhd using sw_dev_mtx. | Alan Cox | 2003-10-30 | 1 | -7/+7 |
| * | - Synchronize updates to nswapdev using sw_dev_mtx. | Alan Cox | 2003-10-29 | 1 | -2/+2 |
| * | - Avoid a race in swaponsomething(): Calculate the new swdevt's first and | Alan Cox | 2003-10-29 | 1 | -17/+14 |
| * | - Complete the synchronization of accesses to the swblock hash table. | Alan Cox | 2003-10-27 | 1 | -0/+3 |
| * | - Introduce and use a mutex synchronizing access to the swblock hash table. | Alan Cox | 2003-10-26 | 1 | -4/+20 |
| * | - Add some of the required vm object locking, including assertions where | Alan Cox | 2003-10-25 | 1 | -4/+24 |
| * | - Push down Giant from vm_pageout() to vm_pageout_scan(), freeing | Alan Cox | 2003-10-24 | 1 | -3/+4 |
| * | DuH! | Poul-Henning Kamp | 2003-10-18 | 1 | -1/+1 |
| * | Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY(). | Poul-Henning Kamp | 2003-10-18 | 1 | -0/+1 |
| * | Don't open with exclusive bit, swapon(8) wants to trash our swapdev. | Poul-Henning Kamp | 2003-09-02 | 1 | -2/+8 |
| * | Add a close() method to a swapdev. | Poul-Henning Kamp | 2003-08-30 | 1 | -138/+254 |
| * | Protect the swapdevice tailq with a mutex. | Poul-Henning Kamp | 2003-08-30 | 1 | -23/+50 |
| * | Continue the objectification of the swapdev backends: | Poul-Henning Kamp | 2003-08-30 | 1 | -59/+106 |
| * | Make the strategy function a method of the individual swapdev. | Poul-Henning Kamp | 2003-08-30 | 1 | -21/+30 |
| * | Consistent use modern function definitions | Poul-Henning Kamp | 2003-08-30 | 1 | -69/+23 |
| * | Eliminate unnecessary udev_t variable: we can derive it from the dev_t | Poul-Henning Kamp | 2003-08-15 | 1 | -6/+4 |
| * | Make swaponvp() static to the swap_pager. | Poul-Henning Kamp | 2003-08-15 | 1 | -1/+2 |
| * | Make the first two pages magic to protect the BSD labels rather than | Poul-Henning Kamp | 2003-08-06 | 1 | -2/+2 |
| * | Staticize swap_pager_putpages() | Poul-Henning Kamp | 2003-08-06 | 1 | -30/+4 |
| * | Explicitly set B_PAGING | Poul-Henning Kamp | 2003-08-06 | 1 | -4/+2 |
| * | Rip out the totally bogos vnode swapdev_vp with extreeme prejudice. | Poul-Henning Kamp | 2003-08-06 | 1 | -52/+11 |
| * | Use sparse struct initialization for struct pagerops. | Poul-Henning Kamp | 2003-08-05 | 1 | -258/+12 |
| * | Put an uncovered page between the swap devices, that way we can be sure | Poul-Henning Kamp | 2003-08-04 | 1 | -32/+23 |
| * | Name swap_pager_find_dev() more correctly swp_pager_finde_dev(). | Poul-Henning Kamp | 2003-08-03 | 1 | -38/+21 |
| * | I accidentally hit undo before committing, fix the resulting off-by-one. | Poul-Henning Kamp | 2003-08-03 | 1 | -1/+1 |
| * | Change the layout policy of the swap_pager from a hardcoded width | Poul-Henning Kamp | 2003-08-03 | 1 | -149/+125 |
| * | Remove unused stuff. | Poul-Henning Kamp | 2003-07-31 | 1 | -1/+15 |