summaryrefslogtreecommitdiffstats
path: root/include/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-122-1/+5
|\
| * block: support different tag allocation policyShaohua Li2015-01-232-1/+5
* | scsi_logging: return void for dev_printk() functionsHannes Reinecke2015-02-041-2/+2
* | scsi: annotate sdev_prefix_printk and scmd_printk as printf-likeChristoph Hellwig2015-01-201-4/+5
* | scsi: Conditionally compile in constants.cHannes Reinecke2015-01-091-4/+64
* | scsi: use per-cpu buffer for formatting scsi_print_result()Hannes Reinecke2015-01-091-1/+1
* | scsi: use external buffer for command loggingHannes Reinecke2015-01-092-1/+8
* | scsi: Implement per-cpu logging bufferHannes Reinecke2015-01-091-13/+8
|/
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-12-203-50/+0
|\
| * Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-183-50/+0
| |\
| | * scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-041-5/+0
| | * scsi: remove scsi_set_tag_typeChristoph Hellwig2014-12-041-15/+0
| | * scsi: remove scsi_get_tag_typeChristoph Hellwig2014-12-041-13/+0
| | * scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-043-17/+0
* | | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-181-2/+2
|\ \ \ | |/ / |/| |
| * | SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-151-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-121-1/+1
|\ \ \
| * \ \ Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina2014-11-2013-24/+49
| |\ \ \
| * | | | scsi: Fix "choir" and "beeing" malapropsFinn Thain2014-10-291-1/+1
* | | | | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-12-111-8/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | libsas: use ata_dev_classify()Hannes Reinecke2014-11-051-8/+3
* | | | | Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-085-27/+10
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | libsas: remove task_collector modeChristoph Hellwig2014-11-271-13/+1
| * | | | scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-245-12/+4
| * | | | scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-2/+5
* | | | | scsi: add SPC-3 command definitionsHannes Reinecke2014-11-241-3/+7
* | | | | scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2014-11-241-1/+1
* | | | | scsi: remove scsi_driver owner fieldChristoph Hellwig2014-11-241-1/+0
* | | | | scsi: stop passing a gfp_mask argument down the command setup pathChristoph Hellwig2014-11-241-1/+1
|/ / / /
* | | | scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
* | | | scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-122-34/+5
* | | | scsi: remove use_blk_tcq Scsi_Host fieldChristoph Hellwig2014-11-121-1/+0
* | | | scsi: remove abuses of scsi_populate_tagChristoph Hellwig2014-11-122-21/+1
* | | | scsi: remove ordered_tag host template fieldChristoph Hellwig2014-11-121-10/+0
* | | | scsi: remove ordered_tags scsi_device fieldChristoph Hellwig2014-11-122-10/+0
* | | | scsi: add new scsi-command flag for tagged commandsChristoph Hellwig2014-11-122-4/+6
* | | | scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-122-1/+2
* | | | scsi: handle more device handler setup/teardown in common codeChristoph Hellwig2014-11-121-1/+1
* | | | scsi: remove struct scsi_dh_devlistChristoph Hellwig2014-11-121-6/+0
* | | | scsi: use container_of to get at device handler private dataChristoph Hellwig2014-11-121-1/+0
* | | | scsi: split scsi_nonblockable_ioctlChristoph Hellwig2014-11-121-2/+2
* | | | scsi: refactor scsi_reset_provider handlingChristoph Hellwig2014-11-121-14/+1
* | | | scsi: add support for multiple hardware queues in scsi_(host_)find_tagBart Van Assche2014-11-121-8/+11
* | | | scsi: add support for multiple hardware queuesBart Van Assche2014-11-121-0/+8
* | | | scsi: simplify scsi_log_(send|completion)Hannes Reinecke2014-11-121-1/+2
* | | | scsi: remove scsi_show_result()Hannes Reinecke2014-11-121-1/+0
* | | | scsi: separate out scsi_(host|driver)byte_string()Hannes Reinecke2014-11-121-0/+2
* | | | scsi: repurpose the last argument from print_opcode_name()Hannes Reinecke2014-11-121-1/+1
* | | | scsi: remove scsi_print_status()Hannes Reinecke2014-11-121-1/+0
* | | | scsi: use 'bool' as return value for scsi_normalize_sense()Hannes Reinecke2014-11-121-7/+7
OpenPOWER on IntegriCloud