summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2017-02-17lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-17scripts/spelling.txt: add "therfore" pattern and fix typo instancesMasahiro Yamada
2017-02-17scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada
2017-02-17scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada
2017-02-17scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada
2017-02-17scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada
2017-02-17scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada
2017-02-17scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada
2017-02-17scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada
2017-02-17scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada
2017-02-17Merge branch 'akpm-current/current'Stephen Rothwell
2017-02-17Merge remote-tracking branch 'target-bva/for-next'Stephen Rothwell
2017-02-17Merge remote-tracking branch 'target-updates/for-next'Stephen Rothwell
2017-02-17Merge remote-tracking branch 'scsi-mkp/for-next'Stephen Rothwell
2017-02-17Merge remote-tracking branch 'scsi/for-next'Stephen Rothwell
2017-02-17Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2017-02-17Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2017-02-17Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2017-02-16Merge branch 'locking/core'Ingo Molnar
2017-02-15scsi: megaraid_sas: handle dma_addr_t right on 32-bitArnd Bergmann
2017-02-15scsi: megaraid_sas: array overflow in megasas_dump_frame()Dan Carpenter
2017-02-15scsi: snic: switch to pci_irq_alloc_vectorsChristoph Hellwig
2017-02-14Merge branch 'misc' into for-nextJames Bottomley
2017-02-14Merge branch 'for-4.11/block' into for-nextJens Axboe
2017-02-14cdrom: Make device operations read-onlyKees Cook
2017-02-13qla2xxx: Fix a warning reported by the "smatch" static checkerQuinn Tran
2017-02-13scsi: megaraid_sas: driver version upgradeShivasharan S
2017-02-13scsi: megaraid_sas: Change RAID_1_10_RMW_CMDS to RAID_1_PEER_CMDS and set val...Shivasharan S
2017-02-13scsi: megaraid_sas: Indentation and smatch warning fixesShivasharan S
2017-02-13scsi: megaraid_sas: Cleanup VD_EXT_DEBUG and SPAN_DEBUG related debug printsShivasharan S
2017-02-13scsi: megaraid_sas: Increase internal command poolShivasharan S
2017-02-13scsi: megaraid_sas: Use synchronize_irq to wait for IRQs to completeShivasharan S
2017-02-13scsi: megaraid_sas: Bail out the driver load if ld_list_query failsShivasharan S
2017-02-13scsi: megaraid_sas: Change build_mpt_mfi_pass_thru to return voidShivasharan S
2017-02-13scsi: megaraid_sas: During OCR, if get_ctrl_info fails do not continue with OCRShivasharan S
2017-02-13scsi: megaraid_sas: Do not set fp_possible if TM capable for non-RW syspdIO, ...Shivasharan S
2017-02-13scsi: megaraid_sas: Remove unused pd_index from megasas_build_ld_nonrw_fusionShivasharan S
2017-02-13scsi: megaraid_sas: megasas_return_cmd does not memset IO frame to zeroShivasharan S
2017-02-13scsi: megaraid_sas: max_fw_cmds are decremented twice, remove duplicateShivasharan S
2017-02-13scsi: megaraid_sas: update can_queue only if the new value is lessShivasharan S
2017-02-13scsi: megaraid_sas: Change max_cmd from u32 to u16 in all functionsShivasharan S
2017-02-13scsi: megaraid_sas: set pd_after_lb from MR_BuildRaidContext and initialize p...Shivasharan S
2017-02-13scsi: megaraid_sas: latest controller OCR capability from FW before sending s...Shivasharan S
2017-02-13scsi: megaraid_sas: avoid unaligned access in ioctl pathShivasharan S
2017-02-13scsi: megaraid_sas: big endian support changesShivasharan S
2017-02-13scsi: megaraid_sas: Big endian RDPQ mode fixShivasharan S
2017-02-13scsi: megaraid_sas: MR_TargetIdToLdGet u8 to u16 and avoid invalid raid-map a...Shivasharan S
2017-02-13scsi: megaraid_sas: In validate raid map, raid capability is not converted to...Shivasharan S
2017-02-13scsi: megaraid_sas: reduce size of fusion_context and use vmalloc if kmalloc ...Shivasharan S
2017-02-13scsi: megaraid_sas: add print in device removal pathShivasharan S