| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvs | cvs2svn | 2000-07-26 | 24 | -24/+24 |
| * | MFC: Bring in sync with -CURRENT. Significant changes include: | Greg Lehey | 2000-06-08 | 9 | -55/+55 |
| * | MFC. This appears to have been omitted by accident in an earlier | Greg Lehey | 2000-06-02 | 1 | -1/+4 |
| * | MFC: parityrebuild: write the parity block back to the correct | Greg Lehey | 2000-06-02 | 1 | -2/+2 |
| * | MFC: Don't forget 'stripe' and 'mirror' commands when we turn off | Greg Lehey | 2000-05-20 | 1 | -1/+1 |
| * | MFC: Fix a multitude of sins, including data corruption and panics. | Greg Lehey | 2000-05-11 | 13 | -198/+250 |
| * | sdio: If sd I/O fails because of an I/O error, set the sd state | Greg Lehey | 2000-03-12 | 1 | -3/+3 |
| * | Fix a problem with device number parsing, which caused da10 to map to | Greg Lehey | 2000-03-02 | 1 | -5/+5 |
| * | Set default revive block size to 64 kB. | Greg Lehey | 2000-03-01 | 1 | -1/+2 |
| * | Tidy up splbio() protection. | Greg Lehey | 2000-03-01 | 1 | -18/+8 |
| * | vinumstrategy: Don't count the read and written bytes before they're | Greg Lehey | 2000-03-01 | 1 | -16/+7 |
| * | Add keywords raid4 and partition. | Greg Lehey | 2000-03-01 | 1 | -1/+1 |
| * | complete_rqe: Handle volume read stats here with other objects. | Greg Lehey | 2000-03-01 | 1 | -1/+5 |
| * | Replace the preprocessor variable names BDEV_MAJOR and CDEV_MAJOR with | Greg Lehey | 2000-02-29 | 1 | -14/+19 |
| * | plex_org: Add case for RAID-4. | Greg Lehey | 2000-02-29 | 1 | -14/+18 |
| * | set_drive_state: update subdisk states more correctly. | Greg Lehey | 2000-02-29 | 1 | -76/+91 |
| * | Fix horrible, embarrassing breakage which caused occasional panics and | Greg Lehey | 2000-02-29 | 1 | -181/+177 |
| * | launch_requests: If too many requests are active, include PCATCH in | Greg Lehey | 2000-02-29 | 1 | -28/+21 |
| * | Add support for RAID-4. This is the only change which is needed for | Greg Lehey | 2000-02-29 | 1 | -3/+6 |
| * | Malloc: Save the caller's file name in the correct entry. | Greg Lehey | 2000-02-29 | 1 | -2/+2 |
| * | Add keywords 'partition' and 'raid4'. | Greg Lehey | 2000-02-29 | 1 | -0/+2 |
| * | Modify comments to indicate that RAID-5 functions also apply to | Greg Lehey | 2000-02-29 | 2 | -8/+6 |
| * | open_drive: open drives directly rather than going via namei and | Greg Lehey | 2000-02-29 | 1 | -198/+126 |
| * | Remove references to vnode pointers, including debug output. Vinum | Greg Lehey | 2000-02-29 | 1 | -14/+2 |
| * | Remove declarations of read_drive and write_drive and replace them | Greg Lehey | 2000-02-29 | 1 | -2/+6 |
| * | Add support for RAID-4, even though it is inferior in almost every way | Greg Lehey | 2000-02-29 | 1 | -51/+73 |
| * | Change the startup sequence of the vinum volume from SI_SUB_DRIVERS | Greg Lehey | 2000-02-29 | 1 | -5/+10 |
| * | Cosmetic changes. | Greg Lehey | 2000-02-29 | 2 | -6/+7 |
| * | Give vn_isdisk() a second argument where it can return a suitable errno. | Poul-Henning Kamp | 2000-01-10 | 1 | -4/+3 |
| * | revision 1.40 backed out the removal of PCATCH in a tsleep allowing | Alfred Perlstein | 2000-01-10 | 1 | -1/+1 |
| * | Don't tsleep with PCATCH, it's a wonderful way to hang the system. | Greg Lehey | 2000-01-05 | 1 | -5/+6 |
| * | 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 | -19/+10 |
| * | When attaching a plex to a volume with 'up' subdisks, make the plexes | Greg Lehey | 2000-01-05 | 1 | -10/+12 |
| * | Correct printf format for pointers to avoid compilation warnings on | Greg Lehey | 2000-01-05 | 1 | -16/+16 |
| * | Correct printf format for pointers to avoid compilation warnings on | Greg Lehey | 2000-01-05 | 1 | -11/+23 |
| * | Modify the manner in which we lock RAID-5 plexes. This appears to | Greg Lehey | 2000-01-05 | 3 | -7/+15 |
| * | Change the name of the define 'SPACETAB' (originally 'isspace') to | Greg Lehey | 2000-01-05 | 1 | -4/+19 |
| * | Include basename() function even if the system isn't i386. | Greg Lehey | 2000-01-05 | 1 | -7/+11 |
| * | Add the keywords 'mv' and 'move'. | Greg Lehey | 2000-01-05 | 1 | -0/+3 |
| * | Add function moveobject, which currently moves subdisks to different | Greg Lehey | 2000-01-05 | 1 | -0/+44 |
| * | Add VINUM_MOVE ioctl. | Greg Lehey | 2000-01-05 | 1 | -43/+45 |
| * | Explicitly type large scalar parameters to avoid compilation warnings | Greg Lehey | 2000-01-05 | 1 | -8/+6 |
| * | Add declaration for give_sd_to_drive, needed for the 'move' command. | Greg Lehey | 2000-01-05 | 1 | -1/+2 |
| * | Set P_SYSTEM in the daemon proc structure to alleviate delays on | Greg Lehey | 2000-01-05 | 1 | -7/+8 |
| * | Explicitly type large scalar parameters to avoid compilation warnings | Greg Lehey | 2000-01-05 | 1 | -10/+18 |
| * | Don't forget the 'stripe' and 'mirror' keywords when we turn debugging | Greg Lehey | 1999-12-30 | 1 | -1/+1 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 5 | -12/+12 |
| * | 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 |