| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: remove current_cmnd field from struct scsi_device | Christoph Hellwig | 2016-07-13 | 1 | -1/+0 |
* | scsi: vpd pages are mandatory for SPC-2 | Hannes Reinecke | 2016-04-15 | 1 | -2/+2 |
* | scsi: Add intermediate STARGET_REMOVE state to scsi_target_state | Johannes Thumshirn | 2016-04-15 | 1 | -0/+1 |
* | scsi: disable automatic target scan | Hannes Reinecke | 2016-04-11 | 1 | -1/+8 |
* | scsi: Do not attach VPD to devices that don't support it | Hannes Reinecke | 2016-04-05 | 1 | -0/+25 |
* | scsi: Add 'access_state' and 'preferred_path' attribute | Hannes Reinecke | 2016-03-05 | 1 | -0/+1 |
* | scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA' | Hannes Reinecke | 2016-02-23 | 1 | -0/+1 |
* | scsi: Export function scsi_scan.c:sanitize_inquiry_string | Don Brace | 2016-02-23 | 1 | -0/+1 |
* | scsi: Add scsi_vpd_tpg_id() | Hannes Reinecke | 2015-12-02 | 1 | -0/+1 |
* | scsi: Add scsi_vpd_lun_id() | Hannes Reinecke | 2015-12-02 | 1 | -0/+1 |
* | scsi: rescan VPD attributes | Hannes Reinecke | 2015-11-30 | 1 | -2/+3 |
* | scsi_dh: kill struct scsi_dh_data | Christoph Hellwig | 2015-08-28 | 1 | -22/+3 |
* | scsi_dh: move device matching to the core code | Christoph Hellwig | 2015-08-28 | 1 | -1/+0 |
* | dm-mpath, scsi_dh: don't let dm detach device handlers | Christoph Hellwig | 2015-08-28 | 1 | -1/+0 |
* | scsi: Add ALUA state change UA handling | Hannes Reinecke | 2015-08-26 | 1 | -1/+2 |
* | Move code that is used both by initiator and target drivers | Bart Van Assche | 2015-06-01 | 1 | -2/+0 |
* | scsi_logging: return void for dev_printk() functions | Hannes Reinecke | 2015-02-04 | 1 | -2/+2 |
* | scsi: annotate sdev_prefix_printk and scmd_printk as printf-like | Christoph Hellwig | 2015-01-20 | 1 | -4/+5 |
* | scsi: Implement per-cpu logging buffer | Hannes Reinecke | 2015-01-09 | 1 | -13/+8 |
* | SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 2014-12-15 | 1 | -2/+2 |
* | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 2014-11-24 | 1 | -1/+1 |
* | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 2014-11-12 | 1 | -1/+1 |
* | scsi: remove ordered_tags scsi_device field | Christoph Hellwig | 2014-11-12 | 1 | -1/+0 |
* | scsi: handle more device handler setup/teardown in common code | Christoph Hellwig | 2014-11-12 | 1 | -1/+1 |
* | scsi: remove struct scsi_dh_devlist | Christoph Hellwig | 2014-11-12 | 1 | -6/+0 |
* | scsi: use container_of to get at device handler private data | Christoph Hellwig | 2014-11-12 | 1 | -1/+0 |
* | scsi: introduce sdev_prefix_printk() | Hannes Reinecke | 2014-11-12 | 1 | -0/+9 |
* | scsi: don't store LUN bits in CDB[1] for USB mass-storage devices | Alan Stern | 2014-09-15 | 1 | -0/+1 |
* | scsi: add a blacklist flag which enables VPD page inquiries | Martin K. Petersen | 2014-07-25 | 1 | -0/+1 |
* | scsi: move the writeable field from struct scsi_device to struct scsi_cd | Christoph Hellwig | 2014-07-25 | 1 | -1/+0 |
* | scsi: fix the {host,target,device}_blocked counter mess | Christoph Hellwig | 2014-07-25 | 1 | -3/+4 |
* | scsi: convert device_busy to atomic_t | Christoph Hellwig | 2014-07-25 | 1 | -3/+1 |
* | scsi: convert target_busy to an atomic_t | Christoph Hellwig | 2014-07-25 | 1 | -2/+2 |
* | scsi: use 64-bit LUNs | Hannes Reinecke | 2014-07-17 | 1 | -11/+11 |
* | usb-storage/SCSI: Add broken_fua blacklist flag | Alan Stern | 2014-06-30 | 1 | -0/+1 |
* | scsi: Make sure cmd_flags are 64-bit | Martin K. Petersen | 2014-04-09 | 1 | -2/+2 |
* | [SCSI] Add EVPD page 0x83 and 0x80 to sysfs | Hannes Reinecke | 2014-03-27 | 1 | -0/+7 |
* | [SCSI] fix our current target reap infrastructure | James Bottomley | 2014-03-15 | 1 | -2/+1 |
* | [SCSI] libsas: introduce scmd_dbg() to quiet false positive "timeout" messages | Dan Williams | 2014-03-15 | 1 | -0/+12 |
* | [SCSI] Generate uevents on certain unit attention codes | Ewan D. Milne | 2013-08-26 | 1 | -1/+12 |
* | [SCSI] Allow error handling timeout to be specified | Martin K. Petersen | 2013-06-04 | 1 | -0/+1 |
* | [SCSI] sd: use REQ_PM in sd's runtime suspend operation | Lin Ming | 2013-05-06 | 1 | -4/+12 |
* | [SCSI] remove can_power_off flag from scsi_device | Aaron Lu | 2013-01-25 | 1 | -1/+0 |
* | [libata] scsi: no poll when ODD is powered off | Aaron Lu | 2013-01-25 | 1 | -0/+4 |
* | [SCSI] sd: Use SCSI read/write(16) with > 32-bit LBA drives | Jason J. Herne | 2012-11-27 | 1 | -0/+1 |
* | [SCSI] sd: Implement support for WRITE SAME | Martin K. Petersen | 2012-11-13 | 1 | -0/+1 |
* | [SCSI] Add a report opcode helper | Martin K. Petersen | 2012-11-13 | 1 | -0/+3 |
* | [SCSI] Disable DIF on Hitachi Ultrastar 15K300 | Martin K. Petersen | 2012-09-24 | 1 | -0/+4 |
* | Merge branch 'master' [vanilla Linus master] into libata-dev.git/upstream | Jeff Garzik | 2012-07-25 | 1 | -1/+4 |
|\ |
|
| * | [SCSI] set to WCE if usb cache quirk is present. | Namjae Jeon | 2012-07-20 | 1 | -0/+1 |