summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-225-5/+5
* Read GEOM_UNCOMPRESS metadata using several requests that fit intoae2015-05-191-15/+25
* Add apple-boot, apple-hfs and apple-ufs aliases to MBR scheme.ae2015-05-051-0/+3
* Move zlib.c from net to libkern.rodrigc2015-04-222-2/+2
* g_uncompress_taste: prevent a double free.pfg2015-04-201-0/+1
* Remove sleeps from geom_up thread on device destruction.mav2015-04-092-3/+3
* Remove extra semicolon.mav2015-03-271-1/+1
* Remove request sorting from GEOM_MIRROR and GEOM_RAID.mav2015-03-272-7/+7
* Fix bug on memory allocation error in split method.mav2015-03-271-3/+2
* Make GEOM_PART work in presence of previous withered self.mav2015-03-261-5/+2
* Report withered providers as such alike to GEOMs.mav2015-03-261-1/+3
* When searching for provider by name, prefer non-withered one.mav2015-03-261-3/+9
* Fix the label search routine in geom_map to not trip up on '\0' bytes.adrian2015-03-191-1/+9
* Add GUID and alias for Apple Core Storage partition.ae2015-03-123-0/+5
* Fix couple BIO_DELETE bugs in geom_mirror.mav2015-03-121-2/+24
* Replace constant with proper sizeof().mav2015-02-255-10/+10
* Add devd(8) notifications for creation and destruction of GEOM devices.trasz2015-01-141-1/+9
* Remove old ioctl use and support, once and for all.imp2015-01-062-125/+2
* Remove support for FreeBSD 7 and really old FreeBSD 8. The classifiersimp2014-12-205-435/+12
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedjmg2014-12-123-3/+3
* Avoid unneeded malloc/memcpy/free if there is no metadata on disk.mav2014-12-052-10/+12
* Decode some binary fields of Intel metadata.mav2014-12-041-8/+115
* Actually, that was a bad idea. Go back to MAXPARTITIONS.imp2014-11-201-1/+1
* The number of BSD partitions is variable. Return the proper numberimp2014-11-191-1/+1
* Implement the historic DIOCGDINFO ioctl for gpart on BSDimp2014-11-183-1/+75
* Add missing privilege check when setting the dump device. Before that change itpjd2014-11-111-7/+7
* Constify the AES code and propagate to consumers. This allows us todes2014-11-101-3/+3
* Translate the errno to gctl_error() texts.phk2014-11-091-0/+17
* Add to CTL support for logical block provisioning threshold notifications.mav2014-11-061-0/+10
* Revert somewhat hackish geom_disk optimization, committed as part of r256880,mav2014-10-251-41/+16
* Populate the GELI passphrase cache with the kern.geom.eli.passphrasecperciva2014-10-221-0/+19
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-5/+5
* Add provider's sectorsize and stripesize to confdot output.ae2014-10-171-2/+3
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-163-5/+5
* Add an ability to set dumpdev via loader(8) tunable.ae2014-10-081-14/+62
* Fix a bug in r272297 which prevented dumpdev from setting.hrs2014-10-031-1/+1
* Be prepared that set_dumper() might fail even when resetting it or prefixpjd2014-09-301-3/+2
* Style fixes.pjd2014-09-301-10/+8
* Cache GELI passphrases entered at the console during the boot process,cperciva2014-09-161-7/+38
* Add device name used in geom_map verbose output. This helps when usingsbruno2014-09-111-4/+4
* use a straight buffer instead of an iov w/ 1 segment... The aesnijmg2014-09-043-56/+10
* Deal explicitly with possible failures of make_dev_alias_p() in GEOM.scottl2014-08-181-3/+5
* Turn off kern.geom.part.mbr.enforce_chs by default.ae2014-08-121-2/+2
* Add sysctl and loader tunable kern.geom.part.mbr.enforce_chs that is setae2014-08-121-0/+10
* cswitch is unsigned, so don't compare it < 0. Any negative numbersimp2014-08-071-1/+1
* Unsigned values can never be less than 0.imp2014-08-071-1/+1
* In r264504, we prevented doing I/O for more than MAXPHYS by makingmarcel2014-07-221-158/+177
* After EFI support was added to the installer, it needed to allow bootnwhitehorn2014-07-045-6/+5
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-2822-141/+60
* Revert r267961, r267973:gjb2014-06-2722-60/+141
OpenPOWER on IntegriCloud