| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 4 | -2/+37 |
* | Always reconstruct partition entries in the PMBR when Boot Camp is | ae | 2012-06-14 | 1 | -13/+10 |
* | Add missing newlines into XML output. | mav | 2012-06-05 | 1 | -5/+5 |
* | Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes. | marcel | 2012-05-25 | 6 | -0/+25 |
* | Revert r235918 for now and add comment explaining the reason for the | trasz | 2012-05-25 | 1 | -3/+9 |
* | Make g_label(4) ignore provider size when looking for UFS labels. | trasz | 2012-05-24 | 1 | -5/+3 |
* | - Correct signedness for casts; | delphij | 2012-05-23 | 1 | -2/+3 |
* | Use %ju to match uintmax_t usage | delphij | 2012-05-23 | 1 | -1/+1 |
* | Use %j and cast off_t to intmax_t for now to fix build. | delphij | 2012-05-23 | 1 | -2/+2 |
* | Add a new geom class which allows to divide NAND Flash chip | gber | 2012-05-22 | 1 | -0/+255 |
* | Prevent removing of the last active component from a mirror. | ae | 2012-05-18 | 1 | -1/+12 |
* | Introduce new device flag G_MIRROR_DEVICE_FLAG_TASTING. It should | ae | 2012-05-18 | 2 | -0/+10 |
* | Add missing period at the end of the error message | eadler | 2012-05-13 | 1 | -2/+2 |
* | - Prevent error status leak if write to some of the RAID1/1E volume disks | mav | 2012-05-11 | 2 | -4/+29 |
* | Clarify error that geli generates | eadler | 2012-05-09 | 1 | -3/+4 |
* | Remove some hardcoded constants from code. | mav | 2012-05-06 | 1 | -8/+11 |
* | Plug small memory leaks. | mav | 2012-05-06 | 2 | -1/+5 |
* | Add support for RAID5R. Slightly improve support for RAIDMDF. | mav | 2012-05-06 | 4 | -21/+60 |