| Commit message (Expand) | Author | Age | Files | Lines |
* | Fxi a bunch of typos. | eadler | 2013-05-10 | 1 | -1/+1 |
* | Correct a few sizeof()s | eadler | 2013-05-01 | 1 | -1/+1 |
* | MFprojects/camlock r248982: | mav | 2013-04-14 | 1 | -1/+1 |
* | MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905, | mav | 2013-04-14 | 1 | -9/+0 |
* | Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE' | trasz | 2013-04-12 | 5 | -34/+0 |
* | Fix a memory leak that showed up when we delete LUNs. The memory used for | ken | 2013-04-08 | 1 | -4/+8 |
* | Make SYNCHRONIZE CACHE work with LUNs backed by device files (as opposed | trasz | 2013-04-06 | 1 | -0/+1 |
* | Since the CTL version in FreeBSD does not support High Availability, | trasz | 2013-04-04 | 1 | -1/+1 |
* | Fix locking problem in ctl_maintenance_in() - one cannot use M_WAITOK or call | trasz | 2013-04-03 | 1 | -10/+9 |
* | Fix sending virtual scatter/gather lists from the CTL CAM frontend | ken | 2013-04-02 | 1 | -1/+5 |
* | Don't directly dereference userland pointer; instead use kernel pointer | trasz | 2013-04-02 | 1 | -4/+4 |
* | Fix comment formatting. | trasz | 2013-04-02 | 1 | -4/+4 |
* | Remove unused code. | trasz | 2013-04-02 | 1 | -30/+0 |
* | Make it possible to build CTL as a module. | trasz | 2013-04-02 | 5 | -30/+133 |
* | Re-enable CTL in GENERIC on i386 and amd64, but turn on the CTL disable | ken | 2013-03-04 | 1 | -0/+6 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 2 | -28/+29 |
* | Make CTL work a little better with loading and unloading drivers. | ken | 2013-01-09 | 2 | -88/+183 |
* | Fix a couple of CTL locking issues and clean up some duplicated code. | ken | 2012-12-09 | 2 | -37/+31 |
* | Make sure we hold the SIM lock when calling xpt_free_path(). | ken | 2012-12-08 | 1 | -5/+6 |
* | Fix the CTL OOA queue dumping code so that it does not hold a mutex | ken | 2012-12-08 | 1 | -25/+38 |
* | Use M_ZERO instead of explicit memsets and bzeros. | trasz | 2012-10-30 | 2 | -34/+14 |
* | Remove several uses of numeric priorities from immediate CCB setups. | mav | 2012-10-27 | 2 | -5/+5 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -18/+3 |
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 1 | -2/+2 |
* | Extend SIM lock coverage during the bus registration process. | mav | 2012-10-13 | 1 | -8/+7 |
* | Remove useless NULL checks after M_WAITOK allocations. | trasz | 2012-09-27 | 4 | -147/+2 |
* | Fix panic in CTL caused by trying to free invalid pointers passed | trasz | 2012-09-26 | 1 | -0/+5 |
* | Handle a case where we had an SRR that pushed back the | mjacob | 2012-07-28 | 1 | -4/+124 |
* | Add a loader tunable, kern.cam.ctl.disable, that will disable | ken | 2012-06-28 | 5 | -1/+33 |
* | Fix an issue that caused the kernel to panic inside CTL when trying | ken | 2012-06-26 | 1 | -9/+35 |
* | Print FC PortID as a hex number. This makes it easy to | mjacob | 2012-06-01 | 1 | -3/+3 |
* | Change the SCSI INQUIRY peripheral qualifier that CTL reports for LUNs | ken | 2012-04-06 | 7 | -6/+84 |
* | 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 |
* | Avoid panic from unlocking a not locked mutex (in some error cases). | emaste | 2012-02-06 | 1 | -2/+2 |
* | Quiet some clang warnings when compiling CTL. | ken | 2012-01-19 | 5 | -54/+35 |
* | Silence some unnecessary verbosity. | ken | 2012-01-12 | 1 | -0/+4 |
* | Add the CAM Target Layer (CTL). | ken | 2012-01-12 | 29 | -0/+28042 |