| Commit message (Expand) | Author | Age | Files | Lines |
* | These changes appear to give us benefits with both small (32MB) and | Kirk McKusick | 1999-07-08 | 1 | -13/+4 |
* | The vfs.write_behind sysctl and related code support has been added to | Kirk McKusick | 1999-07-04 | 1 | -3/+40 |
* | Hopefully fix the remaining glitches with the BUF_*() changes. This should | Peter Wemm | 1999-06-29 | 1 | -3/+11 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | Kirk McKusick | 1999-06-26 | 1 | -18/+17 |
* | Reformat comment to match indentation of code around it. | Julian Elischer | 1999-06-17 | 1 | -8/+9 |
* | Changed trypbuf to a getpbuf to work around a problem where redundant writes | David Greenman | 1999-06-16 | 1 | -2/+2 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | Alan Cox | 1999-05-02 | 1 | -3/+7 |
* | Reviewed by: Many at differnt times in differnt parts, | Julian Elischer | 1999-03-12 | 1 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 1 | -2/+2 |
* | This is a rather large commit that encompasses the new swapper, | Matthew Dillon | 1999-01-21 | 1 | -4/+6 |
* | KNFize, by bde. | Eivind Eklund | 1999-01-10 | 1 | -9/+8 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | Eivind Eklund | 1999-01-08 | 1 | -18/+9 |
* | Even the most recently allocated buffer may not have its b_blkno | Kirk McKusick | 1998-12-05 | 1 | -2/+5 |
* | Because buffers may be tossed and recreated at will under the new VM | Kirk McKusick | 1998-11-17 | 1 | -4/+9 |
* | Fixed a missing include. <sys/kernel.h> is needed by the new | Bruce Evans | 1998-11-15 | 1 | -2/+2 |
* | Restored the "reallocblks" code to its former glory. What this does is | David Greenman | 1998-11-13 | 1 | -15/+4 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | Poul-Henning Kamp | 1998-10-25 | 1 | -2/+2 |
* | Cosmetic changes to the PAGE_XXX macros to make them consistent with | Doug Rabson | 1998-09-04 | 1 | -3/+3 |
* | Change various syscalls to use size_t arguments instead of u_int. | Doug Rabson | 1998-08-24 | 1 | -9/+5 |
* | Protect all modifications to v_numoutput with splbio(). | Doug Rabson | 1998-08-13 | 1 | -1/+3 |
* | Protect all modifications to paging_in_progress with splvm(). The i386 | Doug Rabson | 1998-08-06 | 1 | -2/+6 |
* | Fixed printf format errors. | Bruce Evans | 1998-07-29 | 1 | -12/+12 |
* | Fixed printf format errors. | Bruce Evans | 1998-07-11 | 1 | -5/+6 |
* | Don't depend on gcc's feature of casting lvalues. | Bruce Evans | 1998-07-07 | 1 | -4/+5 |
* | VOP_STRATEGY grows an (struct vnode *) argument | Julian Elischer | 1998-07-04 | 1 | -3/+3 |
* | Make flushing dirty pages work correctly on filesystems that | John Dyson | 1998-05-21 | 1 | -12/+8 |
* | Partially fixed write clustering for cases where cluster_wbuild() is | Bruce Evans | 1998-05-01 | 1 | -1/+4 |
* | In kern_physio.c fix tsleep priority messup. | John Dyson | 1998-03-19 | 1 | -11/+22 |
* | Remove a soft-update hook that was accidentally added to the READ path. | Julian Elischer | 1998-03-16 | 1 | -26/+53 |
* | Some VM improvements, including elimination of alot of Sig-11 | John Dyson | 1998-03-16 | 1 | -16/+25 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | Julian Elischer | 1998-03-08 | 1 | -3/+8 |
* | This mega-commit is meant to fix numerous interrelated problems. There | John Dyson | 1998-03-07 | 1 | -12/+6 |
* | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -2/+1 |
* | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+2 |
* | Change the busy page mgmt, so that when pages are freed, they | John Dyson | 1998-01-31 | 1 | -2/+13 |
* | Make the debug options new-style. | Eivind Eklund | 1998-01-31 | 1 | -1/+3 |
* | Add better support for larger I/O clusters, including larger physical | John Dyson | 1998-01-24 | 1 | -5/+11 |
* | Make our v_usecount vnode reference count work identically to the | John Dyson | 1998-01-06 | 1 | -6/+13 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | Poul-Henning Kamp | 1997-11-07 | 1 | -2/+2 |
* | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -5/+1 |
* | Fix a problem with the VN device. Specifically, the VN device can | John Dyson | 1997-06-15 | 1 | -1/+2 |
* | Don't zero b_dirtyoff and b_dirtyend on error. | Doug Rabson | 1997-04-25 | 1 | -3/+3 |
* | Don't allow partial buffers to be cluster-comitted. | Doug Rabson | 1997-04-18 | 1 | -1/+2 |
* | Use OID_AUTO instead of magic number for the old sysctl debug.rcluster. | Bruce Evans | 1997-04-01 | 1 | -16/+3 |
* | Remove unnecessary check for vp->v_mount being null. Pointed | John Dyson | 1997-03-07 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | This commit is the embodiment of some VFS read clustering improvements. | John Dyson | 1996-12-29 | 1 | -127/+181 |
* | Implement a new totally dynamic (up to MAXPHYS) buffer kva allocation | John Dyson | 1996-11-30 | 1 | -1/+9 |
* | Fix 4 problems: | John Dyson | 1996-10-06 | 1 | -4/+10 |