aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+14
2018-07-24scsi: set timed out out mq requests to completeGravatar Keith Busch 1-0/+14
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-3/+2
2018-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 10-30/+88
2018-07-10ocxlflash_getfile(): fix double-iput() on alloc_file() failuresGravatar Al Viro 1-3/+2
2018-07-10scsi: cxlflash: fix assignment of the backend operationsGravatar Cédric Le Goater 1-2/+2
2018-07-10scsi: qedi: Send driver state to MFWGravatar Manish Rangankar 1-0/+11
2018-07-10scsi: qedf: Send the driver state to MFWGravatar Saurav Kashyap 1-0/+12
2018-07-10scsi: hpsa: correct enclosure sas addressGravatar Don Brace 2-4/+22
2018-07-10scsi: sd_zbc: Fix variable type and bogus commentGravatar Damien Le Moal 1-2/+3
2018-07-10scsi: qla2xxx: Fix NULL pointer dereference for fcport searchGravatar Chuck Anderson 1-6/+8
2018-07-10scsi: qla2xxx: Fix kernel crash due to late workqueue allocationGravatar himanshu.madhani@cavium.com 1-2/+2
2018-07-10scsi: qla2xxx: Fix inconsistent DMA mem alloc/freeGravatar Quinn Tran 2-14/+28
2018-07-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 2-10/+47
2018-06-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 3-7/+4
2018-06-26scsi: sg: mitigate read/write abuseGravatar Jann Horn 1-2/+40
2018-06-26scsi: aacraid: Fix PD performance regression over incorrect qd being setGravatar Raghava Aditya Renukunta 1-8/+7
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2018-06-23Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-7/+26
2018-06-19block: fix timeout changes for legacy request driversGravatar Christoph Hellwig 1-1/+1
2018-06-19scsi: xen-scsifront: add error handling for xenbus_printfGravatar Zhouyang Jia 1-7/+26
2018-06-18scsi: scsi_debug: Fix memory leak on module unloadGravatar Luis Henriques 1-1/+1
2018-06-18scsi: qla2xxx: Spinlock recursion in qla_targetGravatar Mikhail Malygin 1-4/+3
2018-06-18scsi: ipr: Eliminate duplicate barriersGravatar Arnd Bergmann 1-2/+0
2018-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 8-12/+32
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 2-5/+9
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 5-13/+20
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 3-8/+8
2018-06-12treewide: kvzalloc() -> kvcalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 33-120/+135
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 18-39/+56
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 112-1710/+6303
2018-06-07scsi: qla2xxx: Mask off Scope bits in retry delayGravatar Anil Gurumurthy 1-2/+6
2018-06-07scsi: qla2xxx: Fix crash on qla2x00_mailbox_commandGravatar Rodrigo R. Galvao 1-0/+8
2018-06-07scsi: aic7xxx: aic79xx: fix potential null pointer dereference on ahdGravatar Colin Ian King 1-4/+4
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 10-12/+337
2018-06-05scsi: mpt3sas: Add an I/O barrierGravatar Tomas Henzl 1-0/+1
2018-06-05scsi: qla2xxx: Fix setting lower transfer speed if GPSC failsGravatar Himanshu Madhani 1-1/+2
2018-06-05scsi: hpsa: disable device during shutdownGravatar Sinan Kaya 1-2/+8
2018-06-05scsi: sd_zbc: Fix sd_zbc_check_zone_size() error pathGravatar Damien Le Moal 1-1/+1
2018-06-05scsi: aacraid: remove bogus GFP_DMA32 specifiesGravatar Christoph Hellwig 1-2/+2
2018-06-05qed*: Utilize FW 8.37.2.0Gravatar Michal Kalderon 1-6/+0
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-22/+2
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 3-228/+48
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 16-60/+45
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+20
2018-06-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-2/+20
2018-05-29block: remove parent device reference from struct bsg_class_deviceGravatar Christoph Hellwig 3-18/+10
2018-05-29libiscsi: don't try to bypass SCSI EHGravatar Christoph Hellwig 1-2/+2