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