Linux-ide Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-05 02:44:10 to 2024-03-24 23:55:50 UTC [more...]

convert SCSI to atomic queue limits, part 1
 2024-03-24 23:54 UTC  (11+ messages)
` [PATCH 01/23] block: don't reject too large max_user_setors in blk_validate_limits
` [PATCH 02/23] bsg: pass queue_limits to bsg_setup_queue
` [PATCH 03/23] mpi3mr: "
` [PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue
` [PATCH 05/23] scsi_transport_fc: add a max_bsg_segments field to struct fc_function_template
` [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host
` [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
` [PATCH 08/23] ufs-exynos: move setting the the dma alignment to the init method
` [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun
` [PATCH 10/23] scsi: add a device_configure method to the host template

[PATCH 0/2] PCI: Remove pci_enable_device_io()
 2024-03-23 17:43 UTC  (4+ messages)
` [PATCH 1/2] ata: pata_cs5520: Remove not needed call to pci_enable_device_io
` [PATCH 2/2] PCI: Remove pci_enable_device_io()

ASMedia PMP inquiry
 2024-03-22  0:00 UTC  (6+ messages)
  ` Re[2]: "

[PATCH] ata: ahci_ceva: return of_property_read_u8_array() error code
 2024-03-21 23:58 UTC  (3+ messages)

[PATCH 5.10/5.15] scsi: add a length check for VARIABLE_LENGTH_CMD commands
 2024-03-21 23:53 UTC  (2+ messages)

[PATCH v8] dt-bindings: ata: imx-pata: Convert to dtschema
 2024-03-20  9:59 UTC  (3+ messages)

[GIT PULL] ata fixes for 6.9-rc1
 2024-03-19 19:29 UTC  (2+ messages)

[PATCH] ahci: asm1064: asm1166: don't limit reported ports
 2024-03-19 11:45 UTC  (3+ messages)

ASMedia PMP inquiry
 2024-03-19  9:41 UTC 

ASMedia PMP inquiry
 2024-03-19  9:28 UTC 

[PATCH] scsi: sd: Fix TCG OPAL unlock on system resume
 2024-03-19  7:12 UTC 

ASMedia ASM1166/ASM1064 port restrictions will break cards with port-multipliers
 2024-03-18 23:59 UTC  (22+ messages)
      ` Re[2]: "
              ` Fwd: "

ASMedia PMP inquiry
 2024-03-18 11:32 UTC 

ASMedia ASM1166/ASM1064 port restrictions will break cards with port-multipliers
 2024-03-17  9:46 UTC  (2+ messages)

[PATCH v2] libata-sata: Check SDB_FIS for completion of DMA transfer before completing the commands
 2024-03-15  8:08 UTC  (2+ messages)

[GIT PULL] ata changes for 6.9-rc1
 2024-03-13 17:04 UTC  (2+ messages)

[PATCH v3] powerpc: macio: Make remove callback of macio driver void returned
 2024-03-13 13:19 UTC  (5+ messages)

[REGRESSION] Bug 218538 - 3cc2ffe5c16d from 6.6 breaks S3 resume on SATA SSD OPAL
 2024-03-13  7:17 UTC  (2+ messages)

[PATCH v7] dt-bindings: imx-pata: Convert to dtschema
 2024-03-12 16:49 UTC  (3+ messages)

[PATCH v8 0/7] NCQ Priority sysfs sttributes for libsas
 2024-03-12 15:37 UTC  (16+ messages)
` [PATCH v8 1/7] ata: libata-sata: Factor out NCQ Priority configuration helpers
` [PATCH v8 2/7] scsi: libsas: Define NCQ Priority sysfs attributes for SATA devices
` [PATCH v8 3/7] scsi: pm80xx: Add libsas SATA sysfs attributes group
` [PATCH v8 4/7] scsi: mvsas: "
` [PATCH v8 5/7] scsi: hisi_sas: "
` [PATCH v8 6/7] scsi: aic94xx: "
` [PATCH v8 7/7] scsi: isci: "

[PATCH v5] dt-bindings: imx-pata: Convert to dtschema
 2024-03-11 11:11 UTC  (9+ messages)

[PATCH v6] dt-bindings: imx-pata: Convert to dtschema
 2024-03-11 11:07 UTC  (7+ messages)

[PATCH v3] dt-bindings: imx-pata: Convert to dtschema
 2024-03-10 15:51 UTC  (5+ messages)

[PATCH v4] dt-bindings: imx-pata: Convert to dtschema
 2024-03-10  8:11 UTC  (3+ messages)

[PATCH] dt-bindings: imx-pata: Convert to dtschema
 2024-03-09 15:23 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v7 0/7] NCQ Priority sysfs sttributes for libsas
 2024-03-07 21:41 UTC  (28+ messages)
` [PATCH v7 1/7] ata: libata-sata: Factor out NCQ Priority configuration helpers
` [PATCH v7 2/7] scsi: libsas: Define NCQ Priority sysfs attributes for SATA devices
` [PATCH v7 3/7] scsi: pm80xx: Add libsas SATA sysfs attributes group
` [PATCH v7 4/7] scsi: mvsas: "
` [PATCH v7 5/7] scsi: hisi_sas: "
` [PATCH v7 6/7] scsi: aic94xx: "
` [PATCH v7 7/7] scsi: isci: "

[PATCH v13 00/27] DEPT(Dependency Tracker)
 2024-03-06  8:55 UTC  (28+ messages)
` [PATCH v13 01/27] llist: Move llist_{head,node} definition to types.h
` [PATCH v13 02/27] dept: Implement Dept(Dependency Tracker)
` [PATCH v13 03/27] dept: Add single event dependency tracker APIs
` [PATCH v13 04/27] dept: Add lock "
` [PATCH v13 05/27] dept: Tie to Lockdep and IRQ tracing
` [PATCH v13 06/27] dept: Add proc knobs to show stats and dependency graph
` [PATCH v13 07/27] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v13 08/27] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v13 09/27] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v13 10/27] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v13 11/27] dept: Distinguish each syscall context from another
` [PATCH v13 12/27] dept: Distinguish each work "
` [PATCH v13 13/27] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v13 14/27] cpu/hotplug: Use a weaker annotation in AP thread
` [PATCH v13 15/27] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v13 16/27] dept: Track timeout waits separately with a new Kconfig
` [PATCH v13 17/27] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v13 18/27] dept: Apply timeout consideration to swait
` [PATCH v13 19/27] dept: Apply timeout consideration to waitqueue wait
` [PATCH v13 20/27] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v13 21/27] dept: Apply timeout consideration to dma fence wait
` [PATCH v13 22/27] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v13 23/27] dept: Make Dept able to work with an external wgen
` [PATCH v13 24/27] dept: Track PG_locked with dept
` [PATCH v13 25/27] dept: Print event context requestor's stacktrace on report
` [PATCH v13 26/27] fs/jbd2: Use a weaker annotation in journal handling
` [PATCH v13 27/27] dept: Add documentation for Dept

[PATCH v6 0/7] NCQ Priority sysfs sttributes for libsas
 2024-03-06  7:17 UTC  (17+ messages)
` [PATCH v6 1/7] ata: libata-sata: Factor out NCQ Priority configuration helpers
` [PATCH v6 2/7] scsi: libsas: Define NCQ Priority sysfs attributes for SATA devices
` [PATCH v6 3/7] scsi: pm80xx: Add libsas SATA sysfs attributes group
` [PATCH v6 4/7] scsi: mvsas: "
` [PATCH v6 5/7] scsi: hisi_sas: "
` [PATCH v6 6/7] scsi: aic94xx: "
` [PATCH v6 7/7] scsi: isci: "

[PATCH v5 0/7] NCQ Priority sysfs sttributes for libsas
 2024-03-05 23:58 UTC  (17+ messages)
` [PATCH v5 1/7] ata: libata-sata: Factor out NCQ Priority configuration helpers
` [PATCH v5 2/7] scsi: libsas: Define NCQ Priority sysfs attributes for SATA devices
` [PATCH v5 3/7] scsi: pm80xx: Add libsas SATA sysfs attributes group
` [PATCH v5 4/7] scsi: mvsas: "
` [PATCH v5 5/7] scsi: hisi_sas: "
` [PATCH v5 6/7] scsi: aic94xx: "
` [PATCH v5 7/7] scsi: isci: "


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 read-only IMAP folder(s) and NNTP newsgroup(s).