US20130304974A1 - System and method for storing data using a flexible data format - Google Patents

System and method for storing data using a flexible data format Download PDF

Info

Publication number
US20130304974A1
US20130304974A1 US13/925,789 US201313925789A US2013304974A1 US 20130304974 A1 US20130304974 A1 US 20130304974A1 US 201313925789 A US201313925789 A US 201313925789A US 2013304974 A1 US2013304974 A1 US 2013304974A1
Authority
US
United States
Prior art keywords
data
sector
sectors
controller
size
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US13/925,789
Inventor
Mark Moshayedi
Seyed Jalal Sadr
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
HGST Technologies Santa Ana Inc
Original Assignee
HGST Technologies Santa Ana Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by HGST Technologies Santa Ana Inc filed Critical HGST Technologies Santa Ana Inc
Priority to US13/925,789 priority Critical patent/US20130304974A1/en
Publication of US20130304974A1 publication Critical patent/US20130304974A1/en
Assigned to HGST TECHNOLOGIES SANTA ANA, INC. reassignment HGST TECHNOLOGIES SANTA ANA, INC. CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: STEC, INC.
Assigned to STEC, INC. reassignment STEC, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MOSHAYEDI, MARK
Assigned to STEC, INC. reassignment STEC, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SADR, SEYED JALAL
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • G06F12/0238Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory
    • G06F12/0246Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory in block erasable memory, e.g. flash memory
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/72Details relating to flash memory management
    • G06F2212/7202Allocation control and policies
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/72Details relating to flash memory management
    • G06F2212/7207Details relating to flash memory management management of metadata or control data

