Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-12scsi: scsi_transport_fc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-05-21scsi: scsi_transport_fc: Remove double FC_FPORT_DELETED in mask creationDaniel Wagner
2021-01-15scsi: scsi_transport_fc: Add store capability to rport port_state in sysfsMuneendra Kumar
2021-01-15scsi: scsi_transport_fc: Add a new rport state FC_PORTSTATE_MARGINALMuneendra Kumar
2020-10-27scsi: doc: Fix some kernel-doc markupsMauro Carvalho Chehab
2020-10-27scsi: fc: Add mechanism to update FPIN signal statisticsShyam Sundar
2020-10-27scsi: fc: Parse FPIN packets and update statisticsShyam Sundar
2020-10-27scsi: fc: Add FPIN statistics to fc_host and fc_rport objectsShyam Sundar
2020-09-03scsi: fc: Add 256GBit speed setting to SCSI FC transportJames Smart
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-21scsi: scsi_transport_fc: switch to SPDX tagsChristoph Hellwig
2019-04-13scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke
2019-04-09scsi: scsi_transport_fc: Add FPIN fc event codesJames Smart
2019-04-09scsi: scsi_transport_fc: refactor event posting routinesJames Smart
2018-11-07bsg: convert to use blk-mqJens Axboe
2018-11-07bsg: provide bsg_remove_queue() helperJens Axboe
2018-11-07bsg: pass in desired timeout handlerJens Axboe
2018-08-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-06-26scsi: scsi_transport_fc: use 64-bit timestamps consistentlyArnd Bergmann
2018-06-19block: fix timeout changes for legacy request driversChristoph Hellwig
2018-05-29block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig
2018-05-29scsi_transport_fc: complete requests from ->timeoutChristoph Hellwig
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig
2018-01-04scsi: scsi_transport_fc: fix typos on 64/128 GBit define namesJames Smart
2017-11-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-11-09scsi: scsi_transport_fc: add 64GBIT and 128GBIT port speed definitionsJames Smart
2017-10-11scsi: fc: check for rport presence in fc_block_scsi_ehJohannes Thumshirn
2017-09-26scsi: scsi_transport_fc: Also check for NOTPRESENT in fc_remote_port_add()Hannes Reinecke
2017-09-26scsi: scsi_transport_fc: set scsi_target_id upon rescanHannes Reinecke
2017-09-15scsi: scsi_transport_fc: fix NULL pointer dereference in fc_bsg_job_timeoutChristoph Hellwig
2017-08-30scsi: bsg-lib: pass the release callback through bsg_setup_queueChristoph Hellwig
2017-08-07scsi: fc: start decoupling fc_block_scsi_eh from scsi_cmndSteffen Maier
2017-07-25scsi: scsi_transport_fc: return -EBUSY for deleted vportHannes Reinecke
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-06-26scsi: fix typos and grammar in comments of scsi_transport_fc.cTyrel Datwyler
2017-05-16scsi: fix some kernel-doc markupsMauro Carvalho Chehab
2017-04-20scsi: scsi_transport_fc: Add dummy initiator role to rportCathy Avery
2017-04-19scsi: fc: remove redundant check of an unsigned long being less than zeroColin Ian King
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-02-07scsi: remove tsk_mgmt_response and it_nexus_response transport methodsChristoph Hellwig
2017-02-07scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig
2017-01-28block/bsg: move queue creation into bsg_setup_queueChristoph Hellwig
2017-01-28scsi: remove __scsi_alloc_queueChristoph Hellwig
2016-11-18scsi: fc: move FC transport's bsg code to bsg-libJohannes Thumshirn
2016-11-18block: add bsg_job_put() and bsg_job_get()Johannes Thumshirn
2016-11-18scsi: fc: use bsg_job_doneJohannes Thumshirn
2016-11-18scsi: fc: use bsg_softirq_doneJohannes Thumshirn
2016-11-18scsi: fc: Use bsg_destroy_jobJohannes Thumshirn
2016-11-18scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn