summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2017-02-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-21scsi_transport_sas: fix BSG ioctl memory corruptionOmar Sandoval
2017-02-21scsi: zero per-cmd driver data before each I/OChristoph Hellwig
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-02-19Fix missing sanity check in /dev/sgAl Viro
2017-02-19scsi: don't BUG_ON() empty DMA transfersJohannes Thumshirn
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-14cdrom: Make device operations read-onlyKees Cook
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
2017-02-13scsi: megaraid_sas: enhance debug logs in OCR contextShivasharan S
2017-02-13scsi: megaraid_sas: set residual bytes count during IO completionShivasharan S
2017-02-13scsi: megaraid_sas: raid 1 write performance for large ioShivasharan S
2017-02-13scsi: megaraid_sas: NVME fast path io supportShivasharan S
2017-02-13scsi: megaraid_sas: NVME interface target prop addedShivasharan S
2017-02-13scsi: megaraid_sas: NVME Interface detection and prop settingsShivasharan S
2017-02-13scsi: megaraid_sas: change issue_dcmd to return void from intShivasharan S
2017-02-13scsi: megaraid_sas: megasas_get_request_descriptor always return valid descShivasharan S