aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix bug on memory allocation error in split method.Alexander Motin2015-03-271-3/+2
* Make GEOM_PART work in presence of previous withered self.Alexander Motin2015-03-261-5/+2
* Report withered providers as such alike to GEOMs.Alexander Motin2015-03-261-1/+3
* When searching for provider by name, prefer non-withered one.Alexander Motin2015-03-261-3/+9
* Fix the label search routine in geom_map to not trip up on '\0' bytes.Adrian Chadd2015-03-191-1/+9
* Add GUID and alias for Apple Core Storage partition.Andrey V. Elsukov2015-03-123-0/+5
* Fix couple BIO_DELETE bugs in geom_mirror.Alexander Motin2015-03-121-2/+24
* Replace constant with proper sizeof().Alexander Motin2015-02-255-10/+10
* Add devd(8) notifications for creation and destruction of GEOM devices.Edward Tomasz Napierala2015-01-141-1/+9
* Remove old ioctl use and support, once and for all.Warner Losh2015-01-062-125/+2
* Remove support for FreeBSD 7 and really old FreeBSD 8. The classifiersWarner Losh2014-12-205-435/+12
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedJohn-Mark Gurney2014-12-123-3/+3
* Avoid unneeded malloc/memcpy/free if there is no metadata on disk.Alexander Motin2014-12-052-10/+12
* Decode some binary fields of Intel metadata.Alexander Motin2014-12-041-8/+115
* Actually, that was a bad idea. Go back to MAXPARTITIONS.Warner Losh2014-11-201-1/+1
* The number of BSD partitions is variable. Return the proper numberWarner Losh2014-11-191-1/+1
* Implement the historic DIOCGDINFO ioctl for gpart on BSDWarner Losh2014-11-183-1/+75
* Add missing privilege check when setting the dump device. Before that change itPawel Jakub Dawidek2014-11-111-7/+7
* Constify the AES code and propagate to consumers. This allows us toDag-Erling Smørgrav2014-11-101-3/+3
* Translate the errno to gctl_error() texts.Poul-Henning Kamp2014-11-091-0/+17
* Add to CTL support for logical block provisioning threshold notifications.Alexander Motin2014-11-061-0/+10
* Revert somewhat hackish geom_disk optimization, committed as part of r256880,Alexander Motin2014-10-251-41/+16
* Populate the GELI passphrase cache with the kern.geom.eli.passphraseColin Percival2014-10-221-0/+19