End-to-End Storage Data Integrity Through Checksum Verification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing storage systems face inefficiencies in managing and maintaining data integrity, particularly in flash storage systems, due to redundant write operations and lack of direct control by the operating system, leading to reduced reliability and performance.

Innovation Solution

Implementing a direct-mapped flash storage system where the operating system directly addresses data blocks without translation by storage controllers, offloading device management responsibilities, and utilizing non-volatile RAM for quick data buffering and power failure protection.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Extent of automation

If storage controllers translate and manage data blocks, then device management is automated, but redundant write operations increase and data integrity decreases

Engineering Contradiction:
Improvedevice management automationVSAvoiddata integrity
Core Design Contradiction:
Extent of automationVSReliability

Solution Approach 1:

The patent extracts the data translation and management functions from the storage controller to the operating system. The OS now directly addresses flash memory data blocks without controller intervention, eliminating the intermediate translation layer that caused data integrity issues and redundant writes.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The flash storage device is designed to be self-managing with features like wear leveling, bad block management, and error correction handled internally by the flash controller, while the OS handles high-level data management. This division allows the flash device to serve itself for low-level operations while maintaining simplicity.

Inventive Principle:
Principle #25Self-service

2Ease of operation

If storage controllers manage data blocks, then device management is simplified, but write operations become redundant and performance decreases

Engineering Contradiction:
Improvedevice management simplicityVSAvoidwrite operation efficiency
Core Design Contradiction:
Ease of operationVSProductivity

Solution Approach 1:

By removing the storage controller's data translation function and placing it directly in the OS, the patent eliminates redundant write operations. The OS can directly write to the correct flash memory blocks without the controller's intermediate processing, significantly improving write performance.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent segments the storage management responsibilities between the OS (high-level data management) and the flash controller (low-level device operations). This segmentation allows each component to focus on its strengths, improving overall system efficiency.

Inventive Principle:
Principle #1Segmentation

3Speed

If volatile RAM is used for data buffering, then access speed increases, but data persistence during power failure is lost

Engineering Contradiction:
Improvedata access speedVSAvoiddata persistence
Core Design Contradiction:
SpeedVSReliability

Solution Approach 1:

The patent implements a power failure protection mechanism that preliminarily identifies and protects critical data in non-volatile storage before power loss occurs. The system monitors write operations and ensures critical data is securely stored in non-volatile flash memory before power failure can occur.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent uses non-volatile flash memory as an intermediary between volatile RAM and permanent storage. Data can be quickly accessed from RAM while critical portions are maintained in non-volatile flash storage, providing both speed and persistence.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20250272189A1End-to-End Data Integrity in a Storage System
Publication Date: 2025.08.28 PURE STORAGE INC
  • US20250272189A1 patent drawing
  • US20250272189A1 patent drawing
  • US20250272189A1 patent drawing

AI summary

An example method for verifying data integrity in a storage system includes detecting a write command that initiates a data storage operation, wherein the data storage operation includes processing data via a data storage path from intake of the data into the storage system to storing the data in a storage device of the storage system, the data storage path comprising at least a first processing stage and a second processing stage; generating, based on a first intermediate representation of the data produced by the first processing stage, a checksum; verifying, prior to the second processing stage producing a second intermediate representation of the data, the checksum; and directing, based on the verifying the checksum, the second processing stage to produce the second intermediate representation of the data based on the first intermediate representation of the data.