linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed

end of thread, other threads:[~2020-02-07 14:25 UTC | newest]

Thread overview: 54+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20200128133410eucas1p19fb97c9696596da07181e0c630fb6c6b@eucas1p1.samsung.com>
2020-01-28 13:33 ` [PATCH 00/28] ata: optimize core code size on PATA only setups Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 01/28] ata: remove stale maintainership information from core code Bartlomiej Zolnierkiewicz
2020-01-28 14:28     ` Tejun Heo
2020-01-28 13:33   ` [PATCH 02/28] ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hosts Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 03/28] ata: make SATA_PMP option selectable only if any SATA host driver is enabled Bartlomiej Zolnierkiewicz
2020-01-29  2:35     ` Martin K. Petersen
2020-01-28 13:33   ` [PATCH 04/28] sata_promise: use ata_cable_sata() Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 05/28] ata: simplify ata_scsiop_inq_89() Bartlomiej Zolnierkiewicz
2020-01-29 17:15     ` Christoph Hellwig
2020-01-28 13:33   ` [PATCH 06/28] ata: use COMMAND_LINE_SIZE for ata_force_param_buf[] size Bartlomiej Zolnierkiewicz
2020-01-29 17:18     ` Christoph Hellwig
2020-02-07 14:17       ` Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 07/28] ata: optimize struct ata_force_param size Bartlomiej Zolnierkiewicz
2020-01-29 17:18     ` Christoph Hellwig
2020-01-28 13:33   ` [PATCH 08/28] ata: move EXPORT_SYMBOL_GPL()s close to exported code Bartlomiej Zolnierkiewicz
2020-01-29 17:18     ` Christoph Hellwig
2020-01-28 13:33   ` [PATCH 09/28] ata: remove EXPORT_SYMBOL_GPL()s not used by modules Bartlomiej Zolnierkiewicz
2020-01-29 17:19     ` Christoph Hellwig
2020-01-28 13:33   ` [PATCH 10/28] ata: separate PATA timings code from libata-core.c Bartlomiej Zolnierkiewicz
2020-01-29 17:23     ` Christoph Hellwig
2020-02-07 14:20       ` Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 11/28] ata: add CONFIG_SATA_HOST=n version of ata_ncq_enabled() Bartlomiej Zolnierkiewicz
2020-01-29 17:24     ` Christoph Hellwig
2020-02-07 14:21       ` Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 12/28] ata: start separating SATA specific code from libata-core.c Bartlomiej Zolnierkiewicz
2020-01-29 17:26     ` Christoph Hellwig
2020-02-07 14:22       ` Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 13/28] ata: move ata_do_link_spd_horkage() to libata-core-sata.c Bartlomiej Zolnierkiewicz
2020-01-29 17:28     ` Christoph Hellwig
2020-02-07 14:23       ` Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 14/28] ata: move ata_dev_config_ncq*() " Bartlomiej Zolnierkiewicz
2020-01-29 17:29     ` Christoph Hellwig
2020-02-07 14:23       ` Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 15/28] ata: move sata_print_link_status() " Bartlomiej Zolnierkiewicz
2020-01-29 17:30     ` Christoph Hellwig
2020-02-07 14:24       ` Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 16/28] ata: move sata_down_spd_limit() " Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 17/28] ata: move *sata_set_spd*() " Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 18/28] ata: move sata_link_{debounce,resume}() " Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 19/28] ata: move sata_link_hardreset() " Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 20/28] ata: move sata_link_init_spd() " Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 21/28] ata: move ata_qc_complete_multiple() " Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 22/28] ata: move sata_scr_*() " Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 23/28] ata: move sata_deb_timing_*() " Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 24/28] ata: start separating SATA specific code from libata-scsi.c Bartlomiej Zolnierkiewicz
2020-01-29 11:13     ` Bartlomiej Zolnierkiewicz
2020-01-29 17:31     ` Christoph Hellwig
2020-01-29 17:46       ` Martin K. Petersen
2020-02-07 14:25         ` Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 25/28] ata: move ata_sas_*() to libata-scsi-sata.c Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 26/28] ata: start separating SATA specific code from libata-eh.c Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 27/28] ata: move ata_eh_analyze_ncq_error() & co. to libata-core-sata.c Bartlomiej Zolnierkiewicz
2020-01-28 13:33   ` [PATCH 28/28] ata: move ata_eh_set_lpm() " Bartlomiej Zolnierkiewicz
2020-01-28 14:00   ` [PATCH 00/28] ata: optimize core code size on PATA only setups Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).