| Commit message (Expand) | Author | Age | Files | Lines |
* | - Don't pass geom and provider names as format strings. | jh | 2012-11-20 | 13 | -18/+20 |
* | Provide a device name in the sysctl tree for programs to query the | alfred | 2012-11-01 | 1 | -3/+3 |
* | Fix problem with geom_label(4) not recognizing UFS labels on filesystems | trasz | 2012-10-30 | 1 | -1/+2 |
* | Minor addition to r242323: | mav | 2012-10-29 | 2 | -4/+4 |
* | Add basic BIO_DELETE support to GEOM RAID class for all RAID levels. | mav | 2012-10-29 | 12 | -173/+91 |
* | Fix locking problem in disk_resize(); previously it would run without | trasz | 2012-10-29 | 2 | -22/+16 |
* | Make GEOM RAID more aggressive in marking volumes as clean on shutdown | mav | 2012-10-29 | 1 | -17/+20 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 2 | -18/+4 |
* | It seems that it is preferable to keep support for glabel also for | attilio | 2012-10-18 | 2 | -0/+2 |
* | Disconnect non-MPSAFE NTFS from the build in preparation for dropping | attilio | 2012-10-17 | 2 | -2/+0 |
* | NULL-ify last previously used pointer instead of last possible pointer. | mav | 2012-10-10 | 1 | -3/+3 |
* | Make graid command line a bit more friendly by allowing volume name or | mav | 2012-10-07 | 4 | -12/+83 |
* | g_part_taste: directly destroy consumer and geom here, no need for withering | avg | 2012-10-06 | 1 | -2/+7 |
* | Remove the topology lock from disk_gone(), it might be called with regular | pjd | 2012-09-28 | 1 | -3/+5 |
* | Use the topology lock to protect list of providers while withering them. | pjd | 2012-09-22 | 1 | -1/+4 |
* | g_disk_flushcache definitely should not be traced under G_T_TOPOLOGY | avg | 2012-09-18 | 1 | -1/+1 |
* | Add global and per-module sysctls/tunables to enable/disable metadata taste. | mav | 2012-09-13 | 13 | -31/+70 |
* | When synchronizing, include in the config dump amount of | glebius | 2012-09-11 | 2 | -0/+10 |
* | Allow to pass providers with /dev/ prefix to g_provider_by_name(). | pjd | 2012-09-01 | 1 | -0/+8 |
* | Remove unneeded G_PF_CANDELETE flag. | ed | 2012-08-28 | 9 | -24/+0 |
* | (g_multipath_rotate): Fix algorithm so that it does rotate over all good | thomas | 2012-08-25 | 1 | -3/+10 |
* | Always initialize sc_ekey, because as of r238116 it is always used. | pjd | 2012-08-10 | 1 | -12/+13 |
* | Add missing FAILED event to g_raid_subdisk_event2str() to print it properly | mav | 2012-08-10 | 1 | -0/+2 |
* | Clone BIO_ORDERED flag, for disk drivers (namely CAM) that try to | jimharris | 2012-08-07 | 1 | -0/+6 |
* | In g_gate_dumpconf() always check the result of g_gate_hold(). | trociny | 2012-08-07 | 1 | -1/+3 |
* | In virstor_ctl_stop(), check for a valid softc before trying to update | jimharris | 2012-08-03 | 1 | -0/+6 |
* | New command "gmultipath prefer" to force selection of a specified | thomas | 2012-08-03 | 1 | -0/+74 |
* | Partially revert r238886 in part of GEOM_VFS spoiling. | mav | 2012-07-29 | 1 | -30/+1 |
* | Implement media change notification for DA and CD removable media devices. | mav | 2012-07-29 | 10 | -29/+161 |
* | Reorder things in g_gate_create() so at the moment when g_new_geomf() | trociny | 2012-07-28 | 1 | -77/+63 |
* | Make it possible to resize opened partitions. | trasz | 2012-07-20 | 1 | -3/+8 |
* | Add missing free. | trasz | 2012-07-18 | 1 | -0/+1 |
* | Add back spare fields consumed in r237545. It seems that these should only | ken | 2012-07-17 | 1 | -0/+2 |
* | The resize GEOM event has no references, thus cannot be canceled. | trasz | 2012-07-16 | 1 | -2/+0 |
* | Add back spare fields reused in r238213. According to Attilio, the rule | trasz | 2012-07-16 | 1 | -0/+2 |
* | Add trivial resize handling to gnop(8). | trasz | 2012-07-07 | 2 | -0/+29 |
* | Add trivial resize handling to gmountver(8). | trasz | 2012-07-07 | 1 | -0/+14 |
* | Add disk_resize(), to make it possible for the disk drivers such as da(4) | trasz | 2012-07-07 | 2 | -0/+43 |
* | Add a new GEOM method, resize(), which is called after provider size changes. | trasz | 2012-07-07 | 2 | -5/+80 |
* | Fix orphan() methods of several GEOM classes to not assume that there | trasz | 2012-07-07 | 5 | -17/+5 |
* | Fix typo in the comment. | trasz | 2012-07-06 | 1 | -1/+1 |
* | Extend GEOM Gate class to handle read I/O requests directly within the kernel. | pjd | 2012-07-04 | 2 | -35/+314 |
* | Use correct part of the Master-Key for generating encryption keys. | pjd | 2012-07-04 | 4 | -6/+27 |
* | Correct comment. | pjd | 2012-07-04 | 1 | -1/+1 |
* | Correct a comment and correct style of a flag check. | pjd | 2012-07-04 | 1 | -2/+2 |
* | Make geom_mirror more friendly to SSDs. To properly support TRIM, | glebius | 2012-07-01 | 2 | -3/+15 |
* | In g_mirror_regular_request() upon successful delivery treat | glebius | 2012-07-01 | 1 | -1/+2 |
* | Use %j to match intmax_t. | imp | 2012-07-01 | 1 | -1/+1 |
* | MFP4 #212266 | brooks | 2012-06-29 | 1 | -10/+11 |
* | In g_disk_providergone(), don't continue if the softc is NULL. This may be | ken | 2012-06-27 | 1 | -0/+8 |