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-10-17scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche
2021-10-17scsi: fas216: Introduce the function fas216_queue_command_internal()Bart Van Assche
2021-10-17scsi: fas216: Stop using scsi_cmnd.scsi_doneBart Van Assche
2021-10-17scsi: fas216: Introduce struct fas216_cmd_privBart Van Assche
2021-10-17scsi: acornscsi: Call scsi_done() directlyBart Van Assche
2021-10-05scsi: acornscsi: Remove scsi_cmd_to_tag() referenceJohn Garry
2021-09-22scsi: acornscsi: Remove tagged queuing vestigesHannes Reinecke
2021-09-22scsi: fas216: Kill scmd->tagHannes Reinecke
2021-07-29scsi: fas216: Fix fall-through warning for ClangGustavo A. R. Silva
2021-07-29scsi: acornscsi: Fix fall-through warning for clangGustavo A. R. Silva
2021-07-13scsi: fas216: Fix a build errorBart Van Assche
2021-06-01scsi: fas216: Use get_status_byte() to avoid using Linux-specific status codesHannes Reinecke
2021-06-01scsi: fas216: Translate message to host byte statusHannes Reinecke
2021-06-01scsi: acornscsi: Translate message byte to host byteHannes Reinecke
2021-06-01scsi: acornscsi: Remove acornscsi_reportstatus()Hannes Reinecke
2021-05-22scsi: fas216: Use fallthrough pseudo-keywordWei Ming Chen
2021-01-23scsi: acornscsi: Use standard definesHannes Reinecke
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-09-23scsi: oak: Remove redundant initialization of variable retJing Xiangfeng
2020-09-03scsi: arm: Avoid comma separated statementsJoe Perches
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-03scsi: eesox: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET
2020-07-03scsi: powertec: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET
2020-06-27scsi: cumana_2: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-06-10scsi: acornscsi: Fix an error handling path in acornscsi_probe()Christophe JAILLET
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2019-10-25scsi: Fix various misspellings of "connect"Geert Uytterhoeven
2019-08-10scsi: fas216: Mark expected switch fall-throughsGustavo A. R. Silva
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2018-12-19scsi: remove the use_clustering flagChristoph Hellwig
2018-12-19scsi: powertec: remove the explicit use_clustering settingChristoph Hellwig
2018-12-19scsi: cumana_2: remove the explicit use_clustering settingChristoph Hellwig
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-01-23scsi: fas216: fix sense buffer initializationArnd Bergmann
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-22treewide: init_timer() -> setup_timer()Kees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-15scsi: acornscsi: fix build errorArnd Bergmann
2017-08-26scsi: NCR5380: Move bus reset to host resetHannes Reinecke
2017-08-26scsi: acornscsi: move bus reset to host resetHannes Reinecke
2016-11-09scsi: ncr5380: Use correct types for DMA routinesFinn Thain
2016-11-09scsi: ncr5380: Expedite register pollingFinn Thain
2016-11-09scsi: ncr5380: Use correct types for device register accessorsFinn Thain
2016-11-09scsi: ncr5380: Store IO ports and addresses in host private dataFinn Thain
2016-11-09scsi: cumana_1: Remove unused cumanascsi_setup() functionFinn Thain