aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAge
* Merge branch 'master' into for-nextJiri Kosina2013-12-19
|\
| * Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-12-06
| |\
| | * [SCSI] bfa: Fix crash when symb name set for offline vportVijaya Mohan Guvva2013-12-03
| | * [SCSI] pm80xx: Tasklets synchronization fix.Nikith Ganigarakoppal2013-12-02
| | * [SCSI] pm80xx: Resetting the phy state.Nikith Ganigarakoppal2013-12-02
| | * [SCSI] pm80xx: Fix for direct attached device.Nikith Ganigarakoppal2013-12-02
| | * [SCSI] pm80xx: Module author additionNikith Ganigarakoppal2013-12-02
| | * [SCSI] hpsa: return 0 from driver probe function on success, not 1Stephen M. Cameron2013-11-30
| | * [SCSI] hpsa: do not discard scsi status on aborted commandsStephen M. Cameron2013-11-30
| | * [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-28
| | * [SCSI] libsas: fix usage of ata_tf_to_fisDan Williams2013-11-27
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-12-02
| |\ \ | | |/ | |/|
| | * genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg2013-11-28
| * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-11-22
| |\ \ | | |/ | |/|
| | * target/qla2xxx: Remove QLA_TPG_ATTRIB macroAndy Grover2013-10-16
| | * target: Remove TF_CIT_TMPL macroAndy Grover2013-10-16
| * | aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara2013-11-19
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-19
| |\ \
| | * | genetlink: pass family to functions using groupsJohannes Berg2013-11-19
| * | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-11-18
| |\ \ \
| | * | | scsi_transport_srp: Add periodic reconnect supportBart Van Assche2013-11-08
| | * | | scsi_transport_srp: Add transport layer error handlingBart Van Assche2013-11-08
| | * | | IB/srp: Keep rport as long as the IB transport layerBart Van Assche2013-11-08
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-15
| |\ \ \ \
| * \ \ \ \ Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-14
| |\ \ \ \ \
| | * | | | | virtio_scsi: verify if queue is broken after virtqueue_get_buf()Heinz Graalfs2013-11-10
| | * | | | | virtio: use size-based config accessors.Rusty Russell2013-10-16
| | * | | | | virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu2013-09-23
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-14
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'pci/misc' into nextBjorn Helgaas2013-09-27
| | |\ \ \ \ \
| | | * | | | | [SCSI] qla2xxx: Use standard PCIe Capability Link register field namesBjorn Helgaas2013-09-25
| | | |/ / / /
| | * | | | | [SCSI] qla2xxx: Use pcie_is_pcie() to simplify codeYijing Wang2013-09-23
| | * | | | | [SCSI] csiostor: Use pcie_capability_clear_and_set_word() to simplify codeYijing Wang2013-09-23
| | * | | | | [SCSI] bfa: Use pcie_set()/get_readrq() to simplify codeYijing Wang2013-09-23
| | |/ / / /
| * | | | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-11-13
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'fcoe-3.13' into for-linusJames Bottomley2013-11-09
| | |\ \ \ \ \
| | | * | | | | scsi: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-10-14
| | | * | | | | fcoe: Fix missing mutex_unlock in fcoe_sysfs_fcf_add error pathNeil Horman2013-10-14
| | | * | | | | libfcoe: Make fcoe_sysfs optional / fix fnic NULL exceptionRobert Love2013-10-11
| | | * | | | | fcoe: Reduce fcoe_sysfs_fcf_add() stack usageBart Van Assche2013-09-04
| | | * | | | | fcoe: Add missing newlines in debug messagesBart Van Assche2013-09-04
| | | * | | | | fcoe: Declare fcoe_ctlr_mode_set() staticBart Van Assche2013-09-04
| | | * | | | | fcp: Do not interpret check condition as underrunBart Van Assche2013-09-04
| | | * | | | | libfc: Do not invoke the response handler after fc_exch_done()Bart Van Assche2013-09-04
| | | * | | | | libfc: Reduce exchange lock contention in fc_exch_recv_abts()Bart Van Assche2013-09-04
| | | * | | | | libfc: Avoid that sending after an abort triggers a kernel warningBart Van Assche2013-09-04
| | | * | | | | libfc: Protect ep->esb_stat changes via ex_lockBart Van Assche2013-09-04
| | | * | | | | libfc: Fix a race in fc_exch_timer_set_locked()Bart Van Assche2013-09-04
| | | * | | | | libfc: Clarify fc_exch_find()Bart Van Assche2013-09-04
| | | * | | | | libfc: Micro-optimize fc_setup_exch_mgr()Bart Van Assche2013-09-04