summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-12/+12
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook10-16/+17
13 daysMerge tag 'ata-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds11-979/+358
13 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-4/+7
2026-02-04ata: pata_ftide010: Fix some DMA timingsLinus Walleij1-3/+3
2026-02-02ata: pata_cypress: fix typo in error messageEthan Nelson-Moore1-1/+1
2026-02-02ata: pata_legacy: remove VLB supportEthan Nelson-Moore2-878/+6
2026-01-26ata: libata-core: Quirk INTEL SSDSC2KG480G8 max_sectorsNiklas Cassel1-0/+3
2026-01-24scsi: Change the return type of the .queuecommand() callbackBart Van Assche2-4/+7
2026-01-14ata: libata-scsi: avoid Non-NCQ command starvationDamien Le Moal4-0/+106
2026-01-13ata: libata: Print features also for ATAPI devicesNiklas Cassel1-0/+3
2026-01-13ata: libata: Add DIPM and HIPM to ata_dev_print_features() early returnNiklas Cassel1-1/+2
2026-01-13ata: libata: Add cpr_log to ata_dev_print_features() early returnNiklas Cassel1-1/+1
2026-01-13ata: libata-sata: Improve link_power_management_supported sysfs attributeNiklas Cassel1-1/+1
2026-01-13ata: libata: Call ata_dev_config_lpm() for ATAPI devicesNiklas Cassel1-0/+2
2026-01-13ata: ahci: Do not read the per port area for unimplemented portsNiklas Cassel1-5/+5
2026-01-13ata: libata-scsi: refactor ata_scsi_translate()Damien Le Moal1-31/+50
2026-01-08ata: ahci-xgene: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2026-01-08ata: ahci-imx: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2026-01-08ata: ahci-dwc: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-8/+2
2025-12-16ata: libata-core: Disable LPM on ST2000DM008-2FR102Niklas Cassel1-0/+3
2025-12-15ata: libata: Allow more quirksNiklas Cassel1-9/+9
2025-12-15ata: libata: Add libata.force parameter max_secNiklas Cassel1-0/+1
2025-12-15ata: libata: Add support to parse equal sign in libata.forceNiklas Cassel1-2/+36
2025-12-15ata: libata: Change libata.force to use the generic ATA_QUIRK_MAX_SEC quirkNiklas Cassel1-12/+16
2025-12-15ata: libata: Add ata_force_get_fe_for_dev() helperNiklas Cassel1-22/+34
2025-12-15ata: libata: Add ATA_QUIRK_MAX_SEC and convert all device quirksNiklas Cassel1-9/+59
2025-12-15ata: libata: avoid long timeouts on hot-unplugged SATA DASHenry Tseng4-1/+30
2025-12-15ata: libata-scsi: Remove superfluous local_irq_save()Niklas Cassel1-3/+2
2025-12-06Merge tag 'ata-6.19-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+11
2025-12-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-0/+74
2025-12-05Merge tag 'ata-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds4-3/+10
2025-12-02ata: libata-core: Quirk DELLBOSS VD max_sectorsNiklas Cassel1-0/+11
2025-11-28ata: libata-core: Disable LPM on Silicon Motion MD619{H,G}XCLDE3TCNiklas Cassel1-0/+4
2025-11-20Merge patch series "Add OP-TEE based RPMB driver for UFS devices"Martin K. Petersen1-7/+4
2025-11-20ata: libata-core: Set capacity to zero for a security locked driveNiklas Cassel1-0/+10
2025-11-20ata: libata-scsi: Fix system suspend for a security locked driveNiklas Cassel1-0/+7
2025-11-20ata: libata-scsi: Add missing scsi_device_put() in ata_scsi_dev_rescan()Yihang Li1-1/+3
2025-11-18ata: pata_pcmcia: Add Iomega Clik! PCMCIA ATA/ATAPI AdapterRené Rebe1-0/+1
2025-11-08scsi: ata: Stop disk on restart if ACPI power resources are foundMarkus Probst3-0/+29
2025-11-08scsi: ata: Use ACPI methods to power on disksMarkus Probst3-0/+45
2025-11-07ata: libata-sff: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+2
2025-10-23ata: pata_it821x: Replace deprecated strcpy with strscpy in it821x_display_diskThorsten Blum1-2/+3
2025-10-13ata: libata-core: relax checks in ata_read_log_directory()Damien Le Moal1-7/+4
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2025-09-22ata: libata-sff: drop nth_page() usage within SG entryDavid Hildenbrand1-3/+3
2025-09-04Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Jens Axboe1-2/+2