| Age | Commit message (Expand) | Author |
| 2007-09-21 | Fix wording in a comment and correct a debug line. From Olivier Cherrier | oster |
| 2007-07-18 | Fix fallout from recent kthread changes. | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-26 | Change dk_lookup() to accept an additional argument of the type enum uio_seg | cube |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-27 | - use dk_lookup instead of our home-spun version. | christos |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-18 | If rf_SubmitReconBuffer indicates the submission was blocked (for | oster |
| 2005-06-08 | - initialize numRUsTotal before we indicate that we are doing a reconstruct. | oster |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-12 | The 'next' argument to rf_CreateDiskQueueData is always NULL. Since | oster |
| 2005-02-12 | Add a 'waitflag' argument to rf_CreateDiskQueueData() and use it to | oster |
| 2005-02-06 | It's not a bad idea to update the component labels whether or not the | oster |
| 2005-02-05 | rf_GetNextReconEvent() *will* return a valid event, so no need for | oster |
| 2005-02-05 | Vastly improve the error handling in the case of a read/write error | oster |
| 2005-01-22 | Torch some #define's missed in last commit. | oster |
| 2005-01-22 | Reconstruction Descriptors are only allocated once per reconstruction, | oster |
| 2005-01-18 | ForceReconReadDoneProc() needs a return after doing the first | oster |
| 2004-12-12 | The switch() in rf_ContinueReconstructFailedDisk() is never actually | oster |
| 2004-11-15 | continueFunc and continueArg arn't used. Turf. Simplify calls to | oster |
| 2004-03-18 | Re-work the locking mechanisms for reconstruct and PSS structures | oster |
| 2004-03-13 | - don't use rf_PrintUserStats() for recon statistics. | oster |
| 2004-03-07 | - Introduce rf_pools which contains all of the various global pools used | oster |
| 2004-03-07 | - fix up initialization of rf_recond_pool | oster |
| 2004-03-05 | Use RF_INCLUDE_PARITY_DECLUSTERING_DS to #if-out more unneeded bits. | oster |
| 2004-03-03 | Nuke some unnecessary casts. No functional changes. | oster |
| 2004-03-03 | Introduce RF_REVENT_READ_FAILED, RF_REVENT_WRITE_FAILED and RF_REVENT_FORCERE... | oster |
| 2004-03-03 | Cleanup function prototypes. | oster |
| 2004-03-03 | - cleanup memory allocation in rf_AllocPSStatus() | oster |
| 2004-03-01 | Use RF_ACC_TRACE to #if out more chunks of code related only | oster |
| 2004-02-29 | Adjust _rf_ShutdownCreate() so that it is willing to wait for more | oster |
| 2004-01-04 | raidPtr->reconControl->percentCompleted only gets used in one | 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-30 | Some days you wonder if some of the function declaration consistency | oster |
| 2003-12-29 | Let's see... raidPtr->recon_done_procs is never set to anything | 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 amount | oster |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-04-10 | Remove an assigned-to but unused variable. | simonb |
| 2003-03-21 | Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL | dsl |
| 2003-02-09 | constify some | jdolecek |
| 2002-11-19 | For reconstructs, move checks for failed components to before the | oster |
| 2002-11-16 | Cleanup more printfs. | oster |