| Commit message (Expand) | Author | Age | Files | Lines |
* | For the MD_ROOT option don't inject /dev/md0 as root dev when ROOTDEVNAME | sobomax | 2016-03-09 | 1 | -1/+2 |
* | Fix MFS builds when both MD_ROOT_SIZE and MFS_IMAGE are specified | adrian | 2016-02-02 | 1 | -10/+4 |
* | A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES(). | glebius | 2015-12-16 | 1 | -3/+6 |
* | In md(4) over vnode, correct handling of the unaligned unmapped io | kib | 2015-12-12 | 1 | -13/+27 |
* | Add asynchronous command support to the pass(4) driver, and the new | ken | 2015-12-03 | 1 | -71/+236 |
* | s/as/at/ in previous commit. | marcel | 2015-08-13 | 1 | -1/+1 |
* | Change md(4) to use weak symbols as start, end and size for the embedded | marcel | 2015-08-13 | 1 | -5/+22 |
* | Use g_conf_printf_escaped() to escape illegal symbols in file name. | ae | 2015-08-13 | 1 | -3/+6 |
* | For md(4), posix shm(3) and tmpfs(5), free swap space used by paged in | kib | 2014-07-28 | 1 | -1/+3 |
* | vm_page_grab() and vm_pager_get_pages() can drop the vm_object lock, | attilio | 2014-03-19 | 1 | -1/+1 |
* | Only assert the length of the passed bio in the mdstart_vnode() when | kib | 2013-12-10 | 1 | -2/+2 |
* | Change comment to match code. | trasz | 2013-12-04 | 1 | -4/+4 |
* | Add "null" backend to mdconfig(8). This does exactly what the name | trasz | 2013-12-04 | 1 | -0/+39 |
* | Merge GEOM direct dispatch changes from the projects/camlock branch. | mav | 2013-10-22 | 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 |