summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* MFC r261538:mav2014-02-211-2/+6
* MFC r260996:mav2014-02-041-1/+3
* MFC r260267 (by smh), r261042:mav2014-01-291-9/+9
* MFC r260549:mav2014-01-251-6/+2
* MFC r260407:mav2014-01-201-2/+3
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-8/+8
* MFC r260541, r260547:mav2014-01-144-27/+31
* MFC r257946:mav2014-01-093-103/+66
* MFC r256995:mav2014-01-091-14/+1
* MFC r256547 (by smh):mav2014-01-092-0/+16
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-0730-1598/+1517
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-072-2/+2
* MFC r259108:mav2013-12-221-1/+5
* MFC r258871:trasz2013-12-131-1/+3
* MFC r257345,257382,257388:nwhitehorn2013-12-103-51/+84
* MFC r256552:mav2013-10-2418-41/+82
* MFC r256533:mav2013-10-241-1/+1
* Remove no longer useful debugging output and a stale comment.trasz2013-10-091-13/+2
* Make the error handling more consistant. Shouldn't make any functionaltrasz2013-10-091-9/+23
* Tidy up, cache return value of a function, and add an assertion;trasz2013-10-091-6/+32
* Close the race on path ID allocation in xpt_bus_register() if two buses aremav2013-10-091-9/+6
* Fix NOP-In/NOP-Out payload handling. Previous way didn't work at all; fortun...trasz2013-10-091-8/+33
* Properly fix out of memory handling in the iSCSI target.trasz2013-10-081-4/+11
* Split cfiscsi_datamove() in two; no functional changes.trasz2013-10-051-182/+203
* Don't leak memory when removing an unconnected session, and remove uselesstrasz2013-10-041-1/+1
* Make sure the CCB xflags field is initialized to zero so thatnwhitehorn2013-09-272-0/+5
* Re-do r255853. Along with adding back the API/ABI changes from thescottl2013-09-256-90/+399
* Revert r255853 pending fixes to build errors in usr.bin/kdumpgjb2013-09-256-392/+89
* Update the CAM API for FreeBSD 10:scottl2013-09-246-89/+392
* Properly ignore PDUs with CmdSN outside of allowed range.trasz2013-09-241-17/+18
* Fix a few instances of M_WAITOK in threads marked as prohibited from sleep,trasz2013-09-241-2/+16
* Don't use M_WAITOK when running from context where sleeping is prohibited,trasz2013-09-231-4/+21
* Add some spare fields to structs used by the new iSCSI stack - some justtrasz2013-09-201-0/+9
* Bring in the new iSCSI target and initiator.trasz2013-09-144-0/+2941
* Make SES driver adequately react on simple enclosure devices -- read Shortmav2013-09-061-0/+12
* Add camcontrol support for the SCSI sanitize commandbryanv2013-09-062-0/+59
* Fix kernel panic if cache->nelms is zero.mav2013-09-061-8/+8
* Add debug trace points for freeze/release device queue.mav2013-09-014-0/+75
* Bring legacy CAM target implementation back into API/KPI-coherent and evenmav2013-09-012-5/+11
* Fix SES_ENABLE_PASSTHROUGH kernel option, unexpectedly broken during drivermav2013-09-011-2/+4
* Fix targbh crash on XPT_IMMED_NOTIFY error during attach.mav2013-09-011-13/+10
* Fix the build with CTLFEDEBUG, broken by unmapped I/O support changes.mav2013-09-011-6/+6
* Bump up the default timeouts for move commands in the ch(4) driverken2013-08-291-4/+4
* If a drive returns ASC/ASCQ 0x04,0x11 "Logical unit not ready,ken2013-08-271-1/+1
* Add new attribute lunname to report only textual LUN-specific device IDs.mav2013-08-241-5/+9
* Add support to physio(9) for devices that don't want I/O split andken2013-08-241-4/+113
* CTL changes required for iSCSI target, most notably LUN remappingtrasz2013-08-247-64/+160
* Fix the (unused for now) SCSI_PROTO_iSCSI define to match style(9).trasz2013-08-211-1/+1
* Add unmapped I/O and larger I/O support to the sa(4) driver.ken2013-08-161-7/+50
* Turn comments about locking into actual lock assertions.trasz2013-08-151-28/+35
OpenPOWER on IntegriCloud