]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cam
Update the new 40G XL710 driver to Release version 1.0.0
[FreeBSD/FreeBSD.git] / sys / cam /
2014-07-27 mavFix several cases of NULL dereference when INQUIRY...
2014-07-26 mavImplement separate I/O dispatch method for ZVOLs in...
2014-07-26 mavFix infinite loop, when doing WRITE SAME on file-backed...
2014-07-25 traszFix ctl(4) kldload failure that manifested like this:
2014-07-24 mavFix build with QUEUE_MACRO_DEBUG.
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-17 mavIncrease maximal number of SCSI ports in CTL from 32...
2014-07-17 mavReduce per-LUN memory usage from 18MB to 1.8MB.
2014-07-16 mavAdd support for VMWare dialect of EXTENDED COPY command...
2014-07-13 mavMerge several equal serialization indexes.
2014-07-09 mavAdd LUN options to specify 64-bit EUI and NAA identifiers.
2014-07-08 mavRemove status setting from datamove() path. Leave...
2014-07-08 mavFix use-after-free on XPT_RESET_BUS.
2014-07-08 mavEnable TAS feature: notify initiator if its command...
2014-07-08 mavFix typo in r267873.
2014-07-08 mavDo not return statuses for aborted iSCSI commands.
2014-07-08 mavReturn task management requests to queued execution...
2014-07-08 mavFix task management functions status: task not found...
2014-07-07 mavFix "use after free" on port creation error in r268291.
2014-07-07 mavAdd support for READ FULL STATUS action of PERSISTENT...
2014-07-07 mavTeach ctl_add_initiator() to dynamically allocate IIDs...
2014-07-07 mavFix bugs for PERSISTENT RESERVE OUT bits in r268096.
2014-07-07 mavCorrection to r268356: collide only sessions to the...
2014-07-07 mavWhen new connection comes in, check whether we already...
2014-07-07 mavImplement ABORT TASK SET and I_T NEXUS RESET task manag...
2014-07-06 andreastMake gcc happy, init idlen2.
2014-07-06 mavClose race in r268291 between port destruction, delayed...
2014-07-06 mavAdd support for SCSI Ports (88h) VPD page.
2014-07-06 mavMake REPORT TARGET PORT GROUPS command report realistic...
2014-07-06 mavMove lun_map() method from command nexus to port.
2014-07-06 mavRelax some bit checks for INQUIRY command.
2014-07-05 mavPass through iSCSI session ISID from LOGIN request...
2014-07-05 mavBurry devid port method, which was a gross hack.
2014-07-05 mavCreate separate CTL port for every iSCSI target (and...
2014-07-05 mavImprove CTL_BEARG_* flags support, including optional...
2014-07-05 mavImplement and use ctl_frontend_find().
2014-07-05 mavIntroduce new IOCTL CTL_PORT_LIST reporting in more...
2014-07-05 mavImprove readability of XML generated by CTL_LUN_LIST.
2014-07-05 mavMake options KPI more generic to allow it to be used...
2014-07-05 mavUse proper links field for ports linking.
2014-07-04 mavSeparate concepts of frontend and port.
2014-07-04 mavRemove targ_enable()/targ_disable() frontend methods.
2014-07-03 kenAdd persistent reservation support to camcontrol(8).
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-03 impRework the BIO_DELETE code slightly. Always queue the...
2014-07-03 mavUse separate memory type M_CTLIO for I/Os.
2014-07-01 mavAdd support for REPORT TIMESTAMP command.
2014-07-01 mavAdd more formal and strict command parsing and validation.
2014-07-01 delphijMFV r267565:
2014-06-28 hselaskyPull in r267961 and r267973 again. Fix for issues repor...
2014-06-27 mavRemove odd practice of inverting error codes.
2014-06-27 gjbRevert r267961, r267973:
2014-06-27 hselaskyExtend the meaning of the CTLFLAG_TUN flag to automatic...
2014-06-27 mavFix typo in r267481.
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 mavSimplify statistics calculation.
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 mavAllow MODE SENSE commands through Write Exclusive persi...
2014-06-26 mavAdd READ BUFFER and improve WRITE BUFFER SCSI commands...
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-25 mavLock devstat updates in block backend to make it usable...
2014-06-25 mavIntroduce fine-grained CTL locking to improve SMP scala...
2014-06-25 mavAllow to use iSCSI immediate data by several ctl_datamo...
2014-06-19 mavExecute task management request directly in ctl_queue...
2014-06-19 mavAdd some more CTL_FLAG_ABORT check points.
2014-06-19 mavIncrease CTL_DEVID_LEN from 16 to 64 bytes.
2014-06-19 mariusDon't denounce peripherals on system shutdown. Together...
2014-06-19 mavAdd iSCSI Target Name ID descriptor to VPD 83h.
2014-06-18 traszRework session termination in iSCSI target to actually...
2014-06-17 traszMake cs_terminating a bool; no functional changes.
2014-06-16 traszAdd comment explaining a potential problem with just...
2014-06-16 traszAdd LUN-associated name to VPD, to make Hyper-V Failove...
2014-06-16 mavAdd support for VERIFY(10/12/16) and COMPARE AND WRITE...
2014-06-15 mavMake backends track completion by processed number...
2014-06-15 mavRemove memcpy() from ctl_private[] accesses.
2014-06-15 mavMove kern_total_len setting from backend to core code.
2014-06-15 pfgMFV r266988:
2014-06-15 mavFormat Portal Group Tag same as istgt does -- %4.4x...
2014-06-15 mavRemove custom processing for "file" option.
2014-06-15 mavRespect "vendor" option in all places.
2014-06-15 mavAdd "vendor", "product" and "revision" options to contr...
2014-06-14 mavRemove non-functional remnants of control LUN -- 18MB...
2014-06-14 mavImplement small KPI to access LUN options instead doing...
2014-06-12 mavFix some leaks on LUN creation error.
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-05 impThe code that combines adjacent ranges for BIO_DELETEs...
2014-06-04 mav- Add support for SG_GET_SG_TABLESIZE IOCTL to report...
2014-06-02 mavOverhaul CAM SG driver IOCTL interfaces.
2014-05-27 peterMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-05-04 traszProvide better descriptions for 'struct ctl_scsiio...
2014-04-30 mavRespect MAXIMUM TRANSFER LENGTH field of Block Limits...
2014-04-30 mavDo not reread SCSI disk VPD pages on every device open.
2014-04-24 mavRemove limits on size of READ/WRITE operations.
2014-04-24 mavMake CAM target CTL frontend respect SIM I/O size limit...
2014-04-24 traszModify CTL iSCSI frontend to properly handle situations...
next