| Commit message (Expand) | Author | Age | Files | Lines |
| * | Initalize buffer headers correctly for current version of bio subsystem. | Greg Lehey | 2003-11-24 | 1 | -0/+1 |
| * | Fix vinum by correctly setting the b_offset bio filed when doing I/O. | Scott Long | 2003-11-23 | 1 | -0/+1 |
| * | #ifdef __i386__ the "int slice" definition that became i386-only with | Robert Watson | 2003-08-15 | 1 | -0/+2 |
| * | vinum_scandisk: | Greg Lehey | 2003-08-15 | 1 | -1/+5 |
| * | Drop Giant when calling the disk drivers directly, and reacquire | Greg Lehey | 2003-08-15 | 1 | -4/+13 |
| * | Check compatibility partitions on all archs. This makes vinum | Hartmut Brandt | 2003-06-23 | 1 | -2/+0 |
| * | check_drive: If the partition isn't a Vinum drive, release it again | Greg Lehey | 2003-06-15 | 1 | -35/+35 |
| * | Remove write_volume_label, the implementation of VINUM_LABEL ioctl. | Greg Lehey | 2003-06-12 | 1 | -50/+1 |
| * | print_config: | Greg Lehey | 2003-05-19 | 1 | -6/+14 |
| * | vinum_scandisk: Make sure the config is locked before we mess around | Greg Lehey | 2003-05-05 | 1 | -15/+22 |
| * | Rewrite of startup code: | Greg Lehey | 2003-05-04 | 1 | -17/+82 |
| * | check_drive: If we find an existing drive which is "up" or "down", | Greg Lehey | 2003-05-02 | 1 | -2/+4 |
| * | Use microtime, not getmicrotime, for timing debug entries. | Greg Lehey | 2003-05-01 | 1 | -63/+49 |
| * | NO_GEOM cleanup: unifdef -UNO_GEOM | Poul-Henning Kamp | 2003-02-22 | 1 | -19/+0 |
| * | Finally make vinum ready for the root filesystem in FreeBSD 5.x. (A | Joerg Wunsch | 2003-02-05 | 1 | -22/+7 |
| * | Put use of DIOCWLABEL under #ifdef NO_GEOM | Poul-Henning Kamp | 2003-01-26 | 1 | -0/+6 |
| * | Make the arguments to d_close() match the arguments to d_open(), since | Joerg Wunsch | 2003-01-22 | 1 | -1/+1 |
| * | Remove unused second argument from DEV_STRATEGY(). | Poul-Henning Kamp | 2003-01-03 | 1 | -2/+2 |
| * | Get Vinum up and running with GEOM: | Robert Watson | 2002-10-05 | 1 | -86/+21 |
| * | Don't use "NULL" when "0" is really meant. | Archie Cobbs | 2002-08-21 | 1 | -1/+1 |
| * | More s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 1 | -1/+1 |
| * | Retire the bogus uses of the disklabel field d_sbsize and begin to | Poul-Henning Kamp | 2002-05-12 | 1 | -1/+1 |
| * | vinum_open: recognize twed device. | Greg Lehey | 2002-04-26 | 1 | -1/+4 |
| * | Stop using the bogus DIOCGPART ioctl, use DIOCGSECTORSIZE and | Poul-Henning Kamp | 2002-04-02 | 1 | -6/+17 |
| * | Remove unused include. | Jeff Roberson | 2002-03-20 | 1 | -1/+0 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -5/+5 |
| * | open_device: Recognize ar device. | Greg Lehey | 2001-08-01 | 1 | -0/+2 |
| * | Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable. | Greg Lehey | 2001-05-23 | 1 | -2/+2 |
| * | format_config: Replace long format lines. | Greg Lehey | 2001-05-22 | 1 | -18/+28 |
| * | Correct check for partition c. Previously the check was for drive 2, | Greg Lehey | 2001-01-20 | 1 | -1/+1 |
| * | format_config: If a subdisk loses its drive (due to a bug which has | Greg Lehey | 2001-01-14 | 1 | -12/+25 |
| * | open_drive: Refuse to open partition c of a disk device. | Greg Lehey | 2001-01-10 | 1 | -5/+9 |
| * | open_drive: Add support for more than 32 devices of a particular kind. | Greg Lehey | 2000-12-20 | 1 | -6/+11 |
| * | open_drive: | Greg Lehey | 2000-08-16 | 1 | -16/+21 |
| * | open_drive: Recognize "wd" device type. This is going away, but it's | Greg Lehey | 2000-06-02 | 1 | -7/+6 |
| * | vinum_scandisk: Correct error recovery if a configuration is munged. | Greg Lehey | 2000-05-11 | 1 | -3/+3 |
| * | remove_drive: correctly obliterate the magic number. | Greg Lehey | 2000-05-04 | 1 | -7/+15 |
| * | s/biowait/bufwait/g | Poul-Henning Kamp | 2000-04-29 | 1 | -2/+2 |
| * | open_drive: Add kludges for vn and md. | Greg Lehey | 2000-04-06 | 1 | -0/+4 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 1 | -2/+2 |
| * | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | Poul-Henning Kamp | 2000-03-20 | 1 | -2/+2 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 1 | -2/+3 |
| * | Fix a problem with device number parsing, which caused da10 to map to | Greg Lehey | 2000-03-02 | 1 | -5/+5 |
| * | open_drive: open drives directly rather than going via namei and | Greg Lehey | 2000-02-29 | 1 | -197/+125 |
| * | Give vn_isdisk() a second argument where it can return a suitable errno. | Poul-Henning Kamp | 2000-01-10 | 1 | -4/+3 |
| * | Add missing header file. | Greg Lehey | 2000-01-05 | 1 | -0/+1 |
| * | Explicitly type large scalar parameters to avoid compilation warnings | Greg Lehey | 2000-01-05 | 1 | -8/+6 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -0/+4 |
| * | Look for disk devices rather than bdevs. | Poul-Henning Kamp | 1999-12-12 | 1 | -2/+2 |
| * | Fix another instance of vinum_scandisk giving a request to the daemon | Greg Lehey | 1999-10-13 | 1 | -10/+10 |