]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/history - sys/cam/ctl/ctl.c
MFC r314496: Add check missed in r314257.
[FreeBSD/stable/10.git] / sys / cam / ctl / ctl.c
2017-03-06 mavMFC r314496: Add check missed in r314257.
2017-03-06 mavMFC r314387: Make ctl_queue_sense() not sleep.
2017-03-06 mavMFC r314257: Add reporting SAS protocol, in case we...
2017-03-06 mavMFC r314255: Reenable CTL_WITH_CA, optimizing it for...
2017-02-20 kenMFC 313895:
2017-02-07 mavMFC r312603: Add initial support for CTL module unloading.
2017-02-07 mavMFC r312348: Remove writing 'residual' field of struct...
2017-02-07 mavMFC r312291, r312669:
2017-01-26 mavMFC r311873: Fix malloc(M_WAITOK) under mutex, introduc...
2017-01-26 mavMFC r311804: Rewrite CTL statistics in more simple...
2017-01-26 mavMFC r311787: Allocate memory for prevent flags only...
2017-01-26 mavMFC r311680: Make CTL_GETSTATS ioctl return partial...
2017-01-26 mavMFC r310778, r310782: Improve use of I/O's private...
2017-01-21 mavMFC r310646: Do not update "saved" mode page on every...
2017-01-21 mavMFC r310644: Fix/synchronize field types in struct...
2017-01-21 mavMFC r310640, r310643:
2017-01-21 mavMFC r310635: Decouple limits on number of LUNs per...
2017-01-21 mavMFC r310575: Fix improperly used nexus.targ_lun.
2017-01-21 mavMFC r310555: Some random code cleaning.
2017-01-21 mavMFC r310539: Remove CTL_MAX_LUNS from places where...
2017-01-05 mavMFC r310524: Improve length handling when writing sense...
2017-01-05 mavMFC r310390: Add support for REPD bit in RSTMF command.
2017-01-05 mavMFC r310389:
2017-01-05 mavMFC r310373:
2017-01-05 mavMFC r310366: Add support for SITUA bit in Logical Block...
2017-01-05 mavMFC r310356: Add support for locally assigned RFC 4122...
2017-01-05 mavMFC r310339: Bump specifications support to SAM-6/SPC-5.
2017-01-05 mavMFC r310285:
2017-01-05 mavMFC r310272: Add new bits into Extended Inquiry VPD...
2017-01-05 mavMFC r310266: Add support for NUAR bit in Control mode...
2017-01-05 mavMFC r310265: Add set of macros to simplify code access...
2017-01-05 mavMFC r310259:
2017-01-05 mavMFC r310257: Improve support for informational exceptions.
2017-01-05 mavMFC r298810 (by pfg): sys/cam: spelling fixes in comments.
2017-01-05 mavMFC r295476 (by trasz): Remove stray semicolons from...
2016-10-29 mavMFC r307374: Add LU option to control reported provisio...
2016-10-29 mavMFC r307350: Add LUN options to limit UNMAP and WRITE...
2016-08-24 mavFix HA mode configuration on FreeBSD 10.x.
2016-05-11 pfgMFC r298703:
2016-05-06 sbrunoMFC r298279
2016-01-28 kibMFC r293350:
2015-12-22 mavMFC r292290: Set DS flag, required for LPB log page...
2015-11-30 mavMFC r291383: Fix panic when trying to sort unsupported...
2015-11-27 mavMFC r290820: Add NULL check to make Coverity happy.
2015-11-27 mavMFC r290670: Modify target port groups logic in CTL.
2015-11-13 mavMFC r290458: Add two more KASSERTs.
2015-11-13 mavMFC r289881: Give CTL support for PIM_EXTLUNS when...
2015-11-13 mavMFC r289702: Make some panic strings mode informative.
2015-10-29 mavMFC r290004: Don't try to replicate mode pages not...
2015-10-05 mavMFC r288449:
2015-10-05 mavMFC r288448: Unify PR variable names to reduce confusion.
2015-10-05 mavMFC r288427: Use proper STAILQ_* macros where possible.
2015-10-05 mavMFC r288369: Really implement PREVENT ALLOW MEDIUM...
2015-10-05 mavMFC r288359: Report that we can read all flavours of...
2015-10-05 mavMFC r288358: Add CD/DVD Capabilities and Mechanical...
2015-10-05 mavMFC r288348: Umplement media load/eject support for...
2015-10-05 mavMFC r288310: Add to CTL initial support for CDROMs...
2015-10-05 mavMFC r288262: Remove concept of control device.
2015-10-05 mavMFC r288260: Remove few more unused variables.
2015-10-05 mavMFC r288259: Remove some duplicate, legacy, dead and...
2015-10-05 mavMFC r288239: Properly lock LUN in ctl_failover_lun().
2015-10-05 mavMFC r288224: Constify ctl_serialize_table.
2015-10-05 mavMFC r288221: Remove some dead code found by Clang analyzer.
2015-10-05 mavMFC r288215: Switch I/O time accounting from system...
2015-10-05 mavMFC r288214: Collect DMA statistics on secondary HA...
2015-10-05 mavMFC r288213:
2015-10-05 mavMFC r288211: Remove some control_softc references.
2015-10-05 mavMFC r288175: Allow WRITE SAME with NDOB bit set but...
2015-10-05 mavMFC r288170: Add new report types to REPORT LUNS command.
2015-10-05 mavMFC r288166: Update WRITE ATOMIC(16) support to sbc4r8...
2015-10-05 mavMFC r288165: Add support for READ BUFFER(16) command.
2015-10-05 mavMFC r288148: Synchronize mode pages between HA peers.
2015-10-05 mavMFC r288146: Make HA peers announce their parameters...
2015-10-05 mavMFC r288110: Add support for Control extension mode...
2015-10-05 mavMFC r287994: Always execute REPORT LUNS and REQUEST...
2015-10-05 mavMFC r287993: Split two command flags with different...
2015-10-05 mavMFC r287986: Fix memory corruption when >128K transferr...
2015-10-05 mavMFC r287968: Mark I/Os with DMA flag while moving data...
2015-10-05 mavMFC r287967: Relax serseq option operation for reads.
2015-10-05 mavMFC r287957: Kill HA link and shutdown the threads...
2015-10-05 mavMFC r287940: Replicate initiators WWPNs and names betwe...
2015-10-05 mavMFC r287933: Replicate port->init_devid to HA peer.
2015-10-05 mavMFC r287921: When reporting TPT UA, report which of...
2015-10-05 mavMFC r287912: Report proper medium error code for VERIFY...
2015-10-05 mavMFC r287816: Close potential race between datamove...
2015-10-05 mavMFC r287784: Implement data/status aggregation for...
2015-10-05 mavMFC r287778: Remove CTL_PRIV_LBA_LEN from HA messages.
2015-10-05 mavMFC r287774: Implement QUERY TASK, QUERY TASK SET and...
2015-10-05 mavMFC r287760: Improve read-only support.
2015-10-05 mavMFC r287758: Reannounce port to HA peer if LUN map...
2015-10-05 mavMFC r287756:
2015-10-05 mavMFC r287754: Report CTL_UA_LUN_CHANGE on LUN map change.
2015-10-05 mavMFC r287748: Make TARGET RESET respect LUN mapping.
2015-10-05 mavMFC r287721: Add HA support for CTL_TASK_I_T_NEXUS_RESET.
2015-10-05 mavMFC r287720: Fix false CTL_UA_RES_RELEASE on secondary...
2015-10-05 mavMFC r287711: Some HA polishing.
2015-10-05 mavMFC r287671:
2015-10-05 mavMFC r287621: Reimplement CTL High Availability.
2015-10-05 mavMFC r287620: Remove unused target and initiator IDs.
2015-10-05 mavMFC r287618: Disable CTL_IO_DELAY feature.
next