| Commit message (Expand) | Author | Age | Files | Lines |
* | MFp4: Export more informations about encrypted providers. | pjd | 2005-07-27 | 1 | -0/+32 |
* | Reduce default debug level to 0. | pjd | 2005-07-27 | 1 | -1/+1 |
* | Add GEOM_ELI class which provides GEOM providers encryption. | pjd | 2005-07-27 | 7 | -0/+2757 |
* | Use root_mount KPI for RAID3 to delay root file system mount. | pjd | 2005-07-27 | 2 | -0/+28 |
* | By design I left a tiny race in updating the I/O statistics based on | phk | 2005-07-25 | 1 | -8/+14 |
* | Add a very simple and small GEOM class - ZERO. | pjd | 2005-07-25 | 1 | -0/+113 |
* | Comment typo | phk | 2005-07-20 | 1 | -1/+1 |
* | Before calling g_orphan_provider(), add G_PF_WITHER flag, so GEOM will know | pjd | 2005-07-17 | 2 | -0/+2 |
* | Merged from geom_mbr.c revisions 1.62 and 1.66. | nyan | 2005-07-15 | 1 | -6/+68 |
* | *) Implement round-robin reads for multiplex volumes. | le | 2005-07-15 | 2 | -25/+36 |
* | Implement a gctl handler and the verb "write MBR" which can be used to | phk | 2005-07-15 | 1 | -5/+55 |
* | Add CANCEL command which allows to remove one request from the queue or | pjd | 2005-07-08 | 2 | -4/+53 |
* | 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 |