aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+3
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-7/+0
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2-3/+3
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2015-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds36-1136/+1306
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-3/+3
2015-11-04Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+96
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds2-14/+18
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-10-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-2/+12
2015-10-30cxlflash: Fix to avoid bypassing context cleanupMatthew R. Ochs1-4/+1
2015-10-30cxlflash: Fix to avoid lock instrumentation rejectionMatthew R. Ochs1-0/+1
2015-10-30cxlflash: Fix to avoid corrupting port selection maskMatthew R. Ochs2-19/+18
2015-10-30cxlflash: Fix to escalate to LINK_RESET on login timeoutManoj Kumar1-1/+1
2015-10-30cxlflash: Fix to avoid leaving dangling interrupt resourcesMatthew R. Ochs1-12/+16
2015-10-30cxlflash: Fix to avoid potential deadlock on EEHMatthew R. Ochs3-1/+60
2015-10-30cxlflash: Correct trace stringMatthew R. Ochs1-1/+1
2015-10-30cxlflash: Fix to avoid corrupting adapter fopsMatthew R. Ochs3-12/+3
2015-10-30cxlflash: Fix to double the delay each timeManoj Kumar1-1/+1
2015-10-30cxlflash: Fix to prevent stale AFU RRQMatthew R. Ochs1-0/+3
2015-10-30cxlflash: Correct spelling, grammar, and alignment mistakesMatthew R. Ochs5-48/+38
2015-10-30cxlflash: Fix to prevent EEH recovery failureMatthew R. Ochs1-0/+9
2015-10-30cxlflash: Fix MMIO and endianness errorsMatthew R. Ochs5-23/+24
2015-10-30cxlflash: Fix function prolog parameters and return codesMatthew R. Ochs1-44/+26
2015-10-30cxlflash: Remove unnecessary scsi_block_requestsMatthew R. Ochs1-2/+0
2015-10-30cxlflash: Correct behavior in device reset handler following EEHMatthew R. Ochs1-3/+2
2015-10-30cxlflash: Fix to prevent workq from accessing freed memoryMatthew R. Ochs1-1/+1
2015-10-30cxlflash: Correct usage of scsi_host_put()Matthew R. Ochs1-1/+2
2015-10-30cxlflash: Fix AFU version access/storage and add checkMatthew R. Ochs3-8/+14
2015-10-30cxlflash: Remove dual port online dependencyMatthew R. Ochs1-17/+10
2015-10-30cxlflash: Fix async interrupt bypass logicMatthew R. Ochs1-1/+1
2015-10-30cxlflash: Fix host link up event handlingMatthew R. Ochs3-4/+15
2015-10-30cxlflash: Fix location of setting residMatthew R. Ochs1-12/+8
2015-10-30cxlflash: Fix to avoid stall while waiting on TMFMatthew R. Ochs2-22/+34
2015-10-30cxlflash: Fix to avoid spamming the kernel logMatthew R. Ochs1-50/+59
2015-10-30cxlflash: Refine host/device attributesMatthew R. Ochs1-42/+138
2015-10-30cxlflash: Make functions staticMatthew R. Ochs2-479/+474
2015-10-30cxlflash: Correct naming of limbo state and waitqMatthew R. Ochs3-22/+22
2015-10-30cxlflash: Fix to avoid CXL services during EEHMatthew R. Ochs3-41/+77
2015-10-30cxlflash: Fix context encode mask widthMatthew R. Ochs1-1/+1
2015-10-30cxlflash: Fix to avoid sizeof(bool)Matthew R. Ochs2-2/+2
2015-10-30cxlflash: Fix data corruption when vLUN used over multiple cardsMatthew R. Ochs1-8/+8
2015-10-30cxlflash: Fix potential oops following LUN removalMatthew R. Ochs1-12/+23
2015-10-30cxlflash: Fix read capacity timeoutManoj Kumar3-8/+7
2015-10-30cxlflash: Replace magic numbers with literalsManoj Kumar3-3/+9
2015-10-30cxlflash: Fix to avoid invalid port_sel valueManoj Kumar1-3/+6
2015-10-27scsi_dh: don't try to load a device handler during async probingChristoph Hellwig1-1/+1
2015-10-27scsi_dh: fix use-after-free when removing scsi deviceJunichi Nomura3-1/+9
2015-10-27mvsas: Fix NULL pointer dereference in mvs_slot_task_freeDāvis Mosāns1-0/+2
2015-10-27SCSI: fix bug in scsi_dev_info_list matchingAlan Stern1-34/+35