summaryrefslogtreecommitdiffstats
path: root/sys/dev/md
Commit message (Expand)AuthorAgeFilesLines
* MFC r292128:kib2015-12-261-13/+27
* MFC r291716, r291724, r291741, r291742ken2015-12-161-71/+236
* MFC r258909:trasz2015-10-181-0/+39
* MFC r286720:ae2015-08-281-3/+6
* MFC r269190:kib2014-08-041-1/+3
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-071-1/+9
* Give the page allocations initiated by the swap-backed md(4) a higherkib2013-08-301-1/+1
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-221-2/+1
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-4/+4
* Fix the data corruption on the swap-backed md.kib2013-05-241-1/+7
* Do not declare that preloaded md(4) supports unmapped bio requests, itkib2013-04-021-1/+9
* Support unmapped i/o for the md(4).kib2013-03-191-40/+204
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-8/+8
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
* 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
OpenPOWER on IntegriCloud