| Commit message (Expand) | Author | Age | Files | Lines |
| * | Only report state changes of subdisks and plexes when there's | Lukas Ertl | 2005-01-21 | 1 | -2/+14 |
| * | Don't initialize error with ENXIO as we might end up here when | Lukas Ertl | 2005-01-21 | 1 | -2/+1 |
| * | Protect against recursive slices creation in simlar way as it is done | Pawel Jakub Dawidek | 2005-01-20 | 1 | -7/+33 |
| * | Rename synchronization and initialization threads and prefix them | Lukas Ertl | 2005-01-19 | 1 | -2/+2 |
| * | Although an object may already be known in the configuration, it's | Lukas Ertl | 2005-01-19 | 3 | -5/+32 |
| * | Reset object flags after killing off an object's worker thread. | Lukas Ertl | 2005-01-19 | 1 | -0/+6 |
| * | Discontinue zero-length g_ctl arguments as "just give him this pointer" | Poul-Henning Kamp | 2005-01-17 | 1 | -6/+1 |
| * | CAM will sometimes remove a disk again even before it finished being | Poul-Henning Kamp | 2005-01-14 | 1 | -2/+4 |
| * | Introduce a new GEOM class - SHSEC. It provides sharing secret between | Pawel Jakub Dawidek | 2005-01-11 | 2 | -0/+935 |
| * | Add BO_SYNC() and add a default which uses the secret vnode pointer | Poul-Henning Kamp | 2005-01-11 | 1 | -0/+1 |
| * | Increase default synchronization speed. | Pawel Jakub Dawidek | 2005-01-09 | 2 | -2/+2 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 15 | -20/+29 |
| * | - Fix 'rebuild' command - it can no longer relay on retaste event | Pawel Jakub Dawidek | 2005-01-04 | 3 | -50/+34 |
| * | Spoiling is now not possible, because we keep consumers open for writing | Pawel Jakub Dawidek | 2005-01-04 | 3 | -38/+13 |
| * | Fix 'rebuild' command (we ignore retaste event now, so don't relay on it). | Pawel Jakub Dawidek | 2005-01-03 | 3 | -11/+23 |
| * | Remove unused #include. | Pawel Jakub Dawidek | 2005-01-03 | 1 | -1/+0 |
| * | Stop explicitly touching td_base_pri outside of the scheduler and simply | John Baldwin | 2004-12-30 | 3 | -6/+19 |
| * | Remove debug code. | Pawel Jakub Dawidek | 2004-12-28 | 1 | -10/+2 |
| * | - Add genid field to the metadata which will allow to improve reliability a bit. | Pawel Jakub Dawidek | 2004-12-25 | 3 | -61/+206 |
| * | Update disk->d_genid field when increasing sc->sc_genid. | Pawel Jakub Dawidek | 2004-12-23 | 1 | -0/+1 |
| * | - Add genid field to the metadata which will allow to improve reliability a bit. | Pawel Jakub Dawidek | 2004-12-22 | 3 | -57/+185 |
| * | Now, when force device destruction is done on shutdown, hide warning, | Pawel Jakub Dawidek | 2004-12-21 | 2 | -2/+2 |
| * | Improve reliability and clean up code a bit. | Pawel Jakub Dawidek | 2004-12-21 | 1 | -189/+140 |
| * | This should not be permitted, but some GEOM classes held the topology lock | Pawel Jakub Dawidek | 2004-12-21 | 1 | -6/+30 |
| * | Implement g_topology_try_lock(). | Pawel Jakub Dawidek | 2004-12-21 | 1 | -0/+2 |
| * | Remove unused variables. | Pawel Jakub Dawidek | 2004-12-19 | 1 | -6/+1 |
| * | - Argument 'flags' in g_mirror_destroy_consumer() function is unsed - | Pawel Jakub Dawidek | 2004-12-19 | 1 | -2/+3 |
| * | Some major cleanups. | Pawel Jakub Dawidek | 2004-12-19 | 1 | -175/+107 |
| * | Don't quit on first failure, just skip failures. | Pawel Jakub Dawidek | 2004-12-19 | 1 | -6/+6 |
| * | Fix typo in a comment. | Christian Brueffer | 2004-12-15 | 1 | -1/+1 |
| * | bioq_insert_head() function is already in subr_disk.c. | Pawel Jakub Dawidek | 2004-12-13 | 1 | -10/+0 |
| * | Pass the file->flags down to geom ioctl handlers. | Poul-Henning Kamp | 2004-12-12 | 6 | -8/+20 |
| * | - Turn off 'fast' mode by default and increase maximum memory to consume | Pawel Jakub Dawidek | 2004-12-09 | 1 | -2/+2 |
| * | o Don't limit GPT as a rank 2 provider. Allow it to be connected | Marcel Moolenaar | 2004-12-05 | 1 | -17/+25 |
| * | When initializing device, set d_softc and d_no fields for all components, | Pawel Jakub Dawidek | 2004-12-04 | 1 | -3/+4 |
| * | Add observations of the Linux98 and Grub/98 boot loaders. These | Warner Losh | 2004-11-30 | 1 | -5/+15 |
| * | Reject tasting of this provider if the sector size isn't a multiple of | Warner Losh | 2004-11-30 | 1 | -3/+6 |
| * | Fix a long standing bug in geom_mbr which is only now exposed by the | Poul-Henning Kamp | 2004-11-28 | 1 | -4/+14 |
| * | Implement 'setstate' to allow setting the state of drives and subdisks | Lukas Ertl | 2004-11-26 | 3 | -5/+82 |
| * | Implement checkparity/rebuildparity. | Lukas Ertl | 2004-11-26 | 7 | -13/+316 |
| * | - Add missing Giant drop before acquiring the topology lock. | Pawel Jakub Dawidek | 2004-11-23 | 1 | -3/+6 |
| * | Use M_ZERO to not panic in mtx_init when INVARIANTS enabled. | Max Khon | 2004-11-20 | 1 | -1/+1 |
| * | Move RAID5 offset calculation into a separate function to avoid | Lukas Ertl | 2004-11-15 | 1 | -50/+56 |
| * | Share gv_roughlength() between kernel and userland, as we will need it | Lukas Ertl | 2004-11-15 | 4 | -36/+36 |
| * | Before trying to update metadata (so open consumer for writing), be sure | Pawel Jakub Dawidek | 2004-11-09 | 2 | -21/+53 |
| * | Introduce g_waitidlelock() function which is simlar to g_waitidle(), | Pawel Jakub Dawidek | 2004-11-09 | 2 | -0/+13 |
| * | Don't rely on DIRTY flag to be sure that consumer if open, because | Pawel Jakub Dawidek | 2004-11-09 | 2 | -2/+2 |
| * | For BIO_READ check if provider is open for reading and for BIO_WRITE, | Pawel Jakub Dawidek | 2004-11-09 | 1 | -3/+11 |
| * | Drop Giant lock before grabbing the topology lock. | Pawel Jakub Dawidek | 2004-11-09 | 2 | -0/+4 |
| * | If device is marked as beeing destroyed, deny all access requests. | Pawel Jakub Dawidek | 2004-11-08 | 2 | -2/+4 |