summaryrefslogtreecommitdiffstats
path: root/include/scsi
AgeCommit message (Expand)AuthorLines
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-5/+6
2015-09-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-35/+21
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+3
2015-08-28scsi_dh: kill struct scsi_dh_dataChristoph Hellwig-22/+20
2015-08-28scsi_dh: move device matching to the core codeChristoph Hellwig-1/+0
2015-08-28scsi_dh: integrate into the core SCSI codeChristoph Hellwig-1/+1
2015-08-28dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpathChristoph Hellwig-5/+0
2015-08-28dm-mpath, scsi_dh: don't let dm detach device handlersChristoph Hellwig-6/+0
2015-08-26scsi: Add ALUA state change UA handlingHannes Reinecke-1/+2
2015-08-17Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+0
2015-08-03Revert "libata-eh: Set 'information' field for autosense"Tejun Heo-1/+0
2015-07-30iSCSI: let session recovery_tmo sysfs writes persist across recoveryChris Leech-0/+1
2015-07-23scsi: Protect against buffer possible overflow in scsi_set_sense_informationSagi Grimberg-1/+1
2015-07-23scsi: Move sense handling routines to scsi_commonSagi Grimberg-6/+6
2015-07-14IB/srp: Avoid using uninitialized variableSagi Grimberg-0/+1
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-321/+348
2015-06-01Move code that is used both by initiator and target driversBart Van Assche-51/+65
2015-06-01Split SCSI header filesBart Van Assche-270/+283
2015-05-18IB/srp: Add 64-bit LUN supportBart Van Assche-3/+4
2015-04-27SCSI: add 1024 max sectors black list flagMike Christie-0/+1
2015-04-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-0/+1
2015-04-10scsi_transport_fc: Add support for 25Gbit speedJames Smart-0/+1
2015-03-27libata-eh: Set 'information' field for autosenseHannes Reinecke-0/+1
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+5
2015-02-04scsi_logging: return void for dev_printk() functionsHannes Reinecke-2/+2
2015-01-23block: support different tag allocation policyShaohua Li-1/+5
2015-01-20scsi: annotate sdev_prefix_printk and scmd_printk as printf-likeChristoph Hellwig-4/+5
2015-01-09scsi: Conditionally compile in constants.cHannes Reinecke-4/+64
2015-01-09scsi: use per-cpu buffer for formatting scsi_print_result()Hannes Reinecke-1/+1
2015-01-09scsi: use external buffer for command loggingHannes Reinecke-1/+8
2015-01-09scsi: Implement per-cpu logging bufferHannes Reinecke-13/+8
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds-50/+0
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley-50/+0
2014-12-15SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki-2/+2
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds-8/+3
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley-27/+10
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig-5/+0
2014-12-04scsi: remove scsi_set_tag_typeChristoph Hellwig-15/+0
2014-12-04scsi: remove scsi_get_tag_typeChristoph Hellwig-13/+0
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig-17/+0
2014-11-27libsas: remove task_collector modeChristoph Hellwig-13/+1
2014-11-24scsi: add SPC-3 command definitionsHannes Reinecke-3/+7
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke-1/+1
2014-11-24scsi: remove scsi_driver owner fieldChristoph Hellwig-1/+0
2014-11-24scsi: stop passing a gfp_mask argument down the command setup pathChristoph Hellwig-1/+1
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig-12/+4
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig-2/+5
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina-24/+49