NetBSD/sys/dev/raidframe
oster 10928931ab The switch() in rf_ContinueReconstructFailedDisk() is never actually
used in non-simulation code, and thus is just wasting space (and
making the code more confusing to read!).  Turf the switch, left-shift
the indentation of code, and nuke 'state' field of struct RF_RaidReconDesc_s.

No real functional changes.
2004-12-12 20:53:15 +00:00
..
Makefile
files.raidframe
raidframeio.h
raidframevar.h fix const'ificication, gcc-3.4 will notice it 2004-06-02 22:58:28 +00:00
rf_acctrace.c
rf_acctrace.h
rf_alloclist.c
rf_alloclist.h
rf_archs.h
rf_aselect.c These changes complete the effective removal of malloc() from all 2004-04-09 23:10:16 +00:00
rf_aselect.h
rf_callback.c
rf_callback.h
rf_chaindecluster.c
rf_chaindecluster.h
rf_copyback.c
rf_copyback.h
rf_cvscan.c
rf_cvscan.h
rf_dag.h These changes complete the effective removal of malloc() from all 2004-04-09 23:10:16 +00:00
rf_dagdegrd.c Correct some RF_ASSERTS() that were missed when fixing memory issues 2004-08-27 15:55:50 +00:00
rf_dagdegrd.h
rf_dagdegwr.c These changes complete the effective removal of malloc() from all 2004-04-09 23:10:16 +00:00
rf_dagdegwr.h
rf_dagffrd.c
rf_dagffrd.h
rf_dagffwr.c Correct some RF_ASSERTS() that were missed when fixing memory issues 2004-08-27 15:55:50 +00:00
rf_dagffwr.h
rf_dagflags.h
rf_dagfuncs.c
rf_dagfuncs.h
rf_dagutils.c These changes complete the effective removal of malloc() from all 2004-04-09 23:10:16 +00:00
rf_dagutils.h These changes complete the effective removal of malloc() from all 2004-04-09 23:10:16 +00:00
rf_debugMem.c
rf_debugMem.h
rf_debugprint.c
rf_debugprint.h
rf_decluster.c
rf_decluster.h
rf_declusterPQ.c
rf_declusterPQ.h
rf_desc.h The switch() in rf_ContinueReconstructFailedDisk() is never actually 2004-12-12 20:53:15 +00:00
rf_diskqueue.c Only touch bufpool whilst in splbio(). (That should be the case 2004-11-24 13:42:36 +00:00
rf_diskqueue.h
rf_disks.c Make this actually compile. 2004-10-10 11:15:22 +00:00
rf_disks.h
rf_driver.c On an idea from Thor (tls@), do not fail a component if doing so would 2004-11-16 16:45:51 +00:00
rf_driver.h On an idea from Thor (tls@), do not fail a component if doing so would 2004-11-16 16:45:51 +00:00
rf_engine.c
rf_engine.h
rf_etimer.h
rf_evenodd.c
rf_evenodd.h
rf_evenodd_dagfuncs.c
rf_evenodd_dagfuncs.h
rf_evenodd_dags.c
rf_evenodd_dags.h
rf_fifo.c
rf_fifo.h
rf_general.h
rf_geniq.c
rf_hist.h
rf_interdecluster.c
rf_interdecluster.h
rf_invertq.c
rf_invertq.h
rf_kintf.h
rf_layout.c
rf_layout.h For each RAID set, pre-allocate a number of "emergency buffers" to be 2004-03-20 04:22:05 +00:00
rf_map.c For each RAID set, pre-allocate a number of "emergency buffers" to be 2004-03-20 04:22:05 +00:00
rf_map.h For each RAID set, pre-allocate a number of "emergency buffers" to be 2004-03-20 04:22:05 +00:00
rf_mcpair.c
rf_mcpair.h
rf_netbsd.h These changes complete the effective removal of malloc() from all 2004-04-09 23:10:16 +00:00
rf_netbsdkintf.c Don't allow -f to fail a disk while a reconstruction is taking place 2004-11-17 01:34:10 +00:00
rf_nwayxor.c
rf_nwayxor.h
rf_options.c
rf_options.h
rf_optnames.h
rf_paritylog.c
rf_paritylog.h
rf_paritylogDiskMgr.c
rf_paritylogDiskMgr.h
rf_paritylogging.c
rf_paritylogging.h
rf_parityloggingdags.c
rf_parityloggingdags.h
rf_parityscan.c Use rf_AllocDAGNode() to get new DAG nodes. 2004-03-18 17:26:36 +00:00
rf_parityscan.h
rf_pq.c
rf_pq.h
rf_pqdeg.c
rf_pqdeg.h
rf_pqdegdags.c
rf_pqdegdags.h
rf_psstatus.c Re-work the locking mechanisms for reconstruct and PSS structures 2004-03-18 16:54:54 +00:00
rf_psstatus.h We really should have a wakeup in RF_UNLOCK_PSS_MUTEX in case we have 2004-04-09 17:01:03 +00:00
rf_raid.h These changes complete the effective removal of malloc() from all 2004-04-09 23:10:16 +00:00
rf_raid0.c Correct some RF_ASSERTS() that were missed when fixing memory issues 2004-08-27 15:55:50 +00:00
rf_raid0.h
rf_raid1.c Re-work the locking mechanisms for reconstruct and PSS structures 2004-03-18 16:54:54 +00:00
rf_raid1.h
rf_raid4.c
rf_raid4.h
rf_raid5.c
rf_raid5.h
rf_raid5_rotatedspare.c
rf_raid5_rotatedspare.h
rf_reconbuffer.c Re-work the locking mechanisms for reconstruct and PSS structures 2004-03-18 16:54:54 +00:00
rf_reconbuffer.h
rf_reconmap.c Remove a debugging line that was accidentally left in. 2004-03-18 17:46:22 +00:00
rf_reconmap.h Re-work the locking mechanisms for reconstruct and PSS structures 2004-03-18 16:54:54 +00:00
rf_reconstruct.c The switch() in rf_ContinueReconstructFailedDisk() is never actually 2004-12-12 20:53:15 +00:00
rf_reconstruct.h continueFunc and continueArg arn't used. Turf. Simplify calls to 2004-11-15 17:16:28 +00:00
rf_reconutil.c Re-work the locking mechanisms for reconstruct and PSS structures 2004-03-18 16:54:54 +00:00
rf_reconutil.h
rf_revent.c continueFunc and continueArg arn't used. Turf. Simplify calls to 2004-11-15 17:16:28 +00:00
rf_revent.h continueFunc and continueArg arn't used. Turf. Simplify calls to 2004-11-15 17:16:28 +00:00
rf_shutdown.c
rf_shutdown.h
rf_sstf.c
rf_sstf.h
rf_states.c On an idea from Thor (tls@), do not fail a component if doing so would 2004-11-16 16:45:51 +00:00
rf_states.h
rf_stripelocks.c
rf_stripelocks.h
rf_strutils.c
rf_threadstuff.h
rf_utils.c
rf_utils.h