aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Check that scheme is not already registered. This may happens when aAndrey V. Elsukov2012-03-231-7/+16
* Add CTLFLAG_TUN to sysctls.Andrey V. Elsukov2012-03-191-4/+4
* Add new GEOM_PART_LDM module that implements the Logical Disk ManagerAndrey V. Elsukov2012-03-191-0/+1504
* Make kern.geom.part node not static. Also add CTLFLAG_TUN to theAndrey V. Elsukov2012-03-191-3/+4
* Add MODULE_DEPEND() to geom_part modules.Andrey V. Elsukov2012-03-152-1/+3
* Remove unactionable message about label geometryEd Maste2012-03-081-7/+0
* If nested scheme allows dump kernel to its partition, we may allowAndrey V. Elsukov2012-02-201-2/+5
* Add alias for the partition type 0x0f. Now "ebr" name is used for bothAndrey V. Elsukov2012-02-201-0/+1
* Add additional check to EBR probe and create methods:Andrey V. Elsukov2012-02-151-8/+19
* Add PART::type attribute handler. It returns partition type as string.Andrey V. Elsukov2012-02-151-0/+4
* Add alias for the partition with type 0x42 to the MBR scheme.Andrey V. Elsukov2012-02-101-0/+1
* Let's be more realistic and limit maximum number of partition to 4k.Andrey V. Elsukov2012-02-101-1/+1
* Current implementations of sync(2) and syncer vnode fsync() VOP usesKonstantin Belousov2012-02-061-10/+3
* Correct typo in comment (numbver)Ed Maste2012-02-041-1/+1
* The scheme code may not know about some inconsistency in the metadata.Andrey V. Elsukov2012-02-011-0/+3
* Avoid to check the same cache line/variable from all the lockingAttilio Rao2012-01-284-0/+4
* Experimental support for booting CHRP-type PowerPC systems from hard disks.Nathan Whitehorn2012-01-251-0/+1
* Allow an MBR primary or extended Linux swap partition to be specifiedDon Lewis2012-01-132-4/+6
* Add support for >2TB disks in GEOM RAID for Intel metadata format.Jim Harris2012-01-091-49/+122
* GEOM_UNCOMPRESS module, can be used with uzip images and with new ulzma images.Aleksandr Rybalko2012-01-041-0/+670
* replace uses of libkern gets with cngetsAndriy Gapon2011-12-171-1/+2
* Close race between geom destruction on g_vfs_close() when softc destroyedAlexander Motin2011-12-021-1/+3
* Add an ability to increase number of allocated APM entries when weAndrey V. Elsukov2011-11-281-30/+47
* The size of APM could be bigger than number of already allocated entries.Andrey V. Elsukov2011-11-281-1/+1
* Temporary revert r227009 to fix freeze on UP systems without PREEMPTION.Alexander Motin2011-11-141-27/+12
* Major GEOM MULTIPATH class rewrite:Alexander Motin2011-11-122-119/+615
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-0719-22/+35
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Add mutex and two flags to make orphan() call properly asynchronous:Alexander Motin2011-11-021-22/+65
* Make orphan() method in geom_dev asynchronous using destroy_dev_sched_cb()Alexander Motin2011-11-011-12/+27
* Refactor disk disconnection and geom destruction handling sequences.Alexander Motin2011-11-012-50/+44
* Refactor disk disconnection and geom destruction handling sequences.Alexander Motin2011-11-011-55/+46
* Workaround the problem introduced by combination of r162200 and r215687.Alexander Motin2011-11-011-1/+1
* Our geom withering function could take some time before geom with itsAndrey V. Elsukov2011-10-281-0/+4
* Before this change when GELI detected hardware crypto acceleration it willPawel Jakub Dawidek2011-10-272-12/+5
* Clarify disks/volumes above 2TiB support in geom_raid:Alexander Motin2011-10-263-23/+66
* Allow upper layers to discover than BIO_DELETE and/or BIO_FLUSH is notPawel Jakub Dawidek2011-10-251-3/+3
* Improve style a bit.Pawel Jakub Dawidek2011-10-251-5/+7
* Simplify disk_alloc().Pawel Jakub Dawidek2011-10-251-4/+2
* Add support for creating GELI devices with older metadata version for usePawel Jakub Dawidek2011-10-252-5/+56
* When decoding metadata, check magic string, so we know this is not GELI devicePawel Jakub Dawidek2011-10-251-0/+2
* Prefer G_ELI_VERSION_* defines for version numbers over plain digits.Pawel Jakub Dawidek2011-10-251-3/+5
* Fit lines into 80 chars.Pawel Jakub Dawidek2011-10-251-4/+6
* When metadata is at newer version than the highest supported, returnPawel Jakub Dawidek2011-10-251-1/+1
* Add support for Boot Camp. The support is defined as follows:Marcel Moolenaar2011-10-231-97/+213
* Allow to dump on Solaris swap partitions.Marius Strobl2011-10-181-1/+2
* Add some spare fields to the g_class and g_geom structures needed to implementPawel Jakub Dawidek2011-07-171-0/+5
* Remove include of sys/sbuf.h from geom/geom.h.Andrey V. Elsukov2011-07-111-1/+0
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-1125-0/+27
* Allow disk partitions associated with UFS read-only mountedKirk McKusick2011-07-101-1/+1