summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud