Remove entry for r287469, Skylake/i219 support is not yet complete.
[freebsd.git] / sys / cam /
2015-10-05 dimMerge ^/head r288457 through r288830.
2015-10-01 mavMore aggressively fill WUT read pipeline.
2015-10-01 dimMerge ^/head r288197 through r288456.
2015-10-01 mavMake zero WUT use WRITE SAME with recently allowed...
2015-10-01 mavImplement SPC-3 exceptions to SPC-2 RESERVE and RELEASE...
2015-10-01 mavUnify PR variable names to reduce confusion.
2015-09-30 mavUse proper STAILQ_* macros where possible.
2015-09-30 mavMake pass, sg and targ drivers respect HBA's maxio.
2015-09-30 markjMFV r288408:
2015-09-29 mavReally implement PREVENT ALLOW MEDIUM REMOVAL command.
2015-09-29 mavDon't report SYNC_NV bit set in SYNCHRONIZE CACHE as...
2015-09-29 mavFix arguments order.
2015-09-29 mavReport that we can read all flavours of DVD. Why not?
2015-09-29 mavAdd CD/DVD Capabilities and Mechanical Status Page.
2015-09-28 mavUmplement media load/eject support for removable devices.
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-27 mavAdd to CTL initial support for CDROMs and removable...
2015-09-26 mavAllow LOG SENSE command on non-disk devices.
2015-09-26 mavRemove concept of control device.
2015-09-26 mavMove ioctl frontend defines where they belong.
2015-09-26 mavRemove few more unused variables.
2015-09-26 mavRemove some duplicate, legacy, dead and questionable...
2015-09-26 mavPass to sobind() copy of the address, not the original.
2015-09-25 mavProperly lock LUN in ctl_failover_lun().
2015-09-25 mavFix bit masks changed for the wrong commands in r288221.
2015-09-25 mavConstify ctl_serialize_table.
2015-09-25 mavRemove some dead code found by Clang analyzer.
2015-09-25 mavRemove stale comments and some excessive empty lines.
2015-09-25 mavSwitch I/O time accounting from system time to uptime.
2015-09-25 mavCollect DMA statistics on secondary HA node.
2015-09-25 mavMake HA handle datamove and done in a universal way...
2015-09-25 mavRemove some control_softc references.
2015-09-24 dimMerge ^/head r288126 through r288196.
2015-09-24 mavAllow WRITE SAME with NDOB bit set but without UNMAP.
2015-09-24 mavAdd new report types to REPORT LUNS command.
2015-09-24 mavUpdate WRITE ATOMIC(16) support to sbc4r8 draft.
2015-09-24 mavAdd support for READ BUFFER(16) command.
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-23 mavSynchronize mode pages between HA peers.
2015-09-23 mavMake HA peers announce their parameters on connect.
2015-09-22 dimMerge ^/head r288100 through r288125.
2015-09-22 mavAdd support for Control extension mode page.
2015-09-22 mavRemove duplicate and incomplete code handling LUN modify.
2015-09-22 dimMerge ^/head r288035 through r288099.
2015-09-21 mavLog iSCSI session reinstatements.
2015-09-20 dimMerge ^/head r287878 through r288034.
2015-09-20 mavMark with DMA flag I/Os waiting for iSCSI write data...
2015-09-20 mavRemove couple excess SGLIST I/O flags.
2015-09-19 mavAlways execute REPORT LUNS and REQUEST SENSE commands...
2015-09-19 mavSplit two command flags with different meaning.
2015-09-19 mavPack struct ctl_ha_msg_hdr by 8 bytes.
2015-09-19 mavFix memory corruption when >128K transferred through...
2015-09-18 mavMark I/Os with DMA flag while moving data through the...
2015-09-18 mavRelax serseq option operation for reads.
2015-09-18 mavKill HA link and shutdown the threads on shutdown.
2015-09-18 mavUpdate list of opcodes to 5/26/15.
2015-09-18 mavUpdate list of ASC/ASCQ codes from 5/20/12 to 8/12/15.
2015-09-17 mavReplicate initiators WWPNs and names between HA peers.
2015-09-17 mavReplicate port->init_devid to HA peer.
2015-09-17 mavWhen reporting TPT UA, report which of thresholds was...
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-17 mavReport number of failed XCOPY segment.
2015-09-17 mavReport proper medium error code for VERIFY commands.
2015-09-16 dimMerge ^/head r287680 through r287877.
2015-09-16 dimUpdate libc++ to 3.7.0 release.
2015-09-16 mavFix reading after end of file for file-backed LUNs.
2015-09-16 mavMake COMPARE AND WRITE report offset of difference.
2015-09-16 mavFix fixed sense writing when passed more data then...
2015-09-16 mavFrontends don't need to set errors themselves.
2015-09-16 mavDon't flap the HA link if sysctl is reset to the same...
2015-09-15 mavMake CAM log errors that make it wait.
2015-09-15 mavFix completion/error status reporting.
2015-09-15 mavClose potential race between datamove and HA failover.
2015-09-15 markjPreserve the device queue status before retrying a...
2015-09-14 mavImplement data/status aggregation for secondary HA...
2015-09-14 mavImplement data/status aggregation for camsim backend.
2015-09-14 mavRemove CTL_PRIV_LBA_LEN from HA messages.
2015-09-14 mavImplement QUERY TASK, QUERY TASK SET and QUERY ASYNC...
2015-09-13 mavMap CLEAR TASK SET and I_T NEXUS RESET for iSCSI.
2015-09-13 mavImplement iSCSI TARGET COLD RESET task management function.
2015-09-13 mavImprove read-only support.
2015-09-13 mavReannounce port to HA peer if LUN map changed after...
2015-09-13 mavReport INQUIRY DATA HAS CHANGED for related LUNs on...
2015-09-13 mavReport CTL_UA_LUN_CHANGE on LUN map change.
2015-09-13 mavMake TARGET RESET respect LUN mapping.
2015-09-12 mavCheck for obsolete NUL bin in CSCD descriptor.
2015-09-12 mavAdd HA support for CTL_TASK_I_T_NEXUS_RESET.
2015-09-12 mavFix false CTL_UA_RES_RELEASE on secondary HA node.
2015-09-12 mavDecode WRITE ATOMIC(16) command.
2015-09-12 mavImprove XCOPY error reporting.
2015-09-12 mavReport that we have no limit on POPULATE TOKEN segment...
2015-09-12 mavCorrect RTPG bitmask.
2015-09-12 mavSome HA polishing.
2015-09-12 mavCTL documentation update, mostly for HA.
2015-09-11 dimMerge ^/head r287527 through r287679.
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-11 mavMake ctld restart on primary HA node less invasive...
2015-09-11 mavClose races between device close and request processing.
2015-09-11 mavReference/release devices on every I/O, rather on open...
2015-09-10 dimUpdate compiler-rt to 3.7.0 release. This also include...
next