summaryrefslogtreecommitdiffstats
path: root/sys/cam/ctl
Commit message (Expand)AuthorAgeFilesLines
* Fxi a bunch of typos.eadler2013-05-101-1/+1
* Correct a few sizeof()seadler2013-05-011-1/+1
* MFprojects/camlock r248982:mav2013-04-141-1/+1
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,mav2013-04-141-9/+0
* Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE'trasz2013-04-125-34/+0
* Fix a memory leak that showed up when we delete LUNs. The memory used forken2013-04-081-4/+8
* Make SYNCHRONIZE CACHE work with LUNs backed by device files (as opposedtrasz2013-04-061-0/+1
* Since the CTL version in FreeBSD does not support High Availability,trasz2013-04-041-1/+1
* Fix locking problem in ctl_maintenance_in() - one cannot use M_WAITOK or calltrasz2013-04-031-10/+9
* Fix sending virtual scatter/gather lists from the CTL CAM frontendken2013-04-021-1/+5
* Don't directly dereference userland pointer; instead use kernel pointertrasz2013-04-021-4/+4
* Fix comment formatting.trasz2013-04-021-4/+4
* Remove unused code.trasz2013-04-021-30/+0
* Make it possible to build CTL as a module.trasz2013-04-025-30/+133
* Re-enable CTL in GENERIC on i386 and amd64, but turn on the CTL disableken2013-03-041-0/+6
* 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