summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* ata: pata_macio: Use WARN instead of BUGMichael Ellerman2024-08-211-2/+5
* ata: pata_macio: Fix DMA table overflowMichael Ellerman2024-08-211-8/+15
* Revert "ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error"Niklas Cassel2024-08-141-2/+13
* Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-191-1/+0
|\
| * parport: Remove parport_driver.devmodelDr. David Alan Gilbert2024-07-031-1/+0
* | Merge tag 'ata-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2024-07-179-184/+151
|\ \
| * | ata: ahci: Add debug print for external portNiklas Cassel2024-07-041-1/+3
| * | ata,scsi: Remove wrapper ata_sas_port_alloc()Niklas Cassel2024-07-043-36/+1
| * | ata: libata-core: Reuse available ata_port print_idsNiklas Cassel2024-07-041-2/+9
| * | ata: libata: Assign print_id at port allocation timeNiklas Cassel2024-07-043-7/+1
| * | ata: libata-core: Remove local_port_no struct memberNiklas Cassel2024-07-042-5/+3
| * | ata: libata-sata: Remove superfluous assignment in ata_sas_port_alloc()Niklas Cassel2024-07-041-1/+0
| * | ata: libata-core: Remove support for decreasing the number of portsNiklas Cassel2024-07-041-17/+5
| * | ata,scsi: Remove wrappers ata_sas_tport_{add,delete}()Niklas Cassel2024-07-043-15/+2
| * | Merge remote-tracking branch 'libata/for-6.10-fixes' into for-6.11Niklas Cassel2024-07-044-26/+56
| |\|
| * | ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using result_tfIgor Pylypiv2024-07-031-0/+21
| * | ata: libata-core: Set ATA_QCFLAG_RTF_FILLED in fill_result_tf()Igor Pylypiv2024-07-032-10/+10
| * | ata: libata-scsi: Do not pass ATA device id to ata_to_sense_error()Igor Pylypiv2024-07-031-5/+4
| * | ata: libata-scsi: Remove redundant sense_buffer memsetsIgor Pylypiv2024-07-031-5/+0
| * | ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no errorIgor Pylypiv2024-07-031-5/+2
| * | ata: libata-scsi: Do not overwrite valid sense data when CK_COND=1Igor Pylypiv2024-07-031-77/+92
| * | ata: libata-scsi: Fix offsets for the fixed format sense dataIgor Pylypiv2024-07-031-13/+13
| * | ata: Kconfig: Update SATA_MOBILE_LPM_POLICY default to med_power_with_dipmMario Limonciello2024-05-271-1/+1
* | | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-152-4/+3
|\ \ \ | |_|/ |/| |
| * | block: move dma_pad_mask into queue_limitsChristoph Hellwig2024-06-262-4/+3
* | | ata: ahci: Clean up sysfs file on errorNiklas Cassel2024-06-301-5/+12
* | | ata: libata-core: Fix double free on errorNiklas Cassel2024-06-301-4/+4
* | | ata,scsi: libata-core: Do not leak memory for ata_port struct membersNiklas Cassel2024-06-301-10/+14
* | | ata: libata-core: Fix null pointer dereference on errorNiklas Cassel2024-06-301-0/+3
* | | ata: libata-core: Add ATA_HORKAGE_NOLPM for all Crucial BX SSD1 modelsNiklas Cassel2024-06-281-2/+1
* | | ata: ahci: Do not enable LPM if no LPM states are supported by the HBANiklas Cassel2024-06-191-0/+8
* | | ata: libata-scsi: Set the RMB bit only for removable media devicesDamien Le Moal2024-06-141-4/+4
|/ /
* | ata: pata_macio: Fix max_segment_size with PAGE_SIZE == 64KMichael Ellerman2024-06-061-3/+6
* | ata: libata-core: Add ATA_HORKAGE_NOLPM for Apacer AS340Niklas Cassel2024-05-311-0/+3
* | ata: libata-core: Add ATA_HORKAGE_NOLPM for AMD Radeon S3 SSDNiklas Cassel2024-05-311-0/+3
* | ata: libata-core: Add ATA_HORKAGE_NOLPM for Crucial CT240BX500SSD1Niklas Cassel2024-05-311-1/+2
* | ata: ahci: Do not apply Intel PCS quirk on Intel Alder LakeJason Nader2024-05-271-1/+0
|/
* Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-211-6/+0
|\
| * ata: pata_cs5520: Remove unnecessary call to pci_enable_device_io()Heiner Kallweit2024-05-161-6/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-05-148-69/+165
|\ \
| * | scsi: libata: Switch to using ->device_configureChristoph Hellwig2024-04-118-19/+26
| * | scsi: pata_macio: Switch to using ->device_configureChristoph Hellwig2024-04-111-4/+5
| * | scsi: sata_nv: Switch to using ->device_configureChristoph Hellwig2024-04-111-8/+12
| * | scsi: ata: libata-sata: Factor out NCQ Priority configuration helpersIgor Pylypiv2024-03-251-38/+122
| |/
* | Merge tag 'ata-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2024-05-145-98/+58
|\ \
| * | ata: pata_legacy: make legacy_exit() work againSergey Shtylyov2024-05-071-4/+4
| * | ata: libata-core: Remove ata_exec_internal_sg()Damien Le Moal2024-04-132-80/+36
| * | ata: add HAS_IOPORT dependenciesNiklas Schnelle2024-04-082-14/+18
| |/
* | ata: libata-core: Allow command duration limits detection for ACS-4 drivesIgor Pylypiv2024-04-131-1/+1
* | ata: libata-scsi: Fix ata_scsi_dev_rescan() error pathDamien Le Moal2024-04-131-4/+5