Definitions

  • the present invention generally relates to flash storage devices, and more particularly to systems and methods of storing data in a flash storage device.
  • Flash storage devices are increasing used for storing data in electronic applications.
  • the flash storage device stores data in a storage block of a flash storage by partitioning data among sectors having the same fixed size and writing the sectors to the storage block.
  • the flash storage is selected so that the block size of the flash storage is an integer multiple of the fixed sector size of the flash storage device.
  • data for a particular software program is organized in a data size that is less than the fixed sector size of the flash storage device.
  • one or more bits of each sector are not used to store useful data. For example, higher order bits of each sector may be set to a value of zero. Consequently, the data storage capacity of the flash storage device is reduced for the particular application.
  • a system for storing data in a flash storage device comprises a flash storage and a controller.
  • the controller may be configured to receive a command comprising in connection with user data, select a sector size, allocate the user data among a plurality of data sectors of the sector size, and write one or more pages of data comprising the data sectors to the flash storage.
  • the controller may be further configured to read data from the flash storage, allocate the data among one or more data sectors of the sector size, and provide the data sectors to a host system.
  • the flash storage device efficiently stores the data in the flash storage device.
  • the flash storage device is capable of selecting the sector size to maximize the data storage capacity of the flash storage device.
  • the controller generates system data and stores the system data in the data sectors or a system sector, or both.
  • a system for storing data in a flash storage device may comprise a flash storage and a controller.
  • the controller may be configured to receive a command comprising data, select a sector size, allocate the data among one or more sectors of the sector size, generate system data for the one or more sectors, wherein the system data is allocated among the one or more sectors of the sector size, and write the one or more sectors to one or more storage blocks of the flash storage.
  • a method for writing data to a flash storage device comprises receiving a command in connection with user data, selecting, in response to the command, a first sector size for an allocation of the user data, allocating the user data among a plurality of data sectors of the first sector size, and writing one or more pages of data comprising the plurality of data sectors to the flash storage device.
  • FIG. 1 is a block diagram of an electronic system, in accordance with an embodiment of the present invention.
  • FIG. 2 is a block diagram of a flash storage, in accordance with an embodiment of the present invention.
  • FIG. 3 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 4 is a block diagram of a data sector, in accordance with an embodiment of the present invention.
  • FIG. 5 is a block diagram of a data sector, in accordance with an embodiment of the present invention.
  • FIG. 6 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 7 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 8 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 9 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 10 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 11 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 12 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 13 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 14 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 15 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 16 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 17 is a flow chart of a method of transferring data in a flash storage device, in accordance with an embodiment of the present invention.
  • a flash storage device receives a command from a host, selects a sector size, and transfers data between the host and the flash storage device according to the sector size.
  • FIG. 1 illustrates an electronic system 100 , in accordance with an embodiment of the present invention.
  • the electronic system 100 includes a host 105 and a flash storage device 110 coupled to the host 105 .
  • the host 105 provides commands to the flash storage device 110 for transferring data between the host 105 and the flash storage device 110 .
  • the host 105 may provide a write command to the flash storage device 110 for writing data to the flash storage device 110 or read command to the flash storage device 110 for reading data from the flash storage device 110 .
  • the host 105 may be any system or device having a need for data storage or retrieval and a compatible interface for communicating with the flash storage device 110 .
  • the host 105 may a computing device, a personal computer, a portable computer, or workstation, a server, a personal digital assistant, a digital camera, a digital phone, or the like.
  • the flash storage device 110 includes a host interface 115 , a controller 120 , a memory 125 , and a flash storage 130 .
  • the host interface 115 is coupled to the controller 120 and facilitates communication between the host 105 and the controller 120 . Additionally, the controller 120 is coupled to the memory 125 and the flash storage 130 .
  • the host interface 115 may be any type of communication interface, such as an Integrated Drive Electronics (IDE) interface, a Universal Serial Bus (USB) interface, a Serial Peripheral (SP) interface, an Advanced Technology Attachment (ATA) interface, a Small Computer System Interface (SCSI), an IEEE 1394 (Firewire) interface, or the like.
  • the host 105 includes the flash storage device 110 .
  • the flash storage device 110 is remote with respect to the host 105 or is contained in a remote computing system coupled in communication with the host 105 . For example, the host 105 may communicate with the flash storage device 110 through a wireless communication link.
  • the controller 120 controls operation of the flash storage device 110 .
  • the controller 120 receives commands from the host 105 through the host interface 115 and performs the commands to transfer data between the host 105 and the flash storage 130 .
  • the controller 120 may include any type of processing device, such as a microprocessor, a microcontroller, an embedded controller, a logic circuit, software, firmware, or the like, for controlling operation of the flash storage device 110 . Additionally, the controller 120 selects a sector size for transferring data between the controller 120 and the flash storage 130 , as is described more fully herein.
  • the flash storage device 110 may include a microprocessor, a microcontroller, an embedded controller, a logic circuit, software, firmware, or any kind of processing device, for performing one or more of the functions described herein as being performed by the controller 120 .
  • the functions described herein as being performed by the controller 120 are instead performed by the host 105 .
  • the memory 125 may be any memory, computing device, or system capable of storing data.
  • the memory 125 may be a random-access memory (RAM), a dynamic random-access memory (DRAM), a static random-access memory (SRAM), a synchronous dynamic random-access memory (SDRAM), a flash storage, an erasable programmable read-only-memory (EPROM), an electrically erasable programmable read-only-memory (EEPROM), or the like.
  • the controller 120 uses the memory 125 , or a portion thereof, to store data during the transfer of data between the host 105 and the flash storage 130 .
  • the memory 125 or a portion of the memory 125 may be a cache memory.
  • the flash storage 130 receives data from the controller 120 and stores the data.
  • the flash storage 130 may be any type of flash storage, such as a flash storage system, a solid-state drive, a flash memory card, a secure digital (SD) card, a universal serial bus (USB) memory device, a CompactFlash card, a SmartMedia device, a flash storage array, or the like.
  • SD secure digital
  • USB universal serial bus
  • FIG. 2 illustrates the flash storage 130 , in accordance with an embodiment of the present invention.
  • the flash storage 130 includes storage blocks 200 , each of which has a block size.
  • the block size of the storage blocks 200 may be any number of data bits or data bytes. In some embodiments, the block size of the storage blocks 200 is a number of data bits having power of two.
  • the block size of the storage blocks 200 may be sixty-four data bits, one-hundred-twenty-eight data bits, two-hundred-fifty-six data bits, five-hundred-twelve data bits, one-thousand-twenty-four data bits, two-thousand-forty-eight data bits, four-thousand-ninety-six data bits, or the like.
  • the block size of the storage blocks 200 is four-thousand-three-hundred-fourteen data bits.
  • Each storage block 200 is capable of storing a page 205 of data (e.g., a data page). Moreover, the page 205 has a page size which is equal to, or less than, the block size of the storage block 200 . In various embodiments, the block size of the storage block 200 is the same as the page size of the page 205 . For example, the block size and the page size may be four-thousand-three-hundred-fourteen data bits.
  • FIG. 3 illustrates the page 205 , in accordance with an embodiment of the present invention.
  • the page 205 includes one or more data sectors 300 .
  • the page 205 has a page size.
  • the controller 120 receives a write command including data and selects a sector size such that the page size of the page 205 is an integer multiple of the sector size. Further, the controller 120 allocates the data of the command among the data sectors 300 and writes the data sectors 300 to the flash storage 130 .
  • the controller 120 receives a read command from the host 105 through the host interface 115 , reads data from the flash storage 130 based on the read command, assembles a page 205 containing the data or portions thereof, and provides the page 205 to the host 105 through the host interface 115 .
  • the controller 120 writes the data sectors 300 to the memory 125 before writing the data sectors 300 to the flash storage 130 . In this way, the controller 120 may reduce the number of write operations performed on the flash storage 130 . For example, the controller 120 may allocate data of more than one command to data sectors 300 , write the data sectors 300 to the memory 125 , and then transfer the data sectors 300 from the memory 125 to the flash storage 130 at the same time.
  • the memory 125 or a portion thereof functions as a cache memory, and the controller 120 writes data to, and reads data from, the cache memory.
  • the controller 120 allocates the data of the command among the data sectors 300 of the page 205 such that each data sector 300 includes a remaining portion that does not contain data of the command.
  • the controller 120 generates other data (e.g., system data) and allocates the other data among the remaining portions of the data sectors 300 .
  • the other data may include an error correction code for each data sector 300 , a logical block address of a storage block 200 storing the data sectors 300 , a time stamp for each data sector 300 indicating a time the data sector 300 is written to the flash storage 130 , or some combination thereof.
  • the controller 120 writes the page 205 containing the data sectors 300 and the other data to one or more storage blocks 200 of the flash storage 130 .
  • the controller 120 selects a sector size such that the page size of the page 205 is greater than an integer multiple of the sector size.
  • the controller 120 allocates the data of the command among the data sectors 300 and writes the data sectors 300 to the flash storage 130 . Additionally, the controller 120 generates other data (e.g., system data) for the data sectors 300 and writes the other data to the flash storage 130 . In one embodiment, the controller 120 allocates the other data to a remaining portion of the page 205 not containing any data sector 300 . In another embodiment, the controller 120 allocates a portion of the other data to each data sector 300 and a portion of the other data to a remaining portion of the page 205 not containing any data sector 300 .
  • the controller 120 may allocate the data to one sector, two sectors, three sectors, or four sectors. In other embodiments, the controller 120 may allocate data to more than four data sectors or more than one page 205 . Further, the controller 120 may write the data sectors 300 to the flash storage 130 one at a time or may write more than one data sector 300 to the flash storage 130 at the same time. In one embodiment, the controller 120 selects the sector size based on the write command. In another embodiment, the controller 120 selects the sector size based on an input to the flash storage device 110 . For example, the controller 120 may select the sector size based on a user input.
  • the controller 120 receives a write command including data from the host 105 through the host interface 115 , selects a sector size, allocates the data among data sectors 300 having the sector size, and writes the data sectors 300 to the flash storage 130 .
  • the controller 120 may write the data sectors 300 to the flash storage 130 one at a time or may write more than one data sector 300 to the flash storage 130 at the same time.
  • the controller 120 selects the sector size based on the write command.
  • the controller 120 selects the sector size based on an input to the flash storage device 110 . For example, the controller 120 may select the sector size based on a user input.
  • the controller 120 receives a read command from the host 105 through the host interface 115 , reads data from the flash storage 130 based on the read command, allocates the data among one or more data sectors 300 , and provides the data sectors 300 to the host 105 through the host interface 115 .
  • the controller 120 may provide a page 205 containing the data sectors 300 to the host 105 .
  • the controller 120 allocates data of the command among the data sectors 300 and generates other data (e.g., system data) based on the data sectors 300 .
  • the other data may include an error correction code for each data sector 300 , a logical block address of a storage block 200 storing the data sectors 300 , a time stamp for each data sector 300 indicating a time the data sector 300 is written to the flash storage 130 , or some combination thereof.
  • the controller 120 writes the data sectors 300 and the other data to one or more storage blocks 200 of the flash storage 130 .
  • the controller 120 allocates the other data among the data sectors 300 and writes the data sectors 300 to one or more storage blocks 200 of the flash storage 130 .
  • the controller 120 allocates a portion of the other data among the data sectors 300 . Further, the controller 120 writes the data sectors 300 and the remaining portion of the other data to one or more storage blocks 200 of the flash storage 130 .
  • FIG. 4 illustrates the data sector 300 , in accordance with an embodiment of the present invention.
  • the data sector 300 includes user data 400 .
  • the controller 120 selects the sector size of the data sector 300 , receives a write command including data, and allocates the data, or a portion thereof, to the data sector 300 as user data 400 . Additionally, the controller 120 writes the data sector containing the user data 400 to the flash storage 130 .
  • FIG. 5 illustrates the data sector 300 , in accordance with an embodiment of the present invention.
  • the data sector 300 includes user data 400 and system data 500 .
  • the controller 120 selects the sector size of the data sector 300 , receives a write command including data, and allocates the data, or a portion thereof, to the data sector 300 as user data 400 . Additionally, the controller 120 generates the system data 500 and allocates the system data 500 to the data sector 300 .
  • the system data 500 may include an error correction code for the user data 400 , a logical block address of a storage block 200 for storing the user data 400 , a time stamp for the user data 400 , or some combination thereof.
  • the controller 120 writes the data sector 300 containing the user data 400 and the system data 500 to the flash storage 130 .
  • FIG. 6 illustrates the page 205 , in accordance with an embodiment of the present invention.
  • the page 205 includes four data sectors 300 and a system sector 600 .
  • the controller 120 selects a sector size of the data sectors 300 and a sector size of the system sector 600 such that a page size of the page 205 is the same as a block size of a storage block 200 .
  • four data sectors 300 are illustrated in FIG. 6 , the page 205 may have more or fewer than four data sectors 300 in other embodiments.
  • the controller 205 writes the page 205 into multiple storage blocks 200 .
  • the controller 205 writes one or more of the data sectors 300 of the page 205 to a first storage block 200 and writes the remaining data sectors 300 of the page 205 to a next storage block 200 .
  • the page 205 includes seven data sectors 300 , and the storage block 200 is capable of storing four data sectors 300 .
  • the controller 205 writes four data sectors 300 of the page 205 to a first storage block 200 and writes the remaining three data sectors 300 of the page 205 to a second storage block 200 (e.g., the next consecutive storage block 200 in the flash storage 130 ).
  • the controller 120 writes the first data sector 300 of the page 205 to the first storage block 200 at an offset.
  • the offset may be sixteen bits from a start of the storage block 200 .
  • the controller 120 may select the offset to maximize storage capacity of the flash storage 130 , for example by packing the data sectors 300 of pages 205 next to each other so that no bits of the storage block 200 are unused.
  • a portion of a data sector 300 may be written to one storage block 200 and a remaining portion of the data sector 300 may be written to another storage block 200 .
  • FIG. 7 illustrates the page 205 , in accordance with an embodiment of the present invention.
  • the page 205 includes eight data sectors 300 and a system sector 600 .
  • the controller 120 selects a sector size of the data sectors 300 and a sector size of the system sector 600 such that a page size of the page 205 is the same as a block size of a storage block 200 .
  • the controller 120 receives a write command including data, and allocates the data, or a portion thereof, to each data sector 300 as user data 400 . Additionally, the controller 120 generates system data 500 and allocates the system data 500 to the system sector 600 .
  • the system data 500 may include an error correction code for the page 205 , an error correction code for the user data 400 in each data sector 300 , a logical block address of a storage block 200 for storing the page 205 , logical block addresses for storing each data sector 300 , a time stamp for each data sector 300 , or some combination thereof.
  • the controller 120 writes the data sectors 300 and the system sector 600 to the flash storage 130 .
  • the controller 120 may write the page 205 containing the data sectors 300 and the system sector 600 to the flash storage 130 .
  • eight data sectors 300 are illustrated in FIG. 6
  • the page 205 may have more or fewer than eight data sectors 300 in other embodiments.
  • each storage block 200 of the flash storage 130 includes an out-of-bounds (OOB) area and the controller 120 writes the system sector 600 to the out-of-bounds area.
  • OOB out-of-bounds
  • the block size of the storage block 200 is four-thousand-three-hundred-fourteen bits.
  • the controller 120 selects the sector size of the data sectors 300 such that the page 205 includes eight data sectors 300 and one system sector 600 .
  • the controller 120 may select the sector size of the data sectors 300 to be five-hundred-twenty-bits and select the sector size of the system sector 600 to be one-hundred-fifty-four bits.
  • the controller 120 may select the sector size of the data sectors 300 to be five-hundred-twenty-four-bits and select the sector size of the system sector 600 to be one-hundred-twenty-two bits.
  • the controller 120 may select the sector size of the data sectors 300 to be five-hundred-twenty-eight bits and select the sector size of the system sector 600 to be ninety bits. In various embodiments, the controller 120 selects the sector size of the data sectors 300 and the sector size of the system sector 600 based on a data format of an application program. In this way, the controller 120 maximizes the storage capacity of the flash storage 130 .
  • FIG. 8 illustrates the page 205 , in accordance with an embodiment of the present invention.
  • the page 205 includes four data sectors 300 and a system sector 600 .
  • the controller 120 selects a sector size of the data sectors 300 and a sector size of the system sector 600 such that a page size of the page 205 is the same as a block size of the storage block 200 .
  • four data sectors 300 are illustrated in FIG. 8 , the page 205 may have more or fewer than four data sectors 300 in other embodiments.
  • each storage block 200 of the flash storage 130 includes an out-of-bounds (OOB) area and the controller 120 writes the system sector 600 to the out-of-bounds area.
  • OOB out-of-bounds
  • FIG. 9 illustrates the page 205 , in accordance with an embodiment of the present invention.
  • the page 205 includes two data sectors 300 and a system sector 600 .
  • the controller 120 selects a sector size of the data sectors 300 and a sector size of the system sector 600 such that a page size of the page 205 is the same as a block size of the storage block 200 .
  • the page 205 may have more or fewer than two data sectors 300 in other embodiments.
  • each storage block 200 of the flash storage 130 includes an out-of-bounds (OOB) area and the controller 120 writes the system sector 600 to the out-of-bounds area.
  • OOB out-of-bounds
  • FIG. 10 illustrates the page 205 , in accordance with an embodiment of the present invention.
  • the page 205 includes a data sector 300 and a system sector 600 .
  • the controller 120 selects a sector size of the data sector 300 such that a page size of the page 205 is the same as a block size of the storage block 200 .
  • the page 205 may have more than one data sector 300 in other embodiments.
  • each storage block 200 of the flash storage 130 includes an out-of-bounds (OOB) area and the controller 120 writes the system sector 600 to the out-of-bounds area.
  • OOB out-of-bounds
  • FIG. 11 illustrates the page 205 , in accordance with an embodiment of the present invention.
  • the page 205 includes four data sectors 300 .
  • the controller 120 receives a write command including data, and allocates the data, or a portion thereof, to each data sector 300 as user data 400 . Additionally, the controller 120 generates system data 500 and allocates the system data 500 among the data sectors 300 .
  • each data sector 300 includes user data 400 and system data 500 .
  • the system data 500 of a data sector 300 may include an error correction code for the user data 400 of the data sector 300 , a logical block address for storing the user data 400 in a storage block 200 , a time stamp for the data sector 300 , or some combination thereof.
  • the controller 120 writes the data sectors 300 to the flash storage 130 based on the write command. Although four data sectors 300 are illustrated in FIG. 11 , the page 205 may have more or fewer than four data sectors 300 in other embodiments.
  • the controller 205 writes the page 205 into multiple storage blocks 200 .
  • the controller 205 writes one or more of the data sectors 300 of the page 205 to a first storage block 200 and writes the remaining data sectors 300 of the page 205 to a next storage block 200 .
  • the page 205 includes seven data sectors 300 , and the storage block 200 is capable of storing four data sectors 300 .
  • the controller 205 writes four data sectors 300 of the page 205 to a first storage block 200 and writes the remaining three data sectors 300 of the page 205 to a second storage block 200 (e.g., the next consecutive storage block 200 in the flash storage 130 ).
  • the controller 120 writes the first data sector 300 of the page 205 to the first storage block 200 at an offset.
  • the offset may be sixteen bits from a start of the storage block 200 .
  • the controller 120 may select the offset to maximize storage capacity of the flash storage 130 , for example by packing the data sectors 300 of pages 205 next to each other so that no bits of the storage block 200 are unused.
  • a portion of a data sector 300 may be written to one storage block 200 and a remaining portion of the data sector 300 may be written to another storage block 200 .
  • FIG. 12 illustrates the page 205 , in accordance with an embodiment of the present invention.
  • the page 205 includes two data sectors 300 .
  • the controller 120 selects a sector size of the data sectors 300 such that a page size of the page 205 is the same as a block size of the storage block 200 .
  • each data sector 300 includes user data 400 and system data 500 .
  • the page 205 may have more or fewer than two data sectors 300 in other embodiments.
  • FIG. 13 illustrates the page 205 , in accordance with an embodiment of the present invention.
  • the page 205 includes a data sector 300 and a system sector 600 .
  • the controller 120 selects a sector size of the data sector 300 and a sector size of the system sector 600 such that the page size of the page 205 is the same as the block size of the storage block 200 .
  • the data sector 300 includes user data 400 and system data 500 .
  • the page 205 may have more or fewer than one data sector 300 in other embodiments.
  • FIG. 14 illustrates the page 205 , in accordance with an embodiment of the present invention.
  • the page 205 includes four data sectors 300 and a system sector 600 .
  • the controller 120 selects a sector size of the data sector 300 and a sector size of the system sector 600 such that a page size of the page 205 is the same as a block size of the storage block 200 .
  • the controller 120 receives a write command including data, and allocates the data, or a portion thereof, to each data sector 300 as user data 400 . Additionally, the controller 120 generates system data 500 for each data sector 300 and allocates the system data 500 to that data sector 300 .
  • the controller 120 also generates system data 500 for the system sector 600 and allocates the system data 500 to the system sector 600 .
  • the system data 500 may be an error correction code for the user data 400 , a logical block address of a storage block 200 for storing the user data 400 , a time stamp for the user data 400 , or some combination thereof.
  • the controller 120 writes the data sectors 300 and the system sector 600 to the flash storage 130 . Although eight data sectors 300 are illustrated in FIG. 14 , the page 205 may have more or fewer than eight data sectors 300 in other embodiments.
  • the system data 500 in each data sector 300 includes an error correction code for the user data 400 in that data sector 300 and the system data 500 in the system sector 600 includes a logical block address of the page 205 .
  • the controller 120 generates the error correction code for each data sector 300 based on the user data 400 in that data sector 300 . Further, the controller 120 generates the logical block address based on a write command received from the host 105 through the host interface 115 .
  • the system data 500 in each data sector 300 includes a logical block address for the user data 400 in that data sector 300 and the system data 500 in the system sector 600 includes an error correction code of the page 205 .
  • the controller 120 generates the error correction code for the page 205 based on the user data 400 in data sectors 300 . Further, the controller 120 generates the logical block address based on a write command received from the host 105 through the host interface 115 . In another embodiment, the controller 120 generates an error correction code for the user data 400 in each data sector 300 and the system data 500 in the system sector 600 includes the error correction codes.
  • the system data 500 in the data sectors 300 or the system sector 600 may include a time stamp for the data sectors 300 .
  • FIG. 15 illustrates the page 205 , in accordance with an embodiment of the present invention.
  • the page 205 includes two data sectors 300 and a system sector 600 .
  • each data sector 300 includes user data 400 and system data 500 .
  • the system sector 600 includes system data 500 .
  • two data sectors 300 are illustrated in FIG. 15 , the page 205 may have more or fewer than two data sectors 300 in other embodiments.
  • FIG. 16 illustrates the page 205 , in accordance with an embodiment of the present invention.
  • the page 205 includes a data sector 300 and a system sector 600 .
  • the data sector 300 includes user data 400 and system data 500 .
  • the system sector 600 includes system data 500 .
  • one data sector 300 is illustrated in FIG. 16
  • the page 205 may have more than one data sector 300 in other embodiments.
  • FIG. 17 illustrates a method 1700 of transferring data in a flash storage device, in accordance with an embodiment of the present invention.
  • a command is received.
  • the command may be a write command or a read command, among others.
  • the controller 120 receives the command from the host 105 through the host interface 115 .
  • the method 1700 then proceeds to step 1710 .
  • a storage block 200 is identified.
  • the controller 120 identifies the storage block 200 based on the command received from the host 105 .
  • the command may include a virtual address and the controller 120 maps the virtual address to a logical block address.
  • the method 1700 then proceeds to step 1715 .
  • step 1715 a determination is made as to whether the command is a write command.
  • the controller 120 determines whether the command is a write command based on the command.
  • the command may include data, such as a command identifier or an opcode, and the controller 120 determines whether the command is a write command based on the data. If the controller 120 determines that the command is write command, the method 1700 proceeds to step 1725 , otherwise the method 1700 proceeds to step 1720 .
  • step 1720 arrived at from the determination in step 1715 that the command is not a write command, the command is processed.
  • the controller 120 processes the command.
  • the command may be a read command and the controller 120 processes the read command by determining a logical block address of the identified storage block 200 , reading data from the identified storage block 200 , and providing the data to the host 105 through the host interface 115 .
  • the method 1700 then ends.
  • a sector size is selected.
  • the controller 120 selects a sector size for data sectors 300 of a page 205 .
  • the controller 120 also selects a sector size for a system sector 600 of the page 205 .
  • the controller 120 selects the sector for the data sectors 300 or the system sector 600 , or both, based on the command, a user input, or an application program. The method 1700 then proceeds to step 1730 .
  • step 1730 data is allocated among the sectors.
  • the controller 120 allocates data of the write command among the data sectors 300 .
  • the controller 120 generates system data 500 based on the data of the write command and allocates the system data 500 among the data sectors 300 .
  • the controller 120 generates system data 500 based on the data of the write command and allocates the system data 500 to the system sector 600 .
  • the controller 120 generates system data 500 based on the data of the write command and allocates the system data 500 among the data sectors 300 and the system sector 600 .
  • the method 1700 then proceeds to step 1735 .
  • step 1735 the sectors are written to the identified storage block 200 .
  • the controller 120 writes the data sectors 300 to the identified storage block 200 .
  • the controller 120 also writes the system sector 600 to the identified storage block 200 .
  • the controller 120 writes data sectors 300 to the identified storage block 200 until the storage block 200 is full. The method 1700 then proceeds to step 1740 .
  • step 1740 a determination is made as to whether additional data exists.
  • the controller 120 determines whether all the data sectors 300 have been written to the identified storage block 200 . If the controller 120 determines all the data sectors 300 have not been written to the identified storage block 200 , the method 1700 proceeds to step 1745 , otherwise the method 1700 ends.
  • step 1745 arrived at from the determination in step 1740 that all the data sectors 300 have not been written to the identified storage block 200 , a next storage block 200 is identified.
  • the controller 120 identifies the next storage block 200 for storing remaining data sectors 305 (e.g., data sectors 300 that have not been written to the previously identified storage block 200 ).
  • the controller 120 may identify the next storage block 200 by identifying the logical block address of the previously identified storage block 200 and incrementing the logical block address.
  • the method 1700 then ends.
  • the method 1700 may include more or fewer than the steps 1705 - 1745 described above and illustrated in FIG. 17 . In some embodiments, two or more of the steps 1705 - 1745 may be performed in parallel. In some embodiments, two or more of the steps 1705 - 1745 may be performed substantially simultaneously.

