| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added missing SCSI quirks from r241784 | smh | 2013-05-28 | 2 | -45/+209 |
* | Enforce validation on the selected delete method via sysctl. | smh | 2013-05-24 | 1 | -1/+2 |
* | Added output of device QUIRKS for CAM and AHCI devices during boot. | smh | 2013-05-18 | 7 | -2/+55 |
* | Suppress error printing for "PREVENT ALLOW MEDIUM REMOVAL" on da open. | mav | 2013-05-12 | 1 | -1/+1 |
* | Intel's 320-series and 510-series SSDs advertise 512-byte sectors | eadler | 2013-05-11 | 1 | -0/+16 |
* | Disable sending Early R_OK on SiI3726/SiI3826 port multipliers. | mav | 2013-05-11 | 1 | -3/+82 |
* | Fxi a bunch of typos. | eadler | 2013-05-10 | 3 | -5/+5 |
* | Rework r250298 in more correct way. | mav | 2013-05-06 | 1 | -5/+3 |
* | Fix byte order of ATA WWN when converting it to SCSI LUN ID. | mav | 2013-05-06 | 1 | -2/+5 |
* | Tune support for removable media in da driver: | mav | 2013-05-03 | 1 | -17/+13 |
* | Enable CAM SCSI to choice ATA TRIM during autodetection and correct method | smh | 2013-05-02 | 1 | -3/+3 |
* | Use the existence of ATA Information VPD to determine if we should attempt | smh | 2013-05-02 | 2 | -19/+73 |
* | Fix probe in progress check in dareprobe | smh | 2013-05-02 | 1 | -1/+1 |
* | Update probe flow so that devices with lbp can also disable disksort. | smh | 2013-05-02 | 1 | -31/+34 |
* | Correct a few sizeof()s | eadler | 2013-05-01 | 1 | -1/+1 |
* | Correct comment typo's | smh | 2013-04-28 | 2 | -3/+7 |
* | Add some cam_freeze_devq()'s missed at r249466. | mav | 2013-04-28 | 1 | -0/+3 |
* | MFprojects/camlock r249542: | mav | 2013-04-27 | 2 | -43/+10 |
* | MFprojects/camlock r249541: | mav | 2013-04-27 | 1 | -13/+8 |
* | Added automatic detection of non-rotating media which disables the | smh | 2013-04-26 | 3 | -8/+111 |
* | Teach GEOM and CAM about the difference between the max "size" of r/w and delete | smh | 2013-04-26 | 2 | -2/+70 |
* | Added available delete methods discovery during device probe, including the | smh | 2013-04-26 | 1 | -76/+566 |
* | Refactored scsi_xpt use of device_has_vpd to generic scsi_vpd_supported_page | smh | 2013-04-26 | 3 | -21/+36 |
* | Updated TRIM calculations in cam/ata to be based off ATA_DSM_* defines | smh | 2013-04-26 | 1 | -14/+24 |
* | Added the ability to send ATA identify and Data Set Management (DSM) TRIM | smh | 2013-04-26 | 2 | -0/+118 |
* | Removed unneeded tests in dadeletemethodset changing it to return void | smh | 2013-04-26 | 1 | -7/+4 |
* | Fix compilation. | ken | 2013-04-20 | 1 | -8/+4 |
* | Expose CAM_BOOT_DELAY as a kernel conf item now. | sbruno | 2013-04-20 | 1 | -0/+7 |
* | Update chio(1) and ch(4) to support reporting element designators. | ken | 2013-04-19 | 2 | -58/+242 |
* | - Corrrect mispellings of word useful | gabor | 2013-04-17 | 1 | -1/+1 |
* | - Correct mispellings of the word occurrence | gabor | 2013-04-17 | 2 | -2/+2 |
* | Remove some more pieces of multilevel freeze mechanism, missed in r249466. | mav | 2013-04-14 | 1 | -16/+4 |
* | Remove owner field from struct cam_ed, unused at least since FreeBSD 7. | mav | 2013-04-14 | 2 | -2/+0 |
* | MFprojects/camlock r248982: | mav | 2013-04-14 | 4 | -11/+11 |
* | MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905, | mav | 2013-04-14 | 15 | -422/+171 |
* | MFprojects/camlock r248894: | mav | 2013-04-13 | 1 | -4/+2 |
* | Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE' | trasz | 2013-04-12 | 5 | -34/+0 |
* | Do not sent 120 TEST UNIT READY requests on generic NOT READY statuses. | mav | 2013-04-11 | 1 | -5/+2 |
* | Add a callback to the ada(4) driver so that it knows when GEOM has released | ken | 2013-04-10 | 1 | -0/+26 |
* | Fix a memory leak that showed up when we delete LUNs. The memory used for | ken | 2013-04-08 | 1 | -4/+8 |
* | Remove extra semicolons from CAM_SIM_[UN]LOCK() macros. | mav | 2013-04-07 | 1 | -2/+2 |
* | - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related | marius | 2013-04-06 | 1 | -1/+0 |
* | Replicate r245306 from SCSI to ATA. The problem didn't appear so far, | mav | 2013-04-06 | 1 | -0/+3 |
* | Unbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48-bit DMA as an | marius | 2013-04-06 | 4 | -29/+73 |
* | Make SYNCHRONIZE CACHE work with LUNs backed by device files (as opposed | trasz | 2013-04-06 | 1 | -0/+1 |
* | MFprojects/camlock: | mav | 2013-04-04 | 5 | -164/+148 |
* | MFprojects/camlock r248931: | mav | 2013-04-04 | 4 | -9/+9 |
* | MFprojects/camlock r248930: | mav | 2013-04-04 | 3 | -48/+0 |
* | MFprojects/camlock r248928: | mav | 2013-04-04 | 1 | -12/+22 |
* | Since the CTL version in FreeBSD does not support High Availability, | trasz | 2013-04-04 | 1 | -1/+1 |