summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* When dumping to a unpartitioned disk, make sure to chop thephk2005-01-291-0/+2
* - If mpsafevfs is off, acquire giant around all calls to bufdone().jeff2005-01-281-0/+4
* Introduce and use g_vfs_close().phk2005-01-252-0/+12
* Create a correctly sized vnode objects for disk devices.phk2005-01-241-0/+1
* - Don't acquire giant around calls to bufdone().jeff2005-01-241-2/+0
* Only report state changes of subdisks and plexes when there'sle2005-01-211-2/+14
* Don't initialize error with ENXIO as we might end up here whenle2005-01-211-2/+1
* Protect against recursive slices creation in simlar way as it is donepjd2005-01-201-7/+33
* Rename synchronization and initialization threads and prefix themle2005-01-191-2/+2
* Although an object may already be known in the configuration, it'sle2005-01-193-5/+32
* Reset object flags after killing off an object's worker thread.le2005-01-191-0/+6
* Discontinue zero-length g_ctl arguments as "just give him this pointer"phk2005-01-171-6/+1
* CAM will sometimes remove a disk again even before it finished beingphk2005-01-141-2/+4
* Introduce a new GEOM class - SHSEC. It provides sharing secret betweenpjd2005-01-112-0/+935
* Add BO_SYNC() and add a default which uses the secret vnode pointerphk2005-01-111-0/+1
* Increase default synchronization speed.pjd2005-01-092-2/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0615-20/+29
* - Fix 'rebuild' command - it can no longer relay on retaste eventpjd2005-01-043-50/+34
* Spoiling is now not possible, because we keep consumers open for writingpjd2005-01-043-38/+13
* Fix 'rebuild' command (we ignore retaste event now, so don't relay on it).pjd2005-01-033-11/+23
* Remove unused #include.pjd2005-01-031-1/+0
* Stop explicitly touching td_base_pri outside of the scheduler and simplyjhb2004-12-303-6/+19
* Remove debug code.pjd2004-12-281-10/+2
* - Add genid field to the metadata which will allow to improve reliability a bit.pjd2004-12-253-61/+206
* Update disk->d_genid field when increasing sc->sc_genid.pjd2004-12-231-0/+1
* - Add genid field to the metadata which will allow to improve reliability a bit.pjd2004-12-223-57/+185
* Now, when force device destruction is done on shutdown, hide warning,pjd2004-12-212-2/+2
* Improve reliability and clean up code a bit.pjd2004-12-211-189/+140
* This should not be permitted, but some GEOM classes held the topology lockpjd2004-12-211-6/+30
* Implement g_topology_try_lock().pjd2004-12-211-0/+2
* Remove unused variables.pjd2004-12-191-6/+1
* - Argument 'flags' in g_mirror_destroy_consumer() function is unsed -pjd2004-12-191-2/+3
* Some major cleanups.pjd2004-12-191-175/+107
* Don't quit on first failure, just skip failures.pjd2004-12-191-6/+6
* Fix typo in a comment.brueffer2004-12-151-1/+1
* bioq_insert_head() function is already in subr_disk.c.pjd2004-12-131-10/+0
* Pass the file->flags down to geom ioctl handlers.phk2004-12-126-8/+20
* - Turn off 'fast' mode by default and increase maximum memory to consumepjd2004-12-091-2/+2
* o Don't limit GPT as a rank 2 provider. Allow it to be connectedmarcel2004-12-051-17/+25
* When initializing device, set d_softc and d_no fields for all components,pjd2004-12-041-3/+4
* Add observations of the Linux98 and Grub/98 boot loaders. Theseimp2004-11-301-5/+15
* Reject tasting of this provider if the sector size isn't a multiple ofimp2004-11-301-3/+6
* Fix a long standing bug in geom_mbr which is only now exposed by thephk2004-11-281-4/+14
* Implement 'setstate' to allow setting the state of drives and subdisksle2004-11-263-5/+82
* Implement checkparity/rebuildparity.le2004-11-267-13/+316
* - Add missing Giant drop before acquiring the topology lock.pjd2004-11-231-3/+6
* Use M_ZERO to not panic in mtx_init when INVARIANTS enabled.fjoe2004-11-201-1/+1
* Move RAID5 offset calculation into a separate function to avoidle2004-11-151-50/+56
* Share gv_roughlength() between kernel and userland, as we will need itle2004-11-154-36/+36
* Before trying to update metadata (so open consumer for writing), be surepjd2004-11-092-21/+53
OpenPOWER on IntegriCloud