summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Count consecutive read requests as blocking in CTL for files and ZVOLs.mav2014-12-065-15/+62
* In addition to r275481 allow threshold notifications work without UNMAP.mav2014-12-051-4/+2
* Add to CTL support for threshold notifications for file-backed LUNs.mav2014-12-041-0/+28
* Swap resource count scopes for used/available space.mav2014-12-041-2/+2
* Add GET LBA STATUS command support to CTL.mav2014-12-047-15/+353
* Increase CTL ports limit from 128 to 256 and LUNs limit from 256 to 1024.mav2014-12-031-3/+3
* Unify function names after r275458.mav2014-12-031-12/+12
* Do not pre-allocate UNIT ATTENTIONs storage for every possible initiator.mav2014-12-034-128/+141
* Remove some unused code.mav2014-12-031-43/+0
* Do not pre-allocate reservation keys memory for every possible initiator.mav2014-12-032-54/+112
* Plug memory leaks on UNMAP and XCOPY with invalid parameters.mav2014-12-032-6/+24
* 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
* When passing LUN IDs through treat ASCII values as fixed-length, notmav2014-12-011-2/+9
* 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
* 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
OpenPOWER on IntegriCloud