summaryrefslogtreecommitdiffstats
path: root/include/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2012-10-133-12/+8
|\
| * [SCSI] Shorten the path length of scsi_cmd_to_driver()Li Zhong2012-10-091-10/+2
| * [SCSI] libfc: fix lun reset failure bugs in fc_fcp_resp handling of FCP_RSP_INFOYi Zou2012-10-071-0/+6
| * [SCSI] fcoe: Fix write errors on NPIV portsNeerav Parikh2012-10-071-2/+0
* | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-033-5/+5
|\ \ | |/ |/|
| * UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-023-5/+5
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-10-026-7/+36
|\ \
| * | [SCSI] sd: Ensure we correctly disable devices with unknown protection typeMartin K. Petersen2012-09-241-0/+6
| * | [SCSI] fc-transport: Remove unnecessary includeRobert Love2012-09-241-2/+0
| * | [SCSI] Disable DIF on Hitachi Ultrastar 15K300Martin K. Petersen2012-09-242-0/+5
| * | [SCSI] libsas: suspend / resume supportDan Williams2012-08-242-5/+25
| |/
* / scsi_netlink: Remove dead and buggy codeEric W. Biederman2012-09-131-24/+0
|/
* Merge branch 'master' [vanilla Linus master] into libata-dev.git/upstreamJeff Garzik2012-07-259-31/+78
|\
| * [SCSI] cleanup usages of scsi_complete_async_scansDan Williams2012-07-201-11/+0
| * [SCSI] set to WCE if usb cache quirk is present.Namjae Jeon2012-07-201-0/+1
| * [SCSI] libsas: trim sas_task of slow path infrastructureDan Williams2012-07-201-5/+9
| * [SCSI] libsas: drop sata port multiplier infrastructureDan Williams2012-07-201-1/+0
| * [SCSI] libsas: add sas_eh_abort_handlerDan Williams2012-07-201-0/+1
| * [SCSI] libsas: enforce eh strategy handlers only in eh contextDan Williams2012-07-201-0/+10
| * [SCSI] libata, libsas: introduce sched_eh and end_eh port opsDan Williams2012-07-202-1/+8
| * [SCSI] scsi_dh: add scsi_dh_attached_handler_nameMike Snitzer2012-07-201-0/+6
| * [SCSI] scsi_dh_alua: implement 'implied transition timeout'Rob Evers2012-07-201-0/+2
| * [SCSI] core, classes, mpt2sas: have scsi_internal_device_unblock take new stateMike Christie2012-07-201-1/+1
| * [SCSI] add new SDEV_TRANSPORT_OFFLINE stateMike Christie2012-07-201-0/+2
| * [SCSI] libfc: update fcp and exch statsVasu Dev2012-07-201-0/+1
| * [SCSI] libfc: adds FCP failures statsVasu Dev2012-07-201-0/+6
| * [SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_statsVasu Dev2012-07-201-9/+8
| * [SCSI] fc: add some more FC specific stats to fc_hostVasu Dev2012-07-201-0/+12
| * [SCSI] libsas: fix taskfile corruption in sas_ata_qc_fill_rtfDan Williams2012-07-081-2/+4
| * [SCSI] Fix NULL dereferences in scsi_cmd_to_driverMark Rustad2012-07-081-1/+7
* | libata: tell scsi layer device supports runtime power offAaron Lu2012-06-291-0/+1
* | [SCSI] add wrapper to access and set scsi_bus_type in struct acpi_bus_typeHolger Macht2012-06-291-0/+10
|/
* SCSI & usb-storage: add try_rc_10_first flagAlan Stern2012-06-221-0/+1
* [SCSI] fcoe, bnx2fc, libfcoe: SW FCoE and bnx2fc use FCoE SyfsRobert Love2012-05-231-0/+17
* [SCSI] libfcoe: Add fcoe_sysfsRobert Love2012-05-232-0/+125
* [SCSI] fcoe: Allocate fcoe_ctlr with fcoe_interface, not as a memberRobert Love2012-05-231-0/+9
* Merge tag 'isci-for-3.5' into miscJames Bottomley2012-05-213-6/+39
|\
| * isci: kill sci_phy_protocol and sci_request_protocolDan Williams2012-05-171-0/+1
| * [SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams2012-04-231-2/+2
| * [SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_workDan Williams2012-04-231-4/+36
* | [SCSI] be2iscsi: Get Initiator Name for the iSCSI_HostJohn Soni Jose2012-04-251-0/+2
|/
* SCSI: Fix error handling when no ULD is attachedMartin K. Petersen2012-04-151-0/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-03-312-3/+20
|\
| * [SCSI] libfcoe: Support extra MAC descriptor to be used as FCoE MACBhanu Prakash Gollapudi2012-03-281-1/+3
| * [SCSI] qla4xxx: Removed packed attr from struct iscsi_chap_recVikas Chaudhary2012-03-271-1/+1
| * [SCSI] iscsi_transport: Added error status code for ping comp eventVikas Chaudhary2012-03-271-1/+16
* | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+1
|\ \
| * | device.h: audit and cleanup users in main include dirPaul Gortmaker2012-03-161-1/+1
* | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-242-0/+2
|\ \ \
| * | | BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-042-0/+2
| |/ /