]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cam
Pull in r267961 and r267973 again. Fix for issues reported will follow.
[FreeBSD/FreeBSD.git] / sys / cam /
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...
2014-04-23 mavDisable UNMAP support for STEC 842 SSDs.
2014-04-23 baptUpdate to byacc 20140409
2014-04-16 traszProperly pass the initiator address when running in...
2014-04-16 traszMake it possible to interrupt login when running in...
2014-04-16 traszProperly identify target portal when running in proxy...
2014-04-16 traszAdd some stuff to make it easier to figure out for...
2014-04-16 traszMake it possible for the iSCSI target side to operate...
2014-04-13 mavJoin CTL worker threads into one process for convenience.
2014-04-13 mavReport more readable state "-" for idle CAM scan thread.
2014-04-10 smhFix build breakage caused by r264295
2014-04-09 mavFix three refcounter leaks and lock recursion they...
2014-04-09 mavIntroduce new serialization type CTL_SERIDX_UNMAP.
2014-04-09 mavWhen splitting huge unmap requests, do it on sector...
2014-04-09 mavRemove support of LUN-based CD changers from cd(4)...
2014-04-08 mavAnother fix for r264274. Last moment cosmetic changes...
2014-04-08 mavOops! Few quick fixes for r264274.
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 traszAll the iSCSI sysctls are also tunables; advertise...
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-01 traszUse atomic ops instead of mutexes where appropriate.
2014-04-01 traszInstead of "icltx" and "iclrx", use thread names with...
2014-04-01 traszGet rid of ICL lock; use upper-layer (initiator or...
2014-04-01 traszRemove the homegrown ctl_be_block_io allocator, replaci...
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-30 impRemove instances of variables that were set, but never...
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-27 traszRemove ctl_mem_pool.{c,h}.
2014-03-27 traszRework cfiscsi_datamove_in() to obey expected data...
2014-03-25 traszTarget Transfer Tag is opaque; no need to htonl(3) it.
2014-03-25 traszUse a less unusual syntax in debug printfs.
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 baptUpdate to 20140321
2014-03-16 rwatsonUpdate kernel inclusions of capability.h to use capsicu...
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-07 mavFix support for increased logical sector size (4K-nativ...
2014-03-06 traszMake reset handling in iSCSI target RFC-compliant....
2014-03-05 gjbMerge ^/projects/release-embedded into ^/head.
2014-03-05 traszFix missing unlock in persistent reservations code...
2014-03-05 delphijMFV r262756:
2014-03-04 mavDo not retry on CAM_FUNC_NOTAVAIL error, but return...
2014-03-02 delphijMFV r262639: ncurses 5.9 20140222 snapshot.
2014-02-28 delphijMFV r262617: ncurses 5.9.
2014-02-28 impSymbolic bindings for the dts files...
2014-02-28 impAdd missing skeleton file.
2014-02-28 markj4478 dtrace_dof_maxsize is far too small
2014-02-28 impInitial import of DTS files from Linux
next