summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* - Fix rebuild position broken at r245522.mav2013-01-171-2/+5
* For Promise/AMD metadata add support for disks with capacity above 2TiBmav2013-01-171-55/+91
* Recalculate volume size only for real CONCATs. For SINGLE trust volumemav2013-01-171-1/+2
* Allow to insert new component to geom_raid3 without specifying number.mav2013-01-151-16/+29
* Alike to r242314 for GRAID make GRAID3 more aggressive in marking volumesmav2013-01-151-9/+12
* Alike to r242314 for GRAID make GMIRROR more aggressive in marking volumesmav2013-01-151-9/+12
* Keep value of orig_config_id metadata field. Windows driver writes theremav2013-01-141-2/+5
* Small cosmetic tuning of the IRRT status constants.mav2013-01-141-4/+7
* Print some more metadata fields.mav2013-01-141-6/+12
* Windows driver writes relative volume IDs to metadata field. Use that valuemav2013-01-141-1/+2
* - Add checks for Intel metadata version and attributes. Ignore disks withmav2013-01-131-7/+41
* Improve support for disabled disks. If disabled disk disconnected and thenmav2013-01-132-21/+23
* Windows handles INIT and VERIFY as array-wide and it doesn't specify whichmav2013-01-121-2/+15
* Implement migration from single disk to RAID1/IRRT for Intel metadata.mav2013-01-121-6/+48
* Add basic support for Intel Rapid Recover Technology (Intel RRT).mav2013-01-123-20/+102
* Add flags argument to vfs_write_resume() and removekib2013-01-111-1/+1
* Reset provider-specific fields when resending I/O request in low memorypjd2012-12-261-0/+3
* Mangle label names containing spaces, non-printable characters '%' orjh2012-12-221-0/+23
* - Don't pass geom and provider names as format strings.jh2012-11-2013-18/+20
* Provide a device name in the sysctl tree for programs to query thealfred2012-11-011-3/+3
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemstrasz2012-10-301-1/+2
* Minor addition to r242323:mav2012-10-292-4/+4
* Add basic BIO_DELETE support to GEOM RAID class for all RAID levels.mav2012-10-2912-173/+91
* Fix locking problem in disk_resize(); previously it would run withouttrasz2012-10-292-22/+16
* Make GEOM RAID more aggressive in marking volumes as clean on shutdownmav2012-10-291-17/+20
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-222-18/+4
* It seems that it is preferable to keep support for glabel also forattilio2012-10-182-0/+2
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingattilio2012-10-172-2/+0
* NULL-ify last previously used pointer instead of last possible pointer.mav2012-10-101-3/+3
* Make graid command line a bit more friendly by allowing volume name ormav2012-10-074-12/+83
* g_part_taste: directly destroy consumer and geom here, no need for witheringavg2012-10-061-2/+7
* Remove the topology lock from disk_gone(), it might be called with regularpjd2012-09-281-3/+5
* Use the topology lock to protect list of providers while withering them.pjd2012-09-221-1/+4
* g_disk_flushcache definitely should not be traced under G_T_TOPOLOGYavg2012-09-181-1/+1
* Add global and per-module sysctls/tunables to enable/disable metadata taste.mav2012-09-1313-31/+70
* When synchronizing, include in the config dump amount ofglebius2012-09-112-0/+10
* Allow to pass providers with /dev/ prefix to g_provider_by_name().pjd2012-09-011-0/+8
* Remove unneeded G_PF_CANDELETE flag.ed2012-08-289-24/+0
* (g_multipath_rotate): Fix algorithm so that it does rotate over all goodthomas2012-08-251-3/+10
* Always initialize sc_ekey, because as of r238116 it is always used.pjd2012-08-101-12/+13
* Add missing FAILED event to g_raid_subdisk_event2str() to print it properlymav2012-08-101-0/+2
* Clone BIO_ORDERED flag, for disk drivers (namely CAM) that try tojimharris2012-08-071-0/+6
* In g_gate_dumpconf() always check the result of g_gate_hold().trociny2012-08-071-1/+3
* In virstor_ctl_stop(), check for a valid softc before trying to updatejimharris2012-08-031-0/+6
* New command "gmultipath prefer" to force selection of a specifiedthomas2012-08-031-0/+74
* Partially revert r238886 in part of GEOM_VFS spoiling.mav2012-07-291-30/+1
* Implement media change notification for DA and CD removable media devices.mav2012-07-2910-29/+161
* Reorder things in g_gate_create() so at the moment when g_new_geomf()trociny2012-07-281-77/+63
* Make it possible to resize opened partitions.trasz2012-07-201-3/+8
* Add missing free.trasz2012-07-181-0/+1
OpenPOWER on IntegriCloud