aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ctl
Commit message (Expand)AuthorAgeFilesLines
* Extend SIM lock coverage during the bus registration process.Alexander Motin2012-10-131-8/+7
* Remove useless NULL checks after M_WAITOK allocations.Edward Tomasz Napierala2012-09-274-147/+2
* Fix panic in CTL caused by trying to free invalid pointers passedEdward Tomasz Napierala2012-09-261-0/+5
* Handle a case where we had an SRR that pushed back theMatt Jacob2012-07-281-4/+124
* Add a loader tunable, kern.cam.ctl.disable, that will disableKenneth D. Merry2012-06-285-1/+33
* Fix an issue that caused the kernel to panic inside CTL when tryingKenneth D. Merry2012-06-261-9/+35
* Print FC PortID as a hex number. This makes it easy toMatt Jacob2012-06-011-3/+3
* Change the SCSI INQUIRY peripheral qualifier that CTL reports for LUNsKenneth D. Merry2012-04-067-6/+84
* Add LUN resizing to CTL. Also make it possible to explicitly setEdward Tomasz Napierala2012-03-067-8/+310
* Use a better way to silence unneeded internal declaration warnings inDimitry Andric2012-02-231-1/+1
* Avoid panic from unlocking a not locked mutex (in some error cases).Ed Maste2012-02-061-2/+2
* Quiet some clang warnings when compiling CTL.Kenneth D. Merry2012-01-195-54/+35
* Silence some unnecessary verbosity.Kenneth D. Merry2012-01-121-0/+4
* Add the CAM Target Layer (CTL).Kenneth D. Merry2012-01-1229-0/+28042