aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-15scsi: ufs-mediatek: add apply_dev_quirks variant operationStanley Chu1-0/+11
2020-01-15scsi: ufs: pass device information to apply_dev_quirksStanley Chu3-8/+10
2020-01-15scsi: BusLogic: use %lX for unsigned long rather than %XColin Ian King1-55/+55
2020-01-15scsi: ufs: remove "errors" word in ufshcd_print_err_hist()Stanley Chu1-1/+1
2020-01-15scsi: ufs: add device reset history for vendor implementationsStanley Chu2-3/+8
2020-01-15scsi: ufs: fix empty check of error historyStanley Chu1-1/+1
2020-01-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+3
2020-01-10scsi: sd: Clear sdkp->protection_type if disk is reformatted without PIXiang Chen1-1/+3
2020-01-10scsi: lpfc: Make lpfc_defer_acc_rsp staticYueHaibing1-1/+1
2020-01-10Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queueMartin K. Petersen19-165/+265
2020-01-06block: Allow t10-pi to be modularHerbert Xu1-0/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig20-27/+27
2020-01-03compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann8-0/+24
2020-01-03compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann1-6/+2
2020-01-03compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann5-74/+137
2020-01-03compat_ioctl: add scsi_compat_ioctlArnd Bergmann1-14/+40
2020-01-03compat: scsi: sg: fix v3 compat read/write interfaceArnd Bergmann1-67/+59
2020-01-02scsi: mpt3sas: Update drive version to 33.100.00.00Sreekanth Reddy1-2/+2
2020-01-02scsi: mpt3sas: Remove usage of device_busy counterSreekanth Reddy1-1/+17
2020-01-02scsi: mpt3sas: Print function name in which cmd timed outSreekanth Reddy5-33/+38
2020-01-02scsi: mpt3sas: Optimize mpt3sas driver loggingSreekanth Reddy5-78/+110
2020-01-02scsi: mpt3sas: print in which path firmware fault occurredSreekanth Reddy3-17/+25
2020-01-02scsi: mpt3sas: Handle CoreDump state from watchdog threadSreekanth Reddy3-7/+91
2020-01-02scsi: mpt3sas: Add support IOCs new state named COREDUMPSreekanth Reddy2-4/+118
2020-01-02scsi: mpt3sas: renamed _base_after_reset_handler functionSreekanth Reddy4-14/+29
2020-01-02scsi: mpt3sas: Add support for NVMe shutdownSreekanth Reddy2-1/+142
2020-01-02scsi: mpt3sas: Update MPI Headers to v02.00.57Sreekanth Reddy4-6/+34
2020-01-02scsi: ufs-mediatek: configure and enable clk-gatingStanley Chu1-0/+22
2020-01-02scsi: ufs-mediatek: configure customized auto-hibern8 timerStanley Chu1-0/+8
2020-01-02scsi: ufs: export ufshcd_auto_hibern8_update for vendor usageStanley Chu3-20/+19
2020-01-02scsi: ufs-mediatek: introduce reference clock controlStanley Chu2-6/+78
2020-01-02scsi: ufs-mediatek: add device reset implementationStanley Chu2-0/+42
2020-01-02scsi: ufs: sysfs: Use the correct style for SPDX License IdentifierNishad Kamdar1-2/+2
2020-01-02scsi: mylex: Use the correct style for SPDX License IdentifierNishad Kamdar2-4/+4
2020-01-02scsi: ufs: Remove the SCSI timeout handlerBart Van Assche1-36/+0
2020-01-02scsi: ufs: Fix a race condition in the tracing codeBart Van Assche1-1/+1
2020-01-02scsi: ufs: Make ufshcd_prepare_utp_scsi_cmd_upiu() easier to readBart Van Assche1-4/+4
2020-01-02scsi: ufs: Make ufshcd_add_command_trace() easier to readBart Van Assche1-6/+6
2020-01-02scsi: ufs: Fix indentation in ufshcd_query_attr_retry()Bart Van Assche1-1/+1
2020-01-02scsi: ufs: use ufshcd_vops_dbg_register_dump for vendor specific dumpsStanley Chu1-2/+1
2020-01-02scsi: ufs: unify scsi_block_requests usageStanley Chu1-2/+2
2020-01-02scsi: sd_zbc: Rename sd_zbc_check_zones()Damien Le Moal1-14/+13
2020-01-02scsi: sd_zbc: Simplify sd_zbc_check_zones()Damien Le Moal1-13/+2
2020-01-02scsi: qla2xxx: Use get_unaligned_*() instead of open-coding these functionsBart Van Assche5-18/+17
2020-01-02scsi: qla2xxx: Fix the endianness of the qla82xx_get_fw_size() return typeBart Van Assche1-4/+3
2020-01-02scsi: qla2xxx: Improve readability of the code that handles qla_flt_headerBart Van Assche4-15/+15
2019-12-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-10/+9
2019-12-21scsi: libsas: Tidy SAS address print formatJohn Garry7-11/+11
2019-12-21scsi: lpfc: Update lpfc version to 12.6.0.3James Smart1-1/+1
2019-12-21scsi: lpfc: Fix improper flag check for IO typeJames Smart1-2/+2