summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* - Prevent error status leak if write to some of the RAID1/1E volume disksmav2012-05-112-4/+29
* Clarify error that geli generateseadler2012-05-091-3/+4
* Remove some hardcoded constants from code.mav2012-05-061-8/+11
* Plug small memory leaks.mav2012-05-062-1/+5
* Add support for RAID5R. Slightly improve support for RAIDMDF.mav2012-05-064-21/+60
* Fix `gmultipath configure` for big-endian machines.mav2012-05-061-9/+10
* Fix bug causing memory corruption and panics with big-endian metadata.mav2012-05-041-1/+1
* Implement read-only support for volumes in optimal state (without usingmav2012-05-042-36/+72
* Add optional -o argument to the `graid label ` to specify some metadatamav2012-05-035-14/+63
* Improve spare disks support. Unluckily, for some reason Adaptec 1430SAmav2012-05-011-68/+134
* Implement volume deletion if disk has more then one partition.mav2012-05-011-30/+37
* Improve DDF metadata writing.mav2012-05-011-54/+92
* Add to GEOM RAID class module, supporting the DDF metadata format, asmav2012-04-302-0/+3245
* s/gmirror/graid/mav2012-04-291-2/+2
* Fix RAID5 level names changed at r234603.mav2012-04-275-6/+6
* Fix copy-paste typo in r234603.mav2012-04-231-2/+2
* Add names for all primary RAID levels defined by DDF 2.0 specification.mav2012-04-234-19/+180
* Add sos@ copyrights to RAID metadata modules, respecting his efforts inmav2012-04-235-0/+5
* Add to GEOM RAID class module for reading non-degraded RAID5 volumes andmav2012-04-198-29/+468
* VMware environments are not unusual now. Add VMware partitions recognitionmarck2012-04-184-0/+14
* Some improvements to GEOM MULTIPATH:mav2012-04-181-21/+95
* Expand locking around identification of filesystem mount point whenmckusick2012-04-081-5/+17
* 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
OpenPOWER on IntegriCloud