| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r292128: | kib | 2015-12-26 | 1 | -13/+27 |
* | MFC r291716, r291724, r291741, r291742 | ken | 2015-12-16 | 1 | -71/+236 |
* | MFC r258909: | trasz | 2015-10-18 | 1 | -0/+39 |
* | MFC r286720: | ae | 2015-08-28 | 1 | -3/+6 |
* | MFC r269190: | kib | 2014-08-04 | 1 | -1/+3 |
* | MFC Alexander Motin's GEOM direct dispatch work: | scottl | 2014-01-07 | 1 | -1/+9 |
* | Give the page allocations initiated by the swap-backed md(4) a higher | kib | 2013-08-30 | 1 | -1/+1 |
* | Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9). | kib | 2013-08-22 | 1 | -2/+1 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -4/+4 |
* | Fix the data corruption on the swap-backed md. | kib | 2013-05-24 | 1 | -1/+7 |
* | Do not declare that preloaded md(4) supports unmapped bio requests, it | kib | 2013-04-02 | 1 | -1/+9 |
* | Support unmapped i/o for the md(4). | kib | 2013-03-19 | 1 | -40/+204 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -8/+8 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+1 |
* | Print correct unit number when attaching preloaded memory disks. | jh | 2012-11-21 | 1 | -6/+7 |
* | Disallow attaching preloaded memory disks via ioctl. | jh | 2012-11-21 | 1 | -23/+6 |
* | Zero the newly allocated md(4) swap-backed page to prevent random | kib | 2012-11-08 | 1 | -0/+9 |
* | Add a MD_ROOT_FSTYPE kernel option. The option specifies the | marcel | 2012-11-03 | 1 | -1/+5 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -15/+3 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 1 | -2/+1 |
* | Remove verbose unused commented out debugging printf. | kib | 2012-08-04 | 1 | -6/+0 |
* | Disallow sectorsize larger than MAXPHYS and mediasize smaller than | jh | 2012-08-02 | 1 | -6/+12 |
* | Make it possible to resize md(4) devices. | trasz | 2012-07-07 | 1 | -1/+71 |
* | Document a large number of currently undocumented sysctls. While here | eadler | 2011-12-13 | 1 | -2/+4 |
* | Add information about MD_READONLY and MD_COMPRESS flags to the | ae | 2011-10-31 | 1 | -0/+5 |
* | Include sys/sbuf.h directly. | ae | 2011-07-11 | 1 | -0/+1 |
* | Move the ZERO_REGION_SIZE to a machine-dependent file, as on many | mdf | 2011-05-13 | 1 | -0/+2 |
* | Usa a globally visible region of zeros for both /dev/zero and the md | mdf | 2011-05-13 | 1 | -5/+3 |
* | Implement BIO_DELETE for vnode devices by simply overwriting the deleted | des | 2011-04-29 | 1 | -0/+42 |
* | Use the preload_fetch_addr() and preload_fetch_size() convenience | marcel | 2011-02-09 | 1 | -10/+9 |
* | Add support for BIO_DELETE on swap-backed md(4). In the case of BIO_DELETE | kib | 2011-01-27 | 1 | -6/+10 |
* | Bio shall not be accessed after g_io_deliver(9). | kib | 2011-01-25 | 1 | -1/+1 |
* | Add missed (). | kib | 2011-01-19 | 1 | -2/+2 |
* | There is no point in calling vm_object_set_writeable_dirty() on an object | alc | 2011-01-19 | 1 | -1/+0 |
* | Add reporting of GEOM::candelete BIO_GETATTR for md(4) and geom_disk(4). | kib | 2010-12-29 | 1 | -2/+3 |
* | Add sysctl vm.md_malloc_wait, non-zero value of which switches malloc-backed | kib | 2010-12-29 | 1 | -3/+8 |
* | Allow the MDIOCATTACH ioctl operation to originate from within the kernel. | marcel | 2010-10-18 | 1 | -8/+16 |
* | - Remove some extra white space. | jh | 2010-07-26 | 1 | -9/+7 |
* | Convert md(4) to use alloc_unr(9) and alloc_unr_specific(9) for unit | jh | 2010-07-22 | 1 | -12/+20 |
* | Calculate nshift only once. | kib | 2010-07-06 | 1 | -4/+6 |
* | Eliminate unnecessary page queues locking. | alc | 2010-06-15 | 1 | -3/+1 |
* | Lock the page around vm_page_activate() and vm_page_deactivate() calls | kib | 2010-05-03 | 1 | -0/+2 |
* | Fix panic on invalid 'mdconfig -at preload' usage. | trasz | 2010-02-27 | 1 | -0/+2 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 1 | -1/+1 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 1 | -4/+4 |
* | Add cpu_flush_dcache() for use after non-DMA based I/O so that a | marcel | 2009-05-18 | 1 | -3/+6 |
* | Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a | jhb | 2009-03-11 | 1 | -10/+20 |
* | Remove unnecessary page queues locking around vm_page_wakeup(). (This | alc | 2009-02-22 | 1 | -7/+1 |
* | Add the possibility to specify "-o force" with "mdconfig -du". | trasz | 2009-01-10 | 1 | -2/+4 |
* | Fix forced mdconfig -du. E.g. the following would previously | trasz | 2008-12-16 | 1 | -1/+4 |