aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-17/+35
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-3/+1
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-0/+6
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+3
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells1-6/+3
2015-02-17sg: fix EWOULDBLOCK errors with scsi-mqTony Battersby1-1/+16
2015-02-17sg: fix unkillable I/O wait deadlock with scsi-mqTony Battersby1-3/+14
2015-02-15sg: fix read() error reportingTony Battersby1-3/+3
2015-02-15wd719x: add missing .module to wd719x_templateOndrej Zary1-0/+1
2015-02-15hpsa: correct compiler warnings introduced by hpsa-add-local-workqueue patchDon Brace1-3/+1
2015-02-15fixed invalid assignment of 64bit mask to host dma_boundary for scatter gather segment boundary limit.Minh Duc Tran1-1/+0
2015-02-13MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton1-1/+0
2015-02-13scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-3/+3
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds3-10/+10
2015-02-11mm: gup: use get_user_pages_unlockedAndrea Arcangeli1-5/+2
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds76-2192/+4254
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-1273/+848
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+3
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+6
2015-02-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-3/+6
2015-02-05am53c974: remove left-over debugging codeHannes Reinecke1-6/+0
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet1-9/+6
2015-02-04csiostor:Use firmware version from cxgb4/t4fw_version.hPraveen Madhavan3-8/+7
2015-02-04scsi_logging: return void for dev_printk() functionsHannes Reinecke1-13/+9
2015-02-02scsi: print single-character strings with seq_putcRasmus Villemoes15-45/+45
2015-02-02scsi: merge consecutive seq_puts callsRasmus Villemoes4-35/+21
2015-02-02scsi: replace seq_printf with seq_putsRasmus Villemoes21-138/+136
2015-02-02aha152x: replace seq_printf with seq_putsRasmus Villemoes1-124/+124
2015-02-02advansys: replace seq_printf with seq_putsRasmus Villemoes1-80/+75
2015-02-02scsi: remove SPRINTF macroRasmus Villemoes6-273/+252
2015-02-02sg: remove an unused variableBart Van Assche1-16/+1
2015-02-02hpsa: Use local workqueues instead of system workqueuesDon Brace2-14/+56
2015-02-02hpsa: add in P840ar controller model nameDon Brace1-1/+1
2015-02-02hpsa: add in gen9 controller model namesDon Brace1-13/+13
2015-02-02hpsa: detect and report failures changing controller transport modesRobert Elliott1-11/+29
2015-02-02hpsa: shorten the wait for the CISS doorbell mode change ackRobert Elliott1-6/+9
2015-02-02hpsa: refactor duplicated scan completion code into a new routineWebb Scales1-24/+16
2015-02-02hpsa: move SG descriptor set-up out of hpsa_scatter_gather()Webb Scales1-7/+14
2015-02-02hpsa: do not use function pointers in fast path command submissionStephen Cameron2-7/+6
2015-02-02hpsa: print CDBs instead of kernel virtual addresses for uncommon errorsStephen Cameron1-13/+16
2015-02-02hpsa: do not use a void pointer for scsi_cmd field of struct CommandListStephen Cameron2-4/+4
2015-02-02hpsa: return failed from device reset/abort handlersDon Brace1-0/+7
2015-02-02hpsa: check for ctlr lockup after command allocation in main io pathStephen Cameron1-1/+8
2015-02-02hpsa: guard against overflowing raid map arrayStephen Cameron1-0/+3
2015-02-02hpsa: do not ack controller events on controllers that do not support itStephen Cameron1-0/+3
2015-02-02hpsa: remove incorrect BUG_ONs checking for raid offload enableStephen Cameron1-4/+0
2015-02-02hpsa: do not check for msi(x) in interrupt_pendingStephen Cameron1-3/+0
2015-02-02hpsa: slightly optimize SA5_performant_completedDon Brace1-4/+4
2015-02-02hpsa: count passthru cmds with atomics, not a spin locked intDon Brace2-36/+6