aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/md
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.3 to release/8.3.0 as part of the 8.3-RELEASE build process.release/8.3.0_cvsKen Smith2012-04-091-1/+1
* MFC r210496:Jaakko Heinonen2011-03-181-9/+7
* MFC r210371:Jaakko Heinonen2011-03-181-12/+20
* MFC r217946:Konstantin Belousov2011-02-081-6/+10
* MFC r217823:Konstantin Belousov2011-02-011-1/+1
* MFC r217583:Konstantin Belousov2011-01-221-2/+2
* MFC r216794:Konstantin Belousov2011-01-051-2/+3
* MFC r216793:Konstantin Belousov2011-01-051-3/+8
* MFC r209743:Konstantin Belousov2010-07-131-4/+6
* MFC r204408:Edward Tomasz Napierala2010-03-271-0/+2
* MFC r201145 to stable/8:Antoine Brodin2010-01-301-1/+1
* Implement global and per-uid accounting of the anonymous memory. AddKonstantin Belousov2009-06-231-4/+4
* Add cpu_flush_dcache() for use after non-DMA based I/O so that aMarcel Moolenaar2009-05-181-3/+6
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that aJohn Baldwin2009-03-111-10/+20
* Remove unnecessary page queues locking around vm_page_wakeup(). (ThisAlan Cox2009-02-221-7/+1
* Add the possibility to specify "-o force" with "mdconfig -du".Edward Tomasz Napierala2009-01-101-2/+4
* Fix forced mdconfig -du. E.g. the following would previouslyEdward Tomasz Napierala2008-12-161-1/+4
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-1/+1
* Remove the distinction between device minor and unit numbers.Ed Schouten2008-05-291-1/+2
* Zero sc->vnode if mdsetcred() fails.Philip Paeps2008-02-281-0/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-8/+8
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-6/+6
* Put back devstat support that was lost during GEOM transition. Initially,Maxim Sobolev2007-11-071-0/+12
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-2/+2
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-311-1/+1
* Resolve two deadlocks that could be caused by busy md device backedKonstantin Belousov2006-12-141-0/+9
* Style nits.Pawel Jakub Dawidek2006-11-011-2/+2
* Fix md(4) panic which occurs when I/O request different thanPawel Jakub Dawidek2006-11-011-10/+53
* - Conditionally acquire Giant in mdstart_vnode(), mdcreate_vnode(), andJohn Baldwin2006-03-281-29/+23
* Teach md(4) and mdconfig(8) how to understand XML. Right now there won't beWojciech A. Koszek2006-03-261-0/+62
* make sure that the start and end preloaded MFS markers areLuigi Rizzo2006-01-311-4/+14
* Call NDFREE() only when vn_open() succeeded.Pawel Jakub Dawidek2006-01-271-1/+1
* o Fix typos in the comments.Maxim Konovalov2005-12-281-2/+2
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-2/+2
* Make sure that the worker thread knows the type early enough toPoul-Henning Kamp2005-10-061-6/+5
* Fix configuration locking in MD.Poul-Henning Kamp2005-09-191-116/+80
* Do not destroy the queue mutex until the thread is done with it.Poul-Henning Kamp2005-09-111-1/+1
* - Add md_mtx lock to protect ID number and list of devices.Pawel Jakub Dawidek2005-08-311-25/+37
* Ensure that file flags such as schg, sappnd (and others) are honoredChristian S.J. Peron2005-08-171-8/+8
* Request a CPU private mapping from sf_buf_alloc(). If the swap-backedAlan Cox2005-02-131-1/+6
* Use MAXMINORPoul-Henning Kamp2005-01-291-1/+1
* - Don't destroy UMA zone on error in mdcreate_malloc(), because we need itPawel Jakub Dawidek2005-01-221-4/+1
* Add a couple of mtx_asserts() to try to narrow down the window onPoul-Henning Kamp2005-01-221-0/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+2
* Add needed synchronization to the error handling code that was introducedAlan Cox2005-01-051-0/+6
* Stop explicitly touching td_base_pri outside of the scheduler and simplyJohn Baldwin2004-12-301-1/+4
* Rewrite piece of code which I committed some time ago that allows toPawel Jakub Dawidek2004-12-271-10/+8
* Fix the MDIOCDETACH ioctl() for md(4). Now that the md_file field inMarcel Moolenaar2004-11-131-1/+1
* Be consistent and use 'if (error != 0)' instead of 'if (error)' everywhere.Pawel Jakub Dawidek2004-11-061-5/+5