| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unused vinum files. | Poul-Henning Kamp | 2004-11-04 | 26 | -12139/+0 |
| * | Fix compilation of vinum(4) when VINUMDEBUG is not defined. | Marius Strobl | 2004-09-20 | 2 | -2/+2 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -0/+1 |
| * | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 4 | -4/+5 |
| * | Catch up with g_dev_open() changes and pass over the current thread | Lukas Ertl | 2004-06-22 | 1 | -1/+1 |
| * | Second half of the dev_t cleanup. | Poul-Henning Kamp | 2004-06-17 | 3 | -4/+4 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 5 | -20/+25 |
| * | Plug a mem leak in vinum_scandisk(). | Lukas Ertl | 2004-04-24 | 1 | -0/+1 |
| * | When doing round-robin reads from a multi-plex volume, only switch to the | Lukas Ertl | 2004-03-19 | 3 | -4/+20 |
| * | Properly count references of our dev_t to avoid triggering a KASSERT in | Lukas Ertl | 2004-03-11 | 2 | -0/+4 |
| * | Fix an integer overflow when dealing with very large volumes. This bug | Lukas Ertl | 2004-03-09 | 1 | -1/+1 |
| * | Since vinum doesn't fake disklabels anymore, remove get_volume_label(). | Lukas Ertl | 2004-03-09 | 2 | -62/+0 |
| * | Fix vinums cdevsw{} to initialize d_version. | Poul-Henning Kamp | 2004-02-23 | 2 | -13/+10 |
| * | Remove some more 'makedev' related macros. | Lukas Ertl | 2004-02-16 | 1 | -10/+0 |
| * | Don't free ressources that haven't been allocated. This should fix | Lukas Ertl | 2004-02-08 | 1 | -2/+9 |
| * | When creating raid5 or striped plexes, avoid falling out of bounds | Lukas Ertl | 2004-02-04 | 1 | -24/+27 |
| * | initsd: For striped and RAID-[45] plexes, don't restrict the I/O | Greg Lehey | 2003-12-15 | 1 | -5/+1 |
| * | free_plex, free_volume: Don't try to destroy the underlying device if | Greg Lehey | 2003-12-15 | 1 | -2/+4 |
| * | vinumclose: Fix day-one bug. Subdisks and plexes were not being | Greg Lehey | 2003-12-15 | 1 | -2/+11 |
| * | Initalize buffer headers correctly for current version of bio subsystem. | Greg Lehey | 2003-11-24 | 3 | -1/+6 |
| * | Fix vinum by correctly setting the b_offset bio filed when doing I/O. | Scott Long | 2003-11-23 | 3 | -2/+7 |
| * | Do not initialize bp->b_pblkno, it is going away. | Poul-Henning Kamp | 2003-10-18 | 1 | -1/+0 |
| * | If we fail to complete configuring a subdisk because of some error, | Greg Lehey | 2003-09-29 | 1 | -9/+15 |
| * | Revert last commit. It built the kernel module just fine, but broke | Greg Lehey | 2003-09-29 | 1 | -0/+10 |
| * | Remove calls to makedev. They were never needed. | Greg Lehey | 2003-09-29 | 2 | -22/+12 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 13 | -13/+39 |
| * | #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 |
| * | free_drive: Free the drive even if it's referenced. I don't know what | Greg Lehey | 2003-07-01 | 1 | -12/+7 |
| * | 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 |
| * | Silence a warning. | Greg Lehey | 2003-06-12 | 2 | -0/+2 |
| * | Remove "raw" and "label" keywords. | Greg Lehey | 2003-06-12 | 2 | -6/+2 |
| * | vinum_bounds_check: Don't check the label sector if the architecture | Greg Lehey | 2003-06-12 | 1 | -12/+13 |
| * | Remove VINUM_LABEL ioctl. It has been deprecated since December 1998, | Greg Lehey | 2003-06-12 | 2 | -8/+2 |
| * | Remove write_volume_label, the implementation of VINUM_LABEL ioctl. | Greg Lehey | 2003-06-12 | 1 | -50/+1 |
| * | Remove kw_raw. I've forgotten what it was intended for, and it was | Greg Lehey | 2003-06-12 | 1 | -5/+1 |
| * | Don't deregister the kld on resetconfig, only when we're really ready | Greg Lehey | 2003-06-03 | 1 | -3/+3 |
| * | Change the way the plex lock mutexes work. Previously they were part | Greg Lehey | 2003-05-23 | 1 | -16/+29 |
| * | Change the way the plex lock mutexes work. Previously they were part | Greg Lehey | 2003-05-23 | 1 | -3/+9 |
| * | expand_table: Add parameters file and line if we're debugging. | Greg Lehey | 2003-05-23 | 1 | -7/+18 |
| * | Change the way the plex lock mutexes work. Previously they were part | Greg Lehey | 2003-05-23 | 2 | -8/+31 |
| * | detachobject: Update volume config after detaching a plex. | Greg Lehey | 2003-05-23 | 1 | -3/+5 |
| * | Change the way the plex lock mutexes work. Previously they were part | Greg Lehey | 2003-05-23 | 1 | -2/+7 |
| * | Change many strcpys to strlcpys, etc. | Greg Lehey | 2003-05-23 | 1 | -20/+24 |
| * | print_config: | Greg Lehey | 2003-05-19 | 1 | -6/+14 |
| * | ioctl VINUM_READCONFIG: Don't lock configuration here. vinum_scandisk | Greg Lehey | 2003-05-08 | 1 | -5/+1 |
| * | Fix usages of %ll[dx] with typedef'ed created types. | David E. O'Brien | 2003-05-05 | 2 | -19/+19 |
| * | Add sector size member to subdisk, plex and volume objects. | Greg Lehey | 2003-05-05 | 1 | -0/+3 |