summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* MFC r306710:markj2016-11-052-3/+15
* MFC r306529:markj2016-11-052-13/+31
* MFC r307523: Make pass driver better support CAM_CDB_POINTER flag.mav2016-10-311-0/+21
* MFC r307507, r307509, r307515:mav2016-10-292-4/+2
* MFC r307374: Add LU option to control reported provisioning type.mav2016-10-291-1/+9
* MFC r307350: Add LUN options to limit UNMAP and WRITE SAME sizes.mav2016-10-293-3/+24
* MFC r304918: Decode some new ATA commands found in ACS-3.mav2016-10-291-0/+11
* MFC r307132: Use copyout() instead of pointing sbuf to user-space buffer.mav2016-10-261-2/+2
* MFC 306396sephe2016-10-191-0/+13
* MFC 303944sephe2016-10-171-0/+8
* MFC r306747, r307042: Fix ABI compat shims, broken by adding NVMe support.mav2016-10-142-11/+121
* MFC 306699: Do not retry on some security sense codes.mav2016-10-121-2/+2
* MFC r306061:markj2016-10-051-7/+11
* MFC r305610: Don't report to devd statuses that CAM doesn't consider errors.mav2016-09-221-1/+1
* MFC r305609: "Extended copy information available" is not an error either.mav2016-09-221-1/+1
* MFC r305608: "ATA pass through information available" is not an error.mav2016-09-221-1/+1
* MFC r305591: Decode ATA Status Return descriptor.mav2016-09-222-0/+52
* MFC r303891, r303892:pfg2016-09-083-5/+5
* MFC r302960: Restore PIM_ATA_EXT flag handling, lost at r300207.mav2016-07-211-0/+2
* Tidy up loose ends from Netflix I/O sched rename to dynamic I/O sched.imp2016-07-071-14/+18
* Correct PERSISTENT RESERVE OUT command and populate scsi_cmd->length.sbruno2016-06-291-0/+1
* Revert svn r302253 at the request/review of Ken M. This commit issbruno2016-06-281-1/+0
* Correct PERSISTENT RESERVE OUT command and populate scsi_cmd->length.sbruno2016-06-281-0/+1
* Rename CAM_NETFLIX_IOSCHED to CAM_IOSCHED_DYNAMIC to better reflectimp2016-06-231-25/+25
* Commit the bits of nda that were missed. This should fix the build.imp2016-06-102-1/+25
* New NVMe front end (nda).imp2016-06-096-0/+1969
* Add place holder for SDIO CAM stuff for CCB XPT type.imp2016-06-092-0/+4
* Add NVME IO type.imp2016-06-092-0/+4
* Improve debugging of xpt.imp2016-06-091-4/+94
* Fix memory leaks in (a|)daregister introduced in r298002cem2016-06-072-0/+2
* Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"trasz2016-06-052-0/+6
* Strip leading spaces off of a SCSI disk's serial numberasomers2016-05-271-6/+15
* Fix a few ada(4) driver issues:ken2016-05-251-7/+45
* Add mechanism for choosing iSER-capable ICL modules.trasz2016-05-241-2/+3
* Fix multiple Coverity Out-of-bounds access false postive issues in CAMtruckman2016-05-241-0/+4
* Fix ada(4) trim support quirk setting.ken2016-05-231-5/+6
* Pass task management response information from CTL through CAM to isp(4),mav2016-05-202-1/+34
* Add support for managing Shingled Magnetic Recording (SMR) drives.ken2016-05-197-225/+3708
* Don't repeat the the word 'the'eadler2016-05-171-1/+1
* Add icl_conn_connect() ICL method, required for iSER.trasz2016-05-171-0/+1
* opt_kdtrace.h is not needed for SDT probes as of r258541.markj2016-05-151-2/+0
* Allow sleepable allocations in enclosure daemon threads.mav2016-05-102-33/+15
* Add "camcontrol reprobe" subcommand, and implement it for da(4).trasz2016-05-103-2/+14
* Fix previous commit to report proper error code.mav2016-05-101-6/+28
* Validate XCOPY range offsets and lengths.mav2016-05-101-3/+11
* More XCOPY parameters validation.mav2016-05-101-5/+55
* Improve validation of some POPULATE TOKEN parameters.mav2016-05-101-8/+22
* cam/scsi: Remove mostly unused scsi_quirk_table_size.pfg2016-05-061-3/+1
* sys/cam/scsi: unsigned some loop indexes.pfg2016-05-061-1/+1
* sys/cam/scsi: unsigned some loop indexes.pfg2016-05-061-8/+9
OpenPOWER on IntegriCloud