aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/md
Commit message (Expand)AuthorAgeFilesLines
* Merge the second part of the unmapped I/O changes. This enables theScott Long2013-06-181-40/+212
* MFC r250966:Konstantin Belousov2013-05-311-1/+7
* MFC r243373:Jaakko Heinonen2013-01-181-6/+7
* MFC r243372:Jaakko Heinonen2013-01-041-23/+6
* MFC r242744:Konstantin Belousov2012-11-221-0/+9
* MFC r238991:Jaakko Heinonen2012-11-071-5/+9
* MFC r239065:Konstantin Belousov2012-09-081-2/+1
* MFC r239038:Konstantin Belousov2012-08-221-6/+0
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manyMatthew D Fleming2011-05-131-0/+2
* Usa a globally visible region of zeros for both /dev/zero and the mdMatthew D Fleming2011-05-131-5/+3
* Implement BIO_DELETE for vnode devices by simply overwriting the deletedDag-Erling Smørgrav2011-04-291-0/+42
* Use the preload_fetch_addr() and preload_fetch_size() convenienceMarcel Moolenaar2011-02-091-10/+9
* Add support for BIO_DELETE on swap-backed md(4). In the case of BIO_DELETEKonstantin Belousov2011-01-271-6/+10
* Bio shall not be accessed after g_io_deliver(9).Konstantin Belousov2011-01-251-1/+1
* Add missed ().Konstantin Belousov2011-01-191-2/+2
* There is no point in calling vm_object_set_writeable_dirty() on an objectAlan Cox2011-01-191-1/+0
* Add reporting of GEOM::candelete BIO_GETATTR for md(4) and geom_disk(4).Konstantin Belousov2010-12-291-2/+3
* Add sysctl vm.md_malloc_wait, non-zero value of which switches malloc-backedKonstantin Belousov2010-12-291-3/+8
* Allow the MDIOCATTACH ioctl operation to originate from within the kernel.Marcel Moolenaar2010-10-181-8/+16
* - Remove some extra white space.Jaakko Heinonen2010-07-261-9/+7
* Convert md(4) to use alloc_unr(9) and alloc_unr_specific(9) for unitJaakko Heinonen2010-07-221-12/+20
* Calculate nshift only once.Konstantin Belousov2010-07-061-4/+6
* Eliminate unnecessary page queues locking.Alan Cox2010-06-151-3/+1
* Lock the page around vm_page_activate() and vm_page_deactivate() callsKonstantin Belousov2010-05-031-0/+2
* Fix panic on invalid 'mdconfig -at preload' usage.Edward Tomasz Napierala2010-02-271-0/+2
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-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