aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/raid
Commit message (Expand)AuthorAgeFilesLines
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-0712-33/+18
* Use sbuf_cat() in GEOM confxml generation.Alexander Motin2019-06-191-10/+10
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-0/+1
* List-ify kernel dump device configurationConrad Meyer2019-05-061-1/+1
* Use g_handleattr() to reply to GEOM::candelete queries.Mark Johnston2019-01-021-8/+4
* Extend stripeoffset and stripesize of GEOMs from u_int to off_tEugene Grosbein2018-10-271-1/+1
* Fix use-after-free in RAID0 error reporting of GEOM_RAID.Alexander Motin2018-09-241-1/+1
* Squash error from geom by sizing ident strings to DISK_IDENT_SIZE.Sean Bruno2018-04-052-2/+4
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-254-16/+1
* geom_raid (RAID5): do not lose bp->bio_error, keep it in pbp->bio_errorEugene Grosbein2017-12-071-3/+3
* Fix use-after-free that sometimes results in a garbage returnedEugene Grosbein2017-12-071-1/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2715-0/+30
* g_raid: Prevent tasters from attempting excessively large readsConrad Meyer2017-01-122-0/+15
* Fix improper use of "its".Bryan Drewery2016-11-086-6/+6
* Removal of Giant droping wrappers for GEOM classes.Konstantin Belousov2016-05-201-2/+0
* sys/geom: spelling fixes in comments.Pedro F. Giffuni2016-04-292-4/+4
* sys/geom: spelling fixes.Pedro F. Giffuni2016-04-282-4/+4
* geom: unsign some types to match their definitions and avoid overflows.Pedro F. Giffuni2016-04-272-2/+2
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-262-32/+32
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Create an API to reset a struct bio (g_reset_bio). This is mandatoryWarner Losh2016-02-171-1/+1
* Remove compatibility shims for legacy ATA device names.Alexander Motin2015-10-111-20/+0
* Clean out some externally visible "more then" grammarPedro F. Giffuni2015-08-114-4/+4
* Remove request sorting from GEOM_MIRROR and GEOM_RAID.Alexander Motin2015-03-271-3/+3
* Replace constant with proper sizeof().Alexander Motin2015-02-255-10/+10
* Avoid unneeded malloc/memcpy/free if there is no metadata on disk.Alexander Motin2014-12-052-10/+12
* Decode some binary fields of Intel metadata.Alexander Motin2014-12-041-8/+115
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-284-53/+22
* Revert r267961, r267973:Glen Barber2014-06-274-22/+53
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-274-53/+22
* Reduce number of opens by REOM RAID during provider taste.Alexander Motin2014-04-287-20/+25
* Fix wrong sizes used to access PD_Type and PD_State DDF metadata fields.Alexander Motin2014-04-101-17/+39
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-3/+3
* Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin2013-10-227-0/+9
* MFprojects/camlock r256445:Alexander Motin2013-10-167-61/+90
* Return error when opening read-only volumes (like RAID4/5/...) for writing.Alexander Motin2013-08-133-1/+8
* Oops, wrong constant at r254269.Alexander Motin2013-08-131-1/+1
* Fix reasonable but safe Clang warnings.Alexander Motin2013-08-131-2/+6
* Introduce 3 seconds timeout on `graid stop` command (mostly with -f flag).Alexander Motin2013-07-272-11/+8
* Fix vdc->Secondary_Element_Count metadata field access from 16 to 8 bit.Alexander Motin2013-05-201-1/+1
* Return "descr" field alike to "Intel RAID1 volume" for GEOM RAID to makeAlexander Motin2013-04-271-0/+4
* Remove extra bio_data and bio_length copying to child request after callingAlexander Motin2013-03-261-2/+0
* Add legacy support to geom raid to create a /dev/arX device for supportSean Bruno2013-03-081-0/+22
* Fix panic when Secondary_Element_Count == 1 and Secondary_Element_SeqAlexander Motin2013-03-071-1/+4
* - 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
* 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