Abstract

A flash storage device includes a flash storage for storing data and a controller for receiving a command in connection with user data and selecting a sector size associated with storing the user data. The controller allocates the user data among data sectors having the sector size and writes the data sectors to the flash storage. In some embodiments, the controller generates system data and stores the system data in the data sectors or a system sector, or both.

Description

    CROSS-REFERENCES TO RELATED APPLICATIONS
  • This application is a continuation of U.S. application Ser. No. 13/719,184, entitled SYSTEM AND METHOD FOR STORING DATA USING A FLEXIBLE DATA FORMAT, filed Dec. 18, 2012, which is a continuation of 12/511,991, entitled FLASH STORAGE DEVICE WITH FLEXIBLE DATA FORMAT, filed Jul. 29, 2009, the subject matter of which are incorporated herein by reference in their entirety.
  • TECHNICAL FIELD
  • The present invention generally relates to flash storage devices, and more particularly to systems and methods of storing data in a flash storage device.
  • BACKGROUND
  • Flash storage devices are increasing used for storing data in electronic applications. In many such applications, the flash storage device stores data in a storage block of a flash storage by partitioning data among sectors having the same fixed size and writing the sectors to the storage block. To maximize data storage capacity of the flash storage device, the flash storage is selected so that the block size of the flash storage is an integer multiple of the fixed sector size of the flash storage device.
  • In some applications, data for a particular software program is organized in a data size that is less than the fixed sector size of the flash storage device. In these applications, one or more bits of each sector are not used to store useful data. For example, higher order bits of each sector may be set to a value of zero. Consequently, the data storage capacity of the flash storage device is reduced for the particular application.
  • In light of the above, a need exists for a flash storage device that efficiently stores data of different data sizes.
  • SUMMARY
  • In various aspects, a system for storing data in a flash storage device comprises a flash storage and a controller. The controller may be configured to receive a command comprising in connection with user data, select a sector size, allocate the user data among a plurality of data sectors of the sector size, and write one or more pages of data comprising the data sectors to the flash storage. The controller may be further configured to read data from the flash storage, allocate the data among one or more data sectors of the sector size, and provide the data sectors to a host system.
  • In this way, the flash storage device efficiently stores the data in the flash storage device. Moreover, the flash storage device is capable of selecting the sector size to maximize the data storage capacity of the flash storage device. In a further embodiment, the controller generates system data and stores the system data in the data sectors or a system sector, or both.
  • In another aspect, a system for storing data in a flash storage device may comprise a flash storage and a controller. In this aspect, the controller may be configured to receive a command comprising data, select a sector size, allocate the data among one or more sectors of the sector size, generate system data for the one or more sectors, wherein the system data is allocated among the one or more sectors of the sector size, and write the one or more sectors to one or more storage blocks of the flash storage.
  • In a further aspect, a method for writing data to a flash storage device comprises receiving a command in connection with user data, selecting, in response to the command, a first sector size for an allocation of the user data, allocating the user data among a plurality of data sectors of the first sector size, and writing one or more pages of data comprising the plurality of data sectors to the flash storage device.
  • BRIEF DESCRIPTION OF DRAWINGS
  • The accompanying drawings are included to provide a further understanding of the invention, and are incorporated in and constitute a part of this specification. The drawings illustrate embodiments of the invention, and together with the description, serve to explain the principles of the invention.
  • FIG. 1 is a block diagram of an electronic system, in accordance with an embodiment of the present invention.
  • FIG. 2 is a block diagram of a flash storage, in accordance with an embodiment of the present invention.
  • FIG. 3 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 4 is a block diagram of a data sector, in accordance with an embodiment of the present invention.
  • FIG. 5 is a block diagram of a data sector, in accordance with an embodiment of the present invention.
  • FIG. 6 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 7 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 8 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 9 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 10 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 11 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 12 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 13 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 14 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 15 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 16 is a block diagram of a page, in accordance with an embodiment of the present invention.
  • FIG. 17 is a flow chart of a method of transferring data in a flash storage device, in accordance with an embodiment of the present invention.
  • DESCRIPTION
  • In various embodiments, a flash storage device receives a command from a host, selects a sector size, and transfers data between the host and the flash storage device according to the sector size.
  • FIG. 1 illustrates an electronic system 100, in accordance with an embodiment of the present invention. The electronic system 100 includes a host 105 and a flash storage device 110 coupled to the host 105. The host 105 provides commands to the flash storage device 110 for transferring data between the host 105 and the flash storage device 110. For example, the host 105 may provide a write command to the flash storage device 110 for writing data to the flash storage device 110 or read command to the flash storage device 110 for reading data from the flash storage device 110. The host 105 may be any system or device having a need for data storage or retrieval and a compatible interface for communicating with the flash storage device 110. For example, the host 105 may a computing device, a personal computer, a portable computer, or workstation, a server, a personal digital assistant, a digital camera, a digital phone, or the like.
  • The flash storage device 110 includes a host interface 115, a controller 120, a memory 125, and a flash storage 130. The host interface 115 is coupled to the controller 120 and facilitates communication between the host 105 and the controller 120. Additionally, the controller 120 is coupled to the memory 125 and the flash storage 130. The host interface 115 may be any type of communication interface, such as an Integrated Drive Electronics (IDE) interface, a Universal Serial Bus (USB) interface, a Serial Peripheral (SP) interface, an Advanced Technology Attachment (ATA) interface, a Small Computer System Interface (SCSI), an IEEE 1394 (Firewire) interface, or the like. In some embodiments, the host 105 includes the flash storage device 110. In other embodiments, the flash storage device 110 is remote with respect to the host 105 or is contained in a remote computing system coupled in communication with the host 105. For example, the host 105 may communicate with the flash storage device 110 through a wireless communication link.
  • The controller 120 controls operation of the flash storage device 110. In various embodiments, the controller 120 receives commands from the host 105 through the host interface 115 and performs the commands to transfer data between the host 105 and the flash storage 130. The controller 120 may include any type of processing device, such as a microprocessor, a microcontroller, an embedded controller, a logic circuit, software, firmware, or the like, for controlling operation of the flash storage device 110. Additionally, the controller 120 selects a sector size for transferring data between the controller 120 and the flash storage 130, as is described more fully herein.
  • In some embodiments, some or all of the functions described herein as being performed by the controller 120 may instead be performed by another element of the flash storage device 110. For example, the flash storage device 110 may include a microprocessor, a microcontroller, an embedded controller, a logic circuit, software, firmware, or any kind of processing device, for performing one or more of the functions described herein as being performed by the controller 120. In some embodiments, one or more of the functions described herein as being performed by the controller 120 are instead performed by the host 105.
  • The memory 125 may be any memory, computing device, or system capable of storing data. For example, the memory 125 may be a random-access memory (RAM), a dynamic random-access memory (DRAM), a static random-access memory (SRAM), a synchronous dynamic random-access memory (SDRAM), a flash storage, an erasable programmable read-only-memory (EPROM), an electrically erasable programmable read-only-memory (EEPROM), or the like. In various embodiments, the controller 120 uses the memory 125, or a portion thereof, to store data during the transfer of data between the host 105 and the flash storage 130. For example, the memory 125 or a portion of the memory 125 may be a cache memory.
  • The flash storage 130 receives data from the controller 120 and stores the data. The flash storage 130 may be any type of flash storage, such as a flash storage system, a solid-state drive, a flash memory card, a secure digital (SD) card, a universal serial bus (USB) memory device, a CompactFlash card, a SmartMedia device, a flash storage array, or the like.
  • FIG. 2 illustrates the flash storage 130, in accordance with an embodiment of the present invention. The flash storage 130 includes storage blocks 200, each of which has a block size. The block size of the storage blocks 200 may be any number of data bits or data bytes. In some embodiments, the block size of the storage blocks 200 is a number of data bits having power of two. For example, the block size of the storage blocks 200 may be sixty-four data bits, one-hundred-twenty-eight data bits, two-hundred-fifty-six data bits, five-hundred-twelve data bits, one-thousand-twenty-four data bits, two-thousand-forty-eight data bits, four-thousand-ninety-six data bits, or the like. In one embodiment, the block size of the storage blocks 200 is four-thousand-three-hundred-fourteen data bits.
  • Each storage block 200 is capable of storing a page 205 of data (e.g., a data page). Moreover, the page 205 has a page size which is equal to, or less than, the block size of the storage block 200. In various embodiments, the block size of the storage block 200 is the same as the page size of the page 205. For example, the block size and the page size may be four-thousand-three-hundred-fourteen data bits.
  • FIG. 3 illustrates the page 205, in accordance with an embodiment of the present invention. As illustrated, the page 205 includes one or more data sectors 300. Moreover, the page 205 has a page size. In various embodiments, the controller 120 receives a write command including data and selects a sector size such that the page size of the page 205 is an integer multiple of the sector size. Further, the controller 120 allocates the data of the command among the data sectors 300 and writes the data sectors 300 to the flash storage 130. In further embodiments, the controller 120 receives a read command from the host 105 through the host interface 115, reads data from the flash storage 130 based on the read command, assembles a page 205 containing the data or portions thereof, and provides the page 205 to the host 105 through the host interface 115.
  • In some embodiments, the controller 120 writes the data sectors 300 to the memory 125 before writing the data sectors 300 to the flash storage 130. In this way, the controller 120 may reduce the number of write operations performed on the flash storage 130. For example, the controller 120 may allocate data of more than one command to data sectors 300, write the data sectors 300 to the memory 125, and then transfer the data sectors 300 from the memory 125 to the flash storage 130 at the same time. In one embodiment, the memory 125 or a portion thereof functions as a cache memory, and the controller 120 writes data to, and reads data from, the cache memory.
  • In some embodiments, the controller 120 allocates the data of the command among the data sectors 300 of the page 205 such that each data sector 300 includes a remaining portion that does not contain data of the command. In these embodiments, the controller 120 generates other data (e.g., system data) and allocates the other data among the remaining portions of the data sectors 300. For example, the other data may include an error correction code for each data sector 300, a logical block address of a storage block 200 storing the data sectors 300, a time stamp for each data sector 300 indicating a time the data sector 300 is written to the flash storage 130, or some combination thereof. The controller 120 writes the page 205 containing the data sectors 300 and the other data to one or more storage blocks 200 of the flash storage 130.
  • In other embodiments, the controller 120 selects a sector size such that the page size of the page 205 is greater than an integer multiple of the sector size. The controller 120 allocates the data of the command among the data sectors 300 and writes the data sectors 300 to the flash storage 130. Additionally, the controller 120 generates other data (e.g., system data) for the data sectors 300 and writes the other data to the flash storage 130. In one embodiment, the controller 120 allocates the other data to a remaining portion of the page 205 not containing any data sector 300. In another embodiment, the controller 120 allocates a portion of the other data to each data sector 300 and a portion of the other data to a remaining portion of the page 205 not containing any data sector 300.
  • Although four data sectors 300 are illustrated in FIG. 3, the controller 120 may allocate the data to one sector, two sectors, three sectors, or four sectors. In other embodiments, the controller 120 may allocate data to more than four data sectors or more than one page 205. Further, the controller 120 may write the data sectors 300 to the flash storage 130 one at a time or may write more than one data sector 300 to the flash storage 130 at the same time. In one embodiment, the controller 120 selects the sector size based on the write command. In another embodiment, the controller 120 selects the sector size based on an input to the flash storage device 110. For example, the controller 120 may select the sector size based on a user input.
  • In some embodiments, the controller 120 receives a write command including data from the host 105 through the host interface 115, selects a sector size, allocates the data among data sectors 300 having the sector size, and writes the data sectors 300 to the flash storage 130. In various embodiments, the controller 120 may write the data sectors 300 to the flash storage 130 one at a time or may write more than one data sector 300 to the flash storage 130 at the same time. In one embodiment, the controller 120 selects the sector size based on the write command. In another embodiment, the controller 120 selects the sector size based on an input to the flash storage device 110. For example, the controller 120 may select the sector size based on a user input. In further embodiments, the controller 120 receives a read command from the host 105 through the host interface 115, reads data from the flash storage 130 based on the read command, allocates the data among one or more data sectors 300, and provides the data sectors 300 to the host 105 through the host interface 115. For example, the controller 120 may provide a page 205 containing the data sectors 300 to the host 105.
  • In some embodiments, the controller 120 allocates data of the command among the data sectors 300 and generates other data (e.g., system data) based on the data sectors 300. For example, the other data may include an error correction code for each data sector 300, a logical block address of a storage block 200 storing the data sectors 300, a time stamp for each data sector 300 indicating a time the data sector 300 is written to the flash storage 130, or some combination thereof. The controller 120 writes the data sectors 300 and the other data to one or more storage blocks 200 of the flash storage 130. In another embodiment, the controller 120 allocates the other data among the data sectors 300 and writes the data sectors 300 to one or more storage blocks 200 of the flash storage 130. In still another embodiment, the controller 120 allocates a portion of the other data among the data sectors 300. Further, the controller 120 writes the data sectors 300 and the remaining portion of the other data to one or more storage blocks 200 of the flash storage 130.
  • FIG. 4 illustrates the data sector 300, in accordance with an embodiment of the present invention. As illustrated, the data sector 300 includes user data 400. In various embodiments, the controller 120 selects the sector size of the data sector 300, receives a write command including data, and allocates the data, or a portion thereof, to the data sector 300 as user data 400. Additionally, the controller 120 writes the data sector containing the user data 400 to the flash storage 130.
  • FIG. 5 illustrates the data sector 300, in accordance with an embodiment of the present invention. The data sector 300 includes user data 400 and system data 500. In various embodiments, the controller 120 selects the sector size of the data sector 300, receives a write command including data, and allocates the data, or a portion thereof, to the data sector 300 as user data 400. Additionally, the controller 120 generates the system data 500 and allocates the system data 500 to the data sector 300. For example, the system data 500 may include an error correction code for the user data 400, a logical block address of a storage block 200 for storing the user data 400, a time stamp for the user data 400, or some combination thereof. The controller 120 writes the data sector 300 containing the user data 400 and the system data 500 to the flash storage 130.
  • FIG. 6 illustrates the page 205, in accordance with an embodiment of the present invention. The page 205 includes four data sectors 300 and a system sector 600. In various embodiments, the controller 120 selects a sector size of the data sectors 300 and a sector size of the system sector 600 such that a page size of the page 205 is the same as a block size of a storage block 200. Although four data sectors 300 are illustrated in FIG. 6, the page 205 may have more or fewer than four data sectors 300 in other embodiments.
  • In one embodiment, the controller 205 writes the page 205 into multiple storage blocks 200. In this embodiment, the controller 205 writes one or more of the data sectors 300 of the page 205 to a first storage block 200 and writes the remaining data sectors 300 of the page 205 to a next storage block 200. In one embodiment, the page 205 includes seven data sectors 300, and the storage block 200 is capable of storing four data sectors 300. In this embodiment, the controller 205 writes four data sectors 300 of the page 205 to a first storage block 200 and writes the remaining three data sectors 300 of the page 205 to a second storage block 200 (e.g., the next consecutive storage block 200 in the flash storage 130). In some embodiments, the controller 120 writes the first data sector 300 of the page 205 to the first storage block 200 at an offset. For example, the offset may be sixteen bits from a start of the storage block 200. Moreover, the controller 120 may select the offset to maximize storage capacity of the flash storage 130, for example by packing the data sectors 300 of pages 205 next to each other so that no bits of the storage block 200 are unused. In these embodiments, a portion of a data sector 300 may be written to one storage block 200 and a remaining portion of the data sector 300 may be written to another storage block 200.
  • FIG. 7 illustrates the page 205, in accordance with an embodiment of the present invention. The page 205 includes eight data sectors 300 and a system sector 600. In various embodiments, the controller 120 selects a sector size of the data sectors 300 and a sector size of the system sector 600 such that a page size of the page 205 is the same as a block size of a storage block 200. The controller 120 receives a write command including data, and allocates the data, or a portion thereof, to each data sector 300 as user data 400. Additionally, the controller 120 generates system data 500 and allocates the system data 500 to the system sector 600. For example, the system data 500 may include an error correction code for the page 205, an error correction code for the user data 400 in each data sector 300, a logical block address of a storage block 200 for storing the page 205, logical block addresses for storing each data sector 300, a time stamp for each data sector 300, or some combination thereof.
  • The controller 120 writes the data sectors 300 and the system sector 600 to the flash storage 130. For example, the controller 120 may write the page 205 containing the data sectors 300 and the system sector 600 to the flash storage 130. Although eight data sectors 300 are illustrated in FIG. 6, the page 205 may have more or fewer than eight data sectors 300 in other embodiments. In some embodiments, each storage block 200 of the flash storage 130 includes an out-of-bounds (OOB) area and the controller 120 writes the system sector 600 to the out-of-bounds area.
  • In one embodiment, the block size of the storage block 200 is four-thousand-three-hundred-fourteen bits. In this embodiment, the controller 120 selects the sector size of the data sectors 300 such that the page 205 includes eight data sectors 300 and one system sector 600. For example, the controller 120 may select the sector size of the data sectors 300 to be five-hundred-twenty-bits and select the sector size of the system sector 600 to be one-hundred-fifty-four bits. As another example, the controller 120 may select the sector size of the data sectors 300 to be five-hundred-twenty-four-bits and select the sector size of the system sector 600 to be one-hundred-twenty-two bits. As still another example, the controller 120 may select the sector size of the data sectors 300 to be five-hundred-twenty-eight bits and select the sector size of the system sector 600 to be ninety bits. In various embodiments, the controller 120 selects the sector size of the data sectors 300 and the sector size of the system sector 600 based on a data format of an application program. In this way, the controller 120 maximizes the storage capacity of the flash storage 130.
  • FIG. 8 illustrates the page 205, in accordance with an embodiment of the present invention. The page 205 includes four data sectors 300 and a system sector 600. In this embodiment, the controller 120 selects a sector size of the data sectors 300 and a sector size of the system sector 600 such that a page size of the page 205 is the same as a block size of the storage block 200. Although four data sectors 300 are illustrated in FIG. 8, the page 205 may have more or fewer than four data sectors 300 in other embodiments. In some embodiments, each storage block 200 of the flash storage 130 includes an out-of-bounds (OOB) area and the controller 120 writes the system sector 600 to the out-of-bounds area.
  • FIG. 9 illustrates the page 205, in accordance with an embodiment of the present invention. The page 205 includes two data sectors 300 and a system sector 600. In this embodiment, the controller 120 selects a sector size of the data sectors 300 and a sector size of the system sector 600 such that a page size of the page 205 is the same as a block size of the storage block 200. Although two data sectors 300 are illustrated in FIG. 9, the page 205 may have more or fewer than two data sectors 300 in other embodiments. In some embodiments, each storage block 200 of the flash storage 130 includes an out-of-bounds (OOB) area and the controller 120 writes the system sector 600 to the out-of-bounds area.
  • FIG. 10 illustrates the page 205, in accordance with an embodiment of the present invention. The page 205 includes a data sector 300 and a system sector 600. In this embodiment, the controller 120 selects a sector size of the data sector 300 such that a page size of the page 205 is the same as a block size of the storage block 200. Although one data sector 300 is illustrated in FIG. 10, the page 205 may have more than one data sector 300 in other embodiments. In some embodiments, each storage block 200 of the flash storage 130 includes an out-of-bounds (OOB) area and the controller 120 writes the system sector 600 to the out-of-bounds area.
  • FIG. 11 illustrates the page 205, in accordance with an embodiment of the present invention. The page 205 includes four data sectors 300. The controller 120 receives a write command including data, and allocates the data, or a portion thereof, to each data sector 300 as user data 400. Additionally, the controller 120 generates system data 500 and allocates the system data 500 among the data sectors 300. As illustrated in FIG. 12, each data sector 300 includes user data 400 and system data 500. For example, the system data 500 of a data sector 300 may include an error correction code for the user data 400 of the data sector 300, a logical block address for storing the user data 400 in a storage block 200, a time stamp for the data sector 300, or some combination thereof. The controller 120 writes the data sectors 300 to the flash storage 130 based on the write command. Although four data sectors 300 are illustrated in FIG. 11, the page 205 may have more or fewer than four data sectors 300 in other embodiments.
  • In one embodiment, the controller 205 writes the page 205 into multiple storage blocks 200. In this embodiment, the controller 205 writes one or more of the data sectors 300 of the page 205 to a first storage block 200 and writes the remaining data sectors 300 of the page 205 to a next storage block 200. In one embodiment, the page 205 includes seven data sectors 300, and the storage block 200 is capable of storing four data sectors 300. In this embodiment, the controller 205 writes four data sectors 300 of the page 205 to a first storage block 200 and writes the remaining three data sectors 300 of the page 205 to a second storage block 200 (e.g., the next consecutive storage block 200 in the flash storage 130). In some embodiments, the controller 120 writes the first data sector 300 of the page 205 to the first storage block 200 at an offset. For example, the offset may be sixteen bits from a start of the storage block 200. Moreover, the controller 120 may select the offset to maximize storage capacity of the flash storage 130, for example by packing the data sectors 300 of pages 205 next to each other so that no bits of the storage block 200 are unused. In these embodiments, a portion of a data sector 300 may be written to one storage block 200 and a remaining portion of the data sector 300 may be written to another storage block 200.
  • FIG. 12 illustrates the page 205, in accordance with an embodiment of the present invention. The page 205 includes two data sectors 300. In various embodiments, the controller 120 selects a sector size of the data sectors 300 such that a page size of the page 205 is the same as a block size of the storage block 200. As illustrated in FIG. 12, each data sector 300 includes user data 400 and system data 500. Although two data sectors 300 are illustrated in FIG. 12, the page 205 may have more or fewer than two data sectors 300 in other embodiments.
  • FIG. 13 illustrates the page 205, in accordance with an embodiment of the present invention. The page 205 includes a data sector 300 and a system sector 600. In this embodiment, the controller 120 selects a sector size of the data sector 300 and a sector size of the system sector 600 such that the page size of the page 205 is the same as the block size of the storage block 200. As illustrated in FIG. 13, the data sector 300 includes user data 400 and system data 500. Although one data sector 300 is illustrated in FIG. 13, the page 205 may have more or fewer than one data sector 300 in other embodiments.
  • FIG. 14 illustrates the page 205, in accordance with an embodiment of the present invention. The page 205 includes four data sectors 300 and a system sector 600. In this embodiment, the controller 120 selects a sector size of the data sector 300 and a sector size of the system sector 600 such that a page size of the page 205 is the same as a block size of the storage block 200. The controller 120 receives a write command including data, and allocates the data, or a portion thereof, to each data sector 300 as user data 400. Additionally, the controller 120 generates system data 500 for each data sector 300 and allocates the system data 500 to that data sector 300. The controller 120 also generates system data 500 for the system sector 600 and allocates the system data 500 to the system sector 600. For example, the system data 500 may be an error correction code for the user data 400, a logical block address of a storage block 200 for storing the user data 400, a time stamp for the user data 400, or some combination thereof. The controller 120 writes the data sectors 300 and the system sector 600 to the flash storage 130. Although eight data sectors 300 are illustrated in FIG. 14, the page 205 may have more or fewer than eight data sectors 300 in other embodiments.
  • In one embodiment, the system data 500 in each data sector 300 includes an error correction code for the user data 400 in that data sector 300 and the system data 500 in the system sector 600 includes a logical block address of the page 205. In this embodiment, the controller 120 generates the error correction code for each data sector 300 based on the user data 400 in that data sector 300. Further, the controller 120 generates the logical block address based on a write command received from the host 105 through the host interface 115.
  • In another embodiment, the system data 500 in each data sector 300 includes a logical block address for the user data 400 in that data sector 300 and the system data 500 in the system sector 600 includes an error correction code of the page 205. In this embodiment, the controller 120 generates the error correction code for the page 205 based on the user data 400 in data sectors 300. Further, the controller 120 generates the logical block address based on a write command received from the host 105 through the host interface 115. In another embodiment, the controller 120 generates an error correction code for the user data 400 in each data sector 300 and the system data 500 in the system sector 600 includes the error correction codes. In other embodiments, the system data 500 in the data sectors 300 or the system sector 600 may include a time stamp for the data sectors 300.
  • FIG. 15 illustrates the page 205, in accordance with an embodiment of the present invention. The page 205 includes two data sectors 300 and a system sector 600. As illustrated in FIG. 15, each data sector 300 includes user data 400 and system data 500. Additionally, the system sector 600 includes system data 500. Although two data sectors 300 are illustrated in FIG. 15, the page 205 may have more or fewer than two data sectors 300 in other embodiments.
  • FIG. 16 illustrates the page 205, in accordance with an embodiment of the present invention. The page 205 includes a data sector 300 and a system sector 600. As illustrated in FIG. 15, the data sector 300 includes user data 400 and system data 500. Additionally, the system sector 600 includes system data 500. Although one data sector 300 is illustrated in FIG. 16, the page 205 may have more than one data sector 300 in other embodiments.
  • FIG. 17 illustrates a method 1700 of transferring data in a flash storage device, in accordance with an embodiment of the present invention. In step 1705, a command is received. The command may be a write command or a read command, among others. In one embodiment, the controller 120 receives the command from the host 105 through the host interface 115. The method 1700 then proceeds to step 1710.
  • In step 1710, a storage block 200 is identified. In one embodiment, the controller 120 identifies the storage block 200 based on the command received from the host 105. For example, the command may include a virtual address and the controller 120 maps the virtual address to a logical block address. The method 1700 then proceeds to step 1715.
  • In step 1715, a determination is made as to whether the command is a write command. In one embodiment, the controller 120 determines whether the command is a write command based on the command. For example, the command may include data, such as a command identifier or an opcode, and the controller 120 determines whether the command is a write command based on the data. If the controller 120 determines that the command is write command, the method 1700 proceeds to step 1725, otherwise the method 1700 proceeds to step 1720.
  • In step 1720, arrived at from the determination in step 1715 that the command is not a write command, the command is processed. In one embodiment, the controller 120 processes the command. For example, the command may be a read command and the controller 120 processes the read command by determining a logical block address of the identified storage block 200, reading data from the identified storage block 200, and providing the data to the host 105 through the host interface 115. The method 1700 then ends.
  • In step 1725, arrived at from the determination in step 1715 that the command is a write command, a sector size is selected. In one embodiment, the controller 120 selects a sector size for data sectors 300 of a page 205. In a further embodiment, the controller 120 also selects a sector size for a system sector 600 of the page 205. In various embodiments, the controller 120 selects the sector for the data sectors 300 or the system sector 600, or both, based on the command, a user input, or an application program. The method 1700 then proceeds to step 1730.
  • In step 1730, data is allocated among the sectors. In one embodiment, the controller 120 allocates data of the write command among the data sectors 300. In a further embodiment, the controller 120 generates system data 500 based on the data of the write command and allocates the system data 500 among the data sectors 300. In another further embodiment, the controller 120 generates system data 500 based on the data of the write command and allocates the system data 500 to the system sector 600. In still another further embodiment, the controller 120 generates system data 500 based on the data of the write command and allocates the system data 500 among the data sectors 300 and the system sector 600. The method 1700 then proceeds to step 1735.
  • In step 1735, the sectors are written to the identified storage block 200. In one embodiment, the controller 120 writes the data sectors 300 to the identified storage block 200. In a further embodiment, the controller 120 also writes the system sector 600 to the identified storage block 200. In some embodiments, the controller 120 writes data sectors 300 to the identified storage block 200 until the storage block 200 is full. The method 1700 then proceeds to step 1740.
  • In step 1740, a determination is made as to whether additional data exists. In one embodiment, the controller 120 determines whether all the data sectors 300 have been written to the identified storage block 200. If the controller 120 determines all the data sectors 300 have not been written to the identified storage block 200, the method 1700 proceeds to step 1745, otherwise the method 1700 ends.
  • In step 1745, arrived at from the determination in step 1740 that all the data sectors 300 have not been written to the identified storage block 200, a next storage block 200 is identified. In one embodiment, the controller 120 identifies the next storage block 200 for storing remaining data sectors 305 (e.g., data sectors 300 that have not been written to the previously identified storage block 200). For example, the controller 120 may identify the next storage block 200 by identifying the logical block address of the previously identified storage block 200 and incrementing the logical block address. The method 1700 then ends.
  • In various embodiments, the method 1700 may include more or fewer than the steps 1705-1745 described above and illustrated in FIG. 17. In some embodiments, two or more of the steps 1705-1745 may be performed in parallel. In some embodiments, two or more of the steps 1705-1745 may be performed substantially simultaneously.
  • Although the invention has been described with reference to particular embodiments thereof, it will be apparent to one of ordinary skill in the art that modifications to the described embodiment may be made without departing from the spirit of the invention. Accordingly, the scope of the invention will be defined by the attached claims not by the above detailed description.

