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