| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve ZFS N-way mirror read performance by using load and locality | smh | 2013-10-23 | 1 | -0/+1 |
* | Merge GEOM direct dispatch changes from the projects/camlock branch. | mav | 2013-10-22 | 1 | -0/+6 |
* | Implement the concept of the unmapped VMIO buffers, i.e. buffers which | kib | 2013-03-19 | 1 | -0/+1 |
* | - Don't pass geom and provider names as format strings. | jh | 2012-11-20 | 1 | -2/+4 |
* | Remove unneeded G_PF_CANDELETE flag. | ed | 2012-08-28 | 1 | -1/+0 |
* | Implement media change notification for DA and CD removable media devices. | mav | 2012-07-29 | 1 | -1/+5 |
* | Add back spare fields consumed in r237545. It seems that these should only | ken | 2012-07-17 | 1 | -0/+2 |
* | Add back spare fields reused in r238213. According to Attilio, the rule | trasz | 2012-07-16 | 1 | -0/+2 |
* | Add a new GEOM method, resize(), which is called after provider size changes. | trasz | 2012-07-07 | 1 | -2/+4 |
* | Consume spare fields for the providergone pointers added to the g_class and | ken | 2012-06-25 | 1 | -4/+2 |
* | Fix a bug which causes a panic in daopen(). The panic is caused by | ken | 2012-06-24 | 1 | -0/+3 |
* | Add some spare fields to the g_class and g_geom structures needed to implement | pjd | 2011-07-17 | 1 | -0/+5 |
* | Remove include of sys/sbuf.h from geom/geom.h. | ae | 2011-07-11 | 1 | -1/+0 |
* | Plumb device physical path reporting from CAM devices, through GEOM and | gibbs | 2011-06-14 | 1 | -0/+5 |
* | Implement relaxed comparision for hardcoded provider names to make it | mav | 2011-04-27 | 1 | -0/+1 |
* | MFgraid/head r218212, r218257: | mav | 2011-03-24 | 1 | -0/+6 |
* | MFgraid/head r217827: | mav | 2011-03-24 | 1 | -0/+2 |
* | Fix deadlock between GEOM class unloading and withering. Withering can't | jh | 2010-05-05 | 1 | -0/+3 |
* | Make gjournal work with kernel compiled with "options DIAGNOSTIC". | trasz | 2009-06-30 | 1 | -0/+1 |
* | As discussed in the devsummit, introduce two fields in the | luigi | 2009-06-11 | 1 | -0/+13 |
* | Revert r190676,190677 | thompsa | 2009-04-10 | 1 | -2/+0 |
* | Add interleaving root hold tokens from the CAM probe to disk_create and geom | thompsa | 2009-04-03 | 1 | -0/+2 |
* | Constify val in g_handleattr() and str in g_handleattr_str(). | marcel | 2009-02-01 | 1 | -2/+3 |
* | Add g_retaste(), which given a class will present all non-open providers | marcel | 2008-03-23 | 1 | -0/+1 |
* | Implement g_delete_data() similar to g_read_data() and g_write_data(). | pjd | 2007-05-05 | 1 | -0/+1 |
* | - Implement helper g_handleattr_str() function for string attributes | pjd | 2007-05-05 | 1 | -0/+1 |
* | Add a new I/O request - BIO_FLUSH, which basically tells providers below to | pjd | 2006-10-31 | 1 | -0/+1 |
* | Add __printflike() to gctl_error(). | pjd | 2006-09-16 | 1 | -1/+1 |
* | Add 'show geom [addr]' ddb(4) command, which prints entire GEOM topology if | pjd | 2006-09-15 | 1 | -1/+3 |
* | Only check if we're freeing a valid object if we hold the topology lock. | pjd | 2006-07-12 | 1 | -4/+7 |
* | Add g_duplicate_bio() function which does the same thing what g_clone_bio() | pjd | 2006-06-05 | 1 | -0/+1 |
* | Add g_wither_provider() to abstract the details of destroying a | marcel | 2006-04-10 | 1 | -0/+1 |
* | Change gctl_set_param() to return an error instead of setting an | marcel | 2006-04-07 | 1 | -1/+2 |
* | Typo. | phk | 2005-09-03 | 1 | -1/+1 |
* | Implement g_topology_try_lock(). | pjd | 2004-12-21 | 1 | -0/+2 |
* | Pass the file->flags down to geom ioctl handlers. | phk | 2004-12-12 | 1 | -2/+3 |
* | Introduce g_waitidlelock() function which is simlar to g_waitidle(), | pjd | 2004-11-09 | 1 | -0/+1 |
* | Add g_wither_geom_close() function. | phk | 2004-10-29 | 1 | -0/+1 |
* | Move the prototype for g_waitidle() to a more visible place. | phk | 2004-10-23 | 1 | -1/+0 |
* | Introduce g_alloc_bio() as a waiting variant of g_new_bio(). | phk | 2004-08-27 | 1 | -0/+1 |
* | Give classes a version number and refuse to touch classes which are not | phk | 2004-08-08 | 1 | -0/+13 |
* | Kill g_access_rel() already now before we send it down 5-stable | phk | 2004-06-21 | 1 | -3/+0 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -1/+2 |
* | Rearrange some of the GEOM debugging tools to be more structured. | phk | 2004-03-10 | 1 | -8/+22 |
* | Remove the absolute count g_access_abs() function since experience has | phk | 2004-02-12 | 1 | -2/+4 |
* | Give both consumers and providers a {void *private, u_int index} which | phk | 2004-02-12 | 1 | -1/+8 |
* | Added g_print_bio() function to print informations about given bio. | pjd | 2004-02-11 | 1 | -0/+1 |
* | Added macro which will be used to assert, that the topology lock is not held. | pjd | 2004-02-10 | 1 | -0/+6 |
* | KASSERT against multiple orphanings of providers. | phk | 2003-12-07 | 1 | -0/+1 |
* | Re-arrange and consolidate some random debugging stuff | scottl | 2003-12-07 | 1 | -1/+0 |