| Commit message (Expand) | Author | Age | Files | Lines |
* | In case of drive errors, don't close the associated consumer and | le | 2005-02-17 | 1 | -10/+2 |
* | Fix year in copyrights. | pjd | 2005-02-16 | 2 | -2/+2 |
* | Update copyright in files changed this year. | pjd | 2005-02-16 | 8 | -8/+8 |
* | Fix year in copyrights. | pjd | 2005-02-16 | 2 | -2/+2 |
* | Remove mutex asserion from g_gate_find(). We don't want g_gate_list_mtx | pjd | 2005-02-16 | 1 | -1/+0 |
* | Remove TDP_GEOM flag from thread after ggate device creation. | pjd | 2005-02-16 | 1 | -0/+7 |
* | Fix typo. We want to unlock mutex here. | pjd | 2005-02-12 | 1 | -1/+1 |
* | Make various random things static | phk | 2005-02-10 | 4 | -5/+6 |
* | - Remove g_gate_hold()/g_gate_release() from start/done paths. It saves | pjd | 2005-02-09 | 2 | -59/+40 |
* | merge from geom_vol_ffs.c rev 1.14 (avoid unaligned I/O requests) | des | 2005-02-08 | 1 | -0/+10 |
* | Take care not to issue unaligned I/O requests while tasting a provider. | des | 2005-02-08 | 1 | -0/+10 |
* | - Use bioq_insert_tail()/bioq_insert_head() instead of bioq_disksort(). | pjd | 2005-02-05 | 1 | -3/+7 |
* | When dumping to a unpartitioned disk, make sure to chop the | phk | 2005-01-29 | 1 | -0/+2 |
* | - If mpsafevfs is off, acquire giant around all calls to bufdone(). | jeff | 2005-01-28 | 1 | -0/+4 |
* | Introduce and use g_vfs_close(). | phk | 2005-01-25 | 2 | -0/+12 |
* | Create a correctly sized vnode objects for disk devices. | phk | 2005-01-24 | 1 | -0/+1 |
* | - Don't acquire giant around calls to bufdone(). | jeff | 2005-01-24 | 1 | -2/+0 |
* | Only report state changes of subdisks and plexes when there's | le | 2005-01-21 | 1 | -2/+14 |
* | Don't initialize error with ENXIO as we might end up here when | le | 2005-01-21 | 1 | -2/+1 |
* | Protect against recursive slices creation in simlar way as it is done | pjd | 2005-01-20 | 1 | -7/+33 |
* | Rename synchronization and initialization threads and prefix them | le | 2005-01-19 | 1 | -2/+2 |
* | Although an object may already be known in the configuration, it's | le | 2005-01-19 | 3 | -5/+32 |
* | Reset object flags after killing off an object's worker thread. | le | 2005-01-19 | 1 | -0/+6 |
* | Discontinue zero-length g_ctl arguments as "just give him this pointer" | phk | 2005-01-17 | 1 | -6/+1 |
* | CAM will sometimes remove a disk again even before it finished being | phk | 2005-01-14 | 1 | -2/+4 |
* | Introduce a new GEOM class - SHSEC. It provides sharing secret between | pjd | 2005-01-11 | 2 | -0/+935 |
* | Add BO_SYNC() and add a default which uses the secret vnode pointer | phk | 2005-01-11 | 1 | -0/+1 |
* | Increase default synchronization speed. | pjd | 2005-01-09 | 2 | -2/+2 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 15 | -20/+29 |
* | - Fix 'rebuild' command - it can no longer relay on retaste event | pjd | 2005-01-04 | 3 | -50/+34 |
* | Spoiling is now not possible, because we keep consumers open for writing | pjd | 2005-01-04 | 3 | -38/+13 |
* | Fix 'rebuild' command (we ignore retaste event now, so don't relay on it). | pjd | 2005-01-03 | 3 | -11/+23 |
* | Remove unused #include. | pjd | 2005-01-03 | 1 | -1/+0 |
* | Stop explicitly touching td_base_pri outside of the scheduler and simply | jhb | 2004-12-30 | 3 | -6/+19 |
* | Remove debug code. | pjd | 2004-12-28 | 1 | -10/+2 |
* | - Add genid field to the metadata which will allow to improve reliability a bit. | pjd | 2004-12-25 | 3 | -61/+206 |
* | Update disk->d_genid field when increasing sc->sc_genid. | pjd | 2004-12-23 | 1 | -0/+1 |
* | - Add genid field to the metadata which will allow to improve reliability a bit. | pjd | 2004-12-22 | 3 | -57/+185 |
* | Now, when force device destruction is done on shutdown, hide warning, | pjd | 2004-12-21 | 2 | -2/+2 |
* | Improve reliability and clean up code a bit. | pjd | 2004-12-21 | 1 | -189/+140 |
* | This should not be permitted, but some GEOM classes held the topology lock | pjd | 2004-12-21 | 1 | -6/+30 |
* | Implement g_topology_try_lock(). | pjd | 2004-12-21 | 1 | -0/+2 |
* | Remove unused variables. | pjd | 2004-12-19 | 1 | -6/+1 |
* | - Argument 'flags' in g_mirror_destroy_consumer() function is unsed - | pjd | 2004-12-19 | 1 | -2/+3 |
* | Some major cleanups. | pjd | 2004-12-19 | 1 | -175/+107 |
* | Don't quit on first failure, just skip failures. | pjd | 2004-12-19 | 1 | -6/+6 |
* | Fix typo in a comment. | brueffer | 2004-12-15 | 1 | -1/+1 |
* | bioq_insert_head() function is already in subr_disk.c. | pjd | 2004-12-13 | 1 | -10/+0 |
* | Pass the file->flags down to geom ioctl handlers. | phk | 2004-12-12 | 6 | -8/+20 |
* | - Turn off 'fast' mode by default and increase maximum memory to consume | pjd | 2004-12-09 | 1 | -2/+2 |