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