summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Replace home-grown CTL IO allocator with UMA.mav2014-11-249-543/+186
* Read cs_outstanding_ctl_pdus before incrementing it for NEXUS RESET task.mav2014-11-241-1/+1
* Make iSCSI frontend less chatty while waiting for tasks termination.mav2014-11-221-3/+7
* Prevent overflow issues in timeout processingsmh2014-11-211-5/+5
* Make cfiscsi_offline() synchronous, waiting for connections terminationmav2014-11-212-0/+11
* Close race between cfiscsi_offline() and new connection arrival.mav2014-11-211-15/+17
* Remove bunch of unused lun variables.mav2014-11-211-15/+0
* Reduce race between LUN destruction and request arrival.mav2014-11-211-3/+5
* Log errors for absent LUNs too.mav2014-11-211-5/+3
* Partially reconstruct Active/Standby clusting.mav2014-11-2111-58/+99
* Lock the scsi_low code and the drivers which use it along with otherjhb2014-11-202-198/+83
* Remove residual xpt_release_device() call left after r272406 cleanup.mav2014-11-201-17/+1
* Fix typo.trasz2014-11-191-1/+1
* Fix check for vendor-specific peripheral qualifier.mav2014-11-131-1/+1
* Improve CAM's reaction on asymmetric access errors.mav2014-11-121-3/+3
* Handle PREEMPT AND ABORT service action equal to PREEMPT.mav2014-11-092-2/+12
* 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
OpenPOWER on IntegriCloud