aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+5
2015-02-04scsi_logging: return void for dev_printk() functionsHannes Reinecke1-2/+2
2015-01-23block: support different tag allocation policyShaohua Li2-1/+5
2015-01-20scsi: annotate sdev_prefix_printk and scmd_printk as printf-likeChristoph Hellwig1-4/+5
2015-01-09scsi: Conditionally compile in constants.cHannes Reinecke1-4/+64
2015-01-09scsi: use per-cpu buffer for formatting scsi_print_result()Hannes Reinecke1-1/+1
2015-01-09scsi: use external buffer for command loggingHannes Reinecke2-1/+8
2015-01-09scsi: Implement per-cpu logging bufferHannes Reinecke1-13/+8
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-50/+0
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley3-50/+0
2014-12-15SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-2/+2
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-8/+3
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley5-27/+10
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig1-5/+0
2014-12-04scsi: remove scsi_set_tag_typeChristoph Hellwig1-15/+0
2014-12-04scsi: remove scsi_get_tag_typeChristoph Hellwig1-13/+0
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig3-17/+0
2014-11-27libsas: remove task_collector modeChristoph Hellwig1-13/+1
2014-11-24scsi: add SPC-3 command definitionsHannes Reinecke1-3/+7
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke1-1/+1
2014-11-24scsi: remove scsi_driver owner fieldChristoph Hellwig1-1/+0
2014-11-24scsi: stop passing a gfp_mask argument down the command setup pathChristoph Hellwig1-1/+1
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig5-12/+4
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-2/+5
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina13-24/+49
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig2-34/+5
2014-11-12scsi: remove use_blk_tcq Scsi_Host fieldChristoph Hellwig1-1/+0
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig2-21/+1
2014-11-12scsi: remove ordered_tag host template fieldChristoph Hellwig1-10/+0
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig2-10/+0
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig2-4/+6
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig2-1/+2
2014-11-12scsi: handle more device handler setup/teardown in common codeChristoph Hellwig1-1/+1
2014-11-12scsi: remove struct scsi_dh_devlistChristoph Hellwig1-6/+0
2014-11-12scsi: use container_of to get at device handler private dataChristoph Hellwig1-1/+0
2014-11-12scsi: split scsi_nonblockable_ioctlChristoph Hellwig1-2/+2
2014-11-12scsi: refactor scsi_reset_provider handlingChristoph Hellwig1-14/+1
2014-11-12scsi: add support for multiple hardware queues in scsi_(host_)find_tagBart Van Assche1-8/+11
2014-11-12scsi: add support for multiple hardware queuesBart Van Assche1-0/+8
2014-11-12scsi: simplify scsi_log_(send|completion)Hannes Reinecke1-1/+2
2014-11-12scsi: remove scsi_show_result()Hannes Reinecke1-1/+0
2014-11-12scsi: separate out scsi_(host|driver)byte_string()Hannes Reinecke1-0/+2
2014-11-12scsi: repurpose the last argument from print_opcode_name()Hannes Reinecke1-1/+1
2014-11-12scsi: remove scsi_print_status()Hannes Reinecke1-1/+0
2014-11-12scsi: use 'bool' as return value for scsi_normalize_sense()Hannes Reinecke1-7/+7
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke2-7/+12
2014-11-12scsi: introduce sdev_prefix_printk()Hannes Reinecke1-0/+9