Age | Commit message (Expand) | Author |
2022-01-14 | ata: sata_fsl: fix scsi host initialization | Damien Le Moal |
2022-01-05 | ata: libata: remove debug compilation switches | Hannes Reinecke |
2022-01-05 | ata: libata: remove 'new' ata message handling | Hannes Reinecke |
2022-01-05 | ata: libata: drop ata_msg_drv() | Hannes Reinecke |
2022-01-05 | ata: libata: drop ata_msg_info() | Hannes Reinecke |
2022-01-05 | ata: libata: drop ata_msg_probe() | Hannes Reinecke |
2022-01-05 | ata: libata: drop ata_msg_warn() | Hannes Reinecke |
2022-01-05 | ata: libata: drop ata_msg_malloc() | Hannes Reinecke |
2022-01-05 | ata: libata: drop ata_msg_ctl() | Hannes Reinecke |
2022-01-05 | ata: libata: drop ata_msg_error() and ata_msg_intr() | Hannes Reinecke |
2022-01-05 | ata: libata: move ata_{port,link,dev}_dbg to standard pr_XXX() macros | Hannes Reinecke |
2022-01-04 | ata: libata: Add ata_port_classify() helper | Hannes Reinecke |
2021-11-12 | libata: add horkage for missing Identify Device log | Damien Le Moal |
2021-11-11 | libata: fix read log timeout value | Damien Le Moal |
2021-11-05 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2021-10-26 | libata: support concurrent positioning ranges log | Damien Le Moal |
2021-10-16 | scsi: ata: Switch to attribute groups | Bart Van Assche |
2021-09-03 | libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD. | Kate Hsuan |
2021-08-24 | include:libata: fix boolreturn.cocci warnings | Jing Yangyang |
2021-08-18 | libata: Introduce ncq_prio_supported sysfs sttribute | Damien Le Moal |
2021-08-18 | libata: print feature list on device scan | Damien Le Moal |
2021-06-16 | ata: include: libata: Move fields commonly over-written to separate MACRO | Lee Jones |
2020-09-02 | libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to Sandisks | Tejun Heo |
2020-06-27 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds |
2020-06-23 | scsi: libata: Fix the ata_scsi_dma_need_drain stub | Christoph Hellwig |
2020-06-20 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds |
2020-06-19 | Merge tag 'libata-5.8-2020-06-19' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-06-18 | libata: Use per port sync for detach | Kai-Heng Feng |
2020-06-15 | libata: Replace zero-length array with flexible-array | Gustavo A. R. Silva |
2020-06-15 | scsi: libata: Provide an ata_scsi_dma_need_drain stub for !CONFIG_ATA | Christoph Hellwig |
2020-04-22 | block: move dma drain handling to scsi | Christoph Hellwig |
2020-03-26 | ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.c | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: start separating SATA specific code from libata-eh.c | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: move ata_sas_*() to libata-sata.c | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: start separating SATA specific code from libata-scsi.c | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: move sata_deb_timing_*() to libata-sata.c | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: move ata_qc_complete_multiple() to libata-sata.c | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: move sata_link_hardreset() to libata-sata.c | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: move sata_link_{debounce,resume}() to libata-sata.c | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: move *sata_set_spd*() to libata-sata.c | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: move sata_scr_*() to libata-sata.c | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: start separating SATA specific code from libata-core.c | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: add CONFIG_SATA_HOST=n version of ata_ncq_enabled() | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: separate PATA timings code from libata-core.c | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: optimize struct ata_force_param size | Bartlomiej Zolnierkiewicz |
2020-03-26 | ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hosts | Bartlomiej Zolnierkiewicz |
2020-03-12 | libata: drop BPRINTK() | Hannes Reinecke |
2020-02-06 | Merge tag 'libata-5.6-2020-02-05' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-01-29 | ata: ahci: Add shutdown to freeze hardware resources of ahci | Prabhakar Kushwaha |
2020-01-03 | compat_ioctl: scsi: handle HDIO commands from drivers | Arnd Bergmann |