| Age | Commit message (Expand) | Author |
| 2001-06-21 | We don't need to check for raidautoconfig here, so nuke it and | oster |
| 2001-06-20 | #if out a few more bits that arn't required if we are not doing | oster |
| 2001-06-19 | A bunch of these bits are only needed for the EVENODD stuff. | oster |
| 2001-06-14 | It's silly to need a parity rebuild after a reconstruction has completed. | oster |
| 2001-06-08 | #endif /* takes no argument */ | mrg |
| 2001-04-05 | A value of 1 for tracks/cylinder in the disklabel is apparently sub-optimal. | oster |
| 2001-02-03 | include <sys/param.h> before <sys/ioctl.h> | mrg |
| 2001-01-27 | Un-'__P'ify. | oster |
| 2001-01-27 | Nuke some bogus debug code that was already '#if 0'ed out. | oster |
| 2001-01-27 | Cosmetic cleanup of some comments, and nuke an unused #define. | oster |
| 2001-01-27 | Having moved some of the bits needed by raidctl into rf_configure.c, we | oster |
| 2001-01-27 | More #if's. This needs some serious rototillage, but a few #if's will | oster |
| 2001-01-26 | My.. what a twisty little maze of #defines and dependencies. Some of this | oster |
| 2001-01-26 | Nobody calls these bits if we arn't doing RAID5 with rotated spare stuff. | oster |
| 2001-01-26 | These bits are only needed for the interdecluster stuff.. wrap them | oster |
| 2001-01-26 | Whoops.. Leave them on.. (for now.) | oster |
| 2001-01-26 | Give the parity declustering code their own 'RAID arch' types, and | oster |
| 2001-01-26 | Lots of stuff here that is only used for some of the 'fancier' RAID types. | oster |
| 2001-01-26 | Clean up some INDENT warnings. (yes, these have been there for a while!) | oster |
| 2001-01-26 | Various parts of this file are only needed by the even/odd and PQ | oster |
| 2001-01-26 | Don't build the stuff in this file if RF_INCLUDE_EVENODD is not defined. | oster |
| 2001-01-26 | Ensure we update the 'partitionSize' field of the component labels | oster |
| 2001-01-08 | Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL when | fvdl |
| 2001-01-07 | Adapt all disk devices in MI directories to handle ODIOC* calls | fvdl |
| 2000-12-15 | For the RF_ASSERT() and RF_PANIC() macros, call a function to do the | oster |
| 2000-12-05 | Fix a couple of warnings about uninitialized variables. Thanks go to | oster |
| 2000-12-04 | Comment out 2 cases of unitialized variable use (only used when | fvdl |
| 2000-11-20 | rationalize the use of b_flags for geteblk() buffers. | chs |
| 2000-10-20 | Move disk_busy() and disk_unbusy() to more sane locations. Values | oster |
| 2000-10-17 | Don't touch a failed component at all. Thanks to Robert Elz (kre) for | oster |
| 2000-10-12 | Minor fixup for a printf(). Noted by Robert Elz. | oster |
| 2000-09-21 | convert tsleep()->ltsleep(), which makes the kernel complain less | oster |
| 2000-09-21 | Correct a few calls to VOP_CLOSE(). | oster |
| 2000-09-11 | Be consistent: use mcpair->cond instead of mcpair->flag. | oster |
| 2000-09-11 | Only reset the timer value if it actually accumlated time. | oster |
| 2000-09-08 | Make sure we are passing a locked vp to VOP_CLOSE. | oster |
| 2000-08-20 | Use RF_WAIT_COND() to avoid locking errors. | thorpej |
| 2000-08-20 | RF_COND_WAIT(): use ltsleep(). | thorpej |
| 2000-08-19 | Remove a bogus VOP_UNLOCK. | oster |
| 2000-08-19 | Don't try to initialize a component label on a failed component. | oster |
| 2000-07-14 | Fix the status reporting for copybacks. Thanks to Hubert Feyrer for | oster |
| 2000-06-29 | Nuke a printf that *I* added at least as early as Nov, 1998, and which is | oster |
| 2000-06-11 | Nuke a (mostly) now-incorrect comment. | oster |
| 2000-06-04 | Remove outdated comment. | oster |
| 2000-06-04 | Merge rf_update_component_labels() and rf_final_update_component_labels(). | oster |
| 2000-06-04 | Minor prototype cleanup. | oster |
| 2000-06-03 | Allow getting a component label from a spare disk. | oster |
| 2000-06-02 | Use 'componentN' rather than leaving blanks for non-existant disks | oster |
| 2000-06-01 | Make booted_device global (and booted_parition for consitency). | matt |
| 2000-05-31 | Oops.. reconstruction percentages were being reported incorrectly. | oster |