aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-13/+12
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds111-3869/+9004
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds29-1088/+535
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-32/+31
2017-02-19Fix missing sanity check in /dev/sgAl Viro1-0/+4
2017-02-19scsi: don't BUG_ON() empty DMA transfersJohannes Thumshirn1-1/+2
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe29-1087/+534
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe1-1/+1
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+27
2017-02-15scsi: megaraid_sas: handle dma_addr_t right on 32-bitArnd Bergmann1-7/+7
2017-02-15scsi: megaraid_sas: array overflow in megasas_dump_frame()Dan Carpenter1-1/+1
2017-02-15scsi: snic: switch to pci_irq_alloc_vectorsChristoph Hellwig2-30/+19
2017-02-14cdrom: Make device operations read-onlyKees Cook1-1/+1
2017-02-13scsi: megaraid_sas: driver version upgradeShivasharan S1-2/+2
2017-02-13scsi: megaraid_sas: Change RAID_1_10_RMW_CMDS to RAID_1_PEER_CMDS and set value to 2Shivasharan S2-2/+2
2017-02-13scsi: megaraid_sas: Indentation and smatch warning fixesShivasharan S5-83/+80
2017-02-13scsi: megaraid_sas: Cleanup VD_EXT_DEBUG and SPAN_DEBUG related debug printsShivasharan S4-286/+2
2017-02-13scsi: megaraid_sas: Increase internal command poolShivasharan S2-2/+2
2017-02-13scsi: megaraid_sas: Use synchronize_irq to wait for IRQs to completeShivasharan S1-2/+18
2017-02-13scsi: megaraid_sas: Bail out the driver load if ld_list_query failsShivasharan S1-5/+5
2017-02-13scsi: megaraid_sas: Change build_mpt_mfi_pass_thru to return voidShivasharan S1-8/+2
2017-02-13scsi: megaraid_sas: During OCR, if get_ctrl_info fails do not continue with OCRShivasharan S1-0/+1
2017-02-13scsi: megaraid_sas: Do not set fp_possible if TM capable for non-RW syspdIO, change fp_possible to boolShivasharan S1-5/+10
2017-02-13scsi: megaraid_sas: Remove unused pd_index from megasas_build_ld_nonrw_fusionShivasharan S1-2/+1
2017-02-13scsi: megaraid_sas: megasas_return_cmd does not memset IO frame to zeroShivasharan S2-4/+7
2017-02-13scsi: megaraid_sas: max_fw_cmds are decremented twice, remove duplicateShivasharan S1-7/+0
2017-02-13scsi: megaraid_sas: update can_queue only if the new value is lessShivasharan S1-1/+1
2017-02-13scsi: megaraid_sas: Change max_cmd from u32 to u16 in all functionsShivasharan S2-7/+8
2017-02-13scsi: megaraid_sas: set pd_after_lb from MR_BuildRaidContext and initialize pDevHandle to MR_DEVHANDLE_INVALIDShivasharan S1-4/+4
2017-02-13scsi: megaraid_sas: latest controller OCR capability from FW before sending shutdown DCMDShivasharan S1-0/+7
2017-02-13scsi: megaraid_sas: avoid unaligned access in ioctl pathShivasharan S1-1/+3
2017-02-13scsi: megaraid_sas: big endian support changesShivasharan S3-78/+122
2017-02-13scsi: megaraid_sas: Big endian RDPQ mode fixShivasharan S1-1/+1
2017-02-13scsi: megaraid_sas: MR_TargetIdToLdGet u8 to u16 and avoid invalid raid-map accessShivasharan S3-14/+18
2017-02-13scsi: megaraid_sas: In validate raid map, raid capability is not converted to cpu format for all ldsShivasharan S1-3/+10
2017-02-13scsi: megaraid_sas: reduce size of fusion_context and use vmalloc if kmalloc failsShivasharan S5-18/+76
2017-02-13scsi: megaraid_sas: add print in device removal pathShivasharan S1-8/+11
2017-02-13scsi: megaraid_sas: enhance debug logs in OCR contextShivasharan S3-4/+72
2017-02-13scsi: megaraid_sas: set residual bytes count during IO completionShivasharan S1-0/+10
2017-02-13scsi: megaraid_sas: raid 1 write performance for large ioShivasharan S2-2/+35
2017-02-13scsi: megaraid_sas: NVME fast path io supportShivasharan S4-45/+350
2017-02-13scsi: megaraid_sas: NVME interface target prop addedShivasharan S3-4/+155
2017-02-13scsi: megaraid_sas: NVME Interface detection and prop settingsShivasharan S4-59/+142
2017-02-13scsi: megaraid_sas: change issue_dcmd to return void from intShivasharan S3-13/+16
2017-02-13scsi: megaraid_sas: megasas_get_request_descriptor always return valid descShivasharan S1-22/+2
2017-02-13scsi: megaraid_sas: Use DID_REQUEUEShivasharan S2-3/+3
2017-02-13scsi: megaraid_sas: RAID map is accessed for SYS PDs when use_seqnum_jbod_fp is not setShivasharan S1-11/+14
2017-02-13scsi: megaraid_sas: Refactor MEGASAS_IS_LOGICAL macro using sdevShivasharan S3-18/+18
2017-02-13scsi: megaraid_sas: 32 bit descriptor fire cmd optimizationShivasharan S1-32/+33
2017-02-13scsi: megaraid_sas: raid 1 fast path code optimizeShivasharan S3-248/+118