summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* VMDB offset should be greater than logical volume size only for MBR.ae2012-03-291-1/+1
* Do proper cleanup for the GPT case when an error occurs.ae2012-03-291-14/+19
* Keep track of the mount point associated with a special devicemckusick2012-03-281-1/+30
* Check that scheme is not already registered. This may happens when aae2012-03-231-7/+16
* Add CTLFLAG_TUN to sysctls.ae2012-03-191-4/+4
* Add new GEOM_PART_LDM module that implements the Logical Disk Managerae2012-03-191-0/+1504
* Make kern.geom.part node not static. Also add CTLFLAG_TUN to theae2012-03-191-3/+4
* Add MODULE_DEPEND() to geom_part modules.ae2012-03-152-1/+3
* Remove unactionable message about label geometryemaste2012-03-081-7/+0
* If nested scheme allows dump kernel to its partition, we may allowae2012-02-201-2/+5
* Add alias for the partition type 0x0f. Now "ebr" name is used for bothae2012-02-201-0/+1
* Add additional check to EBR probe and create methods:ae2012-02-151-8/+19
* Add PART::type attribute handler. It returns partition type as string.ae2012-02-151-0/+4
* Add alias for the partition with type 0x42 to the MBR scheme.ae2012-02-101-0/+1
* Let's be more realistic and limit maximum number of partition to 4k.ae2012-02-101-1/+1
* Current implementations of sync(2) and syncer vnode fsync() VOP useskib2012-02-061-10/+3
* Correct typo in comment (numbver)emaste2012-02-041-1/+1
* The scheme code may not know about some inconsistency in the metadata.ae2012-02-011-0/+3
* Avoid to check the same cache line/variable from all the lockingattilio2012-01-284-0/+4
* Experimental support for booting CHRP-type PowerPC systems from hard disks.nwhitehorn2012-01-251-0/+1
* Allow an MBR primary or extended Linux swap partition to be specifiedtruckman2012-01-132-4/+6
* Add support for >2TB disks in GEOM RAID for Intel metadata format.jimharris2012-01-091-49/+122
* GEOM_UNCOMPRESS module, can be used with uzip images and with new ulzma images.ray2012-01-041-0/+670
* replace uses of libkern gets with cngetsavg2011-12-171-1/+2
* Close race between geom destruction on g_vfs_close() when softc destroyedmav2011-12-021-1/+3
* Add an ability to increase number of allocated APM entries when weae2011-11-281-30/+47
* The size of APM could be bigger than number of already allocated entries.ae2011-11-281-1/+1
* Temporary revert r227009 to fix freeze on UP systems without PREEMPTION.mav2011-11-141-27/+12
* Major GEOM MULTIPATH class rewrite:mav2011-11-122-120/+616
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-0719-22/+35
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Add mutex and two flags to make orphan() call properly asynchronous:mav2011-11-021-22/+65
* Make orphan() method in geom_dev asynchronous using destroy_dev_sched_cb()mav2011-11-011-12/+27
* Refactor disk disconnection and geom destruction handling sequences.mav2011-11-012-50/+44
* Refactor disk disconnection and geom destruction handling sequences.mav2011-11-011-55/+46
* Workaround the problem introduced by combination of r162200 and r215687.mav2011-11-011-1/+1
* Our geom withering function could take some time before geom with itsae2011-10-281-0/+4
* Before this change when GELI detected hardware crypto acceleration it willpjd2011-10-272-12/+5
* Clarify disks/volumes above 2TiB support in geom_raid:mav2011-10-263-23/+66
* Allow upper layers to discover than BIO_DELETE and/or BIO_FLUSH is notpjd2011-10-251-3/+3
* Improve style a bit.pjd2011-10-251-5/+7
* Simplify disk_alloc().pjd2011-10-251-4/+2
* Add support for creating GELI devices with older metadata version for usepjd2011-10-252-5/+56
* When decoding metadata, check magic string, so we know this is not GELI devicepjd2011-10-251-0/+2
* Prefer G_ELI_VERSION_* defines for version numbers over plain digits.pjd2011-10-251-3/+5
* Fit lines into 80 chars.pjd2011-10-251-4/+6
* When metadata is at newer version than the highest supported, returnpjd2011-10-251-1/+1
* Add support for Boot Camp. The support is defined as follows:marcel2011-10-231-97/+213
* Allow to dump on Solaris swap partitions.marius2011-10-181-1/+2
* Add some spare fields to the g_class and g_geom structures needed to implementpjd2011-07-171-0/+5
OpenPOWER on IntegriCloud