| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: r267638 | marius | 2014-06-23 | 1 | -3/+3 |
* | MFC r262741: | mav | 2014-03-18 | 1 | -0/+1 |
* | MFC r260541, r260547: | mav | 2014-01-14 | 1 | -0/+11 |
* | MFC Alexander Motin's direct dispatch, multi-queue, and finer-grained | scottl | 2014-01-07 | 1 | -46/+30 |
* | MFC r256552: | mav | 2013-10-24 | 1 | -1/+6 |
* | Add debug trace points for freeze/release device queue. | mav | 2013-09-01 | 1 | -0/+3 |
* | Remove droping topology mutex after iterating 100 periphs in CAMGETPASSTHRU. | mav | 2013-08-07 | 1 | -2/+2 |
* | Make some improvements to r253322 to really rescan target, not a bus. | mav | 2013-07-15 | 1 | -5/+9 |
* | Improve handling of 0x3F/0x0E "Reported LUNs data has changed" and 0x25/0x00 | mav | 2013-07-13 | 1 | -31/+42 |
* | Simplify the checking of flags for cam_periph_mapmem(). This gets rid of | scottl | 2013-06-07 | 1 | -12/+13 |
* | MFprojects/camlock r249541: | mav | 2013-04-27 | 1 | -13/+8 |
* | MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905, | mav | 2013-04-14 | 1 | -14/+5 |
* | MFprojects/camlock: | mav | 2013-04-04 | 1 | -7/+6 |
* | Fix panic in the error path caused by recursive acquisition of XPT topology | trasz | 2013-04-02 | 1 | -1/+1 |
* | Do not remap usermode pages into KVA for physio. | kib | 2013-03-19 | 1 | -1/+1 |
* | Assert that a ccb passed to cam_periph_mapmem() for XPT_SCSI_IO and | kib | 2013-03-19 | 1 | -0/+4 |
* | Fix a panic during CAM EDT traversal. | ken | 2012-12-07 | 1 | -0/+8 |
* | Add explicit check for not set time inside cam_periph_freeze_after_event(). | mav | 2012-10-14 | 1 | -0/+3 |
* | Implement media change notification for DA and CD removable media devices. | mav | 2012-07-29 | 1 | -0/+7 |
* | Fix a typo in a panic() call. | ken | 2012-06-28 | 1 | -1/+1 |
* | Add scsi_extract_sense_ccb() -- wrapper around scsi_extract_sense_len(). | mav | 2012-06-23 | 1 | -16/+5 |
* | Don't print SCSI Queue Full and CAM_REQUEUE_REQ statuses as errors if they | mav | 2012-06-22 | 1 | -1/+4 |
* | Make cam_periph_hold() behavior consistent: drop taken reference and | mav | 2012-06-21 | 1 | -0/+4 |
* | Fix several reference counting and object lifetime issues between | ken | 2012-06-20 | 1 | -4/+29 |
* | One more major cam_periph_error() rewrite to improve error handling and | mav | 2012-06-09 | 1 | -415/+170 |
* | Add CAM_DEBUG_INFO debug messages for periph created/invalidated/destroyed | mav | 2012-06-07 | 1 | -0/+4 |
* | Fix a bug introduced in r230000. We were eliminating all LUNs on a target | ken | 2012-01-25 | 1 | -1/+14 |
* | Fix a race condition in CAM peripheral free handling, locking | ken | 2012-01-12 | 1 | -24/+51 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Add descriptor sense support to CAM, and honor sense residuals properly in | ken | 2011-10-03 | 1 | -13/+18 |
* | In some cases failed SATA disks may report their presence, but don't | mav | 2011-07-29 | 1 | -8/+19 |
* | Lay groundwork in CAM for recording and reporting physical path and | gibbs | 2011-06-14 | 1 | -6/+39 |
* | Remove always false "< 0" check for unsgined int variable. This check is | mav | 2011-04-18 | 1 | -2/+0 |
* | Don't automatically send a START UNIT to sequential access devices- | mjacob | 2011-03-03 | 1 | -0/+9 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | Fix a few issues related to the XPT_GDEV_ADVINFO CCB. | ken | 2010-12-10 | 1 | -0/+9 |
* | Add Serial Management Protocol (SMP) passthrough support to CAM. | ken | 2010-11-30 | 1 | -0/+24 |
* | When requesting sense data for SIM not doing it automatically (such as | mav | 2010-11-08 | 1 | -2/+3 |
* | Protect periph drivers list and rearrange things to minimize the chance of | mjacob | 2010-06-02 | 1 | -25/+34 |
* | MFp4: Large set of CAM inprovements. | mav | 2010-01-28 | 1 | -180/+209 |
* | MFp4: | mav | 2009-11-14 | 1 | -0/+5 |
* | MFp4: | mav | 2009-11-14 | 1 | -23/+36 |
* | MFp4: | mav | 2009-11-05 | 1 | -4/+17 |
* | MFp4: | mav | 2009-11-03 | 1 | -0/+1 |
* | Make "Retrying Command" to be printed before actual retrying. | mav | 2009-10-23 | 1 | -22/+17 |
* | Replace most of priority numbers with defines. No logical changes. | mav | 2009-10-23 | 1 | -13/+12 |
* | MFp4: | mav | 2009-09-22 | 1 | -1/+6 |
* | Separate the parallel scsi knowledge out of the core of the XPT, and | scottl | 2009-07-10 | 1 | -4/+32 |
* | Change cam_periph_ioctl() to take 'cmd' and a u_long instead of an | scottl | 2009-06-22 | 1 | -1/+1 |
* | Add missing free(9) in error case. | trasz | 2009-05-12 | 1 | -0/+1 |