| Commit message (Expand) | Author | Age | Files | Lines |
| * | Hold the page queues/flags lock when calling vm_page_set_validclean(). | Alan Cox | 2002-11-23 | 1 | -1/+5 |
| * | Now that pmap_remove_all() is exported by our pmap implementations | Alan Cox | 2002-11-16 | 1 | -2/+2 |
| * | When prot is VM_PROT_NONE, call pmap_page_protect() directly rather than | Alan Cox | 2002-11-10 | 1 | -2/+2 |
| * | When the number of dirty buffers rises too high, the buf_daemon runs | Kirk McKusick | 2002-10-18 | 1 | -3/+17 |
| * | Remove unused includes. | Poul-Henning Kamp | 2002-09-28 | 1 | -4/+4 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Correctly order VI_UNLOCK(), local variables and block comment. | Poul-Henning Kamp | 2002-09-28 | 1 | -4/+4 |
| * | Make biowait() check bio_error before the BIO_ERROR flag, to propery | Poul-Henning Kamp | 2002-09-26 | 1 | -2/+2 |
| * | - Lock accesses to v_numoutput. | Jeff Roberson | 2002-09-25 | 1 | -0/+16 |
| * | s/Danglish/English/ | Poul-Henning Kamp | 2002-09-15 | 1 | -4/+5 |
| * | Un-inline the non-trivial "trivial" bio* functions. | Poul-Henning Kamp | 2002-09-14 | 1 | -0/+39 |
| * | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 1 | -1/+2 |
| * | Oops, broke the build there. Uninline biodone() now that it is non-trivial. | Poul-Henning Kamp | 2002-09-13 | 1 | -0/+28 |
| * | Change hw.physmem and hw.usermem to unsigned long like they used to be | Peter Wemm | 2002-08-30 | 1 | -1/+1 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -2/+2 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 1 | -3/+5 |
| * | o Convert two instances of vm_page_sleep_busy() to vm_page_sleep_if_busy() | Alan Cox | 2002-08-03 | 1 | -7/+6 |
| * | o Acquire the page queues lock before calling vm_page_io_finish(). | Alan Cox | 2002-08-01 | 1 | -2/+4 |
| * | o Replace vm_page_sleep_busy() with vm_page_sleep_if_busy() | Alan Cox | 2002-07-30 | 1 | -7/+4 |
| * | o Use vm_page_alloc(... | VM_ALLOC_WIRED) in place of vm_page_wire(). | Alan Cox | 2002-07-19 | 1 | -4/+3 |
| * | Add support to UFS2 to provide storage for extended attributes. | Kirk McKusick | 2002-07-19 | 1 | -2/+2 |
| * | o Lock page queue accesses by vm_page_wire(). | Alan Cox | 2002-07-14 | 1 | -0/+6 |
| * | o Lock some page queue accesses, in particular, those by vm_page_unwire(). | Alan Cox | 2002-07-13 | 1 | -1/+6 |
| * | Replace the global buffer hash table with per-vnode splay trees using a | Matthew Dillon | 2002-07-10 | 1 | -7/+50 |
| * | Fixed some printf format errors (one new one reported by gcc and 3 nearby | Bruce Evans | 2002-07-08 | 1 | -2/+2 |
| * | Add two asserts that prove & document getblk and geteblk's behavior of | Jeff Roberson | 2002-07-07 | 1 | -0/+2 |
| * | Fix a mistake in my last commit. Don't grab an extra reference to the object | Jeff Roberson | 2002-07-06 | 1 | -1/+0 |
| * | Fixup uses of GETVOBJECT. | Jeff Roberson | 2002-07-06 | 1 | -15/+10 |
| * | More 64 bits platforms warning fixes. | Maxime Henrion | 2002-06-23 | 1 | -4/+4 |
| * | Fix a bug in vfs_bio_clrbuf(). The single-page-clrbuf optimization was | Matthew Dillon | 2002-06-22 | 1 | -5/+10 |
| * | This commit adds basic support for the UFS2 filesystem. The UFS2 | Kirk McKusick | 2002-06-21 | 1 | -8/+9 |
| * | Use "bwrbg" as description when we sleep for background writing, | Poul-Henning Kamp | 2002-06-06 | 1 | -1/+1 |
| * | Remove a six year old undocumented #ifdef : NO_B_MALLOC. | Poul-Henning Kamp | 2002-05-04 | 1 | -12/+0 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
| * | brelse() was improperly clearing B_DELWRI in the B_DELWRI|B_INVAL case | Matthew Dillon | 2002-04-03 | 1 | -5/+2 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -2/+2 |
| * | Fixed some printf format errors (hopefully all of the remaining daddr64_t | Bruce Evans | 2002-03-19 | 1 | -8/+10 |
| * | Convert all pmap_kenter/pmap_kremove pairs in MI code to use pmap_qenter/ | Jake Burkholder | 2002-03-17 | 1 | -2/+2 |
| * | Introduce the new 64-bit size disk block, daddr64_t. Change | Kirk McKusick | 2002-03-15 | 1 | -2/+2 |
| * | Giant pushdown for read/write/pread/pwrite syscalls. | Alfred Perlstein | 2002-03-15 | 1 | -0/+2 |
| * | * Move bswlist declaration and initialization from kern/vfs_bio.c to | Eivind Eklund | 2002-03-05 | 1 | -4/+15 |
| * | Document all functions, global and static variables, and sysctls. | Eivind Eklund | 2002-03-05 | 1 | -69/+138 |
| * | Back out all the pmap related stuff I've touched over the last few days. | Peter Wemm | 2002-02-27 | 1 | -2/+2 |
| * | Jake further reduced IPI shootdowns on sparc64 in loops by using ranged | Peter Wemm | 2002-02-27 | 1 | -2/+2 |
| * | GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED. | Poul-Henning Kamp | 2002-02-22 | 1 | -2/+0 |
| * | Replace bowrite() with BUF_WRITE in ufs. | Poul-Henning Kamp | 2002-02-22 | 1 | -16/+0 |
| * | GC P_BUFEXHAUST leftovers, we've had a new mechanism to avoid buffer | Matthew Dillon | 2002-01-31 | 1 | -1/+0 |
| * | This fixes a large number of bugs in our NFS client side code. A recent | Matthew Dillon | 2001-12-14 | 1 | -0/+12 |
| * | The nbuf calculation was assuming that PAGE_SIZE = 4096 bytes, which is | Matthew Dillon | 2001-12-08 | 1 | -6/+12 |
| * | Placemark an interrupt race in -current which is currently protected by | Matthew Dillon | 2001-11-08 | 1 | -0/+4 |