| Age | Commit message (Expand) | Author |
| 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 |
| 2004-05-22 | Add support for the word "absent" in the "disks" section of | oster |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2004-04-10 | Allocating emergency buffer space is all fine and well, but one should really | oster |
| 2004-04-09 | These changes complete the effective removal of malloc() from all | oster |
| 2004-04-09 | We really should have a wakeup in RF_UNLOCK_PSS_MUTEX in case we have | oster |
| 2004-03-23 | This assert is outdated, and just plain wrong. | oster |
| 2004-03-23 | Partially back out some changes that were causing grief with | oster |
| 2004-03-23 | Ooops.. this free should come at the end of the loop. Thanks | oster |
| 2004-03-23 | bufpool must be accessed at splbio(). | oster |
| 2004-03-22 | If the DAG failed, need to make sure we wipe the dagList structures too. | oster |
| 2004-03-21 | Why start a timer, and then just ignore it? *punt* | oster |
| 2004-03-21 | Yesterday's fix to rf_disks.c (rev 1.51) was necessary, but not | oster |
| 2004-03-21 | Fix a nastly little bug that I've been chasing over the past 12 hours. | oster |
| 2004-03-21 | Doesn't hurt much to zero this before we start mucking with it. | oster |
| 2004-03-21 | Add in a couple of missed foo=foo->next's. | oster |
| 2004-03-20 | Can't conditionalize cleanup on numStripeUnitsBailed -- have to | oster |
| 2004-03-20 | NO_STRIPE_LOCKS is never set, so this code will always execute. | oster |
| 2004-03-20 | Cleanup function prototypes. | oster |
| 2004-03-20 | [bah.. specifying rf_dagutils.c twice on a checkin doesn't get you | oster |
| 2004-03-20 | Change signature of rf_AllocBuffer() to take a dag_h and buffer size | oster |
| 2004-03-20 | For each RAID set, pre-allocate a number of "emergency buffers" to be | oster |
| 2004-03-19 | dag_node_pool never did get used here. Turf. | oster |