Age | Commit message (Expand) | Author | Files | Lines |
2017-07-06 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -4/+5 |
2017-07-01 | scsi: Add STARGET_CREATED_REMOVE state to scsi_target_state | Ewan D. Milne | 1 | -0/+1 |
2017-06-29 | sd: add support for TCG OPAL self encrypting disks | Christoph Hellwig | 1 | -0/+1 |
2017-06-26 | scsi: scsi_dh_alua: remove synchronous STPG support | Christoph Hellwig | 1 | -1/+0 |
2017-06-12 | scsi: Protect SCSI device state changes with a mutex | Bart Van Assche | 1 | -0/+1 |
2017-06-12 | scsi: Create two versions of scsi_internal_device_unblock() | Bart Van Assche | 1 | -2/+2 |
2017-06-12 | scsi: Split scsi_internal_device_block() | Bart Van Assche | 1 | -1/+1 |
2017-05-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
2017-04-06 | scsi: Make checking the scsi_device_get() return value mandatory | Bart Van Assche | 1 | -1/+1 |
2017-03-01 | scsi: mpt3sas: Avoid sleeping in interrupt context | Bart Van Assche | 1 | -0/+4 |
2017-02-23 | scsi: remove scsi_execute_req_flags | Christoph Hellwig | 1 | -6/+2 |
2017-02-23 | scsi: merge __scsi_execute into scsi_execute | Christoph Hellwig | 1 | -2/+3 |
2017-02-22 | scsi: use 'scsi_device_from_queue()' for scsi_dh | Hannes Reinecke | 1 | -0/+1 |
2016-10-28 | block: split out request-only flags into a new namespace | Christoph Hellwig | 1 | -2/+2 |
2016-07-13 | scsi: remove current_cmnd field from struct scsi_device | Christoph Hellwig | 1 | -1/+0 |
2016-04-15 | scsi: vpd pages are mandatory for SPC-2 | Hannes Reinecke | 1 | -2/+2 |
2016-04-15 | scsi: Add intermediate STARGET_REMOVE state to scsi_target_state | Johannes Thumshirn | 1 | -0/+1 |
2016-04-11 | scsi: disable automatic target scan | Hannes Reinecke | 1 | -1/+8 |
2016-04-05 | scsi: Do not attach VPD to devices that don't support it | Hannes Reinecke | 1 | -0/+25 |
2016-03-05 | scsi: Add 'access_state' and 'preferred_path' attribute | Hannes Reinecke | 1 | -0/+1 |
2016-02-23 | scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA' | Hannes Reinecke | 1 | -0/+1 |
2016-02-23 | scsi: Export function scsi_scan.c:sanitize_inquiry_string | Don Brace | 1 | -0/+1 |
2015-12-02 | scsi: Add scsi_vpd_tpg_id() | Hannes Reinecke | 1 | -0/+1 |
2015-12-02 | scsi: Add scsi_vpd_lun_id() | Hannes Reinecke | 1 | -0/+1 |
2015-11-30 | scsi: rescan VPD attributes | Hannes Reinecke | 1 | -2/+3 |
2015-08-28 | scsi_dh: kill struct scsi_dh_data | Christoph Hellwig | 1 | -22/+3 |
2015-08-28 | scsi_dh: move device matching to the core code | Christoph Hellwig | 1 | -1/+0 |
2015-08-28 | dm-mpath, scsi_dh: don't let dm detach device handlers | Christoph Hellwig | 1 | -1/+0 |
2015-08-26 | scsi: Add ALUA state change UA handling | Hannes Reinecke | 1 | -1/+2 |
2015-06-01 | Move code that is used both by initiator and target drivers | Bart Van Assche | 1 | -2/+0 |
2015-02-04 | scsi_logging: return void for dev_printk() functions | Hannes Reinecke | 1 | -2/+2 |
2015-01-20 | scsi: annotate sdev_prefix_printk and scmd_printk as printf-like | Christoph Hellwig | 1 | -4/+5 |
2015-01-09 | scsi: Implement per-cpu logging buffer | Hannes Reinecke | 1 | -13/+8 |
2014-12-15 | SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 1 | -2/+2 |
2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 1 | -1/+1 |
2014-11-12 | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 1 | -1/+1 |
2014-11-12 | scsi: remove ordered_tags scsi_device field | Christoph Hellwig | 1 | -1/+0 |
2014-11-12 | scsi: handle more device handler setup/teardown in common code | Christoph Hellwig | 1 | -1/+1 |
2014-11-12 | scsi: remove struct scsi_dh_devlist | Christoph Hellwig | 1 | -6/+0 |
2014-11-12 | scsi: use container_of to get at device handler private data | Christoph Hellwig | 1 | -1/+0 |
2014-11-12 | scsi: introduce sdev_prefix_printk() | Hannes Reinecke | 1 | -0/+9 |
2014-09-15 | scsi: don't store LUN bits in CDB[1] for USB mass-storage devices | Alan Stern | 1 | -0/+1 |
2014-07-25 | scsi: add a blacklist flag which enables VPD page inquiries | Martin K. Petersen | 1 | -0/+1 |
2014-07-25 | scsi: move the writeable field from struct scsi_device to struct scsi_cd | Christoph Hellwig | 1 | -1/+0 |
2014-07-25 | scsi: fix the {host,target,device}_blocked counter mess | Christoph Hellwig | 1 | -3/+4 |
2014-07-25 | scsi: convert device_busy to atomic_t | Christoph Hellwig | 1 | -3/+1 |
2014-07-25 | scsi: convert target_busy to an atomic_t | Christoph Hellwig | 1 | -2/+2 |
2014-07-17 | scsi: use 64-bit LUNs | Hannes Reinecke | 1 | -11/+11 |
2014-06-30 | usb-storage/SCSI: Add broken_fua blacklist flag | Alan Stern | 1 | -0/+1 |
2014-04-09 | scsi: Make sure cmd_flags are 64-bit | Martin K. Petersen | 1 | -2/+2 |