Age | Commit message (Expand) | Author | Files | Lines |
2017-02-24 | scsi: remove scsi_execute_req_flags | Christoph Hellwig | 1 | -6/+2 |
2017-02-24 | scsi: merge __scsi_execute into scsi_execute | Christoph Hellwig | 1 | -2/+3 |
2017-02-23 | scsi: use 'scsi_device_from_queue()' for scsi_dh | Hannes Reinecke | 1 | -0/+1 |
2017-02-21 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 5 | -40/+3 |
2017-02-07 | scsi: remove tsk_mgmt_response and it_nexus_response transport methods | Christoph Hellwig | 2 | -19/+0 |
2017-02-07 | scsi: remove eh_timed_out methods in the transport template | Christoph Hellwig | 4 | -11/+3 |
2017-02-01 | block: introduce blk_rq_is_passthrough | Christoph Hellwig | 1 | -1/+1 |
2017-01-28 | block: split scsi_request out of struct request | Christoph Hellwig | 2 | -0/+32 |
2017-01-28 | scsi: allocate scsi_cmnd structures as part of struct request | Christoph Hellwig | 1 | -3/+0 |
2017-01-28 | scsi: remove __scsi_alloc_queue | Christoph Hellwig | 2 | -2/+2 |
2017-01-18 | Merge remote-tracking branch 'mkp-scsi/fixes' into fixes | James Bottomley | 1 | -3/+3 |
2017-01-16 | scsi: libfc: Fix variable name in fc_set_wwpn | Fam Zheng | 1 | -3/+3 |
2017-01-11 | scsi: remove useless acpi functions in the header file | Hanjun Guo | 1 | -10/+0 |
2016-12-16 | linux: drop __bitwise__ everywhere | Michael S. Tsirkin | 1 | -1/+1 |
2016-12-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 3 | -214/+62 |
2016-11-18 | scsi: fc: use bsg_job_done | Johannes Thumshirn | 1 | -2/+0 |
2016-11-18 | scsi: change FC drivers to use 'struct bsg_job' | Johannes Thumshirn | 2 | -46/+19 |
2016-11-18 | scsi: fc: implement kref backed reference counting | Johannes Thumshirn | 1 | -3/+1 |
2016-11-18 | scsi: fc: provide fc_bsg_to_rport() helper | Johannes Thumshirn | 1 | -0/+5 |
2016-11-18 | scsi: fc: provide fc_bsg_to_shost() helper | Johannes Thumshirn | 1 | -0/+5 |
2016-11-18 | scsi: fc: Export fc_bsg_jobdone and use it in FC drivers | Johannes Thumshirn | 1 | -1/+2 |
2016-11-18 | scsi: Get rid of struct fc_bsg_buffer | Johannes Thumshirn | 1 | -9/+3 |
2016-11-09 | scsi: allow LLDDs to expose the queue mapping to blk-mq | Christoph Hellwig | 1 | -0/+8 |
2016-11-09 | scsi: libfc: Replace ->seq_release callback with function call | Hannes Reinecke | 1 | -7/+1 |
2016-11-09 | scsi: libfc: Replace ->seq_assign callback with function call | Hannes Reinecke | 1 | -7/+1 |
2016-11-09 | scsi: libfc: Replace ->seq_set_resp callback with direct function call | Hannes Reinecke | 1 | -10/+3 |
2016-11-09 | scsi: libfc: Replace ->seq_start_next callback with function call | Hannes Reinecke | 1 | -7/+1 |
2016-11-09 | scsi: libfc: Replace ->exch_done callback with function call | Hannes Reinecke | 1 | -8/+1 |
2016-11-09 | scsi: libfc: Replace ->seq_exch_abort callback with function call | Hannes Reinecke | 1 | -13/+1 |
2016-11-09 | scsi: libfc: Replace ->seq_send callback with function call | Hannes Reinecke | 1 | -7/+1 |
2016-11-09 | scsi: libfc: Remove fc_rport_init() | Hannes Reinecke | 1 | -1/+0 |
2016-11-09 | scsi: libfc: Replace ->rport_flush_queue callback with function call | Hannes Reinecke | 1 | -7/+1 |
2016-11-09 | scsi: libfc: Replace ->rport_recv_req callback with function call | Hannes Reinecke | 1 | -7/+1 |
2016-11-09 | scsi: libfc: Replace ->rport_logoff callback with function call | Hannes Reinecke | 1 | -8/+1 |
2016-11-09 | scsi: libfc: Replace ->rport_login callback with function call | Hannes Reinecke | 1 | -13/+1 |
2016-11-09 | scsi: libfc: Replace ->rport_create callback with function call | Hannes Reinecke | 1 | -7/+1 |
2016-11-09 | scsi: libfc: Replace ->rport_lookup callback with function call | Hannes Reinecke | 1 | -7/+2 |
2016-11-09 | scsi: libfc: Replace ->rport_destroy callback with function call | Hannes Reinecke | 1 | -6/+1 |
2016-11-09 | scsi: libfc: Replace ->exch_seq_send callback with function call | Hannes Reinecke | 1 | -31/+7 |
2016-11-09 | scsi: libfc: Replace ->lport_recv with function call | Hannes Reinecke | 1 | -7/+1 |
2016-11-09 | scsi: libfc: Replace ->lport_reset callback with function call | Hannes Reinecke | 1 | -7/+0 |
2016-11-09 | scsi: libfc: Replace ->seq_els_rsp_send callback with function call | Hannes Reinecke | 1 | -8/+2 |
2016-11-09 | scsi: libfc: reset timeout on queue full | Hannes Reinecke | 1 | -1/+2 |
2016-11-09 | scsi: libfc: quarantine timed out xids | Hannes Reinecke | 1 | -0/+1 |
2016-11-09 | scsi: libfc: use error code for fc_rport_error() | Hannes Reinecke | 1 | -0/+5 |
2016-10-28 | block: split out request-only flags into a new namespace | Christoph Hellwig | 1 | -2/+2 |
2016-10-19 | sd: Implement support for ZBC devices | Hannes Reinecke | 1 | -0/+17 |
2016-09-28 | Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixes | James Bottomley | 1 | -4/+1 |
2016-09-27 | scsi: Avoid that toggling use_blk_mq triggers a memory leak | Bart Van Assche | 1 | -4/+1 |
2016-08-19 | Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixes | James Bottomley | 1 | -3/+2 |