summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Fix LUN resize broken by r272911 commit.mav2014-11-071-2/+2
* Synchronize medium rotation rate in legacy Rigid Disk Drive Geometry modemav2014-11-072-16/+15
* Add to CTL support for logical block provisioning threshold notifications.mav2014-11-067-26/+402
* Fix residual copy/paste in r274080.mav2014-11-041-1/+0
* Improve error handling around duplicate lun and port enable.mav2014-11-041-11/+30
* s/icl_pdu_new_bhs/icl_pdu_new/; no functional changes, just a littletrasz2014-11-031-5/+5
* Change the default log level for iSCSI target from 3 to 1. It shouldtrasz2014-10-311-1/+1
* Implement better handling for ENOSPC error for both CTL and CAM.mav2014-10-294-8/+24
* Remove comment obsoleted by r273730.mav2014-10-271-3/+0
* Reduce code duplication around Write Exclusive persistent reservation.mav2014-10-273-97/+37
* Allocate buffer for READ BUFFER/WRITE BUFFER commands on demand.mav2014-10-262-5/+17
* Fix support for LUN flat space addressing.mav2014-10-261-10/+11
* Fix CF ERASE breakage caused by 268205.smh2014-10-261-0/+6
* Fix printing non-terminated strings in devlist XML.mav2014-10-262-5/+9
* Add "rpm" and "formfactor" LUN options to match istgt functionality.mav2014-10-261-1/+14
* Add support for 12/16-byte EUI and 16-byte NAA IDs.mav2014-10-251-7/+41
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-3/+3
* Add new quirks for the latest Samsung SSD, model 850.gnn2014-10-192-0/+16
* Make VPD 80h (Serial Number) transfer length match serial number length.mav2014-10-181-10/+10
* Add 4k quirks for PM853T Samsung SSDsbruno2014-10-162-0/+16
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* Implement more functional CTL debug logging.mav2014-10-166-141/+125
* Remove couple Copan's vendor-specific mode pages.mav2014-10-146-563/+0
* Some groundwork for later Informational Exceptions support.mav2014-10-144-8/+301
* Add LBPERE mode bit definition.mav2014-10-141-1/+2
* Don't confuse frontend with zero length data moves, just return immediately.mav2014-10-131-9/+9
* Add support for READ DEFECT DATA (10/12) commands.mav2014-10-134-34/+107
* Report physical block size for file-backed LUNs, using vattr.va_blocksize.mav2014-10-131-10/+11
* Remove stale comments.mav2014-10-121-10/+0
* Improve and document `ctladm portlist` subcommand.mav2014-10-121-8/+68
* Give physical and virtual ports numbers some more meaning.mav2014-10-113-4/+10
* Shorten frontend name.mav2014-10-111-1/+1
* Filter out duplicate AC_PATH_REGISTERED async events.mav2014-10-111-45/+39
* Mark CTL frontend's CAM driver as CAM_PERIPH_DRV_EARLY.mav2014-10-111-1/+2
* Make ctld start even if some LUNs are unable to open backing storage.mav2014-10-105-86/+107
* Store persistent reservation keys as uint64_t instead of uint8_t[8].mav2014-10-102-151/+61
* Make iSCSI connection close somewhat less aggressive.mav2014-10-091-1/+0
* Use proper variable when looping through periphs with CAM_PERIPH_FREE.mav2014-10-091-2/+2
* Implement software (mode page) and hardware (config) write protection.mav2014-10-082-5/+46
* Add support for WRITE ATOMIC (16) command and report SBC-4 compliance.mav2014-10-087-11/+54
* Set CAM_SIM_QUEUED flag before calling ctl_queue() to avoid race.mav2014-10-061-2/+4
* Add support for MaxBurstLength and Expected Data transfer Length parameters.mav2014-10-062-16/+65
* Fix length of Extended INQUIRY Data VPD page.mav2014-10-061-3/+1
* Use REPORT LUNS command for SPC-2 devices with LUN 0 disconnected.mav2014-10-021-1/+1
* Make disconnected LUN 0 don't remain in half-configured state if there aremav2014-10-021-15/+4
* Restore CAM_QUIRK_NOLUNS check, lost in previous commit.mav2014-10-021-0/+3
* Rework the logic of sequential SCSI LUN scanner.mav2014-10-021-62/+36
* Fix couple issues with ROD tokens content.mav2014-10-011-3/+14
* Do not transfer unneeded training zero bytes in INQUIRY response.mav2014-09-281-8/+8
* Fix page length reported for Block Limits VPD page.mav2014-09-271-1/+1
OpenPOWER on IntegriCloud