summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* drivers/scsi/sg.c: mark VMA as VM_IO to prevent migrationKirill A. Shutemov2016-02-031-1/+1
* Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley2016-01-262-1/+3
|\
| * sd: Optimal I/O size is in bytes, not sectorsMartin K. Petersen2016-01-201-1/+1
| * hisi_sas: Restrict SCSI_HISI_SAS to arm64Geert Uytterhoeven2016-01-201-0/+1
| * hisi_sas: SCSI_HISI_SAS should depend on HAS_DMAGeert Uytterhoeven2016-01-201-0/+1
* | SCSI: fix crashes in sd and sr runtime PMAlan Stern2016-01-262-2/+9
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-237-32/+27
|\ \
| * \ Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford2015-12-227-32/+27
| |\ \
| | * \ Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford2015-12-157-32/+27
| | |\ \
| | | * | irq_poll: fold irq_poll_sched_prep into irq_poll_schedChristoph Hellwig2015-12-112-6/+3
| | | * | irq_poll: don't disable new irq_poll instancesChristoph Hellwig2015-12-112-4/+0
| | | * | irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig2015-12-117-32/+34
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-01-2226-3718/+3009
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'mkp-scsi/4.5/scsi-queue' into miscJames Bottomley2016-01-1326-3718/+3009
| |\ \ \ \ \
| | * | | | | imm: Use new parport device modelSudip Mukherjee2016-01-081-7/+43
| | * | | | | megaraid: Fix possible NULL pointer deference in mraid_mm_ioctlNicholas Krause2016-01-081-0/+4
| | * | | | | storvsc: Fix typo in MODULE_PARM_DESCDan Carpenter2016-01-081-1/+1
| | * | | | | cxgbi: Typo in MODULE_PARM_DESCDan Carpenter2016-01-081-1/+1
| | * | | | | 3w-xxxx: Pass through compat mode ioctlsRyan C. Underwood2016-01-081-0/+3
| | * | | | | hisi_sas: Use u64 for qw0 in free_device_v1_hw()John Garry2016-01-081-1/+2
| | * | | | | hisi_sas: Fix typo in setup_itct_v1_hw()John Garry2016-01-081-4/+4
| | * | | | | hisi_sas: Fix v1 itct masksJohn Garry2016-01-081-17/+12
| | * | | | | ipr: Fix out-of-bounds null overwriteInsu Yun2016-01-071-3/+2
| | * | | | | scsi: add Synology to 1024 sector blacklistMike Christie2016-01-071-0/+1
| | * | | | | ncr5380: Add support for HP C2502Ondrej Zary2016-01-062-16/+59
| | * | | | | ncr5380: Fix wait for 53C80 registers registers after PDMAOndrej Zary2016-01-061-31/+6
| | * | | | | ncr5380: Enable PDMA for DTC chipsOndrej Zary2016-01-062-8/+33
| | * | | | | ncr5380: Enable PDMA for NCR53C400AOndrej Zary2016-01-061-4/+19
| | * | | | | ncr5380: Use runtime register mappingOndrej Zary2016-01-063-64/+49
| | * | | | | ncr5380: Fix pseudo DMA transfers on 53C400Ondrej Zary2016-01-061-0/+4
| | * | | | | ncr5380: Cleanup whitespace and parenthesesFinn Thain2016-01-062-24/+32
| | * | | | | atari_NCR5380: Merge changes from NCR5380.cFinn Thain2016-01-061-32/+52
| | * | | | | ncr5380: Merge changes from atari_NCR5380.cFinn Thain2016-01-061-68/+87
| | * | | | | ncr5380: Fix whitespace in comments using regexpFinn Thain2016-01-062-155/+155
| | * | | | | ncr5380: Fix trailing whitespace using regexpFinn Thain2016-01-061-186/+186
| | * | | | | ncr5380: Cleanup commentsFinn Thain2016-01-062-225/+54
| | * | | | | ncr5380: Fix soft lockupsFinn Thain2016-01-0610-4/+16
| | * | | | | atari_scsi, sun3_scsi: Remove global Scsi_Host pointerFinn Thain2016-01-063-70/+36
| | * | | | | atari_NCR5380: Eliminate HOSTNO macroFinn Thain2016-01-062-89/+84
| | * | | | | atari_NCR5380: Remove HOSTNO macro from printk() and seq_printf() callsFinn Thain2016-01-062-22/+18
| | * | | | | ncr5380: Implement new eh_bus_reset_handlerFinn Thain2016-01-062-17/+72
| | * | | | | ncr5380: Fix EH during arbitration and selectionFinn Thain2016-01-063-43/+119
| | * | | | | ncr5380: Implement new eh_abort_handlerFinn Thain2016-01-062-38/+290
| | * | | | | ncr5380: Fix autosense bugsFinn Thain2016-01-063-186/+249
| | * | | | | ncr5380: Refactor command completionFinn Thain2016-01-062-22/+55
| | * | | | | ncr5380: Use standard list data structureFinn Thain2016-01-0613-421/+106
| | * | | | | ncr5380: Remove redundant volatile qualifiersFinn Thain2016-01-062-7/+7
| | * | | | | ncr5380: Remove LIST and REMOVE macrosFinn Thain2016-01-062-51/+0
| | * | | | | ncr5380: Use dsprintk() for queue debuggingFinn Thain2016-01-062-32/+47
| | * | | | | ncr5380: Use shost_priv helperFinn Thain2016-01-062-26/+17
OpenPOWER on IntegriCloud