aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/raid3
Commit message (Expand)AuthorAgeFilesLines
* MFC: sys/geom/raid3/g_raid3.c 1.77Pawel Jakub Dawidek2006-10-211-0/+6
* MFC: sys/geom/raid3/g_raid3_ctl.c 1.19Pawel Jakub Dawidek2006-09-191-4/+4
* MFC: sys/geom/mirror/g_mirror.c 1.90Pawel Jakub Dawidek2006-09-191-5/+14
* Back out previous change from RELENG_6. There is a problem withPawel Jakub Dawidek2006-09-081-11/+5
* MFC: sys/geom/mirror/g_mirror.c 1.86-1.88Pawel Jakub Dawidek2006-09-041-7/+13
* MFC: sys/geom/raid3/g_raid3.c 1.67,1.68,1.69Pawel Jakub Dawidek2006-07-161-48/+95
* MFC: sys/geom/raid3/g_raid3_ctl.c 1.17,1.18Pawel Jakub Dawidek2006-07-161-1/+4
* MFC: sys/geom/raid3/g_raid3.c 1.60,1.62,1.63,1.66Pawel Jakub Dawidek2006-05-103-76/+106
* MFC: sys/geom/raid3/g_raid3.c 1.65Pawel Jakub Dawidek2006-05-021-2/+0
* MFC: sys/geom/raid3/g_raid3.c 1.64Pawel Jakub Dawidek2006-04-291-6/+23
* Don't destroy device twice. This can lead to kernel panic on reboot/shutdown.Pawel Jakub Dawidek2006-04-261-0/+6
* MFC: sys/geom/raid3/g_raid3.c 1.61Pawel Jakub Dawidek2006-04-251-3/+5
* Sync with HEAD.Pawel Jakub Dawidek2006-04-051-2/+2
* MFC: graid3(8)Pawel Jakub Dawidek2006-03-203-492/+811
* MFC: sys/geom/mirror/g_mirror.c 1.69Pawel Jakub Dawidek2006-01-251-2/+0
* MFC: check for g_read_data(9) errors properly.Maxim Sobolev2005-12-291-1/+1
* Fix possible live-lock under heavy load where we can't allocate morePawel Jakub Dawidek2005-10-281-1/+12
* MFC: g_raid3.c 1.41Pawel Jakub Dawidek2005-08-052-0/+28
* cp can't be NULL.Pawel Jakub Dawidek2005-05-111-7/+5
* gp can't be NULL.Pawel Jakub Dawidek2005-05-111-9/+7
* If an error occurs, clean up before returning from g_raid3_connect_disk().Pawel Jakub Dawidek2005-03-261-14/+17
* Check for return values.Pawel Jakub Dawidek2005-03-261-0/+8
* - Add md_provsize field to metadata, which will help withPawel Jakub Dawidek2005-02-272-9/+59
* Update copyright in files changed this year.Pawel Jakub Dawidek2005-02-163-3/+3
* Increase default synchronization speed.Pawel Jakub Dawidek2005-01-091-1/+1
* - Fix 'rebuild' command - it can no longer relay on retaste eventPawel Jakub Dawidek2005-01-043-50/+34
* Remove unused #include.Pawel Jakub Dawidek2005-01-031-1/+0
* Stop explicitly touching td_base_pri outside of the scheduler and simplyJohn Baldwin2004-12-301-1/+4
* Remove debug code.Pawel Jakub Dawidek2004-12-281-10/+2
* - Add genid field to the metadata which will allow to improve reliability a bit.Pawel Jakub Dawidek2004-12-253-61/+206
* Now, when force device destruction is done on shutdown, hide warning,Pawel Jakub Dawidek2004-12-211-1/+1
* Improve reliability and clean up code a bit.Pawel Jakub Dawidek2004-12-211-189/+140
* bioq_insert_head() function is already in subr_disk.c.Pawel Jakub Dawidek2004-12-131-10/+0
* When initializing device, set d_softc and d_no fields for all components,Pawel Jakub Dawidek2004-12-041-3/+4
* Before trying to update metadata (so open consumer for writing), be surePawel Jakub Dawidek2004-11-091-11/+26
* Don't rely on DIRTY flag to be sure that consumer if open, becausePawel Jakub Dawidek2004-11-091-1/+1
* For BIO_READ check if provider is open for reading and for BIO_WRITE,Pawel Jakub Dawidek2004-11-091-3/+11
* Drop Giant lock before grabbing the topology lock.Pawel Jakub Dawidek2004-11-091-0/+2
* If device is marked as beeing destroyed, deny all access requests.Pawel Jakub Dawidek2004-11-081-1/+2
* Don't forget to make sure that there are no not-finished requests beforePawel Jakub Dawidek2004-11-051-14/+33
* - Mark all raid3 components as clean after kern.geom.raid3.idletime seconds.Pawel Jakub Dawidek2004-11-052-2/+82
* Mark raid3 devices as clean on shutdown (after all file systems arePawel Jakub Dawidek2004-11-051-3/+52
* - Use ->index consumer's field to track number of in-flight requests.Pawel Jakub Dawidek2004-11-051-2/+10
* Just use MAXPHYS as maximum I/O request size, instead of using my ownPawel Jakub Dawidek2004-09-282-8/+4
* Decrease kern.geom.raid3.timeout to 4, so it is smaller thanPawel Jakub Dawidek2004-09-271-1/+1
* Avoid race while synchronizing components. It is very hard to bump into,Pawel Jakub Dawidek2004-09-272-7/+37
* This is not needed anymore, it is forced in GEOM now.Pawel Jakub Dawidek2004-09-201-3/+0
* Allow to configure debug level from /boot/loader.conf.Pawel Jakub Dawidek2004-08-301-0/+1
* GCC, ehh.Pawel Jakub Dawidek2004-08-291-0/+1
* Use sc->sc_mediasize instead of sc->sc_provider->mediasize which containsPawel Jakub Dawidek2004-08-281-4/+3