| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Correct typo. | grog | 1999-08-14 | 1 | -1/+0 |
* | Add declarations for initvol, initplex and initsd helper functions for | grog | 1999-08-14 | 1 | -0/+3 |
* | vinum_info: add code to print out lock events. | grog | 1999-08-14 | 1 | -7/+32 |
* | make_plex_dev: make them raw. Volume-related plex devices will | grog | 1999-08-14 | 1 | -9/+19 |
* | vinum_init: add code to initialize subdisks as well as plexes. Also | grog | 1999-08-14 | 1 | -129/+159 |
* | Correct typo. | grog | 1999-08-09 | 1 | -1/+1 |
* | Update to reflect recent changes. | grog | 1999-08-07 | 1 | -55/+46 |
* | Remove code to detect RAID-5/non-RAID-5 kernel modules. | grog | 1999-08-07 | 1 | -7/+7 |
* | Remove code to detect RAID-5/non-RAID-5 kernel modules. | grog | 1999-08-07 | 1 | -99/+125 |
* | Import RAID-5 code. | grog | 1999-08-07 | 1 | -30/+120 |
* | vinum_init: | grog | 1999-08-07 | 1 | -29/+83 |
* | Modify device numbering method to work with latest -CURRENT. Briefly, | grog | 1999-07-22 | 1 | -4/+4 |
* | Add definitions for simplified config commands | grog | 1999-07-02 | 1 | -1/+11 |
* | Remove the volume, plex, sd and drive commands which allowed the user | grog | 1999-07-02 | 1 | -66/+493 |
* | Change the name of the s option to indicate that it wears more than | grog | 1999-07-02 | 1 | -12/+12 |
* | Change the name of the s option to indicate that it wears more than | grog | 1999-07-02 | 1 | -15/+49 |
* | Document simplified configuration commands. | grog | 1999-07-02 | 1 | -19/+335 |
* | Document the -f flag to detach. | grog | 1999-06-22 | 1 | -2/+8 |
* | Remove ancient, mouldy comments. | grog | 1999-06-22 | 1 | -16/+0 |
* | vinum_ldi: | grog | 1999-06-22 | 1 | -3/+4 |
* | Allow a 'start <drive>' command. | grog | 1999-06-22 | 1 | -1/+4 |
* | Arrange the "CONFIGURATION FILE" section in the order in which the | grog | 1999-05-07 | 1 | -24/+45 |
* | timestamp: | grog | 1999-05-02 | 1 | -1/+3 |
* | Update documentation of new functions. | grog | 1999-05-02 | 1 | -10/+63 |
* | Add definitions for history functions and printconfig split. | grog | 1999-05-02 | 1 | -0/+8 |
* | printconfig: | grog | 1999-05-02 | 1 | -16/+41 |
* | vinum_create: | grog | 1999-05-02 | 1 | -57/+97 |
* | Maintain a log file, by default /var/log/vinum.history, showing what | grog | 1999-05-02 | 1 | -0/+54 |
* | When looking at all objects, look at all objects. | grog | 1999-04-17 | 1 | -7/+7 |
* | When looking at all objects, look at all objects. | grog | 1999-04-17 | 1 | -19/+22 |
* | vinum_init: count dead children correctly when waiting for completion. | grog | 1999-04-17 | 1 | -2/+5 |
* | Add external declaration for wait flag, rather later than intended. | grog | 1999-04-10 | 1 | -0/+1 |
* | Document -w option for init command. | grog | 1999-04-10 | 1 | -22/+44 |
* | Add -w option to init command: wait for init to complete before | grog | 1999-04-10 | 2 | -63/+76 |
* | If the wrong version of vinum(8) has been started (i.e. non-RAID-5 | grog | 1999-04-09 | 3 | -5/+7 |
* | Add GOTCHAS entries warning against using partition c for vinum, and | grog | 1999-04-05 | 1 | -0/+76 |
* | vinum_resetstats: Reset stats for drives correctly when recursing. | grog | 1999-03-31 | 1 | -2/+4 |
* | Change the meaning of the combination of -s and no -v option in the | grog | 1999-03-31 | 1 | -74/+133 |
* | Get date right. | grog | 1999-03-28 | 1 | -8/+57 |
* | main (): Don't loop waiting for children to finish. | grog | 1999-03-28 | 1 | -2/+2 |
* | vinum_start: Allow user to specify a plex. In this case, revive all | grog | 1999-03-28 | 1 | -2/+28 |
* | Add a tutorial-like section "How to set up Vinum" | grog | 1999-03-24 | 1 | -76/+628 |
* | 'start' command: check that the objects in question aren't already up, | grog | 1999-03-24 | 1 | -17/+49 |
* | Correct ioctl calls VINUM_STARTCONFIG. The last commit broke the | grog | 1999-03-23 | 1 | -3/+3 |
* | Describe the new semantics of 'create': | grog | 1999-03-23 | 1 | -8/+31 |
* | Print correct message if the wrong module is loaded. | grog | 1999-03-23 | 1 | -1/+1 |
* | vinum_create: pass 'force' flag to ioctl VINUM_STARTCONFIG. | grog | 1999-03-23 | 1 | -1/+1 |
* | If we fail to open the super device, open the "wrong" device (that is, | grog | 1999-03-19 | 1 | -1/+32 |
* | Clarify the synchronization options in additional plexes to a volume. | grog | 1999-03-18 | 1 | -3/+11 |
* | Clarify that the stop command only works in interactive mode. | grog | 1999-03-14 | 1 | -2/+6 |