aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a way to specify stripesize and stripeoffset to gnop(8). This makesEdward Tomasz Napierala2015-09-152-3/+41
* After the introduction of direct dispatch, the pacing code in g_down()Warner Losh2015-09-021-7/+41
* Create a RouterBoard platform and use it to create a flash mapJustin Hibbits2015-08-221-1/+10
* Clean out some externally visible "more then" grammarPedro F. Giffuni2015-08-114-4/+4
* Make some debug printf's into DPRINTF's to reduce noise on attach/detahhEnji Cooper2015-08-091-6/+6
* Enable BIO_DELETE passthru in GELI, so TRIM/UNMAP can work as expected whenPawel Jakub Dawidek2015-08-083-35/+92
* Minor style cleanup of the code surrounding r286404.Konstantin Belousov2015-08-071-5/+5
* The condition to use direct processing for the unmapped bio isKonstantin Belousov2015-08-071-2/+2
* After crypto_dispatch() bio might be already delivered and destroyed,Pawel Jakub Dawidek2015-08-062-14/+8
* Make some debug printf's into DPRINTF's to reduce noise on attach/detachEnji Cooper2015-08-061-4/+4
* Fix panic triggered by code like this:Edward Tomasz Napierala2015-08-041-0/+7
* Fix panic that would happen on forcibly unmounting devfs (note thatEdward Tomasz Napierala2015-08-031-0/+14
* Report the scheme and provider names in warning message about unalignedAndrey V. Elsukov2015-07-261-2/+4
* Add a new option to gpart(8) to fix Lenovo BIOS boot issueAllan Jude2015-07-151-0/+16
* Spoil even can happen for some time now even on providers opened exclusivelyPawel Jakub Dawidek2015-07-101-3/+3
* Properly propagate errors in metadata reading.Pawel Jakub Dawidek2015-07-021-1/+4
* Allow to omit keyfile number for the first keyfile.Pawel Jakub Dawidek2015-07-021-0/+7
* Fix off-by-one error in fstyp(8) and geom_label(4) that made them useEdward Tomasz Napierala2015-06-184-18/+19
* Teach G_PART_GPT class to handle g_resize_provider event.Andrey V. Elsukov2015-06-081-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-225-5/+5
* Read GEOM_UNCOMPRESS metadata using several requests that fit intoAndrey V. Elsukov2015-05-191-15/+25
* Add apple-boot, apple-hfs and apple-ufs aliases to MBR scheme.Andrey V. Elsukov2015-05-051-0/+3
* Move zlib.c from net to libkern.Craig Rodrigues2015-04-222-2/+2
* g_uncompress_taste: prevent a double free.Pedro F. Giffuni2015-04-201-0/+1
* Remove sleeps from geom_up thread on device destruction.Alexander Motin2015-04-092-3/+3
* Remove extra semicolon.Alexander Motin2015-03-271-1/+1
* Remove request sorting from GEOM_MIRROR and GEOM_RAID.Alexander Motin2015-03-272-7/+7