summaryrefslogtreecommitdiffstats
path: root/sys/dev/md
Commit message (Expand)AuthorAgeFilesLines
* Print correct unit number when attaching preloaded memory disks.jh2012-11-211-6/+7
* Disallow attaching preloaded memory disks via ioctl.jh2012-11-211-23/+6
* Zero the newly allocated md(4) swap-backed page to prevent randomkib2012-11-081-0/+9
* Add a MD_ROOT_FSTYPE kernel option. The option specifies themarcel2012-11-031-1/+5
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-15/+3
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-2/+1
* Remove verbose unused commented out debugging printf.kib2012-08-041-6/+0
* Disallow sectorsize larger than MAXPHYS and mediasize smaller thanjh2012-08-021-6/+12
* Make it possible to resize md(4) devices.trasz2012-07-071-1/+71
* Document a large number of currently undocumented sysctls. While hereeadler2011-12-131-2/+4
* Add information about MD_READONLY and MD_COMPRESS flags to theae2011-10-311-0/+5
* Include sys/sbuf.h directly.ae2011-07-111-0/+1
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+2
* Usa a globally visible region of zeros for both /dev/zero and the mdmdf2011-05-131-5/+3
* Implement BIO_DELETE for vnode devices by simply overwriting the deleteddes2011-04-291-0/+42
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-091-10/+9
* Add support for BIO_DELETE on swap-backed md(4). In the case of BIO_DELETEkib2011-01-271-6/+10
* Bio shall not be accessed after g_io_deliver(9).kib2011-01-251-1/+1
* Add missed ().kib2011-01-191-2/+2
* There is no point in calling vm_object_set_writeable_dirty() on an objectalc2011-01-191-1/+0
* Add reporting of GEOM::candelete BIO_GETATTR for md(4) and geom_disk(4).kib2010-12-291-2/+3
* Add sysctl vm.md_malloc_wait, non-zero value of which switches malloc-backedkib2010-12-291-3/+8
* Allow the MDIOCATTACH ioctl operation to originate from within the kernel.marcel2010-10-181-8/+16
* - Remove some extra white space.jh2010-07-261-9/+7
* Convert md(4) to use alloc_unr(9) and alloc_unr_specific(9) for unitjh2010-07-221-12/+20
* Calculate nshift only once.kib2010-07-061-4/+6
* Eliminate unnecessary page queues locking.alc2010-06-151-3/+1
* Lock the page around vm_page_activate() and vm_page_deactivate() callskib2010-05-031-0/+2
* Fix panic on invalid 'mdconfig -at preload' usage.trasz2010-02-271-0/+2
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-4/+4
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-181-3/+6
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that ajhb2009-03-111-10/+20
* Remove unnecessary page queues locking around vm_page_wakeup(). (Thisalc2009-02-221-7/+1
* Add the possibility to specify "-o force" with "mdconfig -du".trasz2009-01-101-2/+4
* Fix forced mdconfig -du. E.g. the following would previouslytrasz2008-12-161-1/+4
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* Remove the distinction between device minor and unit numbers.ed2008-05-291-1/+2
* Zero sc->vnode if mdsetcred() fails.philip2008-02-281-0/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-8/+8
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-6/+6
* Put back devstat support that was lost during GEOM transition. Initially,sobomax2007-11-071-0/+12
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-2/+2
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* Resolve two deadlocks that could be caused by busy md device backedkib2006-12-141-0/+9
* Style nits.pjd2006-11-011-2/+2
* Fix md(4) panic which occurs when I/O request different thanpjd2006-11-011-10/+53
* - Conditionally acquire Giant in mdstart_vnode(), mdcreate_vnode(), andjhb2006-03-281-29/+23
* Teach md(4) and mdconfig(8) how to understand XML. Right now there won't bewkoszek2006-03-261-0/+62
OpenPOWER on IntegriCloud