summaryrefslogtreecommitdiffstats
path: root/sys/cam/ctl
Commit message (Expand)AuthorAgeFilesLines
* sys/cam: spelling fixes in comments.pfg2016-04-295-8/+8
* cam: unsign some types to match their definitions and avoid overflows.pfg2016-04-271-7/+7
* Plug memory leak in ctl(4) when ctl_copyin_args() is called with a non-sbruno2016-04-191-0/+1
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Move to new value for XPT_GET_SIM_KNOB to avoid clash with XPT_ATA_IO.imp2016-03-101-0/+1
* Set bhsdi_target_transfer_tag to reserved value, which is 0xffffffff.mav2016-03-041-0/+1
* Remove stray semicolons from the iSCSI code.trasz2016-02-101-2/+2
* Hide "soconnect() error" messages under bootverbose.mav2016-01-221-1/+1
* Convert sys/cam to use make_dev_s().kib2016-01-071-3/+12
* Fix style issues around existing SDT probes.markj2015-12-161-20/+20
* Set DS flag, required for LPB log page by spec.mav2015-12-151-0/+2
* Fix panic when trying to sort unsupported command in OOA queue.mav2015-11-271-0/+2
* Add NULL check to make Coverity happy.mav2015-11-141-1/+2
* Modify target port groups logic in CTL.mav2015-11-114-33/+82
* Add two more KASSERTs.mav2015-11-061-0/+8
* Don't try to replicate mode pages not present on this device.mav2015-10-261-0/+5
* Give CTL support for PIM_EXTLUNS when talking to CAM.mav2015-10-245-101/+103
* Add partial support for QUERY TMF to CAM and isp(4).mav2015-10-231-8/+15
* Fix LUN disable in CAM broken at r285155.mav2015-10-231-1/+1
* Make some panic strings mode informative.mav2015-10-212-47/+48
* Remove lock upgrade attempt from ctl_be_block_open_file().mav2015-10-111-15/+0
* Add missing vnode lock in case of file modify request.mav2015-10-081-2/+4
* More aggressively fill WUT read pipeline.mav2015-10-011-5/+4
* Make zero WUT use WRITE SAME with recently allowed NDOB flag.mav2015-10-011-5/+3
* Implement SPC-3 exceptions to SPC-2 RESERVE and RELEASE behavior.mav2015-10-011-1/+9
* Unify PR variable names to reduce confusion.mav2015-10-012-66/+66
* Use proper STAILQ_* macros where possible.mav2015-09-302-20/+7
* Really implement PREVENT ALLOW MEDIUM REMOVAL command.mav2015-09-295-21/+66
* Don't report SYNC_NV bit set in SYNCHRONIZE CACHE as error.mav2015-09-291-2/+2
* Fix arguments order.mav2015-09-291-8/+8
* Report that we can read all flavours of DVD. Why not?mav2015-09-291-1/+55
* Add CD/DVD Capabilities and Mechanical Status Page.mav2015-09-292-0/+71
* Umplement media load/eject support for removable devices.mav2015-09-2810-338/+228
* Add to CTL initial support for CDROMs and removable devices.mav2015-09-276-130/+601
* Allow LOG SENSE command on non-disk devices.mav2015-09-262-2/+5
* Remove concept of control device.mav2015-09-261-62/+24
* Move ioctl frontend defines where they belong.mav2015-09-262-12/+12
* Remove few more unused variables.mav2015-09-262-4/+0
* Remove some duplicate, legacy, dead and questionable code.mav2015-09-268-406/+23
* Pass to sobind() copy of the address, not the original.mav2015-09-261-2/+6
* Properly lock LUN in ctl_failover_lun().mav2015-09-251-7/+25
* Fix bit masks changed for the wrong commands in r288221.mav2015-09-251-4/+4
* Constify ctl_serialize_table.mav2015-09-252-2/+2
* Remove some dead code found by Clang analyzer.mav2015-09-2510-220/+17
* Remove stale comments and some excessive empty lines.mav2015-09-252-84/+10
* Switch I/O time accounting from system time to uptime.mav2015-09-254-24/+24
* Collect DMA statistics on secondary HA node.mav2015-09-251-3/+13
* Make HA handle datamove and done in a universal way, using port methods.mav2015-09-251-236/+171
* Remove some control_softc references.mav2015-09-256-52/+25
* Allow WRITE SAME with NDOB bit set but without UNMAP.mav2015-09-242-4/+8
OpenPOWER on IntegriCloud