| Commit message (Expand) | Author | Age | Files | Lines |
* | This implements a better launder limiting solution. There was a solution | dillon | 2000-12-26 | 1 | -3/+36 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -0/+5 |
* | Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly | peter | 2000-05-21 | 1 | -3/+3 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -2/+2 |
* | Revert spelling mistake I made in the previous commit | charnier | 2000-03-27 | 1 | -1/+1 |
* | Spelling | charnier | 2000-03-26 | 1 | -2/+2 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -2/+2 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -2/+2 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | The vnode pager (used when you do file-backed mmaps) must use the | dillon | 1999-09-17 | 1 | -3/+11 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add the (inline) function vm_page_undirty for clearing the dirty bitmask | alc | 1999-08-17 | 1 | -3/+3 |
* | Fix some int/long printf problems for the Alpha | peter | 1999-07-01 | 1 | -3/+3 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -3/+3 |
* | Fix confusion of size of transfer with size of the pager. | dt | 1999-05-15 | 1 | -3/+4 |
* | remove b_proc from struct buf, it's (now) unused. | phk | 1999-05-06 | 1 | -5/+3 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 1 | -2/+3 |
* | Convert usage of vm_page_bits() to the new convention ("Inputs are required | dt | 1999-04-10 | 1 | -2/+2 |
* | Catch a case spotted by Tor where files mmapped could leave garbage in the | julian | 1999-04-05 | 1 | -11/+22 |
* | Correct a comment. | eivind | 1999-03-27 | 1 | -2/+2 |
* | Reviewed by: "John S. Dyson" <dyson@iquest.net> | alc | 1999-02-27 | 1 | -1/+20 |
* | vm_pager_put_pages() is passed an rcval array to hold per-page return | dillon | 1999-01-24 | 1 | -4/+3 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -5/+14 |
* | In vnode_pager_input_old, set auio.uio_procp = curproc | rvb | 1998-12-04 | 1 | -2/+2 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 1 | -4/+4 |
* | John Dyson approved of this solution; make vnode_pager_input_old set m->valid | rvb | 1998-09-28 | 1 | -1/+3 |
* | Instantiate `nfs_mount_type' in a standard file so that it is present | bde | 1998-09-05 | 1 | -3/+2 |
* | Cosmetic changes to the PAGE_XXX macros to make them consistent with | dfr | 1998-09-04 | 1 | -5/+5 |
* | Fix a rounding problem that causes vnode pager to fail to remove the last | luoqi | 1998-08-25 | 1 | -11/+9 |
* | Change various syscalls to use size_t arguments instead of u_int. | dfr | 1998-08-24 | 1 | -4/+4 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -3/+9 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -3/+3 |
* | VOP_STRATEGY grows an (struct vnode *) argument | julian | 1998-07-04 | 1 | -3/+3 |
* | Some VM improvements, including elimination of alot of Sig-11 | dyson | 1998-03-16 | 1 | -1/+3 |
* | Complement diagnostic messages about missing per-FS VOP page operations, | msmith | 1998-03-09 | 1 | -5/+14 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 1 | -28/+32 |
* | 1) Use a more consistent page wait methodology. | dyson | 1998-03-01 | 1 | -10/+3 |
* | In the author's words: | msmith | 1998-02-26 | 1 | -27/+51 |
* | Fix page prezeroing for SMP, and fix some potential paging-in-progress | dyson | 1998-02-25 | 1 | -9/+2 |
* | Significantly improve the efficiency of the swap pager, which appears to | dyson | 1998-02-23 | 1 | -6/+6 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | 1) Start using a cleaner and more consistant page allocator instead | dyson | 1998-02-05 | 1 | -5/+10 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Change the busy page mgmt, so that when pages are freed, they | dyson | 1998-01-31 | 1 | -2/+1 |
* | Tie up some loose ends in vnode/object management. Remove an unneeded | dyson | 1998-01-17 | 1 | -4/+10 |
* | Make our v_usecount vnode reference count work identically to the | dyson | 1998-01-06 | 1 | -21/+10 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 1 | -77/+4 |
* | Some performance improvements, and code cleanups (including changing our | dyson | 1997-12-19 | 1 | -5/+9 |
* | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | phk | 1997-12-02 | 1 | -2/+2 |