aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded Giant locking around kthreads creation.Konstantin Belousov2016-05-201-2/+0
* Removal of Giant droping wrappers for GEOM classes.Konstantin Belousov2016-05-209-26/+0
* Remove asserts that Giant is not held on entrance into geom KPI, whichKonstantin Belousov2016-05-203-5/+0
* Add support for managing Shingled Magnetic Recording (SMR) drives.Kenneth D. Merry2016-05-197-1/+129
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin2016-05-141-1/+3
* Add missing include "opt_geom.h" to make GEOM_UZIP_DEBUG option working,Maxim Sobolev2016-05-061-5/+7
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-6/+5
* sys/geom: spelling fixes in comments.Pedro F. Giffuni2016-04-2918-26/+26
* sys/geom: spelling fixes.Pedro F. Giffuni2016-04-283-5/+5
* geom: unsign some types to match their definitions and avoid overflows.Pedro F. Giffuni2016-04-275-10/+10
* g_part_bsd64: Delete duplicate/dead codeConrad Meyer2016-04-261-2/+0
* g_part_bsd64: Check for valid on-disk npartitions valueConrad Meyer2016-04-261-1/+2
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-265-47/+44
* Relax TOC offsets checking somewhat, allowing offset pointing toMaxim Sobolev2016-04-261-1/+6
* o Fix handling of images with compression block sizes comparable toMaxim Sobolev2016-04-231-5/+9
* DRY on buffer sizes. Update to r298420.Alan Somers2016-04-211-1/+2
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-212-10/+8
* Notify userspace listeners when geom disk attributes have changedAlan Somers2016-04-211-0/+4
* Indentation issues.Pedro F. Giffuni2016-04-204-14/+7
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-194-7/+7
* g_gate: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Bump bio_cmd and bio_*flags from 8 bits to 16.Warner Losh2016-04-144-6/+6
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-102-2/+2
* Create the GELIBOOT GEOM_ELI flagAllan Jude2016-04-083-1/+35
* g_sched_destroy(): prevent return of uninitialized scalar variable.Pedro F. Giffuni2016-04-031-1/+2
* Don't assume that bio_cmd is a bit mask.Warner Losh2016-03-102-6/+6
* Don't assume that bio_cmd is bit mask.Warner Losh2016-03-102-4/+14
* Fixes to make it compile under gcc-4.2.Adrian Chadd2016-02-242-4/+6
* Obsolete mkulzma(8) and geom_uncompress(4), their functionalityMaxim Sobolev2016-02-241-684/+0
* Improve mkuzip(8) and geom_uzip(4), merge in LZMA support from mkulzma(8)Maxim Sobolev2016-02-2311-143/+985
* Use the right size for zeroing.Warner Losh2016-02-171-1/+1
* Create an API to reset a struct bio (g_reset_bio). This is mandatoryWarner Losh2016-02-176-5/+13
* Teach the flashmap code about the SPI flash.Adrian Chadd2016-01-231-2/+6
* Add rotationrate to geom disk dumpconfRavi Pokala2016-01-141-0/+17
* Make additional parts of sys/geom/eli more usable in userspaceAllan Jude2016-01-076-184/+251
* Add some additional GPT partition typesAllan Jude2015-12-273-59/+87
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-275-5/+6
* Fix incorrect error message in geom mapAllan Jude2015-12-271-1/+1
* It turns out that it's OK to sleep in this context, so use M_WAITOKWarner Losh2015-12-181-2/+1
* Scheduling module to introduce a fixed delay into the I/O path.Warner Losh2015-12-181-0/+265
* Prevent g_access calls to bad multipath membersSteven Hartland2015-12-151-2/+18
* Make detection of GPT a bit more reliable.Andrey V. Elsukov2015-12-101-15/+16
* Fix a style issue in g_disk_limit().Kenneth D. Merry2015-12-041-1/+3
* Fix g_disk_vlist_limit() to work properly with deletes.Kenneth D. Merry2015-12-041-9/+14
* Add asynchronous command support to the pass(4) driver, and the newKenneth D. Merry2015-12-032-38/+152
* Fix early kernel dump via dumpdev envSteven Hartland2015-11-171-5/+22
* Fix g_eli error loss conditionsSteven Hartland2015-11-051-9/+9
* Remove compatibility shims for legacy ATA device names.Alexander Motin2015-10-112-47/+3
* Make geom_nop(4) collect statistics on all types of BIOs, not justEdward Tomasz Napierala2015-10-102-0/+42
* geom_dev: Use kenv 'dumpdev' in the same way as rc/etc.d/dumponConrad Meyer2015-09-231-1/+8