]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cam
MFV r270196:
[FreeBSD/FreeBSD.git] / sys / cam /
2014-08-20 Xin LIMFV r270196:
2014-08-20 Xin LIMFC r270195:
2014-08-20 Xin LIMFV r270193:
2014-08-20 John BaldwinUnexpand TAILQ_FOREACH().
2014-08-19 Alexander MotinFix lock recursion on LUN shutdown, introduced on r269497.
2014-08-14 Alan SomersConvert devd's client socket to type SOCK_SEQPACKET.
2014-08-14 Steven HartlandAdded 4K quirks for Corsair Force GT and Samsung 840...
2014-08-12 Hajimu UMEMOTOFix broken pointer overflow check ns_name_unpack()
2014-08-12 Hajimu UMEMOTOUpdate our stub resolver to final version of libbind.
2014-08-12 Peter WemmUpdate sqlite-3.7.17 -> 3.8.5
2014-08-11 Peter WemmUpdate serf-1.3.6 -> 1.3.7
2014-08-08 Warner Loshis_full_id is set to 0 and then not used. remove it.
2014-08-07 Jung-uk KimMerge OpenSSL 1.0.1i.
2014-08-06 Alexander MotinReduce reported additional INQUIRY data length.
2014-08-06 Alexander MotinFix several issues and inconsistencies in UNMAP capabil...
2014-08-05 Alexander MotinReimplement WRITE USING TOKEN with Block Zero token...
2014-08-05 Xin LIMFV r269542:
2014-08-04 Alexander MotinAdd support for Windows dialect of EXTENDED COPY comman...
2014-08-03 Alexander MotinDo not retry on set of non-transient XCOPY errors.
2014-08-03 Alexander MotinDo not retry token errors. They are not going to disapp...
2014-08-02 Alexander MotinRework r269444 to work also for lists without IDs.
2014-08-02 Alexander MotinPlug EXTENDED COPY request data memory leak.
2014-08-02 Alexander MotinFix some bugs in RECEIVE COPY STATUS data.
2014-08-02 Alexander MotinAdd missing comparisons to make list IDs in EXTENDED...
2014-08-02 Xin LIMFV r269427:
2014-08-02 Xin LIMFV r269426:
2014-07-31 Joerg WunschFix breakage introduced by r256843: removing the SA_CCB...
2014-07-29 Xin LIMFV r269224:
2014-07-29 Xin LIMFV r269223:
2014-07-27 Alexander MotinFix several cases of NULL dereference when INQUIRY...
2014-07-26 Alexander MotinImplement separate I/O dispatch method for ZVOLs in...
2014-07-26 Alexander MotinFix infinite loop, when doing WRITE SAME on file-backed...
2014-07-26 Xin LIMFV r269010:
2014-07-25 Edward Tomasz Napi... Fix ctl(4) kldload failure that manifested like this:
2014-07-24 Alexander MotinFix build with QUEUE_MACRO_DEBUG.
2014-07-21 Peter WemmMerge serf-1.3.6
2014-07-19 Baptiste DaroussinMerge libucl 20140718 (fixes a bug in the parser)
2014-07-19 Xin LIReduce lock contention on the z_teardown_lock under...
2014-07-18 Xin LIMFV r268851:
2014-07-18 Xin LIMFV r268850:
2014-07-18 Xin LIMFV r268848:
2014-07-18 Baptiste DaroussinUpdate libucl to the 2014-07-16 snapshot
2014-07-17 Baptiste DaroussinUpdate to byacc 20140715 (only concerns regression...
2014-07-17 Alexander MotinIncrease maximal number of SCSI ports in CTL from 32...
2014-07-17 Alexander MotinReduce per-LUN memory usage from 18MB to 1.8MB.
2014-07-16 Alexander MotinAdd support for VMWare dialect of EXTENDED COPY command...
2014-07-15 Xin LIMFV r268714:
2014-07-15 Xin LIMFV r268702:
2014-07-13 Alexander MotinMerge several equal serialization indexes.
2014-07-09 Xin LIMFV r268455:
2014-07-09 Xin LIMFV r268454:
2014-07-09 Xin LIMFV r268453:
2014-07-09 Xin LIMFV r268452:
2014-07-09 Alexander MotinAdd LUN options to specify 64-bit EUI and NAA identifiers.
2014-07-08 Simon J. GerratyUpdate to bmake-20140620
2014-07-08 Alexander MotinRemove status setting from datamove() path. Leave...
2014-07-08 Alexander MotinFix use-after-free on XPT_RESET_BUS.
2014-07-08 Alexander MotinEnable TAS feature: notify initiator if its command...
2014-07-08 Alexander MotinFix typo in r267873.
2014-07-08 Alexander MotinDo not return statuses for aborted iSCSI commands.
2014-07-08 Alexander MotinReturn task management requests to queued execution...
2014-07-08 Alexander MotinFix task management functions status: task not found...
2014-07-07 Alexander MotinFix "use after free" on port creation error in r268291.
2014-07-07 Alexander MotinAdd support for READ FULL STATUS action of PERSISTENT...
2014-07-07 Alexander MotinTeach ctl_add_initiator() to dynamically allocate IIDs...
2014-07-07 Alexander MotinFix bugs for PERSISTENT RESERVE OUT bits in r268096.
2014-07-07 Alexander MotinCorrection to r268356: collide only sessions to the...
2014-07-07 Alexander MotinWhen new connection comes in, check whether we already...
2014-07-07 Alexander MotinImplement ABORT TASK SET and I_T NEXUS RESET task manag...
2014-07-06 Andreas ToblerMake gcc happy, init idlen2.
2014-07-06 Alexander MotinClose race in r268291 between port destruction, delayed...
2014-07-06 Alexander MotinAdd support for SCSI Ports (88h) VPD page.
2014-07-06 Alexander MotinMake REPORT TARGET PORT GROUPS command report realistic...
2014-07-06 Alexander MotinMove lun_map() method from command nexus to port.
2014-07-06 Alexander MotinRelax some bit checks for INQUIRY command.
2014-07-05 Alexander MotinPass through iSCSI session ISID from LOGIN request...
2014-07-05 Alexander MotinBurry devid port method, which was a gross hack.
2014-07-05 Alexander MotinCreate separate CTL port for every iSCSI target (and...
2014-07-05 Alexander MotinImprove CTL_BEARG_* flags support, including optional...
2014-07-05 Alexander MotinImplement and use ctl_frontend_find().
2014-07-05 Alexander MotinIntroduce new IOCTL CTL_PORT_LIST reporting in more...
2014-07-05 Alexander MotinImprove readability of XML generated by CTL_LUN_LIST.
2014-07-05 Alexander MotinMake options KPI more generic to allow it to be used...
2014-07-05 Alexander MotinUse proper links field for ports linking.
2014-07-04 Alexander MotinSeparate concepts of frontend and port.
2014-07-04 Alexander MotinRemove targ_enable()/targ_disable() frontend methods.
2014-07-03 Kenneth D. MerryAdd persistent reservation support to camcontrol(8).
2014-07-03 Warner LoshRework the BIO_DELETE code slightly. Always queue the...
2014-07-03 Alexander MotinUse separate memory type M_CTLIO for I/Os.
2014-07-01 Xin LIMFV r268122:
2014-07-01 Xin LIMFV r268121:
2014-07-01 Xin LIMFV r268119:
2014-07-01 Alexander MotinAdd support for REPORT TIMESTAMP command.
2014-07-01 Alexander MotinAdd more formal and strict command parsing and validation.
2014-07-01 Xin LIMFV r267570:
2014-07-01 Xin LIMFV r267569:
2014-07-01 Xin LIMFV r267568:
2014-07-01 Xin LIMFV r267567:
2014-07-01 Xin LIMFV r267566:
2014-07-01 Xin LIMFV r267565:
next