summaryrefslogtreecommitdiff
path: root/drivers/scsi/megaraid
AgeCommit message (Expand)AuthorFilesLines
2025-07-01scsi: use block layer helpers to calculate num of queuesDaniel Wagner1-6/+9
2025-06-20scsi: megaraid_sas: Fix invalid node indexChen Yu1-1/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar3-3/+3
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar2-2/+2
2025-04-09Merge branch '6.15/scsi-queue' into 6.15/scsi-fixesMartin K. Petersen3-5/+13
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner4-8/+8
2025-04-03scsi: megaraid_sas: Driver version update to 07.734.00.00-rc1Chandrakanth Patil1-2/+2
2025-04-03scsi: megaraid_sas: Block zero-length ATA VPD inquiryChandrakanth Patil2-3/+11
2025-03-11scsi: megaraid_sas: Make most module parameters staticDr. David Alan Gilbert1-5/+5
2025-02-13scsi: usb: Rename the RESERVE and RELEASE constantsBart Van Assche1-5/+5
2025-01-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-10/+10
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen1-1/+4
2024-12-23scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner1-2/+1
2024-12-10scsi: Constify struct pci_device_idChristophe JAILLET2-2/+2
2024-12-10scsi: Eliminate scsi_register() and scsi_unregister() usage & docsRandy Dunlap1-1/+1
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche1-3/+3
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-4/+4
2024-12-02Merge branch '6.13/scsi-queue' into 6.13/scsi-fixesMartin K. Petersen1-1/+4
2024-11-21scsi: megaraid_sas: Fix for a potential deadlockTomas Henzl1-1/+4
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-13scsi: megaraid_sas: Remove trailing space after \n newlineColin Ian King1-1/+1
2024-08-23Merge patch series "Simplify multiple create*_workqueue() invocations"Martin K. Petersen1-2/+2
2024-08-23scsi: Expand all create*_workqueue() invocationsBart Van Assche1-2/+2
2024-08-03scsi: megaraid_sas: struct MR_HOST_DEVICE_LIST: Replace 1-element array with ...Kees Cook1-2/+2
2024-08-03scsi: megaraid_sas: struct MR_LD_VF_MAP: Replace 1-element arrays with flexib...Kees Cook1-1/+1
2024-06-28megaraid_sas: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig1-2/+0
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2024-05-16scsi: megaraid_sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-2/+2
2024-04-12Merge patch series "convert SCSI to atomic queue limits, part 1 (v3)"Martin K. Petersen3-14/+20
2024-04-12scsi: megaraid_sas: Switch to using ->device_configureChristoph Hellwig3-14/+20
2024-04-09scsi: megaraid: Indent Kconfig option help textPrasad Pandit1-57/+56
2023-10-13Merge patch series "megaraid_sas: Driver version update to 07.727.03.00-rc1"Martin K. Petersen3-4/+7
2023-10-13scsi: megaraid_sas: Driver version update to 07.727.03.00-rc1Chandrakanth patil1-2/+2
2023-10-13scsi: megaraid_sas: Log message when controller reset is requested but not is...Chandrakanth patil1-0/+3
2023-10-13scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for selec...Chandrakanth patil1-2/+2
2023-09-05scsi: megaraid_sas: Fix deadlock on firmware crashdumpJunxiao Bi2-13/+10
2023-08-21scsi: megaraid: Use pci_dev_id() to simplify the codeJialin Zhang1-1/+1
2023-08-21scsi: megaraid_sas: Use pci_dev_id() to simplify the codeJialin Zhang1-1/+1
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-8/+6
2023-06-01scsi: Add HAS_IOPORT dependenciesNiklas Schnelle1-3/+3
2023-05-26overflow: Add struct_size_t() helperKees Cook2-9/+9
2023-05-17scsi: megaraid_sas: Convert union megasas_sgl to flex-arraysKees Cook1-5/+3
2023-04-01Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen4-8/+15
2023-03-25scsi: megaraid_sas: Fix crash after a double completionTomas Henzl1-2/+2
2023-03-25scsi: megaraid_sas: Fix fw_crash_buffer_show()Tomas Henzl1-1/+1
2023-03-25scsi: megaraid: Declare SCSI host template constBart Van Assche2-2/+2
2023-03-07scsi: megaraid_sas: Driver version update to 07.725.01.00-rc1Chandrakanth Patil1-2/+2
2023-03-07scsi: megaraid_sas: Add crash dump mode capability bit in MFI capabilitiesChandrakanth Patil2-2/+7
2023-03-07scsi: megaraid_sas: Update max supported LD IDs to 240Chandrakanth Patil2-1/+3
2023-01-19scsi: megaraid_sas: Add flexible array member for SGLsKees Cook2-2/+5