summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add back spare fields consumed in r237545. It seems that these should onlyken2012-07-171-0/+2
* The resize GEOM event has no references, thus cannot be canceled.trasz2012-07-161-2/+0
* Add back spare fields reused in r238213. According to Attilio, the ruletrasz2012-07-161-0/+2
* Add trivial resize handling to gnop(8).trasz2012-07-072-0/+29
* Add trivial resize handling to gmountver(8).trasz2012-07-071-0/+14
* Add disk_resize(), to make it possible for the disk drivers such as da(4)trasz2012-07-072-0/+43
* Add a new GEOM method, resize(), which is called after provider size changes.trasz2012-07-072-5/+80
* Fix orphan() methods of several GEOM classes to not assume that theretrasz2012-07-075-17/+5
* Fix typo in the comment.trasz2012-07-061-1/+1
* Extend GEOM Gate class to handle read I/O requests directly within the kernel.pjd2012-07-042-35/+314
* Use correct part of the Master-Key for generating encryption keys.pjd2012-07-044-6/+27
* Correct comment.pjd2012-07-041-1/+1
* Correct a comment and correct style of a flag check.pjd2012-07-041-2/+2
* 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
OpenPOWER on IntegriCloud