aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Zero out the ccb's alloated on the stack for the dump routines to moreWarner Losh2017-10-152-0/+2
* Closer examination shows that nvme and CAM both normally zero-fillWarner Losh2017-10-151-0/+2
* Be nicer on the dump stack by allocating only a ccb_nvmeio rather thanWarner Losh2017-10-151-15/+15
* Update comment to reflect actual default timeout.Warner Losh2017-10-151-4/+4
* Fix iSCSI target panics on concurrent session teardown and displayEdward Tomasz Napierala2017-10-041-6/+5
* Add sysctl/tunable for maximal request time.Alexander Motin2017-09-302-9/+5
* cam iosched: Bettar account IOPS for smoother performanceWarner Losh2017-09-221-6/+17
* cam iosched: Enforce iop limits below the quanta valueWarner Losh2017-09-221-1/+11
* Remove an ancient comment about the existence of READ(16) and WRITE(16).Jung-uk Kim2017-09-211-4/+0
* cam iosched: Call cam_iosched_limiter_init() after ios->current is set to the...Warner Losh2017-09-201-2/+2
* cam iosched: Schedule cam_iosched_ticker() quanta times per secondWarner Losh2017-09-201-3/+3
* cam iosched: Add a handler for the quanta sysctl to enforce valid valuesWarner Losh2017-09-201-3/+24
* cam iosched: Use the write queue for BIO_ZONE commandsWarner Losh2017-09-201-2/+1
* Add kern.features flag for MMCCAMIlya Bakulin2017-09-181-0/+2
* Allow multiple TRIMs to be done for ndaWarner Losh2017-09-151-2/+11
* Update comments on what the CAM_IOSCHED_FLAG_TRIM_ACTIVE means.Warner Losh2017-09-151-3/+7
* Miscellaneous fixes and improvements to MMCCAM stackIlya Bakulin2017-09-155-220/+28
* cam iosched: Limit the quanta default to hz if it's below 200Warner Losh2017-09-121-1/+1
* Remove spaces from CTL devices' default serial numbersAlan Somers2017-09-122-4/+4
* cam(4): Fix some warningsConrad Meyer2017-09-071-4/+4
* Add missing test for NVME CCBs for nvme passthru support.Warner Losh2017-08-291-1/+3
* Fix NVMe's use of XPT_GDEV_TYPEWarner Losh2017-08-296-26/+54
* Fix a few overlooked spots where the coded uses 16-bit NSIDs. ChuckWarner Losh2017-08-291-1/+1
* Add CAM/NVMe support for CAM_DATA_SGWarner Losh2017-08-293-13/+5
* Add comment about where we need to place this routine, and why.Warner Losh2017-08-282-0/+12
* Add comment about where we need to place this routine, and why.Warner Losh2017-08-281-0/+6
* Expand the latency tracking array from 1.024s to 8.192s to help trackWarner Losh2017-08-241-3/+6
* Fix 32-bit overflow on latency measurementsWarner Losh2017-08-243-4/+44
* cam iosched: fix typos in commentsEd Maste2017-08-181-11/+11
* Do not loose CCB flags after r320493.Alexander Motin2017-08-091-1/+2
* Add nvd alias to nda ndoes.Warner Losh2017-08-071-0/+4
* adaasync(): Set ADA_STATE_WCACHE based on ADA_FLAG_CAN_WCACHEAlexander Motin2017-07-271-1/+1
* This adds CAM pass(4) support for NVMe IO's. Applications indicateWarner Losh2017-07-144-5/+65
* Add 4k and NCQ_TRIM_BROKEN quirks for Samsung 845 SSDs.Sean Bruno2017-07-132-0/+16
* Add 4K quirks for Samsung 750 EVO SSDSean Bruno2017-07-132-0/+16
* Move mmc_parmas to the end of the structure for better compatability.Warner Losh2017-07-101-1/+1
* Kill some unnecessary noise.Warner Losh2017-07-101-2/+0
* Include opt files in the kernel with "" instead of <>.Warner Losh2017-07-104-4/+4
* Opt files are included with single quotes.Warner Losh2017-07-101-1/+1
* An MMC/SD/SDIO stack using CAMWarner Losh2017-07-0913-11/+2973
* cam: EOL whitespace cleanup and line wrapping changesEd Maste2017-07-041-14/+14
* Allow status aggregation for ramdisk reads.Alexander Motin2017-06-301-0/+5
* Unify INOT/ATIO setup.Alexander Motin2017-06-301-6/+3
* Fix a panic in camperiphfree().Kenneth D. Merry2017-06-271-2/+12
* In scsi_zbc_in(), fill in the length in the ZBC IN CDB.Kenneth D. Merry2017-06-271-0/+1
* Namespace is 32-bits, don't cast it to 16 hereWarner Losh2017-06-271-1/+1
* Fix a memory leak in ses_get_elm_devnames().Mark Johnston2017-06-261-1/+2
* Fix a potential sleep while holding a mutex in the sa(4) driver.Kenneth D. Merry2017-06-191-1/+12
* Listening sockets improvements.Gleb Smirnoff2017-06-081-35/+11
* Introduce Genesys GL3224 quirksWojciech Macek2017-05-292-0/+15