summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara2013-11-201-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-201-1/+2
|\
| * genetlink: pass family to functions using groupsJohannes Berg2013-11-191-1/+2
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-11-191-1/+539
|\ \
| * | scsi_transport_srp: Add periodic reconnect supportBart Van Assche2013-11-081-7/+99
| * | scsi_transport_srp: Add transport layer error handlingBart Van Assche2013-11-081-1/+429
| * | IB/srp: Keep rport as long as the IB transport layerBart Van Assche2013-11-081-0/+18
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-1626-56/+18Star
|\ \ \
| * | | treewide: Fix common typo in "identify"Maxime Jayat2013-10-144-17/+17
| * | | SCSI: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-1421-38/+0Star
| * | | treewide: Fix typo in printkMasanari Iida2013-10-141-1/+1
* | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-151-10/+9Star
|\ \ \ \
| * | | | virtio_scsi: verify if queue is broken after virtqueue_get_buf()Heinz Graalfs2013-11-111-0/+3
| * | | | virtio: use size-based config accessors.Rusty Russell2013-10-171-8/+4Star
| * | | | virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu2013-09-231-2/+2
* | | | | Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-144-72/+23Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pci/misc' into nextBjorn Helgaas2013-09-281-9/+5Star
| |\ \ \ \ \
| | * | | | | [SCSI] qla2xxx: Use standard PCIe Capability Link register field namesBjorn Helgaas2013-09-251-9/+5Star
| | |/ / / /
| * | | | | [SCSI] qla2xxx: Use pcie_is_pcie() to simplify codeYijing Wang2013-09-241-4/+2Star
| * | | | | [SCSI] csiostor: Use pcie_capability_clear_and_set_word() to simplify codeYijing Wang2013-09-241-18/+4Star
| * | | | | [SCSI] bfa: Use pcie_set()/get_readrq() to simplify codeYijing Wang2013-09-241-41/+12Star
| |/ / / /
* | | | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-11-1485-1416/+5552
|\ \ \ \ \
| * \ \ \ \ Merge tag 'fcoe-3.13' into for-linusJames Bottomley2013-11-109-174/+294
| |\ \ \ \ \
| | * | | | | scsi: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-10-145-18/+17Star
| | * | | | | fcoe: Fix missing mutex_unlock in fcoe_sysfs_fcf_add error pathNeil Horman2013-10-141-0/+1
| | * | | | | libfcoe: Make fcoe_sysfs optional / fix fnic NULL exceptionRobert Love2013-10-113-31/+65
| | * | | | | fcoe: Reduce fcoe_sysfs_fcf_add() stack usageBart Van Assche2013-09-041-17/+23
| | * | | | | fcoe: Add missing newlines in debug messagesBart Van Assche2013-09-042-12/+12
| | * | | | | fcoe: Declare fcoe_ctlr_mode_set() staticBart Van Assche2013-09-041-2/+2
| | * | | | | fcp: Do not interpret check condition as underrunBart Van Assche2013-09-041-5/+5
| | * | | | | libfc: Do not invoke the response handler after fc_exch_done()Bart Van Assche2013-09-041-39/+92
| | * | | | | libfc: Reduce exchange lock contention in fc_exch_recv_abts()Bart Van Assche2013-09-041-8/+10
| | * | | | | libfc: Avoid that sending after an abort triggers a kernel warningBart Van Assche2013-09-041-22/+37
| | * | | | | libfc: Protect ep->esb_stat changes via ex_lockBart Van Assche2013-09-041-2/+7
| | * | | | | libfc: Fix a race in fc_exch_timer_set_locked()Bart Van Assche2013-09-041-3/+4
| | * | | | | libfc: Clarify fc_exch_find()Bart Van Assche2013-09-041-1/+3
| | * | | | | libfc: Micro-optimize fc_setup_exch_mgr()Bart Van Assche2013-09-041-7/+3Star
| | * | | | | libfc: Debug code fixesBart Van Assche2013-09-042-5/+5
| | * | | | | libfc: Source code comment spelling fixesBart Van Assche2013-09-043-8/+5Star
| | * | | | | fcoe: cleanup return codes from fcoe_rcvNeil Horman2013-09-041-2/+2
| | * | | | | fcoe: make sure fcoe frames are unshared prior to manipulating themNeil Horman2013-09-041-0/+6
| | * | | | | fcoe: ensure that skb placed on the fip_recv_list are unsharedNeil Horman2013-09-041-0/+3
| * | | | | | [SCSI] scsi_error: Escalate to LUN reset if abort failsHannes Reinecke2013-10-251-7/+9
| * | | | | | [SCSI] Add 'eh_deadline' to limit SCSI EH runtimeHannes Reinecke2013-10-253-6/+168
| * | | | | | [SCSI] remove check for 'resetting'Hannes Reinecke2013-10-251-28/+0Star
| * | | | | | [SCSI] dc395: Move 'last_reset' into internal host structureHannes Reinecke2013-10-251-11/+13
| * | | | | | [SCSI] tmscsim: Move 'last_reset' into host structureHannes Reinecke2013-10-252-7/+8
| * | | | | | [SCSI] advansys: Remove 'last_reset' referencesHannes Reinecke2013-10-251-4/+4
| * | | | | | [SCSI] dpt_i2o: return SCSI_MLQUEUE_HOST_BUSY when in resetHannes Reinecke2013-10-251-5/+2Star
| * | | | | | [SCSI] dpt_i2o: Remove DPTI_STATE_IOCTLHannes Reinecke2013-10-252-19/+12Star