| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warnings: | peter | 2001-06-15 | 1 | -1/+0 |
* | Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable. | grog | 2001-05-23 | 8 | -31/+27 |
* | Move objflags from vinumvar.h to vinumobj.h in preparation for | grog | 2001-05-23 | 1 | -45/+1 |
* | Move objflags from vinumvar.h to vinumobj.h in preparation for | grog | 2001-05-23 | 1 | -2/+37 |
* | Move external declaration to vinumhdr.h. | grog | 2001-05-23 | 1 | -1/+2 |
* | Set flag VF_HASDEBUG in vinum_conf to indicate that the module was | grog | 2001-05-23 | 1 | -10/+6 |
* | New header file. | grog | 2001-05-22 | 1 | -0/+54 |
* | Remove Malloc definitions (now in vinumext.h) | grog | 2001-05-22 | 1 | -21/+2 |
* | Add a field 'version' to vinum_conf. This field is a constant which | grog | 2001-05-22 | 1 | -191/+30 |
* | vinumstart: If a write request is for a RAID-[45] plex or a volume | grog | 2001-05-22 | 1 | -13/+23 |
* | tokenize: Take third parameter specifying the maximum number of | grog | 2001-05-22 | 1 | -6/+8 |
* | Cosmetics: wrap long lines to be < 80 characters. | grog | 2001-05-22 | 1 | -2/+4 |
* | Add a new debug flag, DEBUG_LOCKREQS, which logs only lock requests. | grog | 2001-05-22 | 1 | -12/+25 |
* | Change ioctls to use the expurgated userland version of the Vinum | grog | 2001-05-22 | 3 | -20/+22 |
* | format_config: Replace long format lines. | grog | 2001-05-22 | 1 | -18/+28 |
* | complete_rqe: | grog | 2001-05-22 | 1 | -7/+41 |
* | Remove unnecessary declarations of userland functions. | grog | 2001-05-22 | 1 | -13/+25 |
* | config_sd: Add code to recognize "retryerrors" keyword. | grog | 2001-05-22 | 1 | -29/+48 |
* | free_vinum: Change some explicit struct member references to the SD, | grog | 2001-05-22 | 1 | -13/+23 |
* | Add xferinfo flag bit for copied buffers. | grog | 2001-05-22 | 1 | -2/+16 |
* | New file containing definitions for separate views of objects for | grog | 2001-05-22 | 1 | -0/+275 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 2 | -4/+1 |
* | devfs convertion used VINUMRMINOR incorrectly (passing args in | alfred | 2001-03-22 | 1 | -3/+3 |
* | By convention, the moduledata is static unless there is a reason for it | peter | 2001-03-13 | 1 | -1/+1 |
* | Fix vinum for both devfs and non-devfs systems. | alfred | 2001-02-20 | 2 | -4/+11 |
* | forced commit to note that the last delta also reordered some code in | alfred | 2001-02-20 | 1 | -1/+1 |
* | Take a shot at making vinum devfs aware. | alfred | 2001-02-20 | 4 | -19/+57 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 2 | -4/+4 |
* | Allocate lock table and mutex not only for parity plexes, but also for | grog | 2001-02-02 | 1 | -3/+3 |
* | - Proc locking around the vinumdaemon dinking with its flags. | jhb | 2001-01-24 | 1 | -1/+6 |
* | Make intr_nesting_level per-process, rather than per-cpu. Setup | jake | 2001-01-21 | 2 | -2/+2 |
* | Correct check for partition c. Previously the check was for drive 2, | grog | 2001-01-20 | 1 | -1/+1 |
* | struct rangelock: Remove the field 'plex' from the entry. Range locks | grog | 2001-01-14 | 2 | -7/+3 |
* | format_config: If a subdisk loses its drive (due to a bug which has | grog | 2001-01-14 | 1 | -12/+25 |
* | config_plex: Check that we have specified a plex organization. | grog | 2001-01-14 | 1 | -3/+6 |
* | Reinstate 1.19. | grog | 2001-01-10 | 1 | -2/+3 |
* | Part of rewrite of RAID-[45] locking code: | grog | 2001-01-10 | 1 | -27/+29 |
* | vinumstart: Don't check for B_DONE on return from bre(), it doesn't | grog | 2001-01-10 | 1 | -12/+4 |
* | bre5: don't bufdone the user bp on error, let vinumstart() do it. | grog | 2001-01-10 | 1 | -2/+1 |
* | Remove obsolete functions [un]lockplex and [un]lockvol. | grog | 2001-01-10 | 1 | -139/+64 |
* | Get definition of Malloc right when not using VINUMDEBUG | grog | 2001-01-10 | 1 | -1/+1 |
* | open_drive: Refuse to open partition c of a disk device. | grog | 2001-01-10 | 1 | -5/+9 |
* | config_plex: Initialize mutex for parity plexes. | grog | 2001-01-10 | 1 | -1/+10 |
* | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | jake | 2001-01-10 | 2 | -2/+2 |
* | Re-commit revision 1.32, which grog incorrectly backed out in revision 1.33. | des | 2000-12-20 | 1 | -4/+6 |
* | revive_block: Don't go beyond the end of the stripe when reviving | grog | 2000-12-20 | 1 | -24/+8 |
* | build_rq_buffer: Note which buffer headers we lock. | grog | 2000-12-20 | 1 | -0/+9 |
* | Rearrange #includes to make more sense. This is still not the reform | grog | 2000-12-20 | 1 | -8/+10 |
* | Rename detached plexes and subdisks correctly (off by one error) | grog | 2000-12-20 | 1 | -6/+16 |
* | open_drive: Add support for more than 32 devices of a particular kind. | grog | 2000-12-20 | 1 | -6/+11 |