aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/raid/g_raid.c
Commit message (Expand)AuthorAgeFilesLines
* GEOM: remove the redundant if statementWuyang Chung2025-09-141-2/+0
* call g_new_geom instead for callers that pass regular string to g_new_geomfWuyang Chung2025-09-051-2/+2
* geom: Push GEOM sysinit ordering to after devctlJustin Hibbits2025-03-261-1/+1
* shutdown: audit shutdown_post_sync event callbacksMitchell Horne2023-11-231-0/+4
* geom: sort includes for some filesMitchell Horne2023-11-231-8/+9
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* kerneldump: remove physical from dump routinesMitchell Horne2022-05-131-4/+2
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-05-131-8/+6
* graid: Set G_CF_DIRECT_SEND for task consumer.Alexander Motin2022-01-281-1/+1
* Fix "set but not used" for geomScott Long2021-12-041-4/+4
* Make g_attach() return ENXIO for orphaned providers; update variousEdward Tomasz Napierala2020-10-181-1/+3
* sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI2020-07-091-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Pass BIO_SPEEDUP through all the geom layersWarner Losh2020-01-171-0/+1
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-071-0/+1
* Use sbuf_cat() in GEOM confxml generation.Alexander Motin2019-06-191-10/+10
* 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
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+0
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Removal of Giant droping wrappers for GEOM classes.Konstantin Belousov2016-05-201-2/+0
* 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
* Remove request sorting from GEOM_MIRROR and GEOM_RAID.Alexander Motin2015-03-271-3/+3
* 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-281-21/+10
* Revert r267961, r267973:Glen Barber2014-06-271-10/+21
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-21/+10
* Reduce number of opens by REOM RAID during provider taste.Alexander Motin2014-04-281-1/+7
* Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin2013-10-221-0/+3
* MFprojects/camlock r256445:Alexander Motin2013-10-161-7/+15
* Return error when opening read-only volumes (like RAID4/5/...) for writing.Alexander Motin2013-08-131-0/+5
* Introduce 3 seconds timeout on `graid stop` command (mostly with -f flag).Alexander Motin2013-07-271-10/+7
* Return "descr" field alike to "Intel RAID1 volume" for GEOM RAID to makeAlexander Motin2013-04-271-0/+4
* Add legacy support to geom raid to create a /dev/arX device for supportSean Bruno2013-03-081-0/+22
* Improve support for disabled disks. If disabled disk disconnected and thenAlexander Motin2013-01-131-1/+1
* Add basic support for Intel Rapid Recover Technology (Intel RRT).Alexander Motin2013-01-121-1/+5
* Add basic BIO_DELETE support to GEOM RAID class for all RAID levels.Alexander Motin2012-10-291-1/+56
* Make GEOM RAID more aggressive in marking volumes as clean on shutdownAlexander Motin2012-10-291-17/+20
* Add global and per-module sysctls/tunables to enable/disable metadata taste.Alexander Motin2012-09-131-0/+10
* Add missing FAILED event to g_raid_subdisk_event2str() to print it properlyAlexander Motin2012-08-101-0/+2
* Add support for RAID5R. Slightly improve support for RAIDMDF.Alexander Motin2012-05-061-0/+1
* Implement read-only support for volumes in optimal state (without usingAlexander Motin2012-05-041-4/+4
* Add optional -o argument to the `graid label ` to specify some metadataAlexander Motin2012-05-031-3/+4
* s/gmirror/graid/Alexander Motin2012-04-291-2/+2
* Fix copy-paste typo in r234603.Alexander Motin2012-04-231-2/+2
* Add names for all primary RAID levels defined by DDF 2.0 specification.Alexander Motin2012-04-231-17/+147
* Add to GEOM RAID class module for reading non-degraded RAID5 volumes andAlexander Motin2012-04-191-2/+21
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1