summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Add a topology trace to the g_spoil_event.ae2014-05-191-0/+2
* We have two functions from where a geom orphan method could be called:ae2014-05-191-0/+8
* Make GEOM DISK to account also BIO_FLUSH operations.mav2014-05-171-2/+5
* It is safe to allow shrinking, when aligned size is bigger than current.ae2014-05-073-4/+4
* Make r242379 - the fix for UFS labels disappearing after resizingtrasz2014-05-051-2/+4
* Add an advice what to do when partition was automatically resized.ae2014-05-041-2/+4
* Add better error description for case when we are doing resize andae2014-05-041-1/+3
* Prevent an unexpected shrinking on resizing due to alignment for MBR,ae2014-05-043-3/+18
* For schemes that do an automatic partition aligning move this code toae2014-05-044-80/+93
* Fix a leak in g_uzip_taste(). After retrieve all the block offsets fromloos2014-05-011-0/+1
* Actually the FEATURE() macro is defined on sys/sysctl.h.loos2014-05-011-0/+1
* Some style and whitespace fixes. Reduce the difference between geom_uzip(4)loos2014-05-012-49/+42
* Remove redundant includebdrewery2014-04-291-1/+0
* Reduce number of opens by REOM RAID during provider taste.mav2014-04-287-20/+25
* Keep geom_uncompress(4) in line with geom_uzip(4), bring in the r264504 fix.loos2014-04-221-5/+23
* Make sure not to do I/O for more than MAXPHYS bytes. Doing so can causemarcel2014-04-151-5/+22
* Make g_access() KASSERT() more useful.bdrewery2014-04-151-2/+3
* Align and round the partitionable disk space to 4K by default.marcel2014-04-121-6/+29
* Fix spelling error in g_trace() call.bdrewery2014-04-101-1/+1
* Fix wrong sizes used to access PD_Type and PD_State DDF metadata fields.mav2014-04-101-17/+39
* Do not increment bio_data in case of BIO_DELETE.mav2014-04-101-3/+10
* An all-or-nothing approach to labels isn't flexible enough. Embeddedmarcel2014-04-061-2/+6
* Make sure we don't free memory that's already been freed by settingmarcel2014-04-061-1/+4
* Show error code when failing to destroy a mirror on delaybdrewery2014-04-051-1/+2
* In g_eli_crypto_hmac_init(), zero out after using the ipad buffer,delphij2014-02-081-0/+1
* Fix the build with DEBUG enabled. Where possible, fix style(9) issues.loos2014-02-072-51/+58
* Fix a logic error. Because of this inflateReset() wasn't being called andloos2014-02-031-1/+1
* Remove some unnecessary code. The offsets read from the first block areloos2014-02-031-10/+4
* Always free sbuf in gctl_free().ae2014-01-231-1/+1
* Remove another unneeded NULL check from geom_alloc_copyin().ae2014-01-231-15/+15
* In gctl_copyin() remove unused error variable.ae2014-01-231-8/+9
* Fix typo in r261084.ae2014-01-231-6/+7
* malloc() with M_WAITOK doesn't return NULL.ae2014-01-231-4/+1
* Removed unneeded and dangerous assignment. It would probably cause NULLmav2014-01-191-1/+0
* Build the geom_uncompress(4) module by default.loos2014-01-101-1/+1
* Add an ability to stop gmirror and clear its metadata in one command.ae2013-12-273-4/+13
* Add GPT UUID for VMware vSAN meta-data partition.marck2013-12-263-0/+4
* Prevent users from deactivating the last component of a mirror.ae2013-12-191-1/+12
* Clear some more places with potentially sensitive data.pjd2013-12-151-0/+2
* Clear content of keyfiles loaded by the loader after processing them.pjd2013-12-151-0/+1
* Fix bug introduced at r256607. We have to recalculate bp_resid here sincemav2013-12-121-1/+1
* Partially revert r259080. bde@ pointed out that there are a lot more style bugsjhibbits2013-12-082-2/+2
* Fix some integer signs. These unsigned integers should all be signed.jhibbits2013-12-072-2/+2
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-3/+3
* Escape special XML chars, returned by some devices, confusing XML parsers.mav2013-11-273-22/+42
* Have the GPT probe return a lower priority when the MBR is not a PMBRmarcel2013-11-211-5/+15
* Add "resize" verb to gmirror(8) and such functionality to geom_mirror(4).ae2013-11-192-5/+106
* In addition to r258220 allow shrinking in "automatic" mode if there ismav2013-11-171-35/+47
* Implement automatic live resize support for GEOM MULTIPATH class.mav2013-11-162-13/+93
* Add missing line breaks.ae2013-11-111-2/+2
OpenPOWER on IntegriCloud