linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-29 17:18:23 to 2020-02-13 07:15:58 UTC [more...]

[PATCH 00/46] ata: kill ATA_DEBUG
 2020-02-13  7:15 UTC  (97+ messages)
` [PATCH 01/46] libata: drop BPRINTK()
` [PATCH 02/46] libata.h: whitespace and indentation fixes
` [PATCH 03/46] libata-transport: Whitespace cleanup
` [PATCH 04/46] libata: move ata_{port,link,dev}_dbg to standard dev_XXX() macros
` [PATCH 05/46] libata: remove pointless debugging messages
` [PATCH 06/46] ata_piix: remove debugging message in piix_init()
` [PATCH 07/46] libata-core: remove pointless debugging messages
` [PATCH 08/46] libata: Add ata_port_classify() helper
` [PATCH 09/46] libata: move ata_dump_id() to dynamic debugging
` [PATCH 10/46] sata_mv: replace DPRINTK with 'pci_dump' module parameter
` [PATCH 11/46] sata_nv: move DPRINTK to ata debugging
` [PATCH 12/46] sata_sx4: move DPRINTK to VPRINTK
` [PATCH 13/46] ata_piix: Drop DPRINTK() statement
` [PATCH 14/46] libata: add reset tracepoints
` [PATCH 15/46] ahci: drop DPRINTK() calls in reset
` [PATCH 16/46] ahci_qorig: "
` [PATCH 17/46] pata_octeon_cf: "
` [PATCH 18/46] libahci: "
` [PATCH 19/46] sata_rcar: "
` [PATCH 20/46] sata_sil24: "
` [PATCH 21/46] sata_fsl: "
` [PATCH 22/46] libata-core: "
` [PATCH 23/46] libata-sff: "
` [PATCH 24/46] libata: tracepoints for bus-master DMA
` [PATCH 25/46] libata-sff: add tracepoints for HSM state machine
` [PATCH 26/46] pata_octeon_cf: add bmdma tracepoints and drop DPRINTK()
` [PATCH 27/46] sata_rcar: drop DPRINTK call in sata_rcar_exec_command()
` [PATCH 28/46] libata-scsi: drop DPRINTK calls for cdb translation
` [PATCH 29/46] libata-sff: add tracepoints for ata_sff_flush_pio_task()
` [PATCH 30/46] libata-core: add postreset tracepoints
` [PATCH 31/46] pata_octeon_cf: move DPRINTK to VPRINTK
` [PATCH 32/46] pata_pdc202xx_old: Drop DPRINTK in pdc202xx_exec_command()
` [PATCH 33/46] pata_sil680: Drop DPRINTK in sil_sff_exec_command()
` [PATCH 34/46] pdc_adma: move DPRINTK to VPRINTK
` [PATCH 35/46] sata_rcar: "
` [PATCH 36/46] sata_qstor: "
` [PATCH 37/46] pata_pdc2027x: Replace PDPRINTK() with standard ata logging
` [PATCH 38/46] sata_fsl: move DPRINTK to ata debugging
` [PATCH 39/46] libata: add tracepoints for ATA error handling
` [PATCH 40/46] libata-eh: remove DPRINTK() calls for request sense
` [PATCH 41/46] libata-core: move DPRINTK to ata debugging
` [PATCH 42/46] libata: remove DPRINTK() macro
` [PATCH 43/46] libata: kill ATA_MSG_INFO
` [PATCH 44/46] libata: kill ATA_MSG_CTL
` [PATCH 45/46] libata: remove references to ATA_DEBUG
` [PATCH 46/46] libata: remove ATA_NDEBUG

[PATCH] ata: ahci_platform: add 32-bit quirk for dwc-ahci
 2020-02-12 12:09 UTC  (8+ messages)

[Bug 206405] New: kernel crash during boot debian server on qemu+kvm
 2020-02-11 20:56 UTC  (3+ messages)
