summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2015-03-19cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const"Hariprasad Shenai1-1/+1
2015-03-19ata: Add a new flag to destinguish sas controllerShaohua Li2-2/+4
2015-03-19scsi: proper state checking and module refcount handling in scsi_device_getChristoph Hellwig1-7/+13
2015-03-19sd: don't grab a device references from driver methodsChristoph Hellwig1-44/+11
2015-03-19scsi: serialize ->rescan against ->removeChristoph Hellwig1-4/+3
2015-03-16xen: support suspend/resume in pvscsi frontendJuergen Gross1-35/+179
2015-03-10Fix weird uses of num_online_cpus().Rusty Russell1-4/+2
2015-03-09ufs: Rename of regulator_set_optimum_modeBjorn Andersson1-20/+7
2015-03-09ncr5380: Harmonize jiffies conversion with msecs_to_jiffiesNicholas Mc Guire3-9/+9
2015-03-09g_NCR5380: Kill compiler warning if builtinGeert Uytterhoeven1-1/+1
2015-03-09ncr5380: Drop owner assignment from platform_driversWolfram Sang3-3/+0
2015-03-07tcm_qla2xxx: Expose per endpoint dynamic_sessions attributeNicholas Bellinger1-0/+10
2015-03-07libsas: Fix Kernel Crash in smp_execute_taskJames Bottomley1-2/+4
2015-03-07qla2xxx: Fix printks in ql_log messageYannick Guerrini2-3/+3
2015-03-07qla2xxx: Fix printk in qla25xx_setup_modeYannick Guerrini1-2/+2
2015-03-07treewide: Fix typo in printk messagesMasanari Iida4-5/+5
2015-03-07treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-17/+35
2015-02-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-3/+1
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+6
2015-02-18Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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 gathe...Minh Duc Tran1-1/+0
2015-02-14MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton1-1/+0
2015-02-14scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-3/+3
2015-02-13Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds3-10/+10
2015-02-12mm: 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-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-1273/+848
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2015-02-11Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2015-02-06Merge 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/...Linus 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-05csiostor: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