summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_parityscan.c
AgeCommit message (Expand)Author
2021-08-08s/arry/array/andvar
2021-07-23Extensive mechanical changes to the pools used in RAIDframe.oster
2019-10-10fix the function pointer and callback mess:christos
2019-02-09- Change the allocation macros to be more like function callschristos
2011-05-01convert mcpair to kmutex.mrg
2009-11-17Finally commit the RAIDframe parity map Summer Of Code project.jld
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-05-29- avoid variable shadowingchristos
2005-02-27nuke trailing whitespaceperry
2004-03-18Use rf_AllocDAGNode() to get new DAG nodes.oster
2004-03-05Use RF_INCLUDE_PARITY_DECLUSTERING_DS to #if-out more unneeded bits.oster
2004-03-02Fix more cases where mutex locks were being held longer than necessary.oster
2004-03-01Use RF_ACC_TRACE to #if out more chunks of code related onlyoster
2004-01-10iCleanup the RF_CREATE_PARAM3(). Middle two "arguments" were nothingoster
2003-12-31Fix comments and make function declarations conform.oster
2003-12-31nuke the 'bp' argument to rf_bxor and friends since it is no longer used.oster
2003-12-29- first kick at a major reworking of RAIDframe's memory allocation code:oster
2003-12-29[Having received a definite lack of strenuous objection, a small amountoster
2003-02-09constify somejdolecek
2002-09-24Nuke some ancient debugging code.oster
2002-09-23Clobber basically unused 'pda', and 'unblockNode' and 'wrUnBlock'.oster
2002-09-21#if 0 an unused stub. Thanks Krister!oster
2002-09-14Add two more debugging #defines: RF_DEBUG_RECONBUFFER and RF_DEBUG_VERIFYPARITY.oster
2002-07-13Most folks won't need the DAG printing and verification routines.oster
2001-11-13add RCSIDslukem
2001-10-04Step 2 of the disentanglement. We now look to <dev/raidframe/*> foroster
2001-07-18bzero -> memsetthorpej
2000-05-28Abort any parity re-writes before unconfiguring a RAID set.oster
2000-01-05- update RF_CREATE_THREAD to handle a 'process name' argument.oster
1999-08-13rf_sys.h does not need to be #included in any of these files, and, actually,oster
1999-08-10Don't go ape if there is a problem verifying the parity. Note the conditionoster
1999-08-10Trying to rebuild parity on a degraded set is bogus, so don't allow that.oster
1999-03-14Cleanup rf_RewriteParity() and rf_VerifyParity(). Nuke unused stuff,oster
1999-02-05Phase 2 of the RAIDframe cleanup. The source is now closer to KNFoster
1999-01-26RAIDframe cleanup, phase 1. Nuke simulator support, user-land driver,oster
1998-11-13RAIDframe, version 1.1, from the Parallel Data Laboratory atoster