summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-07-3112-50/+66
|\
| * scsi: qla2xxx: Return error when TMF returnsAnil Gurumurthy2018-07-201-4/+3
| * scsi: qla2xxx: Fix ISP recovery on unloadQuinn Tran2018-07-201-2/+3
| * scsi: qla2xxx: Fix driver unload by shutting down chipQuinn Tran2018-07-205-28/+34
| * scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletionQuinn Tran2018-07-204-1/+8
| * scsi: qla2xxx: Fix unintialized List head crashQuinn Tran2018-07-202-0/+6
| * scsi: sg: update comment for blk_get_request()Tony Battersby2018-07-131-9/+5
| * scsi: sg: fix minor memory leak in error pathTony Battersby2018-07-131-0/+1
| * scsi: libiscsi: fix possible NULL pointer dereference in case of TMFVarun Prakash2018-07-131-6/+6
* | Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-271-0/+14
|\ \
| * | scsi: set timed out out mq requests to completeKeith Busch2018-07-241-0/+14
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-07-221-3/+2
|\ \ \
| * | | ocxlflash_getfile(): fix double-iput() on alloc_file() failuresAl Viro2018-07-111-3/+2
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-07-2010-30/+88
|\ \ \ \ | | |_|/ | |/| |
| * | | scsi: cxlflash: fix assignment of the backend operationsCédric Le Goater2018-07-111-2/+2
| * | | scsi: qedi: Send driver state to MFWManish Rangankar2018-07-111-0/+11
| * | | scsi: qedf: Send the driver state to MFWSaurav Kashyap2018-07-111-0/+12
| * | | scsi: hpsa: correct enclosure sas addressDon Brace2018-07-112-4/+22
| * | | scsi: sd_zbc: Fix variable type and bogus commentDamien Le Moal2018-07-111-2/+3
| * | | scsi: qla2xxx: Fix NULL pointer dereference for fcport searchChuck Anderson2018-07-111-6/+8
| * | | scsi: qla2xxx: Fix kernel crash due to late workqueue allocationhimanshu.madhani@cavium.com2018-07-111-2/+2
| * | | scsi: qla2xxx: Fix inconsistent DMA mem alloc/freeQuinn Tran2018-07-112-14/+28
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-07-072-10/+47
|\| | |
| * | | scsi: sg: mitigate read/write abuseJann Horn2018-06-261-2/+40
| * | | scsi: aacraid: Fix PD performance regression over incorrect qd being setRaghava Aditya Renukunta2018-06-261-8/+7
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-06-273-7/+4
|\| | |
| * | | scsi: scsi_debug: Fix memory leak on module unloadLuis Henriques2018-06-191-1/+1
| * | | scsi: qla2xxx: Spinlock recursion in qla_targetMikhail Malygin2018-06-191-4/+3
| * | | scsi: ipr: Eliminate duplicate barriersArnd Bergmann2018-06-191-2/+0
| |/ /
* | | Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-241-1/+1
|\ \ \ | | |/ | |/|
| * | block: fix timeout changes for legacy request driversChristoph Hellwig2018-06-191-1/+1
* | | Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-231-7/+26
|\ \ \ | |_|/ |/| |
| * | scsi: xen-scsifront: add error handling for xenbus_printfZhouyang Jia2018-06-191-7/+26
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-06-148-12/+32
|\ \ \
| * | | scsi: qla2xxx: Mask off Scope bits in retry delayAnil Gurumurthy2018-06-081-2/+6
| * | | scsi: qla2xxx: Fix crash on qla2x00_mailbox_commandRodrigo R. Galvao2018-06-081-0/+8
| * | | scsi: aic7xxx: aic79xx: fix potential null pointer dereference on ahdColin Ian King2018-06-081-4/+4
| * | | scsi: mpt3sas: Add an I/O barrierTomas Henzl2018-06-061-0/+1
| * | | scsi: qla2xxx: Fix setting lower transfer speed if GPSC failsHimanshu Madhani2018-06-061-1/+2
| * | | scsi: hpsa: disable device during shutdownSinan Kaya2018-06-061-2/+8
| * | | scsi: sd_zbc: Fix sd_zbc_check_zone_size() error pathDamien Le Moal2018-06-061-1/+1
| * | | scsi: aacraid: remove bogus GFP_DMA32 specifiesChristoph Hellwig2018-06-061-2/+2
* | | | treewide: Use array_size() in vzalloc()Kees Cook2018-06-132-5/+9
* | | | treewide: Use array_size() in vmalloc()Kees Cook2018-06-135-13/+20
* | | | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-133-8/+8
* | | | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-131-1/+1
* | | | treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-131-1/+1
* | | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-1333-120/+135
* | | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-1318-39/+56
| |_|/ |/| |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-10112-1710/+6303
|\ \ \