| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use an uninitialized field reserved for callers in the bio structure | tegge | 2001-10-15 | 1 | -3/+4 |
* | Change the kernel's ucred API as follows: | jhb | 2001-10-11 | 1 | -11/+6 |
* | Limit the amount of KVM reserved for the buffer cache and for swap-meta | dillon | 2001-08-20 | 1 | -2/+5 |
* | Fixups for the initial allocation by dillon: | alfred | 2001-08-02 | 1 | -7/+15 |
* | whitespace / register cleanup | dillon | 2001-07-04 | 1 | -1/+1 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -69/+31 |
* | - Protect all accesses to nsw_[rw]count{,_{,a}sync} with the pbuf mutex. | jhb | 2001-06-22 | 1 | -4/+4 |
* | - Fix the sw_alloc_interlock to actually lock itself when the lock is | jhb | 2001-05-23 | 1 | -16/+20 |
* | aquire Giant when playing with the buffercache and doing IO. | alfred | 2001-05-23 | 1 | -2/+5 |
* | aquire vm mutex in swp_pager_async_iodone. Don't call swp_pager_async_iodone | alfred | 2001-05-22 | 1 | -2/+3 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -11/+66 |
* | Actually biofinish(struct bio *, struct devstat *, int error) is more general | phk | 2001-05-06 | 1 | -3/+1 |
* | Protect pager object creation with sx locks. | alfred | 2001-04-18 | 1 | -10/+13 |
* | protect pbufs and associated counts with a mutex | alfred | 2001-04-13 | 1 | -0/+2 |
* | Introduce per-swap area accounting in the VM system, and export | rwatson | 2001-02-23 | 1 | -1/+10 |
* | - If swap metadata does not fit into the KVM, reduce the number of | tanimura | 2000-12-13 | 1 | -12/+23 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | o Export dmmax ("Maximum size of a swap block") using SYSCTL_INT. | rwatson | 2000-11-20 | 1 | -0/+3 |
* | Implement a low-memory deadlock solution. | dillon | 2000-11-18 | 1 | -1/+3 |
* | This patchset fixes a large number of file descriptor race conditions. | dillon | 2000-11-18 | 1 | -2/+4 |
* | The swap bitmap allocator was not calculating the bitmap size properly | dillon | 2000-10-13 | 1 | -1/+1 |
* | Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly | peter | 2000-05-21 | 1 | -2/+2 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Convert the vm_pager_strategy() interface to take a struct bio instead of | phk | 2000-05-03 | 1 | -77/+55 |
* | Move and staticize the bufchain functions so they become local to the | phk | 2000-05-01 | 1 | -0/+137 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -2/+2 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -5/+6 |
* | Add necessary spl protection for swapper. The problem was located by | dillon | 2000-03-27 | 1 | -3/+4 |
* | Revert spelling mistake I made in the previous commit | charnier | 2000-03-27 | 1 | -1/+1 |
* | Spelling | charnier | 2000-03-26 | 1 | -4/+4 |
* | Fix one place which knew that B_WRITE was zero. | phk | 2000-03-22 | 1 | -1/+2 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -3/+3 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -13/+12 |
* | Eliminate the undocumented, experimental, non-delivering and highly | phk | 2000-03-16 | 1 | -10/+0 |
* | Fix the swap backed vn case - this was broken by my rev 1.128 to | peter | 1999-12-28 | 1 | -13/+8 |
* | Isolate the swapdev_vp "not quite" vnode in the only source file which | phk | 1999-11-22 | 1 | -0/+7 |
* | Remove the non-functional "swap device" userland front-end to the | peter | 1999-11-18 | 1 | -7/+7 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Fix a number of spl bugs related to reserving and freeing swap space. | dillon | 1999-09-17 | 1 | -291/+232 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Use devtoname to print dev_t's instead of casting them to u_long for | bde | 1999-08-23 | 1 | -6/+7 |
* | Correct an accidental omission of one "vm_page_undirty" replacement | alc | 1999-08-17 | 1 | -2/+2 |
* | Add the (inline) function vm_page_undirty for clearing the dirty bitmask | alc | 1999-08-17 | 1 | -2/+2 |
* | Remove vm_object::last_read. It is used by the old swap pager, but | alc | 1999-07-16 | 1 | -2/+1 |
* | Kirk missed a required BUF_KERNPROC(). Even though this is a non-async | peter | 1999-06-27 | 1 | -1/+2 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -4/+5 |
* | remove b_proc from struct buf, it's (now) unused. | phk | 1999-05-06 | 1 | -5/+3 |
* | Submitted by: Matt Dillon <dillon@freebsd.org> | julian | 1999-03-14 | 1 | -17/+242 |
* | Remove conditional sysctl's | dillon | 1999-02-21 | 1 | -46/+4 |
* | Reviewed by: Alan Cox <alc@cs.rice.edu> | dillon | 1999-02-21 | 1 | -9/+15 |