linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-07 22:47:27 to 2023-04-11 06:44:18 UTC [more...]

[PATCH v6 00/19] Add Command Duration Limits support
 2023-04-11  6:44 UTC  (33+ messages)
` [PATCH v6 01/19] ioprio: cleanup interface definition
` [PATCH v6 02/19] block: introduce ioprio hints
` [PATCH v6 03/19] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v6 04/19] scsi: core: allow libata to complete successful commands via EH
` [PATCH v6 05/19] scsi: rename and move get_scsi_ml_byte()
` [PATCH v6 06/19] scsi: support retrieving sub-pages of mode pages
` [PATCH v6 07/19] scsi: support service action in scsi_report_opcode()
` [PATCH v6 08/19] scsi: detect support for command duration limits
` [PATCH v6 09/19] scsi: allow enabling and disabling "
` [PATCH v6 10/19] scsi: sd: set read/write commands CDL index
` [PATCH v6 11/19] scsi: sd: handle read/write CDL timeout failures
` [PATCH v6 12/19] ata: libata-scsi: remove unnecessary !cmd checks
` [PATCH v6 13/19] ata: libata: change ata_eh_request_sense() to not set CHECK_CONDITION
` [PATCH v6 14/19] ata: libata: detect support for command duration limits
` [PATCH v6 15/19] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
` [PATCH v6 16/19] ata: libata-scsi: add support for CDL pages mode sense
` [PATCH v6 17/19] ata: libata: add ATA feature control sub-page translation
` [PATCH v6 18/19] ata: libata: set read/write commands CDL index
` [PATCH v6 19/19] ata: libata: handle completion of CDL commands using policy 0xD

[PATCH] ata: Change email addresses in MAINTAINERS
 2023-04-11  4:01 UTC  (2+ messages)

Multiple undefined configuration options are dependent in Kconfig under the v6.3-rc4 drivers directory
 2023-04-10 23:40 UTC  (3+ messages)

[PATCH v3] UML: pata_cs5536: fix build for X86_32 UML with TRACEPOINTS
 2023-04-10  1:13 UTC 

[PATCH v5 00/19] Add Command Duration Limits support
 2023-04-05 22:29 UTC  (31+ messages)
` [PATCH v5 01/19] ioprio: cleanup interface definition
` [PATCH v5 02/19] block: introduce ioprio hints
` [PATCH v5 03/19] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v5 04/19] scsi: core: allow libata to complete successful commands via EH
` [PATCH v5 05/19] scsi: rename and move get_scsi_ml_byte()
` [PATCH v5 06/19] scsi: support retrieving sub-pages of mode pages
` [PATCH v5 07/19] scsi: support service action in scsi_report_opcode()
` [PATCH v5 08/19] scsi: detect support for command duration limits
` [PATCH v5 09/19] scsi: allow enabling and disabling "
` [PATCH v5 10/19] scsi: sd: set read/write commands CDL index
` [PATCH v5 11/19] scsi: sd: handle read/write CDL timeout failures
` [PATCH v5 12/19] ata: libata-scsi: remove unnecessary !cmd checks
` [PATCH v5 13/19] ata: libata: change ata_eh_request_sense() to not set CHECK_CONDITION
` [PATCH v5 14/19] ata: libata: detect support for command duration limits
` [PATCH v5 15/19] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
` [PATCH v5 16/19] ata: libata-scsi: add support for CDL pages mode sense
` [PATCH v5 17/19] ata: libata: add ATA feature control sub-page translation
` [PATCH v5 18/19] ata: libata: set read/write commands CDL index
` [PATCH v5 19/19] ata: libata: handle completion of CDL commands using policy 0xD

[ata] : SATA device speed down after multiple power reset
 2023-04-04 20:13 UTC 

The SATA_ini162x
 2023-04-04 19:59 UTC  (3+ messages)

[ata] : SATA device speed down after multiple power reset
 2023-03-30 13:13 UTC  (3+ messages)

Słowa kluczowe do wypozycjonowania
 2023-03-28  7:45 UTC 

[PATCH] dt-bindings: ata: Drop unneeded quotes
 2023-03-27 23:27 UTC  (4+ messages)

W sprawie samochodu
 2023-03-27  7:30 UTC 

[PATCH 0/2] Fixes for pata parport bpck6 protocol driver
 2023-03-26 20:14 UTC  (7+ messages)
` [PATCH 1/2] ata: pata_parport-bpck6: Remove dependency on 64BIT
` [PATCH 2/2] ata: pata_parport-bpck6: Declare mode_map as static