Claims (20)

What is claimed is:
1. A method for writing data to a flash storage device, the method comprising:
receiving a command in connection with user data;
selecting, in response to the command, a first sector size for an allocation of the user data;
allocating the user data among a plurality of data sectors of the first sector size; and
writing one or more pages of data comprising the plurality of data sectors to the flash storage device.
2. The method of claim 1, further comprising:
generating system data based on the user data,
wherein the system data comprises an error correction code associated with user data allocated to one or more of the data sectors, a logical block address associated with storing the user data, or a time stamp associated with the user data.
3. The method of claim 2, wherein a data sector of the first sector size includes at least a portion of the allocated user data and at least a portion of the system data.
4. The method of claim 2, further comprising:
selecting a second sector size for an allocation of the system data;
allocating the system data to at least one system sector of the second sector size; and
writing the at least one system sector to the storage block with the data sectors.
5. The method of claim 2, wherein the first sector size is selected so that a page size of the one or more pages of data is greater than an integer multiple of the first sector size, the method further comprising:
allocating the system data to a remaining portion of a page not containing any data sector.
6. The method of claim 2, wherein the first sector size is selected so that a page size of the one or more pages of data is greater than an integer multiple of the first sector size, the method further comprising:
allocating a portion of the system data among the data sectors of the first sector size and a remaining portion of the system data to a remaining portion of a page not containing any data sector
7. The method of claim 2, wherein the first sector size associated with storing user data and a sector size associated with storing system data are selected so that an associated page size is equal to a block size of the flash storage device.
8. The method of claim 2, wherein the system data is written to an out-of-bounds area of the flash storage device.
9. The method of claim 1, wherein the first sector size is selected so that a page size of a respective page is an integer multiple of the first sector size.
10. The method of claim 1, further comprising:
writing a first portion of a data sector to a first storage block of the flash storage device and a remaining portion of the data sector to a second storage block of the flash storage device.
11. The method of claim 1, further comprising:
identifying a storage block in the flash storage device in response to the command: and
writing the one or more pages of data to the storage block.
12. The method of claim 1, wherein the sector size is selected based on a command, a user input, or an application program.
13. A system for storing data in a flash storage device, comprising:
a flash storage; and
a controller configured to:
receive a command in connection with user data:
select a sector size;
allocate the user data among a plurality of data sectors of the sector size; and
write one or more pages of data comprising the data sectors to the flash storage.
14. The system of claim 13, wherein the controller is further configured to select the sector size based on an input to the flash storage device.
15. The system of claim 13, wherein the controller is further configured to select the sector size based on the command.
16. The system of claim 13, wherein the flash storage comprises a plurality of storage blocks and the controller is further configured to write the one or more pages of data to more than one storage block of the flash storage.
17. The system of claim 16, wherein each storage block has a block size being an integer multiple of the sector size.
18. The system of claim 16, wherein the controller is further configured to write a first portion of a first data sector to a first storage block and a second portion of the first data sector to a second storage block.
19. The system of claim 18, wherein the system data is allocated to one or more of the data sectors.
20. A system for storing data in a flash storage device, comprising:
a flash storage; and
a controller configured to:
receive a command comprising data;
select a sector size;
allocate the data among one or more sectors of the sector size;
generate system data for the one or more sectors, wherein the system data is allocated among the one or more sectors of the sector size; and
write the one or more sectors to one or more storage blocks of the flash storage.
US13/925,789 2009-07-29 2013-06-24 System and method for storing data using a flexible data format Abandoned US20130304974A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/925,789 US20130304974A1 (en) 2009-07-29 2013-06-24 System and method for storing data using a flexible data format

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US12/511,991 US8510497B2 (en) 2009-07-29 2009-07-29 Flash storage device with flexible data format
US13/719,184 US8473672B2 (en) 2009-07-29 2012-12-18 System and method for storing data using a flexible data format
US13/925,789 US20130304974A1 (en) 2009-07-29 2013-06-24 System and method for storing data using a flexible data format

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US13/719,184 Continuation US8473672B2 (en) 2009-07-29 2012-12-18 System and method for storing data using a flexible data format

