linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Improve log directory handling and some cleanups
@ 2025-07-03  7:15 Damien Le Moal
  2025-07-03  7:15 ` [PATCH 1/3] ata: libata-core: Cache the general purpose log directory Damien Le Moal
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Damien Le Moal @ 2025-07-03  7:15 UTC (permalink / raw)
  To: linux-ide, Niklas Cassel

The first patch improves handling of a device general purpose log
directory by avoiding repeated accesses to it using a cache.

The following 2 patches are simple cleanups that do not introduce
functional changes.

Damien Le Moal (3):
  ata: libata-core: Cache the general purpose log directory
  ata: libata-core: Make ata_dev_cleanup_cdl_resources() static
  ata: libata-eh: Rename and make ata_set_mode() static

 drivers/ata/libata-core.c   | 45 ++++++++++++++++++++++++++++++++-----
 drivers/ata/libata-eh.c     | 11 ++++-----
 drivers/ata/libata.h        |  2 --
 drivers/ata/pata_optidma.c  |  4 +++-
 drivers/ata/pata_pcmcia.c   |  4 ++--
 drivers/ata/pata_pdc2027x.c |  2 +-
 drivers/ata/sata_sil.c      |  2 +-
 include/linux/libata.h      |  5 ++++-
 8 files changed, 56 insertions(+), 19 deletions(-)

-- 
2.50.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-07-03 10:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-03  7:15 [PATCH 0/3] Improve log directory handling and some cleanups Damien Le Moal
2025-07-03  7:15 ` [PATCH 1/3] ata: libata-core: Cache the general purpose log directory Damien Le Moal
2025-07-03  9:49   ` Niklas Cassel
2025-07-03 10:07     ` Damien Le Moal
2025-07-03  7:15 ` [PATCH 2/3] ata: libata-core: Make ata_dev_cleanup_cdl_resources() static Damien Le Moal
2025-07-03  9:20   ` Niklas Cassel
2025-07-03  7:15 ` [PATCH 3/3] ata: libata-eh: Rename and make ata_set_mode() static Damien Le Moal
2025-07-03  9:29   ` Niklas Cassel

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