summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
AgeCommit message (Expand)Author
2004-01-10Since the LOCK and UNLOCK flags are never used, no need in extracting them.oster
2004-01-10store a i/o priority hint in struct buf for buffer queue discipline.yamt
2004-01-10iCleanup the RF_CREATE_PARAM3(). Middle two "arguments" were nothingoster
2004-01-10More lu_flags disappear into oblivion.oster
2004-01-09Nuke lu_flag and code associated with it being non-zero.oster
2004-01-09[This file should have been committed with the otheroster
2004-01-09Cleanup rf_enableAtomicRMW and its use. According to the comments, weoster
2004-01-06Clean up a few comments, and improve code formatting somewhat.oster
2004-01-05remove terminate_disk_queues from RF_Raid_s. The hist_diskreq[]oster
2004-01-04raidPtr->reconControl->percentCompleted only gets used in oneoster
2004-01-04As noted by Thierry Deval in a posting to misc/at/openbsd.org,oster
2004-01-02Fix the "We panic if we can't create a DAG" problem that's existedoster
2004-01-02Remove "row" from DEBUG statements.hannken
2004-01-01Cleanup some unused desc->flags:oster
2004-01-01Finally cleanup RF_BZERO. Turns out that 'bp' was only used to obtainoster
2004-01-01Tidy up the #includes a bit.oster
2004-01-01Nuke a few more 'row'-related bits that were missed in the row-removal.oster
2004-01-01Nuke a bunch of unused variables:oster
2003-12-31Remove 3 unused debugging options:oster
2003-12-31Clean up a bunch of comments.oster
2003-12-31Replace the DO_FREE() macro with just RF_Free(). No functional changes,oster
2003-12-31Fix comments and make function declarations conform.oster
2003-12-31Add in a bunch of RF_SIGNAL_COND()'s that were missing. Tidy uposter
2003-12-31Left-shift another else{} chunk. No functional changes.oster
2003-12-31left-shift the "else" part of the if(!lp_SubmitReconBuffer) condition.oster
2003-12-31Negate a condition, and flip if/else parts. Preparation for left-shiftingoster
2003-12-31Remove a couple of incorrect comments. (rf_recon_req needs to beoster
2003-12-31init_dqd and clean_dqd don't do enough to be their own functions,oster
2003-12-31Increase the scope of RF_DEBUG_PSS to cover a bit more stuff.oster
2003-12-31nuke the 'bp' argument to rf_bxor and friends since it is no longer used.oster
2003-12-30Very carefully remove REMAP_VA() macro. It's only doing a simpleoster
2003-12-30Nuke a forgotten 'row' from struct RF_PerDiskReconCtrl_s.oster
2003-12-30sparediskids isn't used anywhere. turf.oster
2003-12-30No point keeping 'pt' around. It's only ever assigned to.oster
2003-12-30rf_FreePDAList() and rf_FreeASMList() wern't using their l_end oroster
2003-12-30Some days you wonder if some of the function declaration consistencyoster
2003-12-30Make function declarations consistent a) with each other and b) withoster
2003-12-30Fix slight bogon from row removal. 'r' would have been 0 here, not 1,oster
2003-12-30access_tracebuf is declared, allocated, and freed. No freeloadingoster
2003-12-29Clean up comments, and generally make more readable. No functional changes.oster
2003-12-29Clean up code/comments. No functional changes. Just a lot easier to read now.oster
2003-12-29The ugly wonderment of appropriately placed ASCII charactersoster
2003-12-29rf_lkmgr_mutex_init() is only called from one spot, and it reallyoster
2003-12-29Garbage-collect a whole mess of this RF_THREADGROUP_* stuff that isn'toster
2003-12-29Let's see... raidPtr->recon_done_procs is never set to anythingoster
2003-12-29IO_BUF_ERR really doesn't need to be a macro. Replace the macro.oster
2003-12-29_rf_create_managed_cond() is now left doing nothing. Convert callers.oster
2003-12-29cond_destroyer joins mutex_destroyer in the "nothing useful is doneoster
2003-12-29_rf_create_managed_mutex() is doing just a simple:oster
2003-12-29mutex_destroyer() has been reduced to nothing. Turf it.oster