summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Make geom_mirror more friendly to SSDs. To properly support TRIM,glebius2012-07-012-3/+15
* In g_mirror_regular_request() upon successful delivery treatglebius2012-07-011-1/+2
* Use %j to match intmax_t.imp2012-07-011-1/+1
* MFP4 #212266brooks2012-06-291-10/+11
* In g_disk_providergone(), don't continue if the softc is NULL. This may beken2012-06-271-0/+8
* Consume spare fields for the providergone pointers added to the g_class andken2012-06-251-4/+2
* Fix a bug which causes a panic in daopen(). The panic is caused byken2012-06-244-2/+37
* Always reconstruct partition entries in the PMBR when Boot Camp isae2012-06-141-13/+10
* Add missing newlines into XML output.mav2012-06-051-5/+5
* Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes.marcel2012-05-256-0/+25
* Revert r235918 for now and add comment explaining the reason for thetrasz2012-05-251-3/+9
* Make g_label(4) ignore provider size when looking for UFS labels.trasz2012-05-241-5/+3
* - Correct signedness for casts;delphij2012-05-231-2/+3
* Use %ju to match uintmax_t usagedelphij2012-05-231-1/+1
* Use %j and cast off_t to intmax_t for now to fix build.delphij2012-05-231-2/+2
* Add a new geom class which allows to divide NAND Flash chipgber2012-05-221-0/+255
* Prevent removing of the last active component from a mirror.ae2012-05-181-1/+12
* Introduce new device flag G_MIRROR_DEVICE_FLAG_TASTING. It shouldae2012-05-182-0/+10
* Add missing period at the end of the error messageeadler2012-05-131-2/+2
* - 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
OpenPOWER on IntegriCloud