summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_da.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r320600 from stable/11 into releng/11.1:ken2017-07-031-0/+1
* MFC r315857: Remove "UNMAPPED" messages printed on da periph attach.mav2017-04-061-1/+0
* MFC r314906: Add initial support for UNMAP granularity.mav2017-03-221-13/+71
* MFC r307507, r307509, r307515:mav2016-10-291-2/+1
* MFC 303944sephe2016-10-171-0/+8
* MFC r303891, r303892:pfg2016-09-081-3/+3
* Fix memory leaks in (a|)daregister introduced in r298002cem2016-06-071-0/+1
* Add support for managing Shingled Magnetic Recording (SMR) drives.ken2016-05-191-40/+1766
* Add "camcontrol reprobe" subcommand, and implement it for da(4).trasz2016-05-101-2/+7
* sys/cam: spelling fixes in comments.pfg2016-04-291-2/+2
* sys: extend use of the howmany() macro when available.pfg2016-04-261-1/+1
* sys: use our nitems() macro when param.h is available.pfg2016-04-211-1/+1
* Expand CAM_IO_STATS #ifdef to logical unit.imp2016-04-151-4/+2
* Use the new TUNABLE_INT64 to match the type of sbintime_t.imp2016-04-151-1/+1
* New CAM I/O scheduler for FreeBSD. The default I/O scheduler is the sameimp2016-04-141-83/+224
* CAM: Generalize 4k quirk to all Samsung MZ7* SSDsdumbbell2016-03-291-18/+5
* Add 4k enabled cam quirks for Samsung SM863 Series SSDssbruno2016-03-241-0/+8
* Remove a stray else. It isn't needed (due to the return at the end ofimp2016-02-181-1/+2
* Add asynchronous command support to the pass(4) driver, and the newken2015-12-031-9/+20
* Extend mask of VMware virtual disks.mav2015-11-051-1/+1
* 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-111-7/+4
* Attach pass driver to LUNs is OFFLINE state.mav2015-08-291-1/+2
* Extend DA_Q_NO_RC16 to MXUB3* devices.delphij2015-04-211-1/+1
* Add DA_Q_NO_RC16 quirk for USB mass storage device.hselasky2015-03-251-0/+7
* Add DA_Q_NO_RC16 quirk for USB mass storage device.hselasky2015-03-071-0/+7
* Make sure that the flags for the XPT_DEV_ADVINFO CCB are initializedken2015-02-181-1/+1
* Retry indefinitely on SCSI BUSY status from VMware disks and CDs.mav2015-02-021-2/+16
* Fix several potential overflows in UNMAP code.mav2015-01-261-6/+6
* Minor refactoring of code block.hselasky2015-01-191-4/+3
* Explain a bit of tricky code dealing with trims and how it preventsimp2015-01-131-0/+10
* Improve camcontrol(8) handling of drive defect data.ken2015-01-081-3/+56
* Allow a block size of zero to mean 512 bytes, which is the most commonhselasky2015-01-081-1/+3
* Add new quirks for the latest Samsung SSD, model 850.gnn2014-10-191-0/+8
* Add 4k quirks for PM853T Samsung SSDsbruno2014-10-161-0/+8
* Add quirks to disable READ CAPACITY (16) for PNY USB 3.0 Flash Drives.mav2014-09-151-0/+7
* Extend UNMAP blacklist on all STEC SSD models.mav2014-09-101-2/+2
* Add the Samsung 843T as a 4k enabled drivesbruno2014-08-211-0/+8
* Added 4K quirks for Corsair Force GT and Samsung 840 SSDssmh2014-08-141-2/+10
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-8/+4
* Revert r267961, r267973:gjb2014-06-271-4/+8
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-8/+4
* The code that combines adjacent ranges for BIO_DELETEs to optimizeimp2014-06-051-14/+4
* Respect MAXIMUM TRANSFER LENGTH field of Block Limits VPD page.mav2014-04-301-12/+14
* Do not reread SCSI disk VPD pages on every device open.mav2014-04-301-10/+35
* Disable UNMAP support for STEC 842 SSDs.mav2014-04-231-3/+12
* Remove instances of variables that were set, but never used. gcc 4.9imp2014-03-301-3/+0
* Mostly revert r260267 and hopefully really fix the original problem.mav2014-01-221-12/+14
* Allow delete_method sysctl to be set to "DISABLE".mav2014-01-071-2/+3
* Correct short delete issue in SCSI UNMAP supportsmh2014-01-041-17/+15
OpenPOWER on IntegriCloud