| Commit message (Expand) | Author | Age | Files | Lines |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -1/+1 |
* | Remove the distinction between device minor and unit numbers. | ed | 2008-05-29 | 1 | -1/+2 |
* | Zero sc->vnode if mdsetcred() fails. | philip | 2008-02-28 | 1 | -0/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -8/+8 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -6/+6 |
* | Put back devstat support that was lost during GEOM transition. Initially, | sobomax | 2007-11-07 | 1 | -0/+12 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -2/+2 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -2/+2 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -1/+1 |
* | Resolve two deadlocks that could be caused by busy md device backed | kib | 2006-12-14 | 1 | -0/+9 |
* | Style nits. | pjd | 2006-11-01 | 1 | -2/+2 |
* | Fix md(4) panic which occurs when I/O request different than | pjd | 2006-11-01 | 1 | -10/+53 |
* | - 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 |