summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2024-11-01ata: libata: Set DID_TIME_OUT for commands that actually timed outNiklas Cassel1-0/+1
2024-10-17ata: libata: avoid superfluous disk spin down + spin up during hibernationNiklas Cassel1-4/+14
2024-10-17ata: ahci: Add mask_port_map module parameterDamien Le Moal1-0/+85
2024-10-10ata: sata_sil: Rename sil_blacklist to sil_quirksDamien Le Moal1-6/+6
2024-10-10ata: pata_serverworks: Do not use the term blacklistDamien Le Moal1-7/+9
2024-10-04ata: libata-scsi: Fix ata_msense_control() CDL page reportingDamien Le Moal1-1/+1
2024-10-04ata: libata: Clear DID_TIME_OUT for ATA PT commands with sense dataNiklas Cassel2-3/+8
2024-09-12ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using result_tfIgor Pylypiv1-0/+21
2024-09-12ata: libata-scsi: Remove redundant sense_buffer memsetsIgor Pylypiv1-5/+0
2024-09-12ata: pata_macio: Use WARN instead of BUGMichael Ellerman1-2/+5
2024-09-12ata: libata: Fix memory leak for error path in ata_host_alloc()Zheng Qixing1-1/+3
2024-08-19Revert "ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error"Niklas Cassel1-2/+13
2024-08-03ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no errorIgor Pylypiv1-5/+2
2024-08-03ata: libata-scsi: Do not overwrite valid sense data when CK_COND=1Igor Pylypiv1-77/+92
2024-08-03ata: libata-scsi: Fix offsets for the fixed format sense dataIgor Pylypiv1-13/+13
2024-07-05ata: libata-core: Fix double free on errorNiklas Cassel1-4/+4
2024-07-05ata: ahci: Clean up sysfs file on errorNiklas Cassel1-5/+12
2024-07-05ata,scsi: libata-core: Do not leak memory for ata_port struct membersNiklas Cassel1-10/+14
2024-07-05ata: libata-core: Fix null pointer dereference on errorNiklas Cassel1-0/+3
2024-06-16ata: pata_legacy: make legacy_exit() work againSergey Shtylyov1-4/+4
2024-05-17ata: sata_gemini: Check clk_enable() resultChen Ni1-1/+4
2024-04-17ata: libata-scsi: Fix ata_scsi_dev_rescan() error pathDamien Le Moal1-4/+5
2024-04-17ata: libata-core: Allow command duration limits detection for ACS-4 drivesIgor Pylypiv1-1/+1
2024-04-10ata: sata_mv: Fix PCI device ID table declaration compilation warningArnd Bergmann1-32/+31
2024-04-10ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bitArnd Bergmann1-4/+2
2024-04-03scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal2-1/+13
2024-04-03ahci: asm1064: asm1166: don't limit reported portsConrad Kostecki1-13/+0
2024-04-03ahci: asm1064: correct count of reported portsAndrey Jr. Melnikov1-3/+11
2024-03-01ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x partsLennert Buytenhek1-5/+5
2024-03-01ata: ahci: add identifiers for ASM2116 series adaptersSzuying Chen1-0/+5
2024-03-01ata: ahci_ceva: fix error handling for Xilinx GT PHY supportRadhey Shyam Pandey1-46/+79
2024-03-01ata: libata-core: Do not try to set sleeping devices to standbyDamien Le Moal1-0/+4
2024-03-01ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllersLennert Buytenhek2-6/+24
2024-03-01ahci: asm1166: correct count of reported portsConrad Kostecki1-0/+5
2023-12-08scsi: sd: Fix system start for ATA devicesDamien Le Moal1-0/+5
2023-12-08scsi: Change SCSI device boolean fields to single bit flagsDamien Le Moal1-2/+2
2023-12-03ata: pata_isapnp: Add missing error check for devm_ioport_map()Chen Ni1-0/+3
2023-10-27scsi: sd: Introduce manage_shutdown device flagDamien Le Moal1-2/+3
2023-10-10ata: pata_parport: fit3: implement IDE command set registersOndrej Zary1-12/+2
2023-10-10ata: pata_parport: add custom version of wait_after_resetOndrej Zary1-1/+67
2023-10-10ata: pata_parport: implement set_devctlOndrej Zary1-0/+8
2023-10-10ata: pata_parport: fix pata_parport_devchkOndrej Zary1-1/+1
2023-09-29Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds5-48/+259
2023-09-28ata: libata-eh: Fix compilation warning in ata_eh_link_report()Damien Le Moal1-1/+1
2023-09-28ata: libata-core: Fix compilation warning in ata_dev_config_ncq()Damien Le Moal1-1/+1
2023-09-28ata: libata-core: Do not register PM operations for SAS portsDamien Le Moal3-2/+11
2023-09-28ata: libata-scsi: Fix delayed scsi_rescan_device() executionDamien Le Moal2-18/+31
2023-09-28ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal4-10/+144
2023-09-28scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal1-1/+2
2023-09-28ata: libata-scsi: link ata port and scsi deviceDamien Le Moal1-5/+40