summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* MFS r320566: MFC r320390:araujo2017-07-031-1/+2
* MFC r309321:mav2017-05-233-14/+244
* MFC r315112, r315196araujo2017-05-171-0/+4
* MFC: r314097marius2017-05-101-72/+47
* MFC 313409: Defer startup of gjournal switcher kproc.jhb2017-05-101-11/+35
* MFC r317247: Dump md_iterations as signed, which it really is.mav2017-05-061-1/+1
* MFC r317246: Always allow setting number of iterations for the first time.mav2017-05-061-1/+3
* MFC r316032:markj2017-04-111-1/+4
* MFC r316175:markj2017-04-111-0/+4
* MFC r314908: When chunking large DIOCGDELETE, do it on stripe edge.mav2017-03-221-1/+8
* MFC r310345:ngie2017-03-161-0/+5
* MFC r313185:ae2017-02-131-3/+4
* MFC r312533: Report disk addition errors on `add` or `create` subcommand.mav2017-01-271-4/+4
* MFC r311971: Report random flash storage as non-rotating to GEOM_DISK.mav2017-01-192-6/+11
* MFC r311688:dim2017-01-111-1/+1
* MFC r308608:mav2016-11-272-27/+40
* MFC r308579: Do not report error on close even if we have no paths left.mav2016-11-261-1/+1
* MFC r306762: Fix possible geom destruction before final provider close.mav2016-10-203-29/+17
* MFC r306742:markj2016-10-191-4/+4
* MFC r306279: Use g_wither_provider() where applicable.mav2016-10-0612-23/+14
* MFC r303019:ae2016-09-302-2/+9
* MFC r305509:markj2016-09-271-2/+6
* 1.Improve handling around last compressed block of the file, which issobomax2016-06-294-21/+117
* Switch geom_disk over to using a pool mutex.ken2016-06-232-16/+9
* Do not complete pending gmirror BIOs when tearing down the provider.markj2016-06-221-2/+15
* Fix a bug that caused da(4) peripheral drivers to not fully go awayken2016-06-221-1/+8
* Fix a bug that caused da(4) instances to hang around after the underlyingken2016-06-212-1/+76
* When we are in panic, always go the asynchronous path in g_mirror_destroy(),glebius2016-06-011-1/+2
* Avoid issuing spa config updates for physical path when not necessaryasomers2016-05-271-36/+49
* Remove unneeded Giant locking around kthreads creation.kib2016-05-201-2/+0
* Removal of Giant droping wrappers for GEOM classes.kib2016-05-209-26/+0
* Remove asserts that Giant is not held on entrance into geom KPI, whichkib2016-05-203-5/+0
* Add support for managing Shingled Magnetic Recording (SMR) drives.ken2016-05-197-1/+129
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.jhb2016-05-141-1/+3
* Add missing include "opt_geom.h" to make GEOM_UZIP_DEBUG option working,sobomax2016-05-061-5/+7
* sys: Make use of our rounddown() macro when sys/param.h is available.pfg2016-04-301-6/+5
* sys/geom: spelling fixes in comments.pfg2016-04-2918-26/+26
* sys/geom: spelling fixes.pfg2016-04-283-5/+5
* geom: unsign some types to match their definitions and avoid overflows.pfg2016-04-275-10/+10
* g_part_bsd64: Delete duplicate/dead codecem2016-04-261-2/+0
* g_part_bsd64: Check for valid on-disk npartitions valuecem2016-04-261-1/+2
* sys: extend use of the howmany() macro when available.pfg2016-04-265-47/+44
* Relax TOC offsets checking somewhat, allowing offset pointing tosobomax2016-04-261-1/+6
* o Fix handling of images with compression block sizes comparable tosobomax2016-04-231-5/+9
* DRY on buffer sizes. Update to r298420.asomers2016-04-211-1/+2
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-212-10/+8
* Notify userspace listeners when geom disk attributes have changedasomers2016-04-211-0/+4
* Indentation issues.pfg2016-04-204-14/+7
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-194-7/+7
* g_gate: for pointers replace 0 with NULL.pfg2016-04-151-1/+1
OpenPOWER on IntegriCloud