]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cam
Fix elfdump(1) usage in the userland CTF tests.
[FreeBSD/FreeBSD.git] / sys / cam /
2014-09-15 mavAdd quirks to disable READ CAPACITY (16) for PNY USB...
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-14 mavAlways report that we support REPORT TARGET PORT GROUPS...
2014-09-14 mavUpdate CAM CCB accounting for the new status quo.
2014-09-13 mavImplement control over command reordering via options...
2014-09-13 mavAdd "readcache" and "writecache" LUN options to control...
2014-09-13 mavImplement range checks between UNMAP and READ/WRITE...
2014-09-11 mavAdd support for Extended INQUIRY Data (0x86) VPD page.
2014-09-10 mavExtend UNMAP blacklist on all STEC SSD models.
2014-09-10 traszMake sure we handle less than zero timeouts in iSCSI...
2014-09-10 traszMake it possible to disable NOP-In PDUs by the iSCSI...
2014-09-10 mavMake ctl_port_mask an array to support more then 32...
2014-09-10 mavRemove uninitialized and unused variable, reported...
2014-09-10 mavFix array overrun, reported by Coverity.
2014-09-10 mavFix couple off-by-one range check errors, reported...
2014-09-10 mavFix memory leak on error, reported by Coverity.
2014-09-10 mavFix minor buffer overflow reported by Coverity.
2014-09-09 mavReport that DPO and FUA bits are supported after r271311.
2014-09-09 mavOops, missed piece of r271311.
2014-09-09 mavAdd support for Mode Page Policy (0x87) VPD page.
2014-09-09 mavImprove cache control support, including DPO/FUA flags...
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-08-30 impAdd a few defines and packet types for SATA 3.2 and...
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-22 impWe should never enter the PROBE_SETAN phase if we're...
2014-08-21 sbrunoAdd the Samsung 843T as a 4k enabled drive
2014-08-21 traszUse proper include paths in kernel iSCSI code.
2014-08-20 impTurns out that IDENTIFY DEVICE and IDENTIFY PACKET...
2014-08-20 jhbUnexpand TAILQ_FOREACH().
2014-08-19 mavFix lock recursion on LUN shutdown, introduced on r269497.
2014-08-14 smhAdded 4K quirks for Corsair Force GT and Samsung 840...
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-08 impis_full_id is set to 0 and then not used. remove it.
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-08-06 mavReduce reported additional INQUIRY data length.
2014-08-06 mavFix several issues and inconsistencies in UNMAP capabil...
2014-08-05 mavReimplement WRITE USING TOKEN with Block Zero token...
2014-08-04 mavAdd support for Windows dialect of EXTENDED COPY comman...
2014-08-03 mavDo not retry on set of non-transient XCOPY errors.
2014-08-03 mavDo not retry token errors. They are not going to disapp...
2014-08-02 mavRework r269444 to work also for lists without IDs.
2014-08-02 mavPlug EXTENDED COPY request data memory leak.
2014-08-02 mavFix some bugs in RECEIVE COPY STATUS data.
2014-08-02 mavAdd missing comparisons to make list IDs in EXTENDED...
2014-07-31 joergFix breakage introduced by r256843: removing the SA_CCB...
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:
next