summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Fix build breakage caused by r264295smh2014-04-101-2/+0
* Remove support of LUN-based CD changers from cd(4) driver.mav2014-04-091-691/+18
* Oops! Few quick fixes for r264274.mav2014-04-081-1/+1
* Add support for SCSI UNMAP commands to CTL.mav2014-04-081-0/+14
* Remove instances of variables that were set, but never used. gcc 4.9imp2014-03-303-10/+2
* Mostly revert r260267 and hopefully really fix the original problem.mav2014-01-221-12/+14
* Fix for r260541: do not drop periph reference when request is restarted.mav2014-01-111-9/+12
* Take additional reference on SCSI probe periph to cover its freeze count.mav2014-01-111-16/+7
* Replace several instances of -1 with appropriate CAM_*_WILDCARD and types.mav2014-01-101-1/+1
* 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
* Widen lun_id_t to 64 bits. This is a follow-on to r257345 to let the kernelnwhitehorn2013-12-141-10/+2
* When comparing device IDs, make sure that they have the same typemav2013-12-081-1/+5
* Corrected definition for old_rate to match d_rotation_ratesmh2013-11-071-1/+1
* Implement extended LUN support. If PIM_EXTLUNS is set by a SIM, encodenwhitehorn2013-10-291-43/+69
* 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-232-4/+25
* 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-2114-440/+226
* Unify periph invalidation and destruction reporting.mav2013-10-1510-36/+16
* Added 4K quirks for Corsair Neutron GTX SSD'ssmh2013-10-151-0/+8
* Re-do r255853. Along with adding back the API/ABI changes from thescottl2013-09-251-3/+1
* Revert r255853 pending fixes to build errors in usr.bin/kdumpgjb2013-09-251-1/+3
* Update the CAM API for FreeBSD 10:scottl2013-09-241-3/+1
* Make SES driver adequately react on simple enclosure devices -- read Shortmav2013-09-061-0/+12
* Add camcontrol support for the SCSI sanitize commandbryanv2013-09-062-0/+59
* Fix kernel panic if cache->nelms is zero.mav2013-09-061-8/+8
* Bring legacy CAM target implementation back into API/KPI-coherent and evenmav2013-09-012-5/+11
* Fix SES_ENABLE_PASSTHROUGH kernel option, unexpectedly broken during drivermav2013-09-011-2/+4
* Fix targbh crash on XPT_IMMED_NOTIFY error during attach.mav2013-09-011-13/+10
* Bump up the default timeouts for move commands in the ch(4) driverken2013-08-291-4/+4
* If a drive returns ASC/ASCQ 0x04,0x11 "Logical unit not ready,ken2013-08-271-1/+1
* Add support to physio(9) for devices that don't want I/O split andken2013-08-241-4/+113
* Fix the (unused for now) SCSI_PROTO_iSCSI define to match style(9).trasz2013-08-211-1/+1
* Add unmapped I/O and larger I/O support to the sa(4) driver.ken2013-08-161-7/+50
* 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
* Make some improvements to r253322 to really rescan target, not a bus.mav2013-07-151-2/+2
* Fix an argument reversal in calls to scsi_read_element_status().ken2013-07-151-2/+2
* When printing opcode description, map T_NODEVICE to Direct Access Device tomav2013-07-131-0/+4
* Improve handling of 0x3F/0x0E "Reported LUNs data has changed" and 0x25/0x00mav2013-07-132-2/+6
* Const-ify the new da_delete_functions.scottl2013-07-121-5/+2
* Fix a problem with READ ELEMENT STATUS that occurs on someken2013-07-121-8/+66
* 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
OpenPOWER on IntegriCloud