summaryrefslogtreecommitdiff
path: root/drivers/scsi/53c700.c
AgeCommit message (Expand)Author
2024-01-29scsi: 53c700: Remove snprintf() from sysfs call-backs and replace with sysfs_...Lee Jones
2023-07-31scsi: 53c700: Check that command slot is not NULLAlexandra Diupina
2022-02-22scsi: 53c700: Stop clearing SCSI pointer fieldsBart Van Assche
2022-01-25scsi: 53c700: Remove redundant assignment to pointer SCpColin Ian King
2021-10-16scsi: 53c700: Switch to attribute groupsBart Van Assche
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche
2021-10-16scsi: 53c700: Call scsi_done() directlyBart Van Assche
2021-08-11scsi: 53c700: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-04-15scsi: 53c700: Open-code status_byte(u8) callsBart Van Assche
2021-03-18scsi: 53c700: Fix spelling of conditionsganjisheng
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-10-07scsi: 53c700: Remove set but not used variableZheng Yongjun
2020-09-2553c700: convert to dma_alloc_noncoherentChristoph Hellwig
2020-09-2553c700: improve non-coherent DMA handlingChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-01-29scsi: 53c700: pass correct "dev" to dma_alloc_attrs()Dan Carpenter
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2017-08-25scsi: 53c700: move bus reset to host resetHannes Reinecke
2017-06-26scsi: 53c700: switch to dma_alloc_attrsChristoph Hellwig
2016-07-13scsi: remove current_cmnd field from struct scsi_deviceChristoph Hellwig
2016-07-1253c700: Use proper debug printk format specifiersHelge Deller
2016-06-1453c700: fix BUG on untagged commandsJames Bottomley
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig
2015-08-07[SCSI] Fix printk typos in drivers/scsiMasanari Iida
2014-12-04scsi: remove scsi_set_tag_typeChristoph Hellwig
2014-12-04scsi: remove scsi_get_tag_typeChristoph Hellwig
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph 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-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig
2014-11-12scsi: Remove scsi_print_command when calling abortHannes Reinecke
2014-11-1253c700: remove scsi_print_sense() usageHannes Reinecke
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke
2014-07-17scsi: use 64-bit LUNsHannes Reinecke
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2010-11-16SCSI host lock push-downJeff Garzik
2010-08-11scsi: 53c700: remove dma_is_consistent usageFUJITA Tomonori
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori