| Commit message (Expand) | Author | Age | Files | Lines |
* | After provider creation!! | pjd | 2005-05-25 | 1 | -6/+6 |
* | - Call root_mount_rel() when provider IS created, not earlier. | pjd | 2005-05-25 | 1 | -8/+20 |
* | Add some debug code to diagnose root-on-mirror problems with recent -current. | pjd | 2005-05-23 | 1 | -0/+3 |
* | Correct typo. | pjd | 2005-05-18 | 1 | -1/+1 |
* | When a drive dies, don't call g_wither_geom() directly, but instead | le | 2005-05-17 | 1 | -46/+71 |
* | cp can't be NULL. | pjd | 2005-05-11 | 1 | -7/+5 |
* | gp can't be NULL. | pjd | 2005-05-11 | 1 | -10/+8 |
* | Add KASSERT() to be sure there is an active component. | pjd | 2005-05-11 | 1 | -0/+1 |
* | Check return value. | pjd | 2005-05-11 | 1 | -0/+4 |
* | Fix signed vs unsigned warning. | nyan | 2005-05-01 | 1 | -2/+2 |
* | Only allow RAID5 plexes to be parity checked. | le | 2005-04-28 | 1 | -0/+4 |
* | Fix provider's size check for 'insert' command. | pjd | 2005-04-25 | 1 | -1/+2 |
* | The size of a filesystem may be less than the size of the provider it | wollman | 2005-04-19 | 1 | -2/+2 |
* | Remove the hack which allowed to use gmirror for root file system, | pjd | 2005-04-19 | 2 | -49/+8 |
* | Call g_waitidle() instead of GEOM using the root_mount_hold() KPI. | phk | 2005-04-19 | 1 | -6/+0 |
* | Add a named reference-count KPI to hold off mounting of the root filesystem. | phk | 2005-04-18 | 1 | -0/+6 |
* | Protect against recursive labels creation in simlar way as it is done | pjd | 2005-04-12 | 1 | -6/+46 |
* | Fix a long-standing bug. Error string has to be copyied from the user | pjd | 2005-04-08 | 1 | -5/+9 |
* | - Add a missing g_io_deliver() in case of allocation failure - we didn't | pjd | 2005-04-03 | 1 | -3/+17 |
* | Remove geometry translations here. | nyan | 2005-03-30 | 1 | -23/+0 |
* | Support VTOC volume names. This can be useful to distinguish multiple | joerg | 2005-03-30 | 1 | -1/+11 |
* | fix a "modify after free" bug which is practically impossible to | phk | 2005-03-26 | 1 | -5/+8 |
* | If an error occurs, clean up before returning from g_raid3_connect_disk(). | pjd | 2005-03-26 | 1 | -14/+17 |
* | Make the code more obvious - when an error occurs in g_mirror_connect_disk(), | pjd | 2005-03-26 | 1 | -9/+13 |
* | Check for return values. | pjd | 2005-03-26 | 2 | -0/+20 |
* | g_read_data() can return NULL, check for it. | phk | 2005-03-18 | 1 | -0/+2 |
* | After rejecting the bio request early, return instead of panicing. | phk | 2005-03-18 | 1 | -1/+3 |
* | Avoid null pointer dereference. | phk | 2005-03-18 | 1 | -3/+2 |
* | Plug memory leak. | pjd | 2005-03-16 | 1 | -2/+1 |
* | forward declare struct disk. | phk | 2005-03-15 | 1 | -0/+2 |
* | Do not attach MBR on top of an MBR. This removes some confusing | phk | 2005-03-14 | 1 | -0/+2 |
* | stop including rijndael-api-fst.h from rijndael.h. | ume | 2005-03-11 | 5 | -7/+5 |
* | Remove test for zero sectorsize when tasting. This check doesn't | le | 2005-03-07 | 2 | -6/+0 |
* | Add placeholder mutex argument to new_unrhdr(). | phk | 2005-03-07 | 1 | -2/+1 |
* | Don't allow to synchronize a plex that is already sychronizing. | le | 2005-03-04 | 1 | -13/+24 |
* | - Add md_provsize field to metadata, which will help with | pjd | 2005-02-27 | 12 | -24/+176 |
* | Correctly calculate what to do and how to retry a request to a plex when | le | 2005-02-23 | 2 | -12/+47 |
* | Try to unbreak the vnode locking around vop_reclaim() (based mostly on | phk | 2005-02-19 | 1 | -0/+4 |
* | 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 |