summaryrefslogtreecommitdiffstats
path: root/sys/geom/raid3
Commit message (Expand)AuthorAgeFilesLines
* Fix typo which cased that 64kB elements limit was not set properly andpjd2006-01-301-1/+1
* Remove dead code.pjd2006-01-181-2/+0
* Check for g_read_data(9) errors properly:sobomax2005-11-301-1/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Fix possible live-lock under heavy load where we can't allocate morepjd2005-10-281-1/+12
* Use root_mount KPI for RAID3 to delay root file system mount.pjd2005-07-272-0/+28
* cp can't be NULL.pjd2005-05-111-7/+5
* gp can't be NULL.pjd2005-05-111-10/+8
* If an error occurs, clean up before returning from g_raid3_connect_disk().pjd2005-03-261-14/+17
* Check for return values.pjd2005-03-261-0/+8
* - Add md_provsize field to metadata, which will help withpjd2005-02-272-9/+59
* Update copyright in files changed this year.pjd2005-02-163-3/+3
* Increase default synchronization speed.pjd2005-01-091-1/+1
* - Fix 'rebuild' command - it can no longer relay on retaste eventpjd2005-01-043-50/+34
* Remove unused #include.pjd2005-01-031-1/+0
* Stop explicitly touching td_base_pri outside of the scheduler and simplyjhb2004-12-301-1/+4
* Remove debug code.pjd2004-12-281-10/+2
* - Add genid field to the metadata which will allow to improve reliability a bit.pjd2004-12-253-61/+206
* Now, when force device destruction is done on shutdown, hide warning,pjd2004-12-211-1/+1
* Improve reliability and clean up code a bit.pjd2004-12-211-189/+140
* bioq_insert_head() function is already in subr_disk.c.pjd2004-12-131-10/+0
* When initializing device, set d_softc and d_no fields for all components,pjd2004-12-041-3/+4
* Before trying to update metadata (so open consumer for writing), be surepjd2004-11-091-11/+26
* Don't rely on DIRTY flag to be sure that consumer if open, becausepjd2004-11-091-1/+1
* For BIO_READ check if provider is open for reading and for BIO_WRITE,pjd2004-11-091-3/+11
* Drop Giant lock before grabbing the topology lock.pjd2004-11-091-0/+2
* If device is marked as beeing destroyed, deny all access requests.pjd2004-11-081-1/+2
* Don't forget to make sure that there are no not-finished requests beforepjd2004-11-051-14/+33
* - Mark all raid3 components as clean after kern.geom.raid3.idletime seconds.pjd2004-11-052-2/+82
* Mark raid3 devices as clean on shutdown (after all file systems arepjd2004-11-051-3/+52
* - Use ->index consumer's field to track number of in-flight requests.pjd2004-11-051-2/+10
* Just use MAXPHYS as maximum I/O request size, instead of using my ownpjd2004-09-282-8/+4
* Decrease kern.geom.raid3.timeout to 4, so it is smaller thanpjd2004-09-271-1/+1
* Avoid race while synchronizing components. It is very hard to bump into,pjd2004-09-272-7/+37
* This is not needed anymore, it is forced in GEOM now.pjd2004-09-201-3/+0
* Allow to configure debug level from /boot/loader.conf.pjd2004-08-301-0/+1
* GCC, ehh.pjd2004-08-291-0/+1
* Use sc->sc_mediasize instead of sc->sc_provider->mediasize which containspjd2004-08-281-4/+3
* Warn the user if we are not going to use whole provider space.pjd2004-08-281-4/+12
* Don't allow to insert providers, which are too small.pjd2004-08-281-0/+4
* Skip providers with not defined sector size.pjd2004-08-261-0/+3
* Log verification errors at level 1.pjd2004-08-251-2/+6
* Implementation of 'verify reading' algorithm, which uses parity data forpjd2004-08-223-18/+163
* Add version history.pjd2004-08-211-0/+5
* Implement new reading algorithm, which will use parity component for readingpjd2004-08-213-102/+143
* We really don't want to receive spoil event for synchroniztion consumers.pjd2004-08-181-1/+0
* Dump device status on 'list' command.pjd2004-08-181-0/+2
* Minor style.9 cleanup.obrien2004-08-161-3/+4
* Decrease debug level to 0.pjd2004-08-161-1/+1
* Fix warning.pjd2004-08-161-1/+1
OpenPOWER on IntegriCloud