| Commit message (Expand) | Author | Age | Files | Lines |
* | - Conditionally acquire Giant in mdstart_vnode(), mdcreate_vnode(), and | jhb | 2006-03-28 | 1 | -29/+23 |
* | Teach md(4) and mdconfig(8) how to understand XML. Right now there won't be | wkoszek | 2006-03-26 | 1 | -0/+62 |
* | make sure that the start and end preloaded MFS markers are | luigi | 2006-01-31 | 1 | -4/+14 |
* | Call NDFREE() only when vn_open() succeeded. | pjd | 2006-01-27 | 1 | -1/+1 |
* | o Fix typos in the comments. | maxim | 2005-12-28 | 1 | -2/+2 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -2/+2 |
* | Make sure that the worker thread knows the type early enough to | phk | 2005-10-06 | 1 | -6/+5 |
* | Fix configuration locking in MD. | phk | 2005-09-19 | 1 | -116/+80 |
* | Do not destroy the queue mutex until the thread is done with it. | phk | 2005-09-11 | 1 | -1/+1 |
* | - Add md_mtx lock to protect ID number and list of devices. | pjd | 2005-08-31 | 1 | -25/+37 |
* | Ensure that file flags such as schg, sappnd (and others) are honored | csjp | 2005-08-17 | 1 | -8/+8 |
* | Request a CPU private mapping from sf_buf_alloc(). If the swap-backed | alc | 2005-02-13 | 1 | -1/+6 |
* | Use MAXMINOR | phk | 2005-01-29 | 1 | -1/+1 |
* | - Don't destroy UMA zone on error in mdcreate_malloc(), because we need it | pjd | 2005-01-22 | 1 | -4/+1 |
* | Add a couple of mtx_asserts() to try to narrow down the window on | phk | 2005-01-22 | 1 | -0/+2 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -2/+2 |
* | Add needed synchronization to the error handling code that was introduced | alc | 2005-01-05 | 1 | -0/+6 |
* | Stop explicitly touching td_base_pri outside of the scheduler and simply | jhb | 2004-12-30 | 1 | -1/+4 |
* | Rewrite piece of code which I committed some time ago that allows to | pjd | 2004-12-27 | 1 | -10/+8 |
* | Fix the MDIOCDETACH ioctl() for md(4). Now that the md_file field in | marcel | 2004-11-13 | 1 | -1/+1 |
* | Be consistent and use 'if (error != 0)' instead of 'if (error)' everywhere. | pjd | 2004-11-06 | 1 | -5/+5 |
* | For file backed md(4) devices output their source file via | pjd | 2004-11-06 | 1 | -4/+13 |
* | Don't explicitly call g_waitidle(), it happens automagically now. | phk | 2004-10-23 | 1 | -2/+0 |
* | Account for failure in vm_pager_allocate() or vm_pager_get_pages() in | green | 2004-10-12 | 1 | -1/+19 |
* | Actually this order (unlock, wakeup) in this case is race-safe and can | pjd | 2004-09-18 | 1 | -1/+1 |
* | - Make md(4) 64-bit clean. | pjd | 2004-09-16 | 1 | -161/+89 |
* | There is no need to keep 'npage' value inside our softc structure, | pjd | 2004-09-16 | 1 | -8/+8 |
* | - Do not use bio_pblkno as it is going away anyway. | pjd | 2004-09-16 | 1 | -13/+14 |
* | First wakeup, then unlock. | pjd | 2004-09-16 | 1 | -2/+1 |
* | Type 'int' is too small for 'i' and 'lastp' variables. Use proper type, | pjd | 2004-09-16 | 1 | -2/+2 |
* | Deallocate VM object on failure. | pjd | 2004-09-14 | 1 | -0/+2 |
* | One more missing NDFREE(9). | pjd | 2004-09-14 | 1 | -0/+1 |
* | - Don't forget about NDFREE() in case of vn_open() failure. | pjd | 2004-09-14 | 1 | -2/+4 |
* | Fix UMA zone leak. | pjd | 2004-09-14 | 1 | -0/+1 |
* | Use bioq_takefirst() | phk | 2004-09-07 | 1 | -3/+1 |
* | Don't g_waitidle() when initializing a preloaded md. This fixes a | cperciva | 2004-08-30 | 1 | -1/+2 |
* | When creating a new md, wait for geom's event queue to become empty | cperciva | 2004-08-22 | 1 | -0/+1 |
* | Tag all geom classes in the tree with a version number. | phk | 2004-08-08 | 1 | -0/+1 |
* | Use a ->fini() from the geom class to destroy the control device. | phk | 2004-08-08 | 1 | -40/+19 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -3/+3 |
* | Fix panic which occurs when given sector size for memory-backed device | pjd | 2004-05-18 | 1 | -2/+1 |
* | Ooops, removed this acknowledgement bogusly. | imp | 2004-04-09 | 1 | -0/+4 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -8/+0 |
* | In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, it | alc | 2004-04-03 | 1 | -1/+1 |
* | Fix a bug with preloaded image -- for some reason [that i don't | luigi | 2004-03-31 | 1 | -14/+3 |
* | - Remove some unused #includes. | alc | 2004-03-19 | 1 | -72/+58 |
* | Utilize sf_buf_alloc() and sf_buf_free() to implement the ephemeral | alc | 2004-03-18 | 1 | -9/+9 |
* | Allow swap-backed devices to run without Giant. | alc | 2004-03-14 | 1 | -3/+1 |
* | Fix a long-standing deadlock issue with vnode backed md(4) devices: | phk | 2004-03-10 | 1 | -3/+5 |