summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-10scsi: acornscsi: Fix an error handling path in acornscsi_probe()Christophe JAILLET
2020-06-09scsi: storvsc: Remove memset before memory freeing in storvsc_suspend()Denis Efremov
2020-06-09scsi: cxlflash: Remove an unnecessary NULL checkDan Carpenter
2020-06-09scsi: ibmvscsi: Don't send host info in adapter info MAD after LPMTyrel Datwyler
2020-06-09scsi: sr: Fix sr_probe() missing deallocate of device minorSimon Arlott
2020-06-09scsi: sr: Fix sr_probe() missing mutex_destroySimon Arlott
2020-06-09scsi: st: Convert convert get_user_pages() --> pin_user_pages()John Hubbard
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-06-04scsi: hpsa: hpsa_ioctl(): Tidy up a bitAl Viro
2020-06-04scsi: hpsa: Get rid of compat_alloc_user_space()Al Viro
2020-06-04scsi: hpsa: Don't bother with vmalloc for BIG_IOCTL_Command_structAl Viro
2020-06-04scsi: hpsa: Lift {BIG_,}IOCTL_Command_struct copy{in,out} into hpsa_ioctl()Al Viro
2020-06-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-02scsi: ufs: Remove redundant urgent_bkop_lvl initializationStanley Chu
2020-06-02scsi: ufs: Don't update urgent bkops level when toggling auto bkopsCan Guo
2020-06-02scsi: qedf: Remove redundant initialization of variable rcColin Ian King
2020-06-02scsi: mpt3sas: Fix memset() in non-RDPQ modeSuganath Prabu S
2020-06-02scsi: iscsi: Fix reference count leak in iscsi_boot_create_kobjQiushi Wu
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-01Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-06-01Merge branch 'uaccess.__put_user' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-05-29lpfc_debugfs: get rid of pointless access_ok()Al Viro
2020-05-27lpfc: Fix return value in __lpfc_nvme_ls_abortJames Smart
2020-05-27lpfc: fix axchg pointer reference after free and double freesJames Smart
2020-05-27lpfc: Fix pointer checks and comments in LS receive refactoringJames Smart
2020-05-26scsi: ufs: ti-j721e-ufs: Fix unwinding of pm_runtime changesVignesh Raghavendra
2020-05-26scsi: cxgb3i: Fix some leaks in init_act_open()Dan Carpenter
2020-05-26scsi: ibmvscsi: Make some functions staticChen Tao
2020-05-26scsi: iscsi: Fix deadlock on recovery path during GFP_IO reclaimGabriel Krisman Bertazi
2020-05-26scsi: ufs: Fix WriteBooster flush during runtime suspendStanley Chu
2020-05-26scsi: ufs: Fix index of attributes query for WriteBooster featureStanley Chu
2020-05-26scsi: ufs: Allow WriteBooster on UFS 2.2 devicesStanley Chu
2020-05-26scsi: ufs: Remove unnecessary memset for dev_infoStanley Chu
2020-05-26scsi: ufs-qcom: Fix scheduling while atomic issueJeffrey Hugo
2020-05-26scsi: mpt3sas: Fix reply queue count in non RDPQ modeSuganath Prabu S
2020-05-26scsi: lpfc: Fix lpfc_nodelist leak when processing unsolicited eventXiyu Yang
2020-05-26scsi: qla2xxx: Remove return value from qla_nvme_ls()Daniel Wagner
2020-05-26scsi: qla2xxx: Remove an unused functionBart Van Assche
2020-05-26scsi: iscsi: Register sysfs for iscsi workqueueBob Liu
2020-05-20scsi: storvsc: Re-init stor_chns when a channel interrupt is re-assignedAndrea Parri (Microsoft)