| Commit message (Expand) | Author | Age | Files | Lines |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 2 | -4/+1 |
| * | devfs convertion used VINUMRMINOR incorrectly (passing args in | Alfred Perlstein | 2001-03-22 | 1 | -3/+3 |
| * | By convention, the moduledata is static unless there is a reason for it | Peter Wemm | 2001-03-13 | 1 | -1/+1 |
| * | Fix vinum for both devfs and non-devfs systems. | Alfred Perlstein | 2001-02-20 | 2 | -4/+11 |
| * | forced commit to note that the last delta also reordered some code in | Alfred Perlstein | 2001-02-20 | 1 | -1/+1 |
| * | Take a shot at making vinum devfs aware. | Alfred Perlstein | 2001-02-20 | 4 | -19/+57 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 2 | -4/+4 |
| * | Allocate lock table and mutex not only for parity plexes, but also for | Greg Lehey | 2001-02-02 | 1 | -3/+3 |
| * | - Proc locking around the vinumdaemon dinking with its flags. | John Baldwin | 2001-01-24 | 1 | -1/+6 |
| * | Make intr_nesting_level per-process, rather than per-cpu. Setup | Jake Burkholder | 2001-01-21 | 2 | -2/+2 |
| * | Correct check for partition c. Previously the check was for drive 2, | Greg Lehey | 2001-01-20 | 1 | -1/+1 |
| * | struct rangelock: Remove the field 'plex' from the entry. Range locks | Greg Lehey | 2001-01-14 | 2 | -7/+3 |
| * | format_config: If a subdisk loses its drive (due to a bug which has | Greg Lehey | 2001-01-14 | 1 | -12/+25 |
| * | config_plex: Check that we have specified a plex organization. | Greg Lehey | 2001-01-14 | 1 | -3/+6 |
| * | Reinstate 1.19. | Greg Lehey | 2001-01-10 | 1 | -2/+3 |
| * | Part of rewrite of RAID-[45] locking code: | Greg Lehey | 2001-01-10 | 1 | -27/+29 |
| * | vinumstart: Don't check for B_DONE on return from bre(), it doesn't | Greg Lehey | 2001-01-10 | 1 | -12/+4 |
| * | bre5: don't bufdone the user bp on error, let vinumstart() do it. | Greg Lehey | 2001-01-10 | 1 | -2/+1 |
| * | Remove obsolete functions [un]lockplex and [un]lockvol. | Greg Lehey | 2001-01-10 | 1 | -137/+62 |
| * | Get definition of Malloc right when not using VINUMDEBUG | Greg Lehey | 2001-01-10 | 1 | -1/+1 |
| * | open_drive: Refuse to open partition c of a disk device. | Greg Lehey | 2001-01-10 | 1 | -5/+9 |
| * | config_plex: Initialize mutex for parity plexes. | Greg Lehey | 2001-01-10 | 1 | -1/+10 |
| * | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | Jake Burkholder | 2001-01-10 | 2 | -2/+2 |
| * | Re-commit revision 1.32, which grog incorrectly backed out in revision 1.33. | Dag-Erling Smørgrav | 2000-12-20 | 1 | -4/+6 |
| * | revive_block: Don't go beyond the end of the stripe when reviving | Greg Lehey | 2000-12-20 | 1 | -24/+8 |
| * | build_rq_buffer: Note which buffer headers we lock. | Greg Lehey | 2000-12-20 | 1 | -0/+9 |
| * | Rearrange #includes to make more sense. This is still not the reform | Greg Lehey | 2000-12-20 | 1 | -8/+10 |
| * | Rename detached plexes and subdisks correctly (off by one error) | Greg Lehey | 2000-12-20 | 1 | -6/+16 |
| * | open_drive: Add support for more than 32 devices of a particular kind. | Greg Lehey | 2000-12-20 | 1 | -6/+11 |
| * | give_plex_to_volume: Recalculate volume size after attaching. | Greg Lehey | 2000-12-20 | 2 | -5/+14 |
| * | Add flag XFR_BUFLOCKED to identify buffers which have been locked. | Greg Lehey | 2000-12-20 | 1 | -1/+2 |
| * | Don't include system-specific header files for userland program. | Greg Lehey | 2000-11-28 | 1 | -4/+4 |
| * | Make sure we don't cross stripe boundaries when reviving striped plexes. | Dag-Erling Smørgrav | 2000-11-17 | 1 | -4/+6 |
| * | Get rid of the last traces of ACTUALLY_LKM_NOT_KERNEL | Poul-Henning Kamp | 2000-10-23 | 1 | -2/+0 |
| * | Avoid impending world breakage. | Bruce Evans | 2000-10-13 | 1 | -9/+2 |
| * | open_drive: | Greg Lehey | 2000-08-16 | 1 | -16/+21 |
| * | start_object: Set the revive length correctly. | Greg Lehey | 2000-06-07 | 1 | -3/+3 |
| * | revive_block: | Greg Lehey | 2000-06-07 | 1 | -35/+36 |
| * | parity ops: Correctly recognize the end of the plex. Previously we | Greg Lehey | 2000-06-05 | 1 | -1/+1 |
| * | parityrebuild: write the parity block back to the correct subdisk. | Greg Lehey | 2000-06-02 | 1 | -2/+2 |
| * | Remove an incorrect comment, adjust white space. | Greg Lehey | 2000-06-02 | 1 | -2/+1 |
| * | Add 'dumpconfig' keyword. | Greg Lehey | 2000-06-02 | 2 | -1/+3 |
| * | Remove a redundant statement. | Greg Lehey | 2000-06-02 | 1 | -2/+1 |
| * | open_drive: Recognize "wd" device type. This is going away, but it's | Greg Lehey | 2000-06-02 | 1 | -7/+6 |
| * | give_sd_to_plex: Initialize sd->plexno correctly. Previously this was | Greg Lehey | 2000-06-02 | 1 | -3/+4 |
| * | Don't forget 'stripe' and 'mirror' commands when we turn off | Greg Lehey | 2000-05-20 | 1 | -2/+2 |
| * | Allow revive block sizes up to MAXPHYS. | Greg Lehey | 2000-05-11 | 1 | -4/+4 |
| * | Rewrite parity maintenance functions. | Greg Lehey | 2000-05-11 | 1 | -98/+121 |
| * | Cosmetics. | Greg Lehey | 2000-05-11 | 2 | -15/+15 |
| * | vinum_scandisk: Correct error recovery if a configuration is munged. | Greg Lehey | 2000-05-11 | 1 | -3/+3 |