linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-08 18:07:27 to 2023-01-12 20:07:31 UTC [more...]

[PATCH v2 00/27] ARM: pxa: remove all unused boards&drivers
 2023-01-12 20:01 UTC  (5+ messages)
` [PATCH 08/27] ata: remove palmld pata driver
` (subset) [PATCH v2 00/27] ARM: pxa: remove all unused boards&drivers

[PATCH v2 00/18] Add Command Duration Limits support
 2023-01-12 14:04 UTC  (19+ messages)
` [PATCH v2 01/18] ata: libata: allow ata_scsi_set_sense() to not set CHECK_CONDITION
` [PATCH v2 02/18] ata: libata: allow ata_eh_request_sense() "
` [PATCH v2 03/18] scsi: core: allow libata to complete successful commands via EH
` [PATCH v2 04/18] scsi: rename and move get_scsi_ml_byte()
` [PATCH v2 05/18] scsi: support retrieving sub-pages of mode pages
` [PATCH v2 06/18] scsi: support service action in scsi_report_opcode()
` [PATCH v2 07/18] block: introduce duration-limits priority class
` [PATCH v2 08/18] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v2 09/18] ata: libata: detect support for command duration limits
` [PATCH v2 10/18] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
` [PATCH v2 11/18] ata: libata-scsi: add support for CDL pages mode sense
` [PATCH v2 12/18] ata: libata: add ATA feature control sub-page translation
` [PATCH v2 13/18] ata: libata: set read/write commands CDL index
` [PATCH v2 14/18] scsi: sd: detect support for command duration limits
` [PATCH v2 15/18] scsi: sd: set read/write commands CDL index
` [PATCH v2 16/18] scsi: sd: handle read/write CDL timeout failures
` [PATCH v2 17/18] ata: libata: handle completion of CDL commands using policy 0xD
` [PATCH v2 18/18] Documentation: sysfs-block-device: document command duration limits

Silikonmischungen
 2023-01-12  8:31 UTC 

[PATCH v9 0/6] Improve libata support for FUA
 2023-01-11  6:09 UTC  (11+ messages)
` [PATCH v9 1/6] block: add a sanity check for non-write flush/fua bios
` [PATCH v9 2/6] ata: libata: Introduce ata_ncq_supported()
` [PATCH v9 3/6] ata: libata: Rename and cleanup ata_rwcmd_protocol()
` [PATCH v9 4/6] ata: libata: cleanup fua support detection
` [PATCH v9 5/6] ata: libata: Fix FUA handling in ata_build_rw_tf()
` [PATCH v9 6/6] ata: libata: blacklist FUA support for known buggy drives

[PATCH v8 0/6] Improve libata support for FUA
 2023-01-10 16:24 UTC  (9+ messages)
` [PATCH v8 1/6] block: add a sanity check for non-write flush/fua bios
` [PATCH v8 2/6] ata: libata: Introduce ata_ncq_supported()
` [PATCH v8 3/6] ata: libata: Rename and cleanup ata_rwcmd_protocol()
` [PATCH v8 4/6] ata: libata: cleanup fua support detection
` [PATCH v8 5/6] ata: libata: Fix FUA handling in ata_build_rw_tf()
` [PATCH v8 6/6] ata: libata: blacklist FUA support for known buggy drives

[PATCH v7 0/7] Improve libata support for FUA
 2023-01-10 13:23 UTC  (19+ messages)
` [PATCH v7 1/7] block: add a sanity check for non-write flush/fua bios
` [PATCH v7 2/7] ata: libata: Introduce ata_ncq_supported()
` [PATCH v7 3/7] ata: libata: Rename and cleanup ata_rwcmd_protocol()
` [PATCH v7 4/7] ata: libata: cleanup fua support detection
` [PATCH v7 5/7] ata: libata: Fix FUA handling in ata_build_rw_tf()
` [PATCH v7 6/7] ata: libata: blacklist FUA support for known buggy drives
` [PATCH v7 7/7] ata: libata: Enable fua support by default

Słowa kluczowe do wypozycjonowania
 2023-01-10  8:40 UTC 

[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
 2023-01-09  9:10 UTC  (25+ messages)
` [PATCH RFC v7 01/23] llist: Move llist_{head,node} definition to types.h
` [PATCH RFC v7 02/23] dept: Implement Dept(Dependency Tracker)
` [PATCH RFC v7 03/23] dept: Add single event dependency tracker APIs
` [PATCH RFC v7 04/23] dept: Add lock "
` [PATCH RFC v7 05/23] dept: Tie to Lockdep and IRQ tracing
` [PATCH RFC v7 06/23] dept: Add proc knobs to show stats and dependency graph
` [PATCH RFC v7 07/23] dept: Apply sdt_might_sleep_strong() to wait_for_completion()/complete()
` [PATCH RFC v7 08/23] dept: Apply sdt_might_sleep_strong() to PG_{locked,writeback} wait
` [PATCH RFC v7 09/23] dept: Apply sdt_might_sleep_weak() to swait
` [PATCH RFC v7 10/23] dept: Apply sdt_might_sleep_weak() to waitqueue wait
` [PATCH RFC v7 11/23] dept: Apply sdt_might_sleep_weak() to hashed-waitqueue wait
` [PATCH RFC v7 12/23] dept: Distinguish each syscall context from another
` [PATCH RFC v7 13/23] dept: Distinguish each work "
` [PATCH RFC v7 14/23] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH RFC v7 15/23] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH RFC v7 16/23] dept: Apply sdt_might_sleep_strong() to dma fence wait
` [PATCH RFC v7 17/23] dept: Track timeout waits separately with a new Kconfig
` [PATCH RFC v7 18/23] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH RFC v7 19/23] dept: Apply timeout consideration to swait
` [PATCH RFC v7 20/23] dept: Apply timeout consideration to waitqueue wait
` [PATCH RFC v7 21/23] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH RFC v7 22/23] dept: Apply timeout consideration to dma fence wait
` [PATCH RFC v7 23/23] dept: Record the latest one out of consecutive waits of the same class

[PATCH v3] ata: libata-eh: Cleanup ata_scsi_cmd_error_handler()
 2023-01-06  8:38 UTC  (6+ messages)

[PATCH 6.1 075/207] ata: ahci: fix enum constants for gcc-13
 2023-01-04 16:05 UTC 

[PATCH v2 0/7] misc libata improvements
 2023-01-04 12:37 UTC  (12+ messages)
` [PATCH v2 1/7] ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EH
` [PATCH v2 2/7] ata: libata: simplify qc_fill_rtf port operation interface
` [PATCH v2 3/7] ata: libata: read the shared status for successful NCQ commands once
` [PATCH v2 4/7] ata: libata: respect successfully completed commands during errors
` [PATCH v2 5/7] ata: libata: move NCQ related ATA_DFLAGs
` [PATCH v2 6/7] ata: libata-scsi: do not overwrite SCSI ML and status bytes
` [PATCH v2 7/7] ata: libata-scsi: improve ata_scsiop_maint_in()

[PATCH] ata: octeon: Drop empty platform remove function
 2023-01-02 23:40 UTC  (3+ messages)

[PATCH v6 0/7] Improve libata support for FUA
 2023-01-02 17:35 UTC  (23+ messages)
` [PATCH v6 1/7] block: add a sanity check for non-write flush/fua bios
` [PATCH v6 2/7] ata: libata: Introduce ata_ncq_supported()
` [PATCH v6 3/7] ata: libata: Rename and cleanup ata_rwcmd_protocol()
` [PATCH v6 4/7] ata: libata: cleanup fua support detection
` [PATCH v6 5/7] ata: libata: Fix FUA handling in ata_build_rw_tf()
` [PATCH v6 6/7] ata: libata: blacklist FUA support for known buggy drives
` [PATCH v6 7/7] ata: libata: Enable fua support by default

[GIT PULL] ata fixes for 6.2-rc2
 2022-12-31 18:27 UTC  (2+ messages)

[RFC PATCH] ata: libata-eh: Retry the cmnd when normal complete occurrd after scsi timeout
 2022-12-29  9:21 UTC  (4+ messages)

[PATCH v4] ata: ahci: Fix PCS quirk application for suspend
 2022-12-27  2:09 UTC  (5+ messages)

[PATCH 00/25] Add Command Duration Limits support
 2022-12-21 11:48 UTC  (7+ messages)
` [PATCH 01/25] ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EH
` [PATCH 03/25] ata: libata: simplify qc_fill_rtf port operation interface

[PATCH V2] scsi: libsas: Directly kick-off EH when ATA device fell off
 2022-12-21 10:29 UTC  (14+ messages)

possible deadlock in __ata_sff_interrupt
 2022-12-17  4:41 UTC  (14+ messages)

[PATCH v2] ata:libata-eh:Cleanup ata_scsi_cmd_error_handler
 2022-12-15 15:20 UTC  (5+ messages)

[PATCH] ata:libata-eh:Cleanup ata_scsi_cmd_error_handler
 2022-12-15 10:57 UTC  (2+ messages)

[PATCH] ata:libata-eh:Cleanup ata_scsi_cmd_error_handler
 2022-12-15  9:19 UTC  (3+ messages)

Słowa kluczowe do wypozycjonowania
 2022-12-14  9:05 UTC 

[GIT PULL] ata changes for 6.2
 2022-12-13 19:02 UTC  (2+ messages)

[PATCH] pata_parport: add driver (PARIDE replacement)
 2022-12-13  6:22 UTC  (6+ messages)

Bug report for ahci-mvebu driver
 2022-12-09 18:30 UTC  (26+ messages)

[PATCH v2 02/15] scsi: libata: Convert to scsi_execute_args
 2022-12-09  9:55 UTC 

[PATCH v3] libata/ahci: Fix PCS quirk application for suspend
 2022-12-09  9:44 UTC  (5+ messages)

[GIT PULL] ata fixes for 6.1-rc8
 2022-12-08 19:26 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).