| Commit message (Expand) | Author | Age | Files | Lines |
| * | Zap a redundant NULL | Poul-Henning Kamp | 2004-05-30 | 1 | -1/+1 |
| * | Dump some more informations: | Pawel Jakub Dawidek | 2004-05-26 | 2 | -36/+57 |
| * | - Change command name from 'config' to 'configure'. | Pawel Jakub Dawidek | 2004-05-21 | 2 | -4/+4 |
| * | - Teach CONCAT class how to talk with geom(8). | Pawel Jakub Dawidek | 2004-05-20 | 2 | -102/+157 |
| * | Introduce STRIPE GEOM class. It implements RAID0 transformation and it | Pawel Jakub Dawidek | 2004-05-20 | 2 | -0/+1016 |
| * | Introduce NOP GEOM class. This is totally transparent GEOM class, but | Pawel Jakub Dawidek | 2004-05-20 | 2 | -0/+478 |
| * | Dont try to finish devstat's if the disk pointer is NULL, this can happen | Søren Schmidt | 2004-05-11 | 1 | -2/+2 |
| * | Close some small wakeup<->msleep races. | Pawel Jakub Dawidek | 2004-05-05 | 1 | -2/+4 |
| * | Fix compilation on 64-bit architectures. | Pawel Jakub Dawidek | 2004-05-04 | 1 | -1/+2 |
| * | Turn off debugging by default. | Pawel Jakub Dawidek | 2004-05-03 | 1 | -1/+1 |
| * | Prefer signed type over unsigned to be able to assert negative | Pawel Jakub Dawidek | 2004-05-03 | 1 | -1/+1 |
| * | - Hold g_gate_list_mtx lock while generating/checking unit number. | Pawel Jakub Dawidek | 2004-05-03 | 1 | -5/+9 |
| * | Make it compile on 64-bit architectures. | Pawel Jakub Dawidek | 2004-05-02 | 2 | -26/+26 |
| * | Kernel bits of GEOM Gate. | Pawel Jakub Dawidek | 2004-04-30 | 2 | -0/+775 |
| * | Allow disks with a GPT to be used on big-endian machines. The GPT is | Marcel Moolenaar | 2004-04-30 | 1 | -39/+48 |
| * | - Don't check if 'gp' is non-NULL, it always is and GEOM wants to | Pawel Jakub Dawidek | 2004-04-20 | 1 | -10/+10 |
| * | Calculate bio_completed properly or die! | Pawel Jakub Dawidek | 2004-04-04 | 1 | -0/+3 |
| * | Move the name attribute to the end of the conftxt line to simplify | Peter Grehan | 2004-04-01 | 1 | -4/+6 |
| * | Move "is consumer attached?" check before G_VALID_PROVIDER() check, | Pawel Jakub Dawidek | 2004-03-18 | 1 | -1/+1 |
| * | Be more insistent on destroying geoms at unload time. Still not perfect, | Poul-Henning Kamp | 2004-03-11 | 1 | -2/+8 |
| * | Rearrange some of the GEOM debugging tools to be more structured. | Poul-Henning Kamp | 2004-03-10 | 5 | -90/+71 |
| * | - Don't take sectorsize from first disk. Calculate it by finding | Pawel Jakub Dawidek | 2004-03-09 | 1 | -19/+48 |
| * | Print a space character between string given as a macro argument and | Pawel Jakub Dawidek | 2004-03-09 | 1 | -0/+1 |
| * | Don't panic on providers already withered when we wither a geom. | Poul-Henning Kamp | 2004-03-07 | 1 | -1/+2 |
| * | kthread_exit() no longer requires Giant, so don't force callers to acquire | John Baldwin | 2004-03-05 | 1 | -1/+0 |
| * | Correct year in copyrights. | Pawel Jakub Dawidek | 2004-03-04 | 2 | -2/+2 |
| * | - Remove d_valid field, we can use d_consumer field to check if disk | Pawel Jakub Dawidek | 2004-03-03 | 2 | -10/+7 |
| * | Removed unused fields. | Pawel Jakub Dawidek | 2004-03-01 | 1 | -2/+0 |
| * | We don't need d_length field. | Pawel Jakub Dawidek | 2004-03-01 | 1 | -2/+0 |
| * | Even if we're sure that we can't be orphaned here, we have to define | Pawel Jakub Dawidek | 2004-02-27 | 1 | -1/+2 |
| * | Remove unused field. | Pawel Jakub Dawidek | 2004-02-27 | 1 | -1/+0 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 2 | -1/+4 |
| * | Introduce CONCAT GEOM class for disk concatenation. | Pawel Jakub Dawidek | 2004-02-19 | 2 | -0/+862 |
| * | Change the disk(9) API in order to make device removal more robust. | Poul-Henning Kamp | 2004-02-18 | 2 | -25/+37 |
| * | Do not check error code from closing ->access() calls, we know they succeed. | Poul-Henning Kamp | 2004-02-14 | 3 | -8/+9 |
| * | Add a KASSERT which checks that a class never fails a closing ->access() | Poul-Henning Kamp | 2004-02-14 | 1 | -0/+3 |
| * | Remove the absolute count g_access_abs() function since experience has | Poul-Henning Kamp | 2004-02-12 | 16 | -69/+53 |
| * | Give both consumers and providers a {void *private, u_int index} which | Poul-Henning Kamp | 2004-02-12 | 1 | -1/+8 |
| * | Added g_print_bio() function to print informations about given bio. | Pawel Jakub Dawidek | 2004-02-11 | 2 | -0/+35 |
| * | Now we have g_topology_assert_not(), so use it to detect deadlocks. | Pawel Jakub Dawidek | 2004-02-10 | 1 | -1/+1 |
| * | Added macro which will be used to assert, that the topology lock is not held. | Pawel Jakub Dawidek | 2004-02-10 | 1 | -0/+6 |
| * | don't call sbuf_clear() right after sbuf_new(), it is not necessary. | Poul-Henning Kamp | 2004-02-10 | 3 | -6/+0 |
| * | Polish the work/state engine in preparation for HW-crypto support. | Poul-Henning Kamp | 2004-02-08 | 1 | -64/+65 |
| * | Add a missing error case return. | Poul-Henning Kamp | 2004-02-08 | 1 | -0/+1 |
| * | We don't need to hold Giant to create the worker kthread. | Poul-Henning Kamp | 2004-02-07 | 1 | -2/+0 |
| * | Allow decreasing access count even if there is no disk anymore. | Pawel Jakub Dawidek | 2004-02-06 | 1 | -3/+11 |
| * | Fix memory leak. | Lukas Ertl | 2004-02-06 | 1 | -1/+1 |
| * | Allow a GEOM class to unload if it has no geoms or a method function to | Poul-Henning Kamp | 2004-02-02 | 1 | -1/+6 |
| * | - Use proper names in KASSERTs. | Pawel Jakub Dawidek | 2004-02-02 | 1 | -6/+6 |
| * | Check error return from g_clone_bio(). (netchild@) | Poul-Henning Kamp | 2004-02-02 | 1 | -6/+8 |