summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* - Add a general purpose resource allocator, vmem, from NetBSD. It wasjeff2013-06-281-12/+3
* Fix a mystery cut-n-paste corruption from the previous commit.scottl2013-06-191-1/+1
* Mark geom_mirror as capable of unmapped i/oscottl2013-06-191-5/+18
* Make CAM return and GEOM DISK pass through new GEOM::lunid attribute.mav2013-06-121-1/+24
* Don't update provider properties and don't set DISKFLAG_OPEN if d_open()mav2013-06-111-0/+2
* Change the set and unset ctlreqs by making the index argument optional.marcel2013-06-095-35/+74
* Remove stub implementation.marcel2013-06-091-11/+0
* MFP4 @222836brooks2013-05-301-2/+5
* Remove an extra semicolon from the DOT language output.jh2013-05-211-1/+1
* Fix vdc->Secondary_Element_Count metadata field access from 16 to 8 bit.mav2013-05-201-1/+1
* - Use int8_t type for the mftrecsz field in g_label_ntfs. char typestas2013-05-051-3/+4
* Return "descr" field alike to "Intel RAID1 volume" for GEOM RAID to makemav2013-04-271-0/+4
* Teach GEOM and CAM about the difference between the max "size" of r/w and deletesmh2013-04-262-7/+23
* Added a sysctl (kern.geom.dev.delete_max_sectors) to control the maximumsmh2013-04-261-5/+22
* Comment typo fix.ivoras2013-04-161-2/+2
* Fix the buffer-overflow-fixing fixes.ivoras2013-04-161-15/+19
* Partial MFP4 of 222836:brooks2013-04-161-1/+1
* Introduce glabel labels based on GEOM ident attributes. In this initialivoras2013-04-153-1/+87
* Introduce a symbol for the GEOM class name instead of using the ad-hoc stringivoras2013-04-153-2/+5
* move the error report to a lower log level... Now you can see when itjmg2013-04-132-4/+5
* Make it possible to submit FLUSH bios through geom_dev strategy. Thistrasz2013-04-061-1/+2
* Following r241022, replace iteration over the provider list on media eventsmav2013-04-051-2/+10
* geom_slice.c and its consumers like GEOM_LABEL are not touching the datamav2013-03-261-0/+8
* GEOM NOP does not touch the data, so pass G_PF_ACCEPT_UNMAPPED flag through.mav2013-03-261-0/+1
* Remove extra bio_data and bio_length copying to child request after callingmav2013-03-263-6/+0
* Do not pass unmapped buffers to drivers that cannot handle themkan2013-03-261-1/+1
* Make GEOM MULTIPATH to report unmapped bio support if underling path reportmav2013-03-251-0/+2
* In GEOM DISK:mav2013-03-251-56/+28
* Fix long known deadlock between geom dev destruction and d_close() call.mav2013-03-241-71/+129
* Make g_wither_washer() to not loop by itself, but only when there was somemav2013-03-243-29/+13
* Correct the page count when excess length is trimmed from the bio.kib2013-03-211-0/+9
* Assert that transient mapping of the bio is only done when unmappedkib2013-03-211-0/+2
* The geom_part provider supports unmapped bio iff the underlyingkib2013-03-191-0/+1
* A flag for the geom disk driver to indicate that it accepts thekib2013-03-192-1/+20
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-193-5/+110
* We don't need buffer to handle BIO_DELETE, so don't check buffer size for it.pjd2013-03-141-1/+1
* Add legacy support to geom raid to create a /dev/arX device for supportsbruno2013-03-081-0/+22
* g_label_ntfs_taste: Abort taste is recsize == 0dumbbell2013-03-081-1/+1
* Support the FAT16 partition type in gpart(8)gavin2013-03-073-0/+3
* Fix panic when Secondary_Element_Count == 1 and Secondary_Element_Seqmav2013-03-071-1/+4
* g_label_ntfs.c: Mark structures as __packeddumbbell2013-03-051-3/+3
* Remove ntfs headers dependency for g_label_ntfs.c by redefining theattilio2013-03-021-14/+65
* Add barrier write capability to the VFS buffer interface. A barriermckusick2013-02-161-0/+4
* g_mirror: g_getattr() failure should not be fatalavg2013-01-261-3/+1
* - 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
OpenPOWER on IntegriCloud