aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/smartpqi (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-39/+50
2018-03-27blk-mq: Allow PCI vector offset for mapping queuesKeith Busch1-1/+1
2018-03-21scsi: smartpqi: update driver versionDon Brace1-3/+3
2018-03-21scsi: smartpqi: workaround fw bug for oq deletionKevin Barnett1-36/+3
2018-03-06scsi: smartpqi: add in new supported controllersKevin Barnett1-0/+44
2018-01-10scsi: smartpqi: allow static build ("built-in")Steffen Weber1-1/+1
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+13
2017-10-27scsi: smartpqi: Convert timers to use timer_setup()Kees Cook1-5/+4
2017-10-02scsi: smartpqi: update driver version to 1.1.2-126Don Brace1-2/+2
2017-10-02scsi: smartpqi: cleanup raid map warning messageKevin Barnett1-3/+3
2017-10-02scsi: smartpqi: update controller idsKevin Barnett1-0/+8
2017-08-29scsi: smartpqi: remove the smp_handler stubChristoph Hellwig1-9/+0
2017-08-10scsi: smartpqi: change driver version to 1.1.2-125Kevin Barnett1-4/+4
2017-08-10scsi: smartpqi: add in new controller idsKevin Barnett1-22/+14
2017-08-10scsi: smartpqi: update kexec and power down supportKevin Barnett1-0/+1
2017-08-10scsi: smartpqi: cleanup doorbell register usage.Kevin Barnett3-102/+17
2017-08-10scsi: smartpqi: update pqi passthru ioctlKevin Barnett1-0/+4
2017-08-10scsi: smartpqi: enhance BMIC cache flushKevin Barnett2-15/+33
2017-08-10scsi: smartpqi: add pqi reset quiesce supportKevin Barnett4-14/+98
2017-07-17scsi: smartpqi: limit transfer length to 1MBYadan Fan1-1/+1
2017-06-12scsi: smartpqi: mark PM functions as __maybe_unusedArnd Bergmann1-10/+2
2017-06-12scsi: smartpqi: bump driver versionKevin Barnett1-7/+8
2017-06-12scsi: smartpqi: remove writeq/readq function definitionsCorentin Labbe1-29/+2
2017-06-12scsi: smartpqi: add module parametersKevin Barnett1-5/+24
2017-06-12scsi: smartpqi: cleanup list initializationKevin Barnett1-8/+3
2017-06-12scsi: smartpqi: add raid level showKevin Barnett1-1/+29
2017-06-12scsi: smartpqi: make ioaccel references consistentKevin Barnett2-39/+30
2017-06-12scsi: smartpqi: enhance device add and remove messagesKevin Barnett1-21/+69
2017-06-12scsi: smartpqi: update timeout on admin commandsKevin Barnett1-1/+5
2017-06-12scsi: smartpqi: map more raid errors to SCSI errorsKevin Barnett1-1/+31
2017-06-12scsi: smartpqi: cleanup controller brandingKevin Barnett1-15/+3
2017-06-12scsi: smartpqi: update rescan workerKevin Barnett2-66/+77
2017-06-12scsi: smartpqi: update device offlineKevin Barnett1-9/+21
2017-06-12scsi: smartpqi: correct aio error pathKevin Barnett2-68/+285
2017-06-12scsi: smartpqi: add lockup actionKevin Barnett1-0/+121
2017-06-12scsi: smartpqi: remove qdepth calculations for logical volumesKevin Barnett2-138/+8
2017-06-12scsi: smartpqi: enhance kdumpKevin Barnett2-15/+36
2017-06-12scsi: smartpqi: change return value for LUN reset operationsKevin Barnett1-1/+1
2017-06-12scsi: smartpqi: add ptraid supportKevin Barnett2-10/+41
2017-06-12scsi: smartpqi: update copyrightKevin Barnett5-5/+5
2017-06-12scsi: smartpqi: cleanup messagesKevin Barnett2-24/+20
2017-06-12scsi: smartpqi: add new PCI device IDsKevin Barnett1-25/+109
2017-06-12scsi: smartpqi: minor driver cleanupKevin Barnett2-25/+15
2017-06-12scsi: smartpqi: correct BMIC identify physical driveKevin Barnett2-4/+32
2017-06-12scsi: smartpqi: eliminate redundant error messagesKevin Barnett2-5/+5
2017-06-12scsi: smartpqi: make pdev pointer names consistentKevin Barnett1-20/+21
2017-06-12scsi: smartpqi: add pqi_wait_for_completion_ioKevin Barnett1-1/+32
2017-06-12scsi: smartpqi: correct bdma hw bugKevin Barnett1-1/+6
2017-06-12scsi: smartpqi: add heartbeat checkKevin Barnett3-47/+143
2017-06-12scsi: smartpqi: add suspend and resume supportKevin Barnett4-30/+485