summaryrefslogtreecommitdiffstats
path: root/sys/cam/ctl
Commit message (Expand)AuthorAgeFilesLines
* Reform the busdma API so that new types may be added without modifyingkib2013-02-122-28/+29
* Make CTL work a little better with loading and unloading drivers.ken2013-01-092-88/+183
* Fix a couple of CTL locking issues and clean up some duplicated code.ken2012-12-092-37/+31
* Make sure we hold the SIM lock when calling xpt_free_path().ken2012-12-081-5/+6
* Fix the CTL OOA queue dumping code so that it does not hold a mutexken2012-12-081-25/+38
* Use M_ZERO instead of explicit memsets and bzeros.trasz2012-10-302-34/+14
* Remove several uses of numeric priorities from immediate CCB setups.mav2012-10-272-5/+5
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-18/+3
* remove duplicate semicolons where possible.eadler2012-10-221-2/+2
* Extend SIM lock coverage during the bus registration process.mav2012-10-131-8/+7
* Remove useless NULL checks after M_WAITOK allocations.trasz2012-09-274-147/+2
* Fix panic in CTL caused by trying to free invalid pointers passedtrasz2012-09-261-0/+5
* Handle a case where we had an SRR that pushed back themjacob2012-07-281-4/+124
* Add a loader tunable, kern.cam.ctl.disable, that will disableken2012-06-285-1/+33
* Fix an issue that caused the kernel to panic inside CTL when tryingken2012-06-261-9/+35
* Print FC PortID as a hex number. This makes it easy tomjacob2012-06-011-3/+3
* Change the SCSI INQUIRY peripheral qualifier that CTL reports for LUNsken2012-04-067-6/+84
* Add LUN resizing to CTL. Also make it possible to explicitly settrasz2012-03-067-8/+310
* Use a better way to silence unneeded internal declaration warnings indim2012-02-231-1/+1
* Avoid panic from unlocking a not locked mutex (in some error cases).emaste2012-02-061-2/+2
* Quiet some clang warnings when compiling CTL.ken2012-01-195-54/+35
* Silence some unnecessary verbosity.ken2012-01-121-0/+4
* Add the CAM Target Layer (CTL).ken2012-01-1229-0/+28042
OpenPOWER on IntegriCloud