summaryrefslogtreecommitdiffstats
path: root/sys/geom/raid3/g_raid3.c
Commit message (Expand)AuthorAgeFilesLines
...
* Do not use bio structure after g_io_deliver(), it may not longer by valid.pjd2006-02-221-1/+1
* On component state change to ACTIVE don't forget to update metadata.pjd2006-02-121-3/+2
* Use time_uptime instead of time_second, as the latter may go backwards.pjd2006-02-121-4/+4
* Allow to set kern.geom.raid3.disconnect_on_failure from loader.conf.pjd2006-02-121-0/+2
* - Add kern.geom.raid3.disconnect_on_failure sysctl/tunnable (default to 1pjd2006-02-111-31/+75
* Correct typo. 'fbp' is NULL here so this will result in a panic.pjd2006-02-111-1/+1
* Mark array as CLEAN when there are no write requests inpjd2006-02-111-101/+51
* Remove trailing spaces.pjd2006-02-011-20/+20
* 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-271-0/+26
* If an error occurs, clean up before returning from g_raid3_connect_disk().pjd2005-03-261-14/+17
* - Add md_provsize field to metadata, which will help withpjd2005-02-271-6/+14
* Update copyright in files changed this year.pjd2005-02-161-1/+1
* Increase default synchronization speed.pjd2005-01-091-1/+1
* - Fix 'rebuild' command - it can no longer relay on retaste eventpjd2005-01-041-42/+15
* 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-251-42/+128
* 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-051-2/+81
* 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-281-6/+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-271-7/+36
* 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
* 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-221-14/+113
* Implement new reading algorithm, which will use parity component for readingpjd2004-08-211-95/+107
* 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
OpenPOWER on IntegriCloud