summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Remove stray semicolons from the iSCSI code.trasz2016-02-101-2/+2
* Fix the SCSI Extended INQUIRY probe case when an error is returnedken2016-02-081-1/+1
* Add defines for WRITE_UNCORRECTABLE ATA command, and improve command loggingrpokala2016-02-041-17/+43
* Clean up unused-but-set-variable spotted by gcc-4.9.araujo2016-02-012-7/+0
* Hide "soconnect() error" messages under bootverbose.mav2016-01-221-1/+1
* Convert sys/cam to use make_dev_s().kib2016-01-077-89/+129
* 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
* The ccb_xflags enumeration was removed from FreeBSD/head inken2015-12-071-3/+3
* Improve cam tracing a little by including the function code in theimp2015-12-071-2/+8
* Add asynchronous command support to the pass(4) driver, and the newken2015-12-037-64/+1625
* Fix panic when trying to sort unsupported command in OOA queue.mav2015-11-271-0/+2
* Add API to obtain primary enclosure name and ID for /dev/sesX devices.mav2015-11-213-3/+58
* Add NULL check to make Coverity happy.mav2015-11-141-1/+2
* Modify target port groups logic in CTL.mav2015-11-114-33/+82
* Removed unused malloc types.mav2015-11-062-4/+0
* Add two more KASSERTs.mav2015-11-061-0/+8
* Extend mask of VMware virtual disks.mav2015-11-051-1/+1
* 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-232-8/+21
* Fix LUN disable in CAM broken at r285155.mav2015-10-231-1/+1
* Make some panic strings mode informative.mav2015-10-212-47/+48
* Make delete method set via kern.cam.da.X.delete_method persistent.mav2015-10-111-37/+35
* Remove legacy CHS geometry from dmesg and unify capacity outputs.mav2015-10-113-17/+11
* Remove compatibility shims for legacy ATA device names.mav2015-10-113-64/+2
* 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
* Make pass, sg and targ drivers respect HBA's maxio.mav2015-09-307-9/+36
* 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-293-0/+102
* 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-277-131/+699
* 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
OpenPOWER on IntegriCloud