| Age | Commit message (Expand) | Author |
| 2009-05-18 | Add cpu_flush_dcache() for use after non-DMA based I/O so that a | Marcel Moolenaar |
| 2009-03-11 | Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a | John Baldwin |
| 2009-02-22 | Remove unnecessary page queues locking around vm_page_wakeup(). (This | Alan Cox |
| 2009-01-10 | Add the possibility to specify "-o force" with "mdconfig -du". | Edward Tomasz Napierala |
| 2008-12-16 | Fix forced mdconfig -du. E.g. the following would previously | Edward Tomasz Napierala |
| 2008-08-28 | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao |
| 2008-05-29 | Remove the distinction between device minor and unit numbers. | Ed Schouten |
| 2008-02-28 | Zero sc->vnode if mdsetcred() fails. | Philip Paeps |
| 2008-01-13 | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao |
| 2008-01-10 | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao |
| 2007-11-07 | Put back devstat support that was lost during GEOM transition. Initially, | Maxim Sobolev |
| 2007-10-20 | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer |
| 2007-06-05 | Commit 14/14 of sched_lock decomposition. | Jeff Roberson |
| 2007-05-31 | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov |
| 2006-12-14 | Resolve two deadlocks that could be caused by busy md device backed | Konstantin Belousov |
| 2006-11-01 | Style nits. | Pawel Jakub Dawidek |
| 2006-11-01 | Fix md(4) panic which occurs when I/O request different than | Pawel Jakub Dawidek |
| 2006-03-28 | - Conditionally acquire Giant in mdstart_vnode(), mdcreate_vnode(), and | John Baldwin |
| 2006-03-26 | Teach md(4) and mdconfig(8) how to understand XML. Right now there won't be | Wojciech A. Koszek |
| 2006-01-31 | make sure that the start and end preloaded MFS markers are | Luigi Rizzo |
| 2006-01-27 | Call NDFREE() only when vn_open() succeeded. | Pawel Jakub Dawidek |
| 2005-12-28 | o Fix typos in the comments. | Maxim Konovalov |
| 2005-10-31 | Normalize a significant number of kernel malloc type names: | Robert Watson |
| 2005-10-06 | Make sure that the worker thread knows the type early enough to | Poul-Henning Kamp |
| 2005-09-19 | Fix configuration locking in MD. | Poul-Henning Kamp |
| 2005-09-11 | Do not destroy the queue mutex until the thread is done with it. | Poul-Henning Kamp |
| 2005-08-31 | - Add md_mtx lock to protect ID number and list of devices. | Pawel Jakub Dawidek |
| 2005-08-17 | Ensure that file flags such as schg, sappnd (and others) are honored | Christian S.J. Peron |
| 2005-02-13 | Request a CPU private mapping from sf_buf_alloc(). If the swap-backed | Alan Cox |
| 2005-01-29 | Use MAXMINOR | Poul-Henning Kamp |
| 2005-01-22 | - Don't destroy UMA zone on error in mdcreate_malloc(), because we need it | Pawel Jakub Dawidek |
| 2005-01-22 | Add a couple of mtx_asserts() to try to narrow down the window on | Poul-Henning Kamp |
| 2005-01-06 | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh |
| 2005-01-05 | Add needed synchronization to the error handling code that was introduced | Alan Cox |
| 2004-12-30 | Stop explicitly touching td_base_pri outside of the scheduler and simply | John Baldwin |
| 2004-12-27 | Rewrite piece of code which I committed some time ago that allows to | Pawel Jakub Dawidek |
| 2004-11-13 | Fix the MDIOCDETACH ioctl() for md(4). Now that the md_file field in | Marcel Moolenaar |
| 2004-11-06 | Be consistent and use 'if (error != 0)' instead of 'if (error)' everywhere. | Pawel Jakub Dawidek |
| 2004-11-06 | For file backed md(4) devices output their source file via | Pawel Jakub Dawidek |
| 2004-10-23 | Don't explicitly call g_waitidle(), it happens automagically now. | Poul-Henning Kamp |
| 2004-10-12 | Account for failure in vm_pager_allocate() or vm_pager_get_pages() in | Brian Feldman |
| 2004-09-18 | Actually this order (unlock, wakeup) in this case is race-safe and can | Pawel Jakub Dawidek |
| 2004-09-16 | - Make md(4) 64-bit clean. | Pawel Jakub Dawidek |
| 2004-09-16 | There is no need to keep 'npage' value inside our softc structure, | Pawel Jakub Dawidek |
| 2004-09-16 | - Do not use bio_pblkno as it is going away anyway. | Pawel Jakub Dawidek |
| 2004-09-16 | First wakeup, then unlock. | Pawel Jakub Dawidek |
| 2004-09-16 | Type 'int' is too small for 'i' and 'lastp' variables. Use proper type, | Pawel Jakub Dawidek |
| 2004-09-14 | Deallocate VM object on failure. | Pawel Jakub Dawidek |
| 2004-09-14 | One more missing NDFREE(9). | Pawel Jakub Dawidek |
| 2004-09-14 | - Don't forget about NDFREE() in case of vn_open() failure. | Pawel Jakub Dawidek |