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