summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove include of sys/sbuf.h from geom/geom.h.ae2011-07-111-1/+0
* Include sys/sbuf.h directly.ae2011-07-1125-0/+27
* Allow disk partitions associated with UFS read-only mountedmckusick2011-07-101-1/+1
* Initialize elements of state array when creating the GPT table.ae2011-06-291-34/+33
* EBR could contain an early stage of boot code. But we do not support it.ae2011-06-271-16/+20
* MS Windows NT+ uses 4 bytes at offset 0x1b8 in the MBR to identifyae2011-06-271-6/+8
* Change the way how we update bootcode for BSD scheme.ae2011-06-201-13/+12
* Plumb device physical path reporting from CAM devices, through GEOM andgibbs2011-06-146-1/+128
* MFCattilio2011-06-032-1/+22
|\
| * Update disk's stripesize and stripeoffset parameters on provider open.mav2011-06-031-0/+6
| * Add diagnostic message about not aligned partitions.ae2011-06-031-1/+16
* | MFCattilio2011-06-021-4/+2
|\ \ | |/
| * Do not hide stripeoffset from libgeom(3), it may be useful even whenae2011-06-021-4/+2
* | MFCattilio2011-05-271-2/+7
|\ \ | |/
| * Some partitioning tools may have a different opinion about diskae2011-05-271-2/+7
* | MFCattilio2011-05-265-19/+17
|\ \ | |/
| * Prevent non-aligned reading from provider while tasting. Rejectae2011-05-252-0/+10
| * Do not truncate available disk space to the closest track boundary.ae2011-05-251-7/+3
| * Do not truncate available disk space to the closest track boundary.ae2011-05-251-2/+1
| * Do not truncate available disk space to the closest track boundary.ae2011-05-251-4/+3
| * Remove unused variable.ae2011-05-241-3/+0
| * Remove unused variable.ae2011-05-241-3/+0
| * Recognize BIO_FLUSH requests and pass them to userland.pjd2011-05-231-0/+3
| * Make diagnostic messages more specific. With bootverbose print outae2011-05-161-42/+83
OpenPOWER on IntegriCloud