summaryrefslogtreecommitdiffstats
path: root/sys/cam/ctl
Commit message (Expand)AuthorAgeFilesLines
...
* Convert persis_offset from global variable to softc field.mav2014-12-022-11/+11
* Reduce code duplication by creating ctl_set_res_ua() helper.mav2014-12-021-87/+20
* Removed unused variable and unify some names.mav2014-12-021-10/+7
* Move ctlfe_onoffline() out of lock to let it sleep when needed.mav2014-12-011-32/+9
* Coalesce last data move and command status for read commands.mav2014-11-257-129/+128
* Decouple datamove/done logic from CTL status set.mav2014-11-251-330/+210
* Use ctl_set_success() instead of direct inlining.mav2014-11-252-10/+5
* 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
* 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
* Fix typo.trasz2014-11-191-1/+1
* 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-066-26/+396
* 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-293-7/+23
* 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 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
* Make VPD 80h (Serial Number) transfer length match serial number length.mav2014-10-181-10/+10
* Implement more functional CTL debug logging.mav2014-10-166-141/+125
* Remove couple Copan's vendor-specific mode pages.mav2014-10-145-529/+0
* Some groundwork for later Informational Exceptions support.mav2014-10-143-5/+276
* 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-133-2/+94
* 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
* Implement software (mode page) and hardware (config) write protection.mav2014-10-082-5/+46
OpenPOWER on IntegriCloud