aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2015-03-24Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+4
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingGravatar Linus Torvalds 1-1/+1
2015-03-19tcm_qla2xxx: Fix incorrect use of __transport_register_sessionGravatar Bart Van Assche 1-1/+1
2015-03-19ata: Add a new flag to destinguish sas controllerGravatar Shaohua Li 2-2/+4
2015-03-06libsas: Fix Kernel Crash in smp_execute_taskGravatar James Bottomley 1-2/+4
2015-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 5-17/+35
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-3/+1
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+6
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-6/+3
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeGravatar David Howells 1-6/+3
2015-02-17sg: fix EWOULDBLOCK errors with scsi-mqGravatar Tony Battersby 1-1/+16
2015-02-17sg: fix unkillable I/O wait deadlock with scsi-mqGravatar Tony Battersby 1-3/+14
2015-02-15sg: fix read() error reportingGravatar Tony Battersby 1-3/+3
2015-02-15wd719x: add missing .module to wd719x_templateGravatar Ondrej Zary 1-0/+1
2015-02-15hpsa: correct compiler warnings introduced by hpsa-add-local-workqueue patchGravatar Don Brace 1-3/+1
2015-02-15fixed invalid assignment of 64bit mask to host dma_boundary for scatter gathe...Gravatar Minh Duc Tran 1-1/+0
2015-02-13MODULE_DEVICE_TABLE: fix some callsitesGravatar Andrew Morton 1-1/+0
2015-02-13scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasksGravatar Tejun Heo 1-3/+3
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-10/+10
2015-02-11mm: gup: use get_user_pages_unlockedGravatar Andrea Arcangeli 1-5/+2
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 76-2192/+4254
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 14-1273/+848
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+2
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+3
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-3/+6
2015-02-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 2-3/+6
2015-02-05am53c974: remove left-over debugging codeGravatar Hannes Reinecke 1-6/+0
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsGravatar Kent Overstreet 1-9/+6
2015-02-04csiostor:Use firmware version from cxgb4/t4fw_version.hGravatar Praveen Madhavan 3-8/+7
2015-02-04scsi_logging: return void for dev_printk() functionsGravatar Hannes Reinecke 1-13/+9
2015-02-02scsi: print single-character strings with seq_putcGravatar Rasmus Villemoes 15-45/+45
2015-02-02scsi: merge consecutive seq_puts callsGravatar Rasmus Villemoes 4-35/+21
2015-02-02scsi: replace seq_printf with seq_putsGravatar Rasmus Villemoes 21-138/+136
2015-02-02aha152x: replace seq_printf with seq_putsGravatar Rasmus Villemoes 1-124/+124
2015-02-02advansys: replace seq_printf with seq_putsGravatar Rasmus Villemoes 1-80/+75
2015-02-02scsi: remove SPRINTF macroGravatar Rasmus Villemoes 6-273/+252
2015-02-02sg: remove an unused variableGravatar Bart Van Assche 1-16/+1
2015-02-02hpsa: Use local workqueues instead of system workqueuesGravatar Don Brace 2-14/+56
2015-02-02hpsa: add in P840ar controller model nameGravatar Don Brace 1-1/+1
2015-02-02hpsa: add in gen9 controller model namesGravatar Don Brace 1-13/+13
2015-02-02hpsa: detect and report failures changing controller transport modesGravatar Robert Elliott 1-11/+29
2015-02-02hpsa: shorten the wait for the CISS doorbell mode change ackGravatar Robert Elliott 1-6/+9
2015-02-02hpsa: refactor duplicated scan completion code into a new routineGravatar Webb Scales 1-24/+16
2015-02-02hpsa: move SG descriptor set-up out of hpsa_scatter_gather()Gravatar Webb Scales 1-7/+14
2015-02-02hpsa: do not use function pointers in fast path command submissionGravatar Stephen Cameron 2-7/+6
2015-02-02hpsa: print CDBs instead of kernel virtual addresses for uncommon errorsGravatar Stephen Cameron 1-13/+16
2015-02-02hpsa: do not use a void pointer for scsi_cmd field of struct CommandListGravatar Stephen Cameron 2-4/+4
2015-02-02hpsa: return failed from device reset/abort handlersGravatar Don Brace 1-0/+7
2015-02-02hpsa: check for ctlr lockup after command allocation in main io pathGravatar Stephen Cameron 1-1/+8
2015-02-02hpsa: guard against overflowing raid map arrayGravatar Stephen Cameron 1-0/+3