` [Bug 206405] "

GPS avancé
 2020-02-11  8:41 UTC 

[PATCH v2 00/26] ata: optimize core code size on PATA only setups
 2020-02-07 14:27 UTC  (27+ messages)
    ` [PATCH v2 01/26] ata: remove stale maintainership information from core code
    ` [PATCH v2 02/26] ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hosts
    ` [PATCH v2 03/26] ata: make SATA_PMP option selectable only if any SATA host driver is enabled
    ` [PATCH v2 04/26] sata_promise: use ata_cable_sata()
    ` [PATCH v2 05/26] ata: simplify ata_scsiop_inq_89()
    ` [PATCH v2 06/26] ata: use COMMAND_LINE_SIZE for ata_force_param_buf[] size
    ` [PATCH v2 07/26] ata: optimize struct ata_force_param size
    ` [PATCH v2 08/26] ata: move EXPORT_SYMBOL_GPL()s close to exported code
    ` [PATCH v2 09/26] ata: remove EXPORT_SYMBOL_GPL()s not used by modules
    ` [PATCH v2 10/26] ata: fix CodingStyle issues in PATA timings code
    ` [PATCH v2 11/26] ata: separate PATA timings code from libata-core.c
    ` [PATCH v2 12/26] ata: add CONFIG_SATA_HOST=n version of ata_ncq_enabled()
    ` [PATCH v2 13/26] ata: let compiler optimize out ata_dev_config_ncq() on non-SATA hosts
    ` [PATCH v2 14/26] ata: let compiler optimize out ata_eh_set_lpm() "
    ` [PATCH v2 15/26] ata: start separating SATA specific code from libata-core.c
    ` [PATCH v2 16/26] ata: move sata_scr_*() to libata-sata.c
    ` [PATCH v2 17/26] ata: move *sata_set_spd*() "
    ` [PATCH v2 18/26] ata: move sata_link_{debounce,resume}() "
    ` [PATCH v2 19/26] ata: move sata_link_hardreset() "
    ` [PATCH v2 20/26] ata: move ata_qc_complete_multiple() "
    ` [PATCH v2 21/26] ata: move sata_deb_timing_*() "
    ` [PATCH v2 22/26] ata: start separating SATA specific code from libata-scsi.c
    ` [PATCH v2 23/26] ata: move ata_sas_*() to libata-sata.c
    ` [PATCH v2 24/26] ata: start separating SATA specific code from libata-eh.c
    ` [PATCH v2 25/26] ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.c
    ` [PATCH v2 26/26] ata: make "libata.force" kernel parameter optional

[PATCH 00/28] ata: optimize core code size on PATA only setups
 2020-02-07 14:25 UTC  (32+ messages)
  ` [PATCH 06/28] ata: use COMMAND_LINE_SIZE for ata_force_param_buf[] size
  ` [PATCH 08/28] ata: move EXPORT_SYMBOL_GPL()s close to exported code
  ` [PATCH 07/28] ata: optimize struct ata_force_param size
  ` [PATCH 09/28] ata: remove EXPORT_SYMBOL_GPL()s not used by modules
  ` [PATCH 10/28] ata: separate PATA timings code from libata-core.c
  ` [PATCH 11/28] ata: add CONFIG_SATA_HOST=n version of ata_ncq_enabled()
  ` [PATCH 12/28] ata: start separating SATA specific code from libata-core.c
  ` [PATCH 13/28] ata: move ata_do_link_spd_horkage() to libata-core-sata.c
  ` [PATCH 14/28] ata: move ata_dev_config_ncq*() "
  ` [PATCH 15/28] ata: move sata_print_link_status() "
  ` [PATCH 24/28] ata: start separating SATA specific code from libata-scsi.c

[PATCH] ata: ahci: Add sysfs attribute to show remapped NVMe device count
 2020-02-07 10:00 UTC 

Linux Users Contact List
 2020-02-06 14:19 UTC 

[GIT PULL] libata changes for 5.6-rc1
 2020-02-06  8:00 UTC  (2+ messages)

[PATCH] ata/scsi: Prevent FS corruption on chromebook pixel2 at reboot
 2020-02-05 18:43 UTC 

[PATCH] libata: add horkage for ASMedia 1092
 2020-02-05  8:29 UTC 

[Bug 205107] New: No HDD spindown/parking on shutdown
 2020-02-04  1:41 UTC  (2+ messages)
` [Bug 205107] "

[PATCH 00/24] ata: move DPRINTK to dynamic debugging
 2020-01-31 12:57 UTC  (29+ messages)
      ` [PATCH 01/24] libata: move ata_{port,link,dev}_dbg "
      ` [PATCH 02/24] sata_nv: move DPRINTK to ata debugging
      ` [PATCH 03/24] sata_sx4: "
      ` [PATCH 04/24] sata_sil24: "
      ` [PATCH 05/24] sata_rcar: "
      ` [PATCH 06/24] sata_qstor: "
      ` [PATCH 07/24] pdc_adma: "
      ` [PATCH 08/24] ahci: "
      ` [PATCH 09/24] ahci_qorig: "
      ` [PATCH 10/24] pata_octeon_cf: "
      ` [PATCH 11/24] pata_sil680: "
      ` [PATCH 12/24] ata_piix: Remove DPRINTK usage
      ` [PATCH 13/24] libahci: move DPRINTK to ata debugging
      ` [PATCH 14/24] libata: "
      ` [PATCH 15/24] pata_pdc2027x: Replace PDPRINTK() with dynamic debugging
      ` [PATCH 16/24] sata_fsl: move DPRINTK to ata debugging
      ` [PATCH 17/24] sata_mv: replace DPRINTK with 'pci_dump' module parameter
      ` [PATCH 18/24] libata: add 'link' argument to ata_dev_classify()
      ` [PATCH 19/24] libata: Use ata_port_printk() in ata_dump_id()
      ` [PATCH 20/24] pata_pdc202xx_old: move DPRINTK to ata debugging
      ` [PATCH 21/24] libata: remove DPRINTK() macro
      ` [PATCH 22/24] ata: Remove remaining references to ATA_DEBUG
      ` [PATCH 23/24] libata: drop BPRINTK()
      ` [PATCH 24/24] libata.h: Whitespace cleanup

[GIT] IDE
 2020-01-30 18:00 UTC  (2+ messages)

[PATCH 1/2] cmd64x: potential buffer overflow in cmd64x_program_timings()
 2020-01-30 10:03 UTC  (3+ messages)
` [PATCH] ide: make drive->dn read only

[PATCH 0/3] ide/MIPS/docs: remove no longer used au1xxx-ide driver
 2020-01-30 10:02 UTC  (3+ messages)
  ` [PATCH 1/3] ide: "

[PATCH] Using of new SanDisk High (>8G) CF cards with the pata_pcmcia driver
 2020-01-30  5:48 UTC  (3+ messages)

[PATCH v2] ata: pata_arasan_cf: Use dma_request_chan() instead dma_request_slave_channel()
 2020-01-30  4:10 UTC  (2+ messages)

[PATCH][v2] ata: ahci: Add shutdown to freeze hardware resources of ahci
 2020-01-30  4:02 UTC  (2+ messages)


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).