aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ctl/ctl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r284640: Bring per-port LUN enable/disable code up to date:Alexander Motin2015-06-251-70/+45
* MFC r284627: Remove some dead and duplicate LUN enabling code.Alexander Motin2015-06-251-77/+0
* MFC r284641:Alexander Motin2015-06-251-2/+6
* MFC r284044: Fix wrong function name in error message.Alexander Motin2015-06-081-2/+2
* MFC revision 280463Kenneth D. Merry2015-03-271-7/+1
* MFC r278584: Add support for General Statistics and Performance log page.Alexander Motin2015-02-251-0/+76
* MFC r278037: CTL LUN mapping rewrite.Alexander Motin2015-02-191-29/+144
* MFC r278500: Do not abort already aborted tasks.Alexander Motin2015-02-171-50/+43
* MFC r277917 (by ken), r278598:Alexander Motin2015-02-151-2/+73
* MFC r277529: Don't count requests with status sent as overlapping.Alexander Motin2015-01-301-2/+4
* MFC r276141: Hide block device VPD pages for non-block devices.Alexander Motin2015-01-031-17/+27
* MFC r275953: Replace ctl_min() macro with MIN().Alexander Motin2015-01-031-16/+16
* MFC r275943: Constify some static data.Alexander Motin2015-01-031-16/+16
* MFC r275942: Reduce number of places where global control_softc is used.Alexander Motin2015-01-031-201/+146
* MFC r275920, r276127: Pass real optimal transfer size supported by backend.Alexander Motin2014-12-261-1/+1
* MFC r275865:Alexander Motin2014-12-241-4/+4
* MFC r275959: Report initiator id in portlist XML in more formalized way.Alexander Motin2014-12-231-2/+2
* MFC r275568:Alexander Motin2014-12-181-13/+48
* MFC r275512:Alexander Motin2014-12-181-4/+2
* MFC r275474: Add GET LBA STATUS command support to CTL.Alexander Motin2014-12-181-0/+102
* MFC r275459: Unify function names after r275458.Alexander Motin2014-12-181-12/+12
* MFC r275458:Alexander Motin2014-12-181-119/+111
* MFC r275455: Remove some unused code.Alexander Motin2014-12-181-43/+0
* MFC r275447:Alexander Motin2014-12-181-53/+111
* MFC r275405: Convert persis_offset from global variable to softc field.Alexander Motin2014-12-181-11/+10
* MFC r275404: Reduce code duplication by creating ctl_set_res_ua() helper.Alexander Motin2014-12-181-87/+20
* MFC r275403: Removed unused variable and unify some names.Alexander Motin2014-12-181-10/+7
* MFC r275058: Coalesce last data move and command status for read commands.Alexander Motin2014-12-181-93/+39
* MFC r275009: Use ctl_set_success() instead of direct inlining.Alexander Motin2014-12-181-9/+4
* MFC r274962: Replace home-grown CTL IO allocator with UMA.Alexander Motin2014-12-181-306/+65
* MFC r275478: Swap resource count scopes for used/available space.Alexander Motin2014-12-111-2/+2
* MFC r275446: Plug memory leaks on UNMAP and XCOPY with invalid parameters.Alexander Motin2014-12-101-4/+10
* MFC r274785: Partially reconstruct Active/Standby clusting.Alexander Motin2014-12-051-46/+77
* MFC r274790: Remove bunch of unused lun variables.Alexander Motin2014-11-281-15/+0
* MFC r274789: Reduce race between LUN destruction and request arrival.Alexander Motin2014-11-281-3/+5
* MFC r274786: Log errors for absent LUNs too.Alexander Motin2014-11-281-5/+3
* MFC r274154, r274163:Alexander Motin2014-11-201-19/+327
* MFC r274333: Handle PREEMPT AND ABORT service action equal to PREEMPT.Alexander Motin2014-11-161-1/+2
* MFC r274206:Alexander Motin2014-11-141-15/+14
* MFC r273730, r273731:Alexander Motin2014-11-031-82/+12
* MFC r273711:Alexander Motin2014-11-031-4/+14
* MFC r273708: Fix support for LUN flat space addressing.Alexander Motin2014-11-021-10/+11
* MFC r273693: Fix printing non-terminated strings in devlist XML.Alexander Motin2014-11-021-4/+8
* MFC r273687:Alexander Motin2014-11-021-1/+14
* MFC r273640: Add support for 12/16-byte EUI and 16-byte NAA IDs.Alexander Motin2014-11-021-7/+41
* MFC r273075: Remove couple Copan's vendor-specific mode pages.Alexander Motin2014-11-021-496/+0
* MFC r273073: Some groundwork for later Informational Exceptions support.Alexander Motin2014-11-021-4/+244
* MFC r273259:Alexander Motin2014-10-231-10/+10
* MFC r273163: Implement more functional CTL debug logging.Alexander Motin2014-10-231-71/+26
* MFC r273046:Alexander Motin2014-10-201-9/+9