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