summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-11-24scsi: remove scsi_driver owner fieldChristoph Hellwig
2014-11-24scsi: move scsi_dispatch_cmd to scsi_lib.cChristoph Hellwig
2014-11-24scsi: stop passing a gfp_mask argument down the command setup pathChristoph Hellwig
2014-11-24scsi: remove scsi_next_commandChristoph Hellwig
2014-11-24scsi: don't use scsi_next_command in scsi_reset_providerChristoph Hellwig
2014-11-12ufs: remove spurious scsi_set_tag_type callChristoph Hellwig
2014-11-12scsi: don't force tagged_supported in driversChristoph Hellwig
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig
2014-11-12mptfusion: don't change queue type in ->change_queue_depthChristoph Hellwig
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig
2014-11-12scsi: remove ordered_tag host template fieldChristoph Hellwig
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig
2014-11-12scsi: handle more device handler setup/teardown in common codeChristoph Hellwig
2014-11-12scsi: device handlers must have attach and detach methodsChristoph Hellwig
2014-11-12scsi: remove struct scsi_dh_devlistChristoph Hellwig
2014-11-12scsi: use container_of to get at device handler private dataChristoph Hellwig
2014-11-12scsi_dh: get module reference outside of device handlerChristoph Hellwig
2014-11-12scsi_dh_hp_sw: fix return value on failed allocationChristoph Hellwig
2014-11-12sd: disable discard_zeroes_data for UNMAPMartin K. Petersen
2014-11-12scsi: return EAGAIN when resetting a device under EHChristoph Hellwig
2014-11-12osst: call scsi_set_medium_removal directlyChristoph Hellwig
2014-11-12st: call scsi_set_medium_removal directlyChristoph Hellwig
2014-11-12sd: fix up ->compat_ioctlChristoph Hellwig
2014-11-12scsi: split scsi_nonblockable_ioctlChristoph Hellwig
2014-11-12scsi: refactor scsi_reset_provider handlingChristoph Hellwig
2014-11-12scsi: add support for multiple hardware queuesBart Van Assche
2014-11-12scsi: ratelimit I/O error messagesHannes Reinecke
2014-11-12scsi: correct return values for .eh_abort_handler implementationsHannes Reinecke
2014-11-12scsi: document scsi_try_to_abort_cmdHannes Reinecke
2014-11-12scsi: use shost argument in scsi_eh_prt_fail_statsHannes Reinecke
2014-11-12scsi: fixup logging messages in scsi_error.cHannes Reinecke
2014-11-12scsi: simplify scsi_log_(send|completion)Hannes Reinecke
2014-11-12scsi: remove scsi_show_result()Hannes Reinecke
2014-11-12scsi: separate out scsi_(host|driver)byte_string()Hannes Reinecke
2014-11-12scsi: Remove scsi_print_command when calling abortHannes Reinecke
2014-11-12scsi: repurpose the last argument from print_opcode_name()Hannes Reinecke
2014-11-12scsi: consolidate opcode lookup in scsi_opcode_sa_name()Hannes Reinecke
2014-11-12scsi: merge print_opcode_name()Hannes Reinecke
2014-11-12scsi: implement scsi_opcode_sa_nameHannes Reinecke
2014-11-12scsi: remove scsi_print_status()Hannes Reinecke
2014-11-12scsi: use 'bool' as return value for scsi_normalize_sense()Hannes Reinecke
2014-11-12scsi: do not decode sense extrasHannes Reinecke
2014-11-12scsi: stop decoding if scsi_normalize_sense() failsHannes Reinecke
2014-11-1253c700: remove scsi_print_sense() usageHannes Reinecke
2014-11-12fas216: update logging messagesHannes Reinecke
2014-11-12fas216: return DID_ERROR for incomplete data transferHannes Reinecke
2014-11-12acornscsi: use scsi_print_command()Hannes Reinecke