Publications (1)

Publication Number Publication Date
US20130304974A1 true US20130304974A1 (en) 2013-11-14

Family

ID=43528066

Family Applications (3)

Application Number Title Priority Date Filing Date
US12/511,991 Active 2031-05-09 US8510497B2 (en) 2009-07-29 2009-07-29 Flash storage device with flexible data format
US13/719,184 Active US8473672B2 (en) 2009-07-29 2012-12-18 System and method for storing data using a flexible data format
US13/925,789 Abandoned US20130304974A1 (en) 2009-07-29 2013-06-24 System and method for storing data using a flexible data format

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US12/511,991 Active 2031-05-09 US8510497B2 (en) 2009-07-29 2009-07-29 Flash storage device with flexible data format
US13/719,184 Active US8473672B2 (en) 2009-07-29 2012-12-18 System and method for storing data using a flexible data format

Country Status (1)

Country Link
US (3) US8510497B2 (en)

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2515223A4 (en) * 2010-03-08 2014-03-05 Hitachi Ltd Storage device including a raid1-type raid group, and writing control method to raid1-type raid group
KR20110112125A (en) * 2010-04-06 2011-10-12 삼성전자주식회사 Disk device and write method
WO2012067623A1 (en) * 2010-11-19 2012-05-24 Empire Technology Development Llc Temperature control using compound capable of photoisomerization
JP2012168865A (en) * 2011-02-16 2012-09-06 Toshiba Corp Memory system
TWI485623B (en) * 2011-03-08 2015-05-21 Compal Electronics Inc Method for fast resuming computer system and computer system
US9354988B2 (en) * 2011-03-28 2016-05-31 Sap Se Allocation strategies for data storage applications
US20120317337A1 (en) * 2011-06-09 2012-12-13 Microsoft Corporation Managing data placement on flash-based storage by use
US9304902B2 (en) * 2013-03-15 2016-04-05 Saratoga Speed, Inc. Network storage system using flash storage
US9563363B2 (en) 2013-09-27 2017-02-07 Empire Technology Development Llc Flexible storage block for a solid state drive (SSD)-based file system
TWI550627B (en) * 2013-11-28 2016-09-21 旺宏電子股份有限公司 Storage device and operating method thereof
US9274866B2 (en) 2013-12-09 2016-03-01 International Business Machines Corporation Programming non-volatile memory using a relaxed dwell time
US9509604B1 (en) 2013-12-31 2016-11-29 Sanmina Corporation Method of configuring a system for flow based services for flash storage and associated information structure
US20180060229A1 (en) * 2016-08-31 2018-03-01 Esab Ab Techniques for implementing memory segmentation in a welding or cutting system
TWI658359B (en) * 2017-12-27 2019-05-01 群聯電子股份有限公司 Data writing method,valid data identifying method and memory storage apparatus

