summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-12-23scsi: add support for user-meta interfaceAnuj Gupta1-2/+2
2024-12-13scsi/cxlflash: Deprecate driverAndrew Donnellan2-2/+6
2024-12-10scsi: Constify struct pci_device_idChristophe JAILLET32-32/+32
2024-12-10scsi: storvsc: Don't assume cpu_possible_mask is denseMichael Kelley1-7/+6
2024-12-10scsi: Eliminate scsi_register() and scsi_unregister() usage & docsRandy Dunlap1-1/+1
2024-12-05Merge patch series "Replace the "slave_*" function names"Martin K. Petersen58-303/+335
2024-12-04scsi: core: Remove the .slave_configure() methodBart Van Assche1-3/+1
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche38-107/+144
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche14-46/+43
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche39-152/+152
2024-12-04scsi: pm80xx: Improve debugging for aborted commandsVishakha Channapattan4-9/+77
2024-12-04scsi: pm80xx: Increase reserved tags from 8 to 128Igor Pylypiv1-1/+1
2024-12-04scsi: pm80xx: Use dynamic tag numbers for PHY start and stopJolly Shah1-9/+28
2024-12-04scsi: pm80xx: Do not use libsas port IDIgor Pylypiv1-19/+2
2024-12-04scsi: scsi_debug: Fix hrtimer support for ndelayJohn Garry1-1/+1
2024-12-04scsi: storvsc: Do not flag MAINTENANCE_IN return of SRB_STATUS_DATA_OVERRUN a...Cathy Avery1-1/+6
2024-12-04scsi: sg: Fix slab-use-after-free read in sg_release()Suraj Sonawane1-1/+1
2024-12-04scsi: qla2xxx: Update version to 10.02.09.400-kNilesh Javali1-2/+2
2024-12-04scsi: qla2xxx: Supported speed displayed incorrectly for VPortsAnil Gurumurthy1-0/+1
2024-12-04scsi: qla2xxx: Fix NVMe and NPIV connect issueQuinn Tran1-0/+1
2024-12-04scsi: qla2xxx: Remove check req_sg_cnt should be equal to rsp_sg_cntSaurav Kashyap1-10/+0
2024-12-04scsi: qla2xxx: Move FCE Trace buffer allocation to user controlQuinn Tran4-31/+126
2024-12-04scsi: csiostor: Fix typo doesnt->doesn'tPrateek Singh Rathore1-1/+1
2024-12-04scsi: fnic: Use vcalloc() instead of vmalloc() and memset(0)Thorsten Blum1-13/+3
2024-12-04scsi: qla2xxx: Fix use after free on unloadQuinn Tran1-7/+8
2024-12-04scsi: qla2xxx: Fix abort in bsg timeoutQuinn Tran1-22/+92
2024-12-04scsi: mpi3mr: Update driver version to 8.12.0.3.50Ranjan Kumar1-2/+2
2024-12-04scsi: mpi3mr: Handling of fault code for insufficient powerRanjan Kumar1-0/+40
2024-12-04scsi: mpi3mr: Start controller indexing from 0Ranjan Kumar1-1/+1
2024-12-04scsi: mpi3mr: Fix corrupt config pages PHY state is switched in sysfsRanjan Kumar2-77/+13
2024-12-04scsi: mpi3mr: Synchronize access to ioctl data bufferRanjan Kumar1-11/+25
2024-12-04scsi: mpt3sas: Update driver version to 51.100.00.00Ranjan Kumar1-4/+4
2024-12-04scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set during driver load ...Ranjan Kumar1-1/+6
2024-12-02Merge branch '6.13/scsi-queue' into 6.13/scsi-fixesMartin K. Petersen6-563/+12
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-11-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds65-1472/+953
2024-11-21scsi: megaraid_sas: Fix for a potential deadlockTomas Henzl1-1/+4
2024-11-21scsi: lpfc: Fix spelling errors 'asynchronously'liujing2-2/+2
2024-11-21scsi: bfa: Remove unused parsersDr. David Alan Gilbert2-151/+0
2024-11-21scsi: bfa: Remove unused structure buildersDr. David Alan Gilbert2-403/+0
2024-11-21scsi: qla1280: Fix hw revision numbering for ISP1020/1040Magnus Lindholm1-6/+6
2024-11-21Merge branch '6.12/scsi-fixes' into 6.13/scsi-stagingMartin K. Petersen1-2/+1
2024-11-20Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-11-19Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds2-5/+3
2024-11-13block: remove the write_hint field from struct requestChristoph Hellwig1-3/+3
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-2/+0
2024-11-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+1
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe1-0/+2
2024-11-07Merge patch series "scsi: st: Device reset patches"Martin K. Petersen1-10/+26
2024-11-07scsi: st: New session only when Unit Attention for new tapeKai Mäkisara1-1/+4