aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/myrb.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-13scsi: switch ->bios_param() to passing gendiskAl Viro1-1/+1
2025-04-28scsi: myrb: Fix spelling mistake "statux" -> "status"Colin Ian King1-1/+1
2025-01-02scsi: myrb: Remove dead codeAriel Otilibili1-2/+0
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche1-2/+3
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-8/+8
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-08-22scsi: myrb: Simplify an alloc_ordered_workqueue() invocationBart Van Assche1-4/+2
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche1-1/+2
2024-04-01scsi: mylex: Fix sysfs buffer lengthsArnd Bergmann1-10/+10
2023-03-24scsi: myrb: Declare SCSI host template constBart Van Assche1-1/+1
2022-05-23scsi: myrb: Fix up null pointer access on myrb_cleanup()Hannes Reinecke1-3/+8
2021-12-22scsi: myrb: Don't use GFP_DMA in myrb_pdev_slave_alloc()Christoph Hellwig1-1/+1
2021-10-16scsi: myrb: Switch to attribute groupsBart Van Assche1-12/+16
2021-10-16scsi: myrb: Call scsi_done() directlyBart Van Assche1-16/+16
2021-08-11scsi: myrb: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-5/+6
2021-05-31scsi: core: Introduce scsi_build_sense()Hannes Reinecke1-49/+15
2021-04-15scsi: myrb: Remove unused functionsBart Van Assche1-71/+0
2021-03-29scsi: myrb: Make symbols DAC960_{LA/PG/PD/P}_privdata staticShixin Liu1-4/+4
2021-03-18scsi: myrb: Demote non-conformant kernel-doc headers and fix othersLee Jones1-24/+23
2020-12-01scsi: myrb: Remove WARN_ON(in_interrupt())Ahmed S. Darwish1-1/+0
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+2
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2020-10-07scsi: myrb: Fix inconsistent format argument typesYe Bin1-2/+2
2020-10-07scsi: myrb: Remove redundant assignment to variable timeoutJing Xiangfeng1-1/+0
2020-09-15scsi: myrb: Make some symblos staticJason Yan1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+3
2018-12-20scsi: myrb: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-12-19scsi: myrb: remove the dma_boundary limitChristoph Hellwig1-1/+0
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-1/+1
2018-12-18scsi: make sure all drivers set the use_clustering flagChristoph Hellwig1-0/+1
2018-11-05scsi: myrb: fix sprintf buffer overflow warningArnd Bergmann1-1/+2
2018-10-17scsi: myrb: Add Mylex RAID controller (block interface)Hannes Reinecke1-0/+3656