Family Cites Families (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5822781A (en) 1992-10-30 1998-10-13 Intel Corporation Sector-based storage device emulator having variable-sized sector
US5459850A (en) 1993-02-19 1995-10-17 Conner Peripherals, Inc. Flash solid state drive that emulates a disk drive and stores variable length and fixed lenth data blocks
EP0741387B1 (en) 1995-05-05 2000-01-12 STMicroelectronics S.r.l. Nonvolatile memory device with sectors of preselectable size and number
US5930826A (en) 1997-04-07 1999-07-27 Aplus Integrated Circuits, Inc. Flash memory protection attribute status bits held in a flash memory array
EP0905704B1 (en) 1997-09-24 2010-03-31 STMicroelectronics S.r.l. Sectored semiconductor memory device with configurable memory sector addresses
US6490649B2 (en) 1998-11-10 2002-12-03 Lexar Media, Inc. Memory device
US6591327B1 (en) 1999-06-22 2003-07-08 Silicon Storage Technology, Inc. Flash memory with alterable erase sector size
US6463516B1 (en) 2000-04-25 2002-10-08 Advanced Micro Devices, Inc. Variable sector size for a high density flash memory device
ITMI20031126A1 (en) 2003-06-05 2004-12-06 St Microelectronics Srl MASS MEMORY DEVICE BASED ON A MEMORY
KR100594249B1 (en) * 2004-02-13 2006-06-30 삼성전자주식회사 Method for controlling adaptive data access in data storage system and disc drive using the same
US7849381B2 (en) * 2004-12-21 2010-12-07 Sandisk Corporation Method for copying data in reprogrammable non-volatile memory
US20060248267A1 (en) 2005-04-29 2006-11-02 Programmable Microelectronics Corporation Flash memory having configurable sector size and flexible protection scheme
KR100843218B1 (en) * 2006-12-18 2008-07-02 삼성전자주식회사 Flash memory device and method for changing a block size using address shifting
TWI368223B (en) * 2007-12-07 2012-07-11 Phison Electronics Corp Flash memory data writing method and controller using the same
US8843691B2 (en) 2008-06-25 2014-09-23 Stec, Inc. Prioritized erasure of data blocks in a flash storage device
JP5339817B2 (en) 2008-08-23 2013-11-13 エイチジーエスティーネザーランドビーブイ Disk drive device supporting interface with data sectors of different sizes and data write method thereof
US8055842B1 (en) 2008-09-26 2011-11-08 Nvidia Corporation Using raid with large sector size ATA mass storage devices
KR20100050789A (en) 2008-11-06 2010-05-14 삼성전자주식회사 Memory device and memory system including the same
US7921178B2 (en) * 2008-12-04 2011-04-05 Voltaire Ltd. Device, system, and method of accessing storage

Also Published As

Publication number Publication date
US8510497B2 (en) 2013-08-13
US8473672B2 (en) 2013-06-25
US20110029717A1 (en) 2011-02-03
US20130111118A1 (en) 2013-05-02

Similar Documents

Publication Publication Date Title
US8473672B2 (en) System and method for storing data using a flexible data format
CN106681931B (en) Data storage device and operation method thereof
US8437190B2 (en) Interleaved flash storage system and method
US8606987B2 (en) Data writing method for flash memory and controller using the same
US5953737A (en) Method and apparatus for performing erase operations transparent to a solid state storage system
US20030177300A1 (en) Data processing method in high-capacity flash EEPROM card system
EP1771862B1 (en) Method and device to improve usb flash write performance
EP1533702A1 (en) Semiconductor memory device and method for writing data into flash memory
US9304900B2 (en) Data reading method, memory controller, and memory storage device
CN110727395A (en) Flash memory controller, method and storage device
US11614885B2 (en) Data processing method for improving access performance of memory device and data storage device utilizing the same
US9383929B2 (en) Data storing method and memory controller and memory storage device using the same
US8301981B2 (en) Data access method for flash memory and storage system and controller thereof
JP2022028890A (en) Memory addressing methods and associated controller, memory device and host
US9304907B2 (en) Data management method, memory control circuit unit and memory storage apparatus
US20190278703A1 (en) Memory system, operating method thereof and electronic device
US11636042B2 (en) Data processing method for improving access performance of memory device and data storage device utilizing the same
CN102236612B (en) Partition dynamical switching method, memory card controller and memory card storage system
US20230305711A1 (en) Memory controller and data processing method for processing disordered read-out data
CN111966294B (en) Method, device and equipment for storing data and storage medium
JP2007310927A (en) Nonvolatile memory, memory controller, and nonvolatile storage device and system
CN115495009A (en) Data reading method of flash memory, flash memory controller and electronic device
CN112148645A (en) De-allocation command processing method and storage device thereof

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: HGST TECHNOLOGIES SANTA ANA, INC., CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:STEC, INC.;REEL/FRAME:036042/0390

Effective date: 20131105

AS Assignment

Owner name: STEC, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SADR, SEYED JALAL;REEL/FRAME:039513/0346

Effective date: 20130213

Owner name: STEC, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MOSHAYEDI, MARK;REEL/FRAME:039513/0065

Effective date: 20091002