summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_da.c
Commit message (Expand)AuthorAgeFilesLines
* The code that combines adjacent ranges for BIO_DELETEs to optimizeimp2014-06-051-14/+4
* Respect MAXIMUM TRANSFER LENGTH field of Block Limits VPD page.mav2014-04-301-12/+14
* Do not reread SCSI disk VPD pages on every device open.mav2014-04-301-10/+35
* Disable UNMAP support for STEC 842 SSDs.mav2014-04-231-3/+12
* Remove instances of variables that were set, but never used. gcc 4.9imp2014-03-301-3/+0
* Mostly revert r260267 and hopefully really fix the original problem.mav2014-01-221-12/+14
* Allow delete_method sysctl to be set to "DISABLE".mav2014-01-071-2/+3
* Correct short delete issue in SCSI UNMAP supportsmh2014-01-041-17/+15
* Corrected definition for old_rate to match d_rotation_ratesmh2013-11-071-1/+1
* Some microoptimizations for da and ada drivers:mav2013-10-241-27/+11
* Improve ZFS N-way mirror read performance by using load and localitysmh2013-10-231-3/+24
* Merge GEOM direct dispatch changes from the projects/camlock branch.mav2013-10-221-1/+1
* Merge CAM locking changes from the projects/camlock branch to radicallymav2013-10-211-84/+65
* Unify periph invalidation and destruction reporting.mav2013-10-151-4/+0
* Added 4K quirks for Corsair Neutron GTX SSD'ssmh2013-10-151-0/+8
* Add camcontrol support for the SCSI sanitize commandbryanv2013-09-061-0/+27
* Added 4K quirks for:-smh2013-08-141-0/+24
* Improve r253721 by reporting detected lack of BIO_FLUSH support to GEOM.mav2013-08-071-0/+1
* Add NO_RC16 quirk to make da driver avoid using READ CAPACITY(16) commandmav2013-07-301-3/+11
* Fix returning incorrect bio_resid value with failed BIO_DELETE requests.mav2013-07-281-5/+12
* Synchronize device cache on close only if there were some write operations.mav2013-07-271-5/+12
* Oops, revert unwanted part of r253721.mav2013-07-271-2/+0
* Detect unsupported PREVENT ALLOW MEDIUM REMOVAL and SYNCHRONIZE CACHE(10)mav2013-07-271-0/+24
* Const-ify the new da_delete_functions.scottl2013-07-121-5/+2
* Refactor the various delete methods out of dastart(). Cleans up a bunchscottl2013-07-121-231/+262
* Added 4K QUIRK for OCZ Vertex 4 SSDssmh2013-07-091-0/+8
* Bump disk(9) ABI version to signify the addition of d_delmaxsize by r249940.smh2013-07-031-1/+1
* Restore use of polling mode for disk cache flush in case of kernel panic.mav2013-06-151-1/+10
* Revert r251649:mav2013-06-131-3/+0
* Acquire periph reference when handling d_getattr() method call.mav2013-06-121-0/+3
* Added missing SCSI quirks from r241784smh2013-05-281-0/+145
* Enforce validation on the selected delete method via sysctl.smh2013-05-241-1/+2
* Added output of device QUIRKS for CAM and AHCI devices during boot.smh2013-05-181-1/+9
* Suppress error printing for "PREVENT ALLOW MEDIUM REMOVAL" on da open.mav2013-05-121-1/+1
* Fxi a bunch of typos.eadler2013-05-101-2/+2
* Tune support for removable media in da driver:mav2013-05-031-17/+13
* Enable CAM SCSI to choice ATA TRIM during autodetection and correct methodsmh2013-05-021-3/+3
* Use the existence of ATA Information VPD to determine if we should attemptsmh2013-05-021-19/+67
* Fix probe in progress check in dareprobesmh2013-05-021-1/+1
* Update probe flow so that devices with lbp can also disable disksort.smh2013-05-021-31/+34
* Correct comment typo'ssmh2013-04-281-2/+6
* MFprojects/camlock r249542:mav2013-04-271-14/+3
* Added automatic detection of non-rotating media which disables thesmh2013-04-261-7/+82
* Teach GEOM and CAM about the difference between the max "size" of r/w and deletesmh2013-04-261-1/+64
* Added available delete methods discovery during device probe, including thesmh2013-04-261-76/+566
* Removed unneeded tests in dadeletemethodset changing it to return voidsmh2013-04-261-7/+4
* MFprojects/camlock r248931:mav2013-04-041-4/+4
* MFprojects/camlock r248930:mav2013-04-041-17/+0
* Add xpt_release_ccb()'s missed at r248872. That made `shutdown -p` stuckmav2013-04-031-0/+1
* Adds the ability to enable / disable sorting of BIO requests queued withinsmh2013-03-291-5/+24
OpenPOWER on IntegriCloud