summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Remove Giant-locked drivers support (DISKFLAG_NEEDSGIANT flag) from disk(9).mav2013-10-222-29/+0
* Merge GEOM direct dispatch changes from the projects/camlock branch.mav2013-10-2228-201/+427
* Fix build with gcc by spelling unused format string as "unused" instead of NULL.trasz2013-10-191-1/+1
* Make geom_label(4) resize-aware. This fixes a situation when "gpart resize"trasz2013-10-182-1/+13
* Add an automatic resize support to the GEOM_PART class.ae2013-10-178-1/+138
* MFprojects/camlock r256445:mav2013-10-167-61/+90
* MFprojects/camlock r256371:mav2013-10-161-5/+5
* MFprojects/camlock r254907:mav2013-10-161-3/+4
* MFprojects/camlock r254905:mav2013-10-162-3/+8
* Introduce a kern.geom.notaste sysctl that can be used to temporarilydes2013-09-243-1/+8
* Remove stub implementation.ae2013-09-051-11/+0
* Make ELI destruction (including orphanization) less aggressive, making itmav2013-09-021-10/+12
* MFprojects/camlock r254895:mav2013-08-261-4/+28
* Add new attribute lunname to report only textual LUN-specific device IDs.mav2013-08-241-0/+6
* Change the way that unmapped I/O capability is advertised.ken2013-08-151-1/+3
* Return error when opening read-only volumes (like RAID4/5/...) for writing.mav2013-08-133-1/+8
* Oops, wrong constant at r254269.mav2013-08-131-1/+1
* Fix reasonable but safe Clang warnings.mav2013-08-131-2/+6
* Fix the formatting of the error message.ed2013-08-121-2/+2
* gpt_entries is used as limit for the number of partition entries inae2013-08-081-2/+3
* Change <sys/diskpc98.h> to not redefine the same symbols that aremarcel2013-08-072-19/+20
* Remove inclusion of <sys/diskmbr.h>. We have no business knowingmarcel2013-08-042-2/+0
* Introduce 3 seconds timeout on `graid stop` command (mostly with -f flag).mav2013-07-272-11/+8
* When panicing due to the gjournal overflow, print the geom metadatakib2013-07-101-1/+3
* There are several code sequences likekib2013-07-091-1/+1
* Bump disk(9) ABI version to signify the addition of d_delmaxsize by r249940.smh2013-07-032-9/+8
* - 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
OpenPOWER on IntegriCloud