| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Increase the initial size of a RAID-5 plex lock table to 256 entries, | grog | 2000-05-04 | 1 | -2/+2 |
* | requeststatus: Correct check for striped plex. | grog | 2000-05-04 | 1 | -2/+2 |
* | Don't hide bio structure behind macros like b_ioflags. | grog | 2000-05-04 | 1 | -40/+54 |
* | expand_table: Avoid a race condition which may have been contributing | grog | 2000-05-04 | 1 | -1/+4 |
* | lockrange: Avoid a race condition which was causing random corruption, | grog | 2000-05-04 | 1 | -6/+5 |
* | remove_drive: correctly obliterate the magic number. | grog | 2000-05-04 | 1 | -7/+15 |
* | Don't hide bio structure behind macros like b_ioflags. | grog | 2000-05-04 | 1 | -27/+35 |
* | Only wake up one process when we're done configuring. | grog | 2000-05-04 | 1 | -2/+2 |
* | s/biowait/bufwait/g | phk | 2000-04-29 | 2 | -8/+8 |
* | initsd(): Complete the intention of revision 1.25 and write init data to disk. | grog | 2000-04-22 | 1 | -5/+6 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | Make vinum compile again using the "cast to buf" workaround. | phk | 2000-04-16 | 3 | -20/+21 |
* | open_drive: Add kludges for vn and md. | grog | 2000-04-06 | 1 | -0/+4 |
* | (finally!) add keywords raid4 and partition. | grog | 2000-04-06 | 1 | -1/+3 |
* | complete_rqe: Remove a race condition in RAID-4 and RAID-5 where a | grog | 2000-04-06 | 1 | -2/+2 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 5 | -37/+38 |
* | repair half-Danish b.b_iocmd damage where writes/reads weren't getting | alfred | 2000-03-26 | 3 | -4/+7 |
* | rqe->b.b_flags |= B_READ; became | alfred | 2000-03-26 | 1 | -1/+1 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 4 | -7/+7 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 8 | -42/+43 |
* | sdio: If sd I/O fails because of an I/O error, set the sd state | grog | 2000-03-12 | 1 | -3/+3 |
* | Fix a problem with device number parsing, which caused da10 to map to | grog | 2000-03-02 | 1 | -5/+5 |
* | Set default revive block size to 64 kB. | grog | 2000-03-01 | 1 | -1/+2 |
* | Tidy up splbio() protection. | grog | 2000-03-01 | 1 | -18/+8 |
* | vinumstrategy: Don't count the read and written bytes before they're | grog | 2000-03-01 | 1 | -16/+7 |
* | Add keywords raid4 and partition. | grog | 2000-03-01 | 1 | -1/+1 |
* | complete_rqe: Handle volume read stats here with other objects. | grog | 2000-03-01 | 1 | -1/+5 |
* | Replace the preprocessor variable names BDEV_MAJOR and CDEV_MAJOR with | grog | 2000-02-29 | 1 | -14/+19 |
* | plex_org: Add case for RAID-4. | grog | 2000-02-29 | 1 | -14/+18 |
* | set_drive_state: update subdisk states more correctly. | grog | 2000-02-29 | 1 | -76/+91 |
* | Fix horrible, embarrassing breakage which caused occasional panics and | grog | 2000-02-29 | 1 | -181/+177 |
* | launch_requests: If too many requests are active, include PCATCH in | grog | 2000-02-29 | 1 | -28/+21 |
* | Add support for RAID-4. This is the only change which is needed for | grog | 2000-02-29 | 1 | -3/+6 |
* | Malloc: Save the caller's file name in the correct entry. | grog | 2000-02-29 | 1 | -2/+2 |
* | Add keywords 'partition' and 'raid4'. | grog | 2000-02-29 | 1 | -0/+2 |
* | Modify comments to indicate that RAID-5 functions also apply to | grog | 2000-02-29 | 2 | -8/+6 |
* | open_drive: open drives directly rather than going via namei and | grog | 2000-02-29 | 1 | -198/+126 |
* | Remove references to vnode pointers, including debug output. Vinum | grog | 2000-02-29 | 1 | -14/+2 |
* | Remove declarations of read_drive and write_drive and replace them | grog | 2000-02-29 | 1 | -2/+6 |
* | Add support for RAID-4, even though it is inferior in almost every way | grog | 2000-02-29 | 1 | -51/+73 |
* | Change the startup sequence of the vinum volume from SI_SUB_DRIVERS | grog | 2000-02-29 | 1 | -5/+10 |
* | Cosmetic changes. | grog | 2000-02-29 | 2 | -6/+7 |
* | Give vn_isdisk() a second argument where it can return a suitable errno. | phk | 2000-01-10 | 1 | -4/+3 |
* | revision 1.40 backed out the removal of PCATCH in a tsleep allowing | alfred | 2000-01-10 | 1 | -1/+1 |
* | Don't tsleep with PCATCH, it's a wonderful way to hang the system. | grog | 2000-01-05 | 1 | -5/+6 |
* | Add missing header file. | grog | 2000-01-05 | 1 | -0/+1 |
* | Explicitly type large scalar parameters to avoid compilation warnings | grog | 2000-01-05 | 1 | -19/+10 |
* | When attaching a plex to a volume with 'up' subdisks, make the plexes | grog | 2000-01-05 | 1 | -10/+12 |
* | Correct printf format for pointers to avoid compilation warnings on | grog | 2000-01-05 | 1 | -16/+16 |