index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-28
ata: Fix SATA_MOBILE_LPM_POLICY description in Kconfig
Damien Le Moal
1
-9
/
+26
2025-08-28
ata: libata-scsi: Fix ata_to_sense_error() status handling
Damien Le Moal
1
-12
/
+8
2025-08-28
ata: libata-sata: Disallow changing LPM state if not supported
Damien Le Moal
1
-0
/
+5
2025-07-10
ata: pata_cs5536: fix build on 32-bit UML
Johannes Berg
1
-1
/
+1
2025-07-10
ata: libata-acpi: Do not assume 40 wire cable if no devices are enabled
Tasos Sahanidis
2
-12
/
+18
2025-06-27
ata: pata_via: Force PIO for ATAPI devices on VT6415/VT6330
Tasos Sahanidis
1
-1
/
+2
2025-04-25
ahci: add PCI ID for Marvell 88SE9215 SATA Controller
Daniel Kral
1
-0
/
+2
2025-04-25
ata: libata-eh: Do not use ATAPI DMA for a device limited to PIO mode
Niklas Cassel
1
-2
/
+9
2025-04-25
ata: sata_sx4: Add error handling in pdc20621_i2c_read()
Wentao Liang
1
-3
/
+10
2025-04-25
ata: pata_pxa: Fix potential NULL pointer dereference in pxa_ata_probe()
Henry Martin
1
-0
/
+6
2025-02-21
ata: libata-sff: Ensure that we cannot write outside the allocated buffer
Niklas Cassel
1
-8
/
+10
2024-12-19
ata: sata_highbank: fix OF node reference leak in highbank_initialize_phys()
Joe Hattori
1
-0
/
+1
2024-10-17
ata: libata: avoid superfluous disk spin down + spin up during hibernation
Niklas Cassel
1
-4
/
+14
2024-10-17
ata: sata_sil: Rename sil_blacklist to sil_quirks
Damien Le Moal
1
-6
/
+6
2024-10-17
ata: pata_serverworks: Do not use the term blacklist
Damien Le Moal
1
-7
/
+9
2024-09-12
ata: pata_macio: Use WARN instead of BUG
Michael Ellerman
1
-2
/
+5
2024-09-12
ata: libata: Fix memory leak for error path in ata_host_alloc()
Zheng Qixing
1
-1
/
+3
2024-09-04
ata: libata-core: Fix null pointer dereference on error
Niklas Cassel
1
-0
/
+3
2024-08-19
Revert "ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error"
Niklas Cassel
1
-2
/
+13
2024-08-03
ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error
Igor Pylypiv
1
-5
/
+2
2024-07-05
ata: libata-core: Fix double free on error
Niklas Cassel
1
-4
/
+4
2024-07-05
ata: ahci: Clean up sysfs file on error
Niklas Cassel
1
-5
/
+12
2024-06-16
ata: pata_legacy: make legacy_exit() work again
Sergey Shtylyov
1
-4
/
+4
2024-05-17
ata: sata_gemini: Check clk_enable() result
Chen Ni
1
-1
/
+4
2024-04-17
ata: libata-scsi: Fix ata_scsi_dev_rescan() error path
Damien Le Moal
1
-4
/
+5
2024-04-10
ata: sata_mv: Fix PCI device ID table declaration compilation warning
Arnd Bergmann
1
-32
/
+31
2024-04-10
ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit
Arnd Bergmann
1
-4
/
+2
2024-04-03
scsi: sd: Fix TCG OPAL unlock on system resume
Damien Le Moal
2
-1
/
+13
2024-04-03
ahci: asm1064: asm1166: don't limit reported ports
Conrad Kostecki
1
-13
/
+0
2024-04-03
ahci: asm1064: correct count of reported ports
Andrey Jr. Melnikov
1
-3
/
+11
2024-03-01
ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x parts
Lennert Buytenhek
1
-5
/
+5
2024-03-01
ata: ahci: add identifiers for ASM2116 series adapters
Szuying Chen
1
-0
/
+5
2024-03-01
ata: ahci_ceva: fix error handling for Xilinx GT PHY support
Radhey Shyam Pandey
1
-46
/
+79
2024-03-01
ata: libata-core: Do not try to set sleeping devices to standby
Damien Le Moal
1
-0
/
+4
2024-03-01
ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers
Lennert Buytenhek
2
-6
/
+24
2024-03-01
ahci: asm1166: correct count of reported ports
Conrad Kostecki
1
-0
/
+5
2023-12-08
scsi: sd: Fix system start for ATA devices
Damien Le Moal
1
-0
/
+5
2023-12-08
scsi: Change SCSI device boolean fields to single bit flags
Damien Le Moal
1
-2
/
+2
2023-12-03
ata: pata_isapnp: Add missing error check for devm_ioport_map()
Chen Ni
1
-0
/
+3
2023-11-02
scsi: sd: Introduce manage_shutdown device flag
Damien Le Moal
1
-2
/
+3
2023-10-25
ata: libata-eh: Fix compilation warning in ata_eh_link_report()
Damien Le Moal
1
-1
/
+1
2023-10-25
ata: libata-core: Fix compilation warning in ata_dev_config_ncq()
Damien Le Moal
1
-1
/
+1
2023-10-19
ata: libata-scsi: Disable scsi device manage_system_start_stop
Damien Le Moal
4
-10
/
+152
2023-10-10
ata: libata-scsi: Fix delayed scsi_rescan_device() execution
Damien Le Moal
2
-18
/
+31
2023-10-10
scsi: core: Improve type safety of scsi_rescan_device()
Bart Van Assche
1
-1
/
+1
2023-10-10
scsi: sd: Differentiate system and runtime start/stop management
Damien Le Moal
1
-1
/
+2
2023-10-10
ata,scsi: do not issue START STOP UNIT on resume
Damien Le Moal
1
-0
/
+7
2023-10-06
ata: libata-core: Do not register PM operations for SAS ports
Damien Le Moal
3
-2
/
+11
2023-10-06
ata: libata-core: Fix port and device removal
Damien Le Moal
1
-1
/
+20
2023-10-06
ata: libata-core: Fix ata_port_request_pm() locking
Damien Le Moal
1
-9
/
+9
[next]