aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* geom_slice.c and its consumers like GEOM_LABEL are not touching the dataAlexander Motin2013-03-261-0/+8
* GEOM NOP does not touch the data, so pass G_PF_ACCEPT_UNMAPPED flag through.Alexander Motin2013-03-261-0/+1
* Remove extra bio_data and bio_length copying to child request after callingAlexander Motin2013-03-263-6/+0
* Do not pass unmapped buffers to drivers that cannot handle themAlexander Kabaev2013-03-261-1/+1
* Make GEOM MULTIPATH to report unmapped bio support if underling path reportAlexander Motin2013-03-251-0/+2
* In GEOM DISK:Alexander Motin2013-03-251-56/+28
* Fix long known deadlock between geom dev destruction and d_close() call.Alexander Motin2013-03-241-71/+129
* Make g_wither_washer() to not loop by itself, but only when there was someAlexander Motin2013-03-243-29/+13
* Correct the page count when excess length is trimmed from the bio.Konstantin Belousov2013-03-211-0/+9
* Assert that transient mapping of the bio is only done when unmappedKonstantin Belousov2013-03-211-0/+2
* The geom_part provider supports unmapped bio iff the underlyingKonstantin Belousov2013-03-191-0/+1
* A flag for the geom disk driver to indicate that it accepts theKonstantin Belousov2013-03-192-1/+20
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichKonstantin Belousov2013-03-193-5/+110
* We don't need buffer to handle BIO_DELETE, so don't check buffer size for it.Pawel Jakub Dawidek2013-03-141-1/+1
* Add legacy support to geom raid to create a /dev/arX device for supportSean Bruno2013-03-081-0/+22
* g_label_ntfs_taste: Abort taste is recsize == 0Jean-Sébastien Pédron2013-03-081-1/+1
* Support the FAT16 partition type in gpart(8)Gavin Atkinson2013-03-073-0/+3
* Fix panic when Secondary_Element_Count == 1 and Secondary_Element_SeqAlexander Motin2013-03-071-1/+4
* g_label_ntfs.c: Mark structures as __packedJean-Sébastien Pédron2013-03-051-3/+3
* Remove ntfs headers dependency for g_label_ntfs.c by redefining theAttilio Rao2013-03-021-14/+65
* Add barrier write capability to the VFS buffer interface. A barrierKirk McKusick2013-02-161-0/+4
* g_mirror: g_getattr() failure should not be fatalAndriy Gapon2013-01-261-3/+1
* - Fix rebuild position broken at r245522.Alexander Motin2013-01-171-2/+5
* For Promise/AMD metadata add support for disks with capacity above 2TiBAlexander Motin2013-01-171-55/+91
* Recalculate volume size only for real CONCATs. For SINGLE trust volumeAlexander Motin2013-01-171-1/+2
* Allow to insert new component to geom_raid3 without specifying number.Alexander Motin2013-01-151-16/+29
* Alike to r242314 for GRAID make GRAID3 more aggressive in marking volumesAlexander Motin2013-01-151-9/+12
* Alike to r242314 for GRAID make GMIRROR more aggressive in marking volumesAlexander Motin2013-01-151-9/+12
* Keep value of orig_config_id metadata field. Windows driver writes thereAlexander Motin2013-01-141-2/+5
* Small cosmetic tuning of the IRRT status constants.Alexander Motin2013-01-141-4/+7
* Print some more metadata fields.Alexander Motin2013-01-141-6/+12
* Windows driver writes relative volume IDs to metadata field. Use that valueAlexander Motin2013-01-141-1/+2
* - Add checks for Intel metadata version and attributes. Ignore disks withAlexander Motin2013-01-131-7/+41
* Improve support for disabled disks. If disabled disk disconnected and thenAlexander Motin2013-01-132-21/+23
* Windows handles INIT and VERIFY as array-wide and it doesn't specify whichAlexander Motin2013-01-121-2/+15
* Implement migration from single disk to RAID1/IRRT for Intel metadata.Alexander Motin2013-01-121-6/+48
* Add basic support for Intel Rapid Recover Technology (Intel RRT).Alexander Motin2013-01-123-20/+102
* Add flags argument to vfs_write_resume() and removeKonstantin Belousov2013-01-111-1/+1
* Reset provider-specific fields when resending I/O request in low memoryPawel Jakub Dawidek2012-12-261-0/+3
* Mangle label names containing spaces, non-printable characters '%' orJaakko Heinonen2012-12-221-0/+23
* - Don't pass geom and provider names as format strings.Jaakko Heinonen2012-11-2013-18/+20
* Provide a device name in the sysctl tree for programs to query theAlfred Perlstein2012-11-011-3/+3
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemsEdward Tomasz Napierala2012-10-301-1/+2
* Minor addition to r242323:Alexander Motin2012-10-292-4/+4
* Add basic BIO_DELETE support to GEOM RAID class for all RAID levels.Alexander Motin2012-10-2912-173/+91
* Fix locking problem in disk_resize(); previously it would run withoutEdward Tomasz Napierala2012-10-292-22/+16
* Make GEOM RAID more aggressive in marking volumes as clean on shutdownAlexander Motin2012-10-291-17/+20
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-222-18/+4
* It seems that it is preferable to keep support for glabel also forAttilio Rao2012-10-182-0/+2
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingAttilio Rao2012-10-172-2/+0