]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cam/ctl/ctl.c
Allow more commands to pass persistent reservation according to SPC-4 r37.
[FreeBSD/FreeBSD.git] / sys / cam / ctl / ctl.c
2014-09-18 mavAllow more commands to pass persistent reservation...
2014-09-18 mavAdd support for "no Data-Out Buffer" (NDOB) flag of...
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-14 mavAlways report that we support REPORT TARGET PORT GROUPS...
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 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 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-27 pluknetMFV of r270725, tzdata2014f
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
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-04 mavAdd support for Windows dialect of EXTENDED COPY comman...
2014-07-27 mavFix several cases of NULL dereference when INQUIRY...
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-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 mavEnable TAS feature: notify initiator if its command...
2014-07-08 mavFix typo in r267873.
2014-07-08 mavReturn task management requests to queued execution...
2014-07-08 mavFix task management functions status: task not found...
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 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-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-04 mavSeparate concepts of frontend and port.
2014-07-04 mavRemove targ_enable()/targ_disable() frontend methods.
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
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-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 mavIntroduce fine-grained CTL locking to improve SMP scala...
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-16 mavAdd support for VERIFY(10/12/16) and COMPARE AND WRITE...
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 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-09 jkimMerge OpenSSL 1.0.1h.
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-04-24 mavRemove limits on size of READ/WRITE operations.
2014-04-23 baptUpdate to byacc 20140409
2014-04-13 mavJoin CTL worker threads into one process for convenience.
2014-04-08 mavAdd support for SCSI UNMAP commands to CTL.
2014-04-08 mavWakeup only one thread of added in r263978i at a time.
2014-04-06 mavReport stripe size and offset of the backing device...
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-03-31 traszHide CTL messages about SCSI error responses. Too...
2014-03-31 traszMake it possible to have multiple CTL worker threads...
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 baptUpdate to 20140321
2014-03-10 baptUpdate libucl to 2014-03-03
next