| Age | Commit message (Expand) | Author |
| 2006-02-21 | Use device_class() instead of accessing dv_class directly. | thorpej |
| 2006-02-14 | RAIDframe was erroneously re-initializing the Parity Stripe Status | oster |
| 2006-01-09 | rf_DiskUnlockFunc and rf_DiskUnlockFuncForThreads are never used. Punt them. | oster |
| 2006-01-08 | Really move all of the bp initalization bits into InitBP(). | oster |
| 2006-01-08 | For the normal (read/write) case, do all the buffer initialization | oster |
| 2006-01-08 | Cleanup the initialization of buffers a bit, and remove some old code | oster |
| 2006-01-08 | raidstrategy: fix weird ENOSPC when reading from/writing to a raw partition. | yamt |
| 2006-01-08 | raidioctl: | yamt |
| 2006-01-07 | Remove the component buffer bits, now that I know there is a | oster |
| 2006-01-06 | initialize necessary members of struct buf. PR/32462 from Reinoud Zandijk. | yamt |
| 2006-01-04 | - add simple functions to allocate/free a buffer for i/o. | yamt |
| 2006-01-04 | We need to mark used spares as failed if they encounter IO errors! | oster |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-15 | - change the way to specify a bufq strategy. (by string rather than by number) | yamt |
| 2005-09-25 | Re-work the handling of incoming I/O in RAIDframe: | oster |
| 2005-09-24 | This disk_detach() should be pseudo_disk_detach(). | oster |
| 2005-09-24 | Remove an RF_ASSERT that is just plain wrong. | oster |
| 2005-08-20 | use pseudo_disk_{init,attach,detach} where appropriate. | yamt |
| 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-05-29 | - avoid variable shadowing | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-13 | Convert a few "void *"'s to "struct buf *"'s. No functional changes. | oster |
| 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 | CreateDiskQueueData() doesn't need to use void * for raidPtr. | oster |
| 2005-02-05 | rf_GetNextReconEvent() *will* return a valid event, so no need for | oster |
| 2005-02-05 | Cleanup function prototypes. | 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 |
| 2005-01-14 | After walking through desc->dagList nuking entries, make sure | oster |
| 2004-12-12 | The switch() in rf_ContinueReconstructFailedDisk() is never actually | oster |
| 2004-11-24 | Only touch bufpool whilst in splbio(). (That should be the case | oster |
| 2004-11-17 | Don't allow -f to fail a disk while a reconstruction is taking place | oster |
| 2004-11-16 | Initialize parity_rewrite_stripes_done to remove the window where | oster |
| 2004-11-16 | On an idea from Thor (tls@), do not fail a component if doing so would | oster |
| 2004-11-15 | continueFunc and continueArg arn't used. Turf. Simplify calls to | oster |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-10-15 | rf_find_raid_components(): | thorpej |
| 2004-10-10 | Make this actually compile. | tron |
| 2004-10-10 | when truncating a spare disk, also log what its original size was. | mrg |
| 2004-08-27 | Correct some RF_ASSERTS() that were missed when fixing memory issues | oster |
| 2004-08-26 | rf_CheckLabels() needs to die, but for now, we patch it by setting | oster |
| 2004-07-01 | The result of rf_DoAccess() should *not* be assigned to bp->b_error. | oster |
| 2004-06-29 | Remove a (redundant) check that was already performed in raidstart(). | oster |
| 2004-06-27 | Address a number of issues: | oster |
| 2004-06-02 | fix const'ificication, gcc-3.4 will notice it | drochner |