summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Add support for SCSI Ports (88h) VPD page.mav2014-07-061-2/+28
* Add persistent reservation support to camcontrol(8).ken2014-07-032-34/+1333
* Add support for REPORT TIMESTAMP command.mav2014-07-011-0/+23
* Add more formal and strict command parsing and validation.mav2014-07-011-0/+82
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-285-20/+12
* Revert r267961, r267973:gjb2014-06-275-12/+20
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-275-20/+12
* Allow MODE SENSE commands through Write Exclusive persistent reservation,mav2014-06-261-1/+10
* Add support for VERIFY(10/12/16) and COMPARE AND WRITE SCSI commands.mav2014-06-163-7/+42
* The code that combines adjacent ranges for BIO_DELETEs to optimizeimp2014-06-051-14/+4
* - Add support for SG_GET_SG_TABLESIZE IOCTL to report that we don't supportmav2014-06-041-1/+13
* Overhaul CAM SG driver IOCTL interfaces.mav2014-06-022-114/+94
* 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
* 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
OpenPOWER on IntegriCloud