aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/gate
Commit message (Expand)AuthorAgeFilesLines
* Add CANCEL command which allows to remove one request from the queue orPawel Jakub Dawidek2005-07-082-4/+53
* Update copyright in files changed this year.Pawel Jakub Dawidek2005-02-162-2/+2
* Remove mutex asserion from g_gate_find(). We don't want g_gate_list_mtxPawel Jakub Dawidek2005-02-161-1/+0
* Remove TDP_GEOM flag from thread after ggate device creation.Pawel Jakub Dawidek2005-02-161-0/+7
* Fix typo. We want to unlock mutex here.Pawel Jakub Dawidek2005-02-121-1/+1
* - Remove g_gate_hold()/g_gate_release() from start/done paths. It savesPawel Jakub Dawidek2005-02-092-59/+40
* - Use bioq_insert_tail()/bioq_insert_head() instead of bioq_disksort().Pawel Jakub Dawidek2005-02-051-3/+7
* - Add missing Giant drop before acquiring the topology lock.Pawel Jakub Dawidek2004-11-231-3/+6
* Unlock g_gate_list_mtx mutex when we cannot allocate unit number.Pawel Jakub Dawidek2004-10-021-0/+1
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-081-0/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+1
* Remove unused argument for good.Pawel Jakub Dawidek2004-07-011-2/+2
* Introduce a hack that will make geom_gate to work with read-only mounts.Pawel Jakub Dawidek2004-06-271-0/+9
* Don't hold topology lock while calling g_gate_release().Pawel Jakub Dawidek2004-06-211-0/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-2/+2
* Close some small wakeup<->msleep races.Pawel Jakub Dawidek2004-05-051-2/+4
* Turn off debugging by default.Pawel Jakub Dawidek2004-05-031-1/+1
* Prefer signed type over unsigned to be able to assert negativePawel Jakub Dawidek2004-05-031-1/+1
* - Hold g_gate_list_mtx lock while generating/checking unit number.Pawel Jakub Dawidek2004-05-031-5/+9
* Make it compile on 64-bit architectures.Pawel Jakub Dawidek2004-05-022-26/+26
* Kernel bits of GEOM Gate.Pawel Jakub Dawidek2004-04-302-0/+775