summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a memory leak in the devctl notify code.scottl2016-05-031-0/+1
* sys/cam: spelling fixes in comments.pfg2016-04-2915-26/+26
* sys/cam: spelling fixes.pfg2016-04-291-1/+1
* Small typos.pfg2016-04-281-2/+2
* cam: unsign some types to match their definitions and avoid overflows.pfg2016-04-272-10/+10
* sys: extend use of the howmany() macro when available.pfg2016-04-262-8/+5
* Yet more redundant parenthesis from r298431.pfg2016-04-211-3/+2
* sys: use our nitems() macro when param.h is available.pfg2016-04-217-40/+29
* Remove slightly used const values that can be replaced with nitems().pfg2016-04-213-14/+5
* Plug memory leak in ctl(4) when ctl_copyin_args() is called with a non-sbruno2016-04-191-0/+1
* Add the ability to read a SAS device's Target Port NAA designatorasomers2016-04-182-0/+14
* Fix tinderbox LINT build.delphij2016-04-181-1/+0
* Do the intmax_t dance for debug so CAM_NETFLIX_IOSCHED builds onimp2016-04-171-3/+3
* Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMimp2016-04-173-5/+7
* tag_action is not used at all in ata. It's set to 1 for orderedimp2016-04-174-14/+7
* Dell has an OEM drive from Samsung that has issues. NCQ Trim isn'timp2016-04-171-0/+9
* Expand CAM_IO_STATS #ifdef to logical unit.imp2016-04-152-8/+4
* Put function only used by CAM_NETFLIX_IOSCHED under that ifdef.imp2016-04-151-0/+4
* Out of an abundance of caution treatimp2016-04-151-3/+11
* Add FCCT M500 to the NCQ black list. Linux added it in 4.2 (Augustimp2016-04-151-5/+13
* Use the new TUNABLE_INT64 to match the type of sbintime_t.imp2016-04-151-1/+1
* Fix typos (intenral -> internal) in commentsngie2016-04-151-1/+1
* Add a comment about why the timeout for flush was lowered to 5s.imp2016-04-141-0/+5
* Add in missing files from r298002.imp2016-04-142-0/+1663
* Add a devctl/devd notification conduit for CAM errors that happen at thescottl2016-04-141-2/+100
* New CAM I/O scheduler for FreeBSD. The default I/O scheduler is the sameimp2016-04-145-168/+597
* Add sbuf variants ata_cmd_sbuf() and ata_res_sbuf(), and reimplement thescottl2016-04-133-25/+47
* Use scsi_cdb_sbuf() inside of scsi_command_string now that the temporaryscottl2016-04-131-9/+6
* Add scsi_cdb_sbuf() for handling CDB strings. Reimplement scsi_cdb_string()scottl2016-04-132-8/+26
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
OpenPOWER on IntegriCloud