aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/raid/md_promise.c
Commit message (Expand)AuthorAgeFilesLines
* graid: MFC: unbreak Promise RAID1 with 4+ providersEugene Grosbein2024-02-161-2/+3
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* graid: Avoid tasting devices with small sector sizesMark Johnston2021-09-071-0/+2
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+0
* sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI2020-07-091-1/+1
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-071-0/+1
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* g_raid: Prevent tasters from attempting excessively large readsConrad Meyer2017-01-121-0/+5
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* geom: unsign some types to match their definitions and avoid overflows.Pedro F. Giffuni2016-04-271-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Replace constant with proper sizeof().Alexander Motin2015-02-251-2/+2
* Reduce number of opens by REOM RAID during provider taste.Alexander Motin2014-04-281-3/+3
* Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin2013-10-221-0/+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
* Add basic BIO_DELETE support to GEOM RAID class for all RAID levels.Alexander Motin2012-10-291-27/+4
* NULL-ify last previously used pointer instead of last possible pointer.Alexander Motin2012-10-101-3/+3
* Make graid command line a bit more friendly by allowing volume name orAlexander Motin2012-10-071-4/+17
* Add global and per-module sysctls/tunables to enable/disable metadata taste.Alexander Motin2012-09-131-1/+2
* Plug small memory leaks.Alexander Motin2012-05-061-0/+2
* Fix RAID5 level names changed at r234603.Alexander Motin2012-04-271-1/+1
* Add sos@ copyrights to RAID metadata modules, respecting his efforts inAlexander Motin2012-04-231-0/+1
* Add to GEOM RAID class module for reading non-degraded RAID5 volumes andAlexander Motin2012-04-191-5/+10
* Clarify disks/volumes above 2TiB support in geom_raid:Alexander Motin2011-10-261-1/+24
* Bunch of small bugfixes and cleanups.Alexander Motin2011-03-311-8/+5
* Bunch of small bugfixes and cleanups.Alexander Motin2011-03-311-4/+6
* MFgraid/head:Alexander Motin2011-03-241-0/+1940