aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ipr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+4
2025-08-19scsi: ipr: Use vmalloc_array() to simplify codeQianfeng Rong1-4/+4
2025-08-13scsi: switch ->bios_param() to passing gendiskAl Viro1-4/+4
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh1-5/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-4/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-6/+6
2025-01-02Merge patch series "scsi: Constify 'struct bin_attribute'"Martin K. Petersen1-13/+13
2025-01-02scsi: ipr: Constify 'struct bin_attribute'Thomas Weißschuh1-13/+13
2024-12-09scsi: Constify struct pci_device_idChristophe JAILLET1-1/+1
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche1-4/+4
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-6/+6
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-05-16scsi: ipr: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-04-11scsi: ipr: Switch to using ->device_configureChristoph Hellwig1-4/+6
2023-12-05scsi: ipr: Remove obsolete check for old CPUsMichael Ellerman1-55/+0
2023-10-10scsi: ipr: Do PCI error checks on own lineIlpo Järvinen1-4/+8
2023-04-24scsi: ipr: Remove several unused variablesTom Rix1-14/+0
2023-04-18scsi: ipr: Remove SATA supportBrian King1-764/+10
2023-03-24scsi: ipr: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-30/+24
2023-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+2
2023-02-21scsi: ipr: Work around fortify-string warningArnd Bergmann1-20/+21
2023-02-21scsi: ipr: Make ipr_probe_ioa_part2() return voidDeepak R Varma1-10/+3
2023-01-18scsi: ipr: Replace kmap() with kmap_local_page()Fabio M. De Francesco1-7/+2
2023-01-04ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal1-6/+1
2023-01-04ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel1-2/+2
2022-11-26scsi: ipr: Fix WARNING in ipr_init()Shang XiaoJing1-1/+9
2022-06-07scsi: ipr: Fix missing/incorrect resource cleanup in error caseChengguang Xu1-2/+2
2022-05-16scsi: ipr: Use kobj_to_dev()Minghao Chi1-5/+5
2022-04-25scsi: ipr: Directly return instead of using local ret variableHaowen Bai1-2/+1
2021-10-16scsi: ipr: Switch to attribute groupsBart Van Assche1-17/+21
2021-10-16scsi: ipr: Call scsi_done() directlyBart Van Assche1-5/+5
2021-06-29scsi: ipr: System crashes when seeing type 20 errorWen Xiong1-2/+2
2021-03-18scsi: ipr: Fix incorrect function names in their headersLee Jones1-4/+4
2020-10-26scsi: Remove unneeded break statementsTom Rix1-1/+0
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-33/+57
2020-07-15scsi: ipr: Remove a bunch of set but checked variablesLee Jones1-11/+6
2020-07-15scsi: ipr: Fix a mountain of kerneldoc misdemeanoursLee Jones1-22/+51
2020-06-15scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversChristoph Hellwig1-0/+1
2020-04-24scsi: ipr: Remove NULL check before freeing functionJason Yan1-2/+1
2020-04-14scsi: ipr: remove unneeded semicolonJason Yan1-1/+1
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2020-03-17scsi: ipr: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-3/+3
2020-03-10scsi: ipr: Fix softlockup when rescanning devices in petitbootWen Xiong1-1/+2
2020-01-03compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann1-0/+3
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-13/+16
2019-06-20scsi: ipr: use sg helper to iterate over scatterlistMing Lei1-13/+16
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor1-1/+2
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0