[PATCH 00/32] pata_parport-bpck6: rework bpck6 protocol driver
 2023-03-26  9:08 UTC  (51+ messages)
` [PATCH 01/32] pata_parport-bpck6: remove useless defines
` [PATCH 02/32] pata_parport-bpck6: remove useless range check from read/write_regr
` [PATCH 03/32] pata_parport-bpck6: don't cast pi->pardev to struct pardevice *
` [PATCH 04/32] pata_parport-bpck6: pass around struct pi_adapter *
` [PATCH 05/32] pata_parport-bpck6: remove lpt_addr from struct ppc_storage
` [PATCH 06/32] pata_parport-bpck6: remove ppc_id "
` [PATCH 07/32] pata_parport-bpck6: remove org_* "
` [PATCH 08/32] pata_parport-bpck6: remove mode "
` [PATCH 09/32] pata_parport-bpck6: remove "
` [PATCH 11/32] parport_pc: add 16-bit and 8-bit fast EPP transfer flags
` [PATCH 14/32] pata_parport-bpck6: remove PPC_FLAGS
` [PATCH 17/32] pata_parport-bpck6: merge ppc6_wr_port into bpck6_write_regr
` [PATCH 18/32] pata_parport-bpck6: merge ppc6_rd_port16_blk into bpck6_read_block
` [PATCH 19/32] pata_parport-bpck6: merge ppc6_wr_port16_blk into bpck6_write_block
` [PATCH 20/32] pata_parport-bpck6: merge ppc6_rd_data_blk into bpck6_read_block
` [PATCH 21/32] pata_parport-bpck6: merge ppc6_wr_data_blk into bpck6_write_block
` [PATCH 22/32] pata_parport-bpck6: move ppc6_wait_for_fifo to bpck6.c and rename
` [PATCH 23/32] pata_parport-bpck6: move ppc6_wr_extout "
` [PATCH 24/32] pata_parport-bpck6: move ppc6_open "
` [PATCH 25/32] pata_parport-bpck6: merge ppc6_select into bpck6_open
` [PATCH 26/32] pata_parport-bpck6: move ppc6_deselect to bpck6.c and rename
` [PATCH 27/32] pata_parport-bpck6: move ppc6_send_cmd "
` [PATCH 28/32] pata_parport-bpck6: move ppc6_rd_data_byte "
` [PATCH 29/32] pata_parport-bpck6: move ppc6_wr_data_byte "
` [PATCH 30/32] pata_parport-bpck6: move defines and mode_map to bpck6.c
` [PATCH 31/32] pata_parport-bpck6: delete ppc6lnx.c
` [PATCH 32/32] pata_parport-bpck6: reduce indents in bpck6_open

[PATCH] pata_parport: Clean up some inconsistent indenting
 2023-03-22 22:36 UTC  (3+ messages)

Pickup Confirmation Sunday, March 19, 2023 5:13 p.m
 2023-03-20  0:13 UTC 

[GIT PULL] ata fixes for 6.3-rc3
 2023-03-18 19:01 UTC  (2+ messages)

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

[PATCH v3 02/38] ata: add HAS_IOPORT dependencies
 2023-03-16 15:21 UTC  (10+ messages)

Rubber Molded
 2023-03-16  8:45 UTC 

[PATCH] pata_parport: fix possible memory leak
 2023-03-16  7:53 UTC  (12+ messages)
          ` [PATCH v2] "
                  ` [PATCH v3] pata_parport: fix memory leaks

[PATCH] pata_parport: fix parport release without claim
 2023-03-15  1:35 UTC  (3+ messages)

[PATCH v2 resend 3] ahci: qoriq: Add platform dependencies
 2023-03-15  1:27 UTC  (4+ messages)

[PATCH] ata: Use of_property_present() for testing DT property presence
 2023-03-15  1:26 UTC  (2+ messages)

Do we still need the scsi IPR driver ?
 2023-03-13 23:43 UTC  (10+ messages)

[PATCH v2] UML: pata_cs5536: fix build for X86_32 UML with TRACEPOINTS
 2023-03-13  0:07 UTC  (2+ messages)

[PATCH] ata: pata_cs5536: don't build on UML
 2023-03-12 11:38 UTC  (2+ messages)

[PATCH 0/2] Drop unused helpers from <linux/ata.h>
 2023-03-08  8:49 UTC  (2+ messages)

[PATCH v4] dt-bindings: ata: Add UniPhier controller binding
 2023-03-08  8:48 UTC  (9+ 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).