aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds119-3697/+6156
2020-06-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-8/+88
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds14-689/+1153
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds5-75/+473
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-2/+1
2020-06-01Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-06-01Merge branch 'uaccess.__put_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+10
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+0
2020-05-29lpfc_debugfs: get rid of pointless access_ok()Al Viro1-12/+0
2020-05-27lpfc: Fix return value in __lpfc_nvme_ls_abortJames Smart1-1/+1
2020-05-27lpfc: fix axchg pointer reference after free and double freesJames Smart2-6/+7
2020-05-27lpfc: Fix pointer checks and comments in LS receive refactoringJames Smart1-9/+17
2020-05-26scsi: ufs: ti-j721e-ufs: Fix unwinding of pm_runtime changesVignesh Raghavendra1-3/+10
2020-05-26scsi: cxgb3i: Fix some leaks in init_act_open()Dan Carpenter1-4/+14
2020-05-26scsi: ibmvscsi: Make some functions staticChen Tao1-2/+2
2020-05-26scsi: iscsi: Fix deadlock on recovery path during GFP_IO reclaimGabriel Krisman Bertazi1-17/+47
2020-05-26scsi: ufs: Fix WriteBooster flush during runtime suspendStanley Chu3-23/+59
2020-05-26scsi: ufs: Fix index of attributes query for WriteBooster featureStanley Chu3-9/+22
2020-05-26scsi: ufs: Allow WriteBooster on UFS 2.2 devicesStanley Chu1-0/+1
2020-05-26scsi: ufs: Remove unnecessary memset for dev_infoStanley Chu1-3/+0
2020-05-26scsi: ufs-qcom: Fix scheduling while atomic issueJeffrey Hugo1-3/+3
2020-05-26scsi: mpt3sas: Fix reply queue count in non RDPQ modeSuganath Prabu S1-4/+5
2020-05-26scsi: lpfc: Fix lpfc_nodelist leak when processing unsolicited eventXiyu Yang1-0/+2
2020-05-26scsi: qla2xxx: Remove return value from qla_nvme_ls()Daniel Wagner1-4/+1
2020-05-26scsi: qla2xxx: Remove an unused functionBart Van Assche1-41/+0
2020-05-26scsi: iscsi: Register sysfs for iscsi workqueueBob Liu2-2/+6
2020-05-20scsi: storvsc: Re-init stor_chns when a channel interrupt is re-assignedAndrea Parri (Microsoft)1-8/+88
2020-05-19scsi: scsi_debug: Parser tables and code interactionDouglas Gilbert1-50/+63
2020-05-19scsi: core: Refactor scsi_mq_setup_tags functionYe Bin1-11/+12
2020-05-19scsi: core: Fix incorrect usage of shost_for_each_deviceYe Bin2-1/+5
2020-05-19scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche14-319/+329
2020-05-19scsi: qla2xxx: Fix endianness annotations in header filesBart Van Assche9-1100/+1100
2020-05-19scsi: qla2xxx: Use make_handle() instead of open-coding itBart Van Assche1-5/+5
2020-05-19scsi: qla2xxx: Cast explicitly to uint16_t / uint32_tBart Van Assche10-39/+39
2020-05-19scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lower caseBart Van Assche16-791/+790
2020-05-19scsi: qla2xxx: Fix the code that reads from mailbox registersBart Van Assche8-32/+67
2020-05-19scsi: qla2xxx: Use register names instead of register offsetsBart Van Assche1-4/+4
2020-05-19scsi: qla2xxx: Change two hardcoded constants into offsetof() / sizeof() expressionsBart Van Assche2-3/+2
2020-05-19scsi: qla2xxx: Increase the size of struct qla_fcp_prio_cfg to FCP_PRIO_CFG_SIZEBart Van Assche2-1/+3
2020-05-19scsi: qla2xxx: Make a gap in struct qla2xxx_offld_chain explicitBart Van Assche1-0/+1
2020-05-19scsi: qla2xxx: Add more BUILD_BUG_ON() statementsBart Van Assche2-0/+72
2020-05-19scsi: qla2xxx: Sort BUILD_BUG_ON() statements alphabeticallyBart Van Assche1-2/+2
2020-05-19scsi: qla2xxx: Simplify the functions for dumping firmwareBart Van Assche11-156/+71
2020-05-19scsi: qla2xxx: Fix spelling of a variable nameBart Van Assche2-3/+3
2020-05-19scsi: hisi_sas: Stop returning error code from slot_complete_vX_hw()John Garry3-28/+16
2020-05-19scsi: hisi_sas: Add SAS_RAS_INTR0 to debugfs register name listLuo Jiaxing1-0/+1
2020-05-19scsi: hisi_sas: Modify the commit information for DSM methodLuo Jiaxing1-2/+6
2020-05-19scsi: hisi_sas: Do not reset phy timer to wait for stray phy upLuo Jiaxing1-1/+4
2020-05-19scsi: sd: Add zoned capabilities device attributeDamien Le Moal1-0/+16