| Commit message (Expand) | Author | Age | Files | Lines |
* | Add LUN resizing to CTL. Also make it possible to explicitly set | trasz | 2012-03-06 | 7 | -8/+310 |
* | Use a better way to silence unneeded internal declaration warnings in | dim | 2012-02-23 | 1 | -1/+1 |
* | Limit the ST3146855LW U320 drive to 55 tags to avoid command timeouts | gibbs | 2012-02-15 | 1 | -0/+8 |
* | Avoid panic from unlocking a not locked mutex (in some error cases). | emaste | 2012-02-06 | 1 | -2/+2 |
* | Insert ordered command every 1/4 of the current command timeout, not 1/4 | mav | 2012-02-02 | 2 | -5/+5 |
* | Make CAM ATA honor old hw.ata.ata_dma and hw.ata.atapi_dma tunables. | mav | 2012-02-02 | 1 | -0/+13 |
* | Add CAM infrastructure to allow reporting when a drive's long read capacity | ken | 2012-01-26 | 7 | -43/+160 |
* | Fix a bug introduced in r230000. We were eliminating all LUNs on a target | ken | 2012-01-25 | 1 | -1/+14 |
* | Quiet some clang warnings when compiling CTL. | ken | 2012-01-19 | 5 | -54/+35 |
* | dadump: don't leak the periph lock on i/o error | avg | 2012-01-15 | 1 | -1/+1 |
* | Add BIO_DELETE support for SCSI Direct Access devices (da). | mav | 2012-01-13 | 3 | -98/+486 |
* | Silence some unnecessary verbosity. | ken | 2012-01-12 | 1 | -0/+4 |
* | Fix a race condition in CAM peripheral free handling, locking | ken | 2012-01-12 | 5 | -43/+203 |
* | Add the CAM Target Layer (CTL). | ken | 2012-01-12 | 33 | -11/+28144 |
* | Add support for CDRIOCGETBLOCKSIZE and CDRIOCSETBLOCKSIZE IOCTLs to control | mav | 2012-01-03 | 1 | -0/+10 |
* | Remove unneeded checks for CAM_DEV_QFRZN after cam_periph_runccb() call. | mav | 2012-01-02 | 4 | -72/+0 |
* | Report stripeoffset as zero not stripesize if physical block is zero | mav | 2011-12-23 | 1 | -1/+2 |
* | Addition to r228808: | mav | 2011-12-23 | 1 | -0/+3 |
* | Use READ CAPACITY(16) to get information about device physical sectors. | mav | 2011-12-23 | 2 | -10/+125 |
* | Merge to da driver quirks hinting 4K physical sector sizes for SATA disks | mav | 2011-12-23 | 1 | -6/+238 |
* | Update list of 4K physical sector hard drives. | mav | 2011-12-22 | 1 | -0/+30 |
* | Make cd driver to handle Audio CDs, reporting their 2352 bytes sectors to | mav | 2011-12-22 | 2 | -0/+13 |
* | Change targ(4) to use cdevpriv, instead of multiple character devices. | ed | 2011-12-13 | 1 | -116/+43 |
* | Do not use the sometimes-reserved work 'bool' for a variable name. | mdf | 2011-12-12 | 1 | -5/+5 |
* | - Add support for Support SEAGATE DAT Scopion 130 | eadler | 2011-12-08 | 1 | -0/+4 |
* | Move the scsi_da_bios_params() prototype from pc98_machdep.h to md_var.h | marius | 2011-11-27 | 1 | -4/+0 |
* | For sparc64 also adjust the geometry of da(4) driven disks to not overflow | marius | 2011-11-27 | 1 | -1/+7 |
* | Introduce CAM_SIM_POLLED SIM flag, indicating that it works in polling mode. | mav | 2011-11-17 | 2 | -2/+9 |
* | - fix duplicate "a a" in some comments | eadler | 2011-11-13 | 2 | -2/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 4 | -5/+6 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 12 | -14/+14 |
* | Add descriptor sense support to CAM, and honor sense residuals properly in | ken | 2011-10-03 | 9 | -265/+2433 |
* | Fixes for sure bus reference miscounting and potential device and | mjacob | 2011-08-12 | 2 | -16/+59 |
* | Higher-priority initialization request can eat request scheduling done from | mav | 2011-07-30 | 1 | -2/+10 |
* | Add control for ATA disk read-ahead, alike to the previously added write | mav | 2011-07-29 | 1 | -11/+102 |
* | In some cases failed SATA disks may report their presence, but don't | mav | 2011-07-29 | 1 | -8/+19 |
* | Do not try to execute FLUSHCACHE on close and print extra messages for | mav | 2011-07-23 | 1 | -2/+4 |
* | cam/scsi/scsi_cd.c: | gibbs | 2011-06-26 | 1 | -7/+4 |
* | cam/cam_xpt.c: | gibbs | 2011-06-26 | 1 | -2/+2 |
* | Fix ATAPI breakage introduced by r223443. It made SCSI commands to ATAPI | mav | 2011-06-23 | 1 | -1/+2 |
* | Return CAM_REQ_INVALID if the SCSI XPT receives an unsupported operation | will | 2011-06-22 | 1 | -3/+4 |
* | Plumb support for the device advanced information CCB in the ATA XPT. | will | 2011-06-22 | 1 | -0/+33 |
* | Fix a typo in adagetattr() from r223089. In particular, this restores | kib | 2011-06-18 | 1 | -1/+1 |
* | Plumb device physical path reporting from CAM devices, through GEOM and | gibbs | 2011-06-14 | 3 | -24/+140 |
* | sys/cam/scsi/scsi_da.c: | gibbs | 2011-06-14 | 1 | -13/+25 |
* | Lay groundwork in CAM for recording and reporting physical path and | gibbs | 2011-06-14 | 10 | -114/+465 |
* | Do not report CFA devices as ATAPI, even though IDENTIFY data look alike. | mav | 2011-06-12 | 2 | -3/+8 |
* | Increase maximum supported number of ranges per TRIM command from 256 to 512 | mav | 2011-06-03 | 1 | -2/+2 |
* | When possible, join ranges of subsequest BIO_DELETE requests to handle more | mav | 2011-06-02 | 1 | -9/+25 |
* | Add quirks to hint 4K physical sector (Advanced Format) for ATA disks not | mav | 2011-05-31 | 1 | -2/+91 |