summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* is_full_id is set to 0 and then not used. remove it.imp2014-08-081-2/+1
* Reduce reported additional INQUIRY data length.mav2014-08-061-1/+3
* Fix several issues and inconsistencies in UNMAP capabilities reporting.mav2014-08-064-14/+99
* Reimplement WRITE USING TOKEN with Block Zero token using WRITE SAME.mav2014-08-053-27/+128
* Add support for Windows dialect of EXTENDED COPY command, aka Microsoft ODX.mav2014-08-047-55/+1090
* Do not retry on set of non-transient XCOPY errors.mav2014-08-031-8/+8
* Do not retry token errors. They are not going to disappear by themselves.mav2014-08-031-11/+11
* Rework r269444 to work also for lists without IDs.mav2014-08-021-2/+2
* Plug EXTENDED COPY request data memory leak.mav2014-08-021-0/+2
* Fix some bugs in RECEIVE COPY STATUS data.mav2014-08-021-9/+7
* Add missing comparisons to make list IDs in EXTENDED COPY per-initiator,mav2014-08-021-33/+26
* Fix breakage introduced by r256843: removing the SA_CCB_WAITING bitjoerg2014-07-311-83/+69
* Fix several cases of NULL dereference when INQUIRY sent to absent LUN.mav2014-07-271-10/+12
* Implement separate I/O dispatch method for ZVOLs in "dev" mode.mav2014-07-261-3/+88
* Fix infinite loop, when doing WRITE SAME on file-backed LUN.mav2014-07-261-2/+3
* Fix ctl(4) kldload failure that manifested like this:trasz2014-07-251-0/+1
* Fix build with QUEUE_MACRO_DEBUG.mav2014-07-241-1/+1
* Increase maximal number of SCSI ports in CTL from 32 to 128.mav2014-07-175-8/+7
* Reduce per-LUN memory usage from 18MB to 1.8MB.mav2014-07-172-81/+69
* Add support for VMWare dialect of EXTENDED COPY command, aka VAAI Clone.mav2014-07-1612-47/+2373
* Merge several equal serialization indexes.mav2014-07-133-91/+83
* Add LUN options to specify 64-bit EUI and NAA identifiers.mav2014-07-091-1/+27
* Remove status setting from datamove() path. Leave that to other places.mav2014-07-081-8/+1
* Fix use-after-free on XPT_RESET_BUS.mav2014-07-081-1/+6
* Enable TAS feature: notify initiator if its command was aborted by other.mav2014-07-087-17/+55
* Fix typo in r267873.mav2014-07-081-1/+1
* Do not return statuses for aborted iSCSI commands.mav2014-07-081-0/+10
* Return task management requests to queued execution, but differently.mav2014-07-081-15/+15
* Fix task management functions status: task not found is not an error,mav2014-07-081-18/+5
* Fix "use after free" on port creation error in r268291.mav2014-07-071-4/+4
* Add support for READ FULL STATUS action of PERSISTENT RESERVE IN command.mav2014-07-074-2/+128
* Teach ctl_add_initiator() to dynamically allocate IIDs from pool.mav2014-07-077-145/+167
* Fix bugs for PERSISTENT RESERVE OUT bits in r268096.mav2014-07-071-5/+5
* Correction to r268356: collide only sessions to the same target.mav2014-07-071-0/+2
* When new connection comes in, check whether we already have session frommav2014-07-072-8/+30
* Implement ABORT TASK SET and I_T NEXUS RESET task management functions.mav2014-07-076-55/+142
* Make gcc happy, init idlen2.andreast2014-07-061-1/+1
* Close race in r268291 between port destruction, delayed by sessionsmav2014-07-063-0/+20
* Add support for SCSI Ports (88h) VPD page.mav2014-07-062-8/+153
* Make REPORT TARGET PORT GROUPS command report realistic data instead ofmav2014-07-062-81/+101
* Move lun_map() method from command nexus to port.mav2014-07-065-34/+30
* Relax some bit checks for INQUIRY command.mav2014-07-061-1/+1
* Pass through iSCSI session ISID from LOGIN request to the CTL frontend.mav2014-07-053-0/+10
* Burry devid port method, which was a gross hack.mav2014-07-057-325/+181
* Create separate CTL port for every iSCSI target (and maybe portal group).mav2014-07-057-102/+305
* Improve CTL_BEARG_* flags support, including optional values copyout.mav2014-07-052-25/+43
* Implement and use ctl_frontend_find().mav2014-07-053-7/+23
* Introduce new IOCTL CTL_PORT_LIST reporting in more flexible XML format.mav2014-07-052-0/+99
* Improve readability of XML generated by CTL_LUN_LIST.mav2014-07-052-9/+10
* Make options KPI more generic to allow it to be used for ports too,mav2014-07-057-50/+58
OpenPOWER on IntegriCloud