| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly fix out of memory handling in the iSCSI target. | trasz | 2013-10-08 | 1 | -4/+11 |
* | Split cfiscsi_datamove() in two; no functional changes. | trasz | 2013-10-05 | 1 | -182/+203 |
* | Don't leak memory when removing an unconnected session, and remove useless | trasz | 2013-10-04 | 1 | -1/+1 |
* | Make sure the CCB xflags field is initialized to zero so that | nwhitehorn | 2013-09-27 | 2 | -0/+5 |
* | Re-do r255853. Along with adding back the API/ABI changes from the | scottl | 2013-09-25 | 6 | -90/+399 |
* | Revert r255853 pending fixes to build errors in usr.bin/kdump | gjb | 2013-09-25 | 6 | -392/+89 |
* | Update the CAM API for FreeBSD 10: | scottl | 2013-09-24 | 6 | -89/+392 |
* | Properly ignore PDUs with CmdSN outside of allowed range. | trasz | 2013-09-24 | 1 | -17/+18 |
* | Fix a few instances of M_WAITOK in threads marked as prohibited from sleep, | trasz | 2013-09-24 | 1 | -2/+16 |
* | Don't use M_WAITOK when running from context where sleeping is prohibited, | trasz | 2013-09-23 | 1 | -4/+21 |
* | Add some spare fields to structs used by the new iSCSI stack - some just | trasz | 2013-09-20 | 1 | -0/+9 |
* | Bring in the new iSCSI target and initiator. | trasz | 2013-09-14 | 4 | -0/+2941 |
* | Make SES driver adequately react on simple enclosure devices -- read Short | mav | 2013-09-06 | 1 | -0/+12 |
* | Add camcontrol support for the SCSI sanitize command | bryanv | 2013-09-06 | 2 | -0/+59 |
* | Fix kernel panic if cache->nelms is zero. | mav | 2013-09-06 | 1 | -8/+8 |
* | Add debug trace points for freeze/release device queue. | mav | 2013-09-01 | 4 | -0/+75 |
* | Bring legacy CAM target implementation back into API/KPI-coherent and even | mav | 2013-09-01 | 2 | -5/+11 |
* | Fix SES_ENABLE_PASSTHROUGH kernel option, unexpectedly broken during driver | mav | 2013-09-01 | 1 | -2/+4 |
* | Fix targbh crash on XPT_IMMED_NOTIFY error during attach. | mav | 2013-09-01 | 1 | -13/+10 |
* | Fix the build with CTLFEDEBUG, broken by unmapped I/O support changes. | mav | 2013-09-01 | 1 | -6/+6 |
* | Bump up the default timeouts for move commands in the ch(4) driver | ken | 2013-08-29 | 1 | -4/+4 |
* | If a drive returns ASC/ASCQ 0x04,0x11 "Logical unit not ready, | ken | 2013-08-27 | 1 | -1/+1 |
* | Add new attribute lunname to report only textual LUN-specific device IDs. | mav | 2013-08-24 | 1 | -5/+9 |
* | Add support to physio(9) for devices that don't want I/O split and | ken | 2013-08-24 | 1 | -4/+113 |
* | CTL changes required for iSCSI target, most notably LUN remapping | trasz | 2013-08-24 | 7 | -64/+160 |
* | Fix the (unused for now) SCSI_PROTO_iSCSI define to match style(9). | trasz | 2013-08-21 | 1 | -1/+1 |
* | Add unmapped I/O and larger I/O support to the sa(4) driver. | ken | 2013-08-16 | 1 | -7/+50 |
* | Turn comments about locking into actual lock assertions. | trasz | 2013-08-15 | 1 | -28/+35 |
* | Added 4K quirks for:- | smh | 2013-08-14 | 2 | -0/+48 |
* | Remove droping topology mutex after iterating 100 periphs in CAMGETPASSTHRU. | mav | 2013-08-07 | 3 | -41/+5 |
* | Improve r253721 by reporting detected lack of BIO_FLUSH support to GEOM. | mav | 2013-08-07 | 1 | -0/+1 |
* | Remove dead code. | trasz | 2013-08-06 | 2 | -44/+0 |
* | MFprojects/camlock r249006: | mav | 2013-08-05 | 1 | -16/+13 |
* | MFprojects/camlock r249505: | mav | 2013-08-05 | 5 | -44/+71 |
* | Add NO_RC16 quirk to make da driver avoid using READ CAPACITY(16) command | mav | 2013-07-30 | 1 | -3/+11 |
* | Fix returning incorrect bio_resid value with failed BIO_DELETE requests. | mav | 2013-07-28 | 2 | -26/+35 |
* | Synchronize device cache on close only if there were some write operations. | mav | 2013-07-27 | 2 | -10/+24 |
* | Oops, revert unwanted part of r253721. | mav | 2013-07-27 | 1 | -2/+0 |
* | Detect unsupported PREVENT ALLOW MEDIUM REMOVAL and SYNCHRONIZE CACHE(10) | mav | 2013-07-27 | 1 | -0/+24 |
* | CAM and mps(4) driver scanning changes. | ken | 2013-07-22 | 2 | -9/+15 |
* | Make some improvements to r253322 to really rescan target, not a bus. | mav | 2013-07-15 | 3 | -11/+18 |
* | Fix an argument reversal in calls to scsi_read_element_status(). | ken | 2013-07-15 | 1 | -2/+2 |
* | When printing opcode description, map T_NODEVICE to Direct Access Device to | mav | 2013-07-13 | 1 | -0/+4 |
* | Improve handling of 0x3F/0x0E "Reported LUNs data has changed" and 0x25/0x00 | mav | 2013-07-13 | 3 | -33/+48 |
* | Const-ify the new da_delete_functions. | scottl | 2013-07-12 | 1 | -5/+2 |
* | Fix a problem with READ ELEMENT STATUS that occurs on some | ken | 2013-07-12 | 1 | -8/+66 |
* | Refactor the various delete methods out of dastart(). Cleans up a bunch | scottl | 2013-07-12 | 1 | -231/+262 |
* | Added 4K QUIRK for OCZ Vertex 4 SSDs | smh | 2013-07-09 | 2 | -0/+16 |
* | Make it little bit more C++ friendly. This explicit casting fixes some | jkim | 2013-07-04 | 1 | -1/+1 |
* | Bump disk(9) ABI version to signify the addition of d_delmaxsize by r249940. | smh | 2013-07-03 | 1 | -1/+1 |