USRE42648E1 - Semiconductor memory apparatus and method for writing data into the flash memory device - Google Patents

Semiconductor memory apparatus and method for writing data into the flash memory device Download PDF

Info

Publication number
USRE42648E1
USRE42648E1 US12/016,751 US1675103A USRE42648E US RE42648 E1 USRE42648 E1 US RE42648E1 US 1675103 A US1675103 A US 1675103A US RE42648 E USRE42648 E US RE42648E
Authority
US
United States
Prior art keywords
page
block
write target
logical
data
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.)
Expired - Fee Related, expires
Application number
US12/016,751
Other languages
English (en)
Inventor
Yoshihisa Inagaki
Toshiyuki Honda
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.)
Godo Kaisha IP Bridge 1
Original Assignee
Panasonic Corp
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 Panasonic Corp filed Critical Panasonic Corp
Application granted granted Critical
Publication of USRE42648E1 publication Critical patent/USRE42648E1/en
Assigned to GODO KAISHA IP BRIDGE 1 reassignment GODO KAISHA IP BRIDGE 1 ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: PANASONIC CORPORATION (FORMERLY MATSUSHITA ELECTRIC INDUSTRIAL CO., LTD.)
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • 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/7203Temporary buffering, e.g. using volatile buffer or dedicated buffer blocks

Definitions

  • the present invention relates to a semiconductor memory apparatus that includes a flash memory device.
  • the invention relates to a method of writing data into the flash memory device.
  • Information processing appliances and, further in recent years, household electric appliances, such as television sets and refrigerators, include CPUs and realize advanced operating control by software.
  • the appliances store (firmware) programs for the operating control and parameters in ROMs.
  • Semiconductor memory apparatuses that include flash memory devices are extensively used as the ROMs.
  • the semiconductor memory apparatuses are extensively used in portable information processing appliances (mobile appliances), such as notebook computers, personal digital assistants (PDA), digital cameras, portable audio players, and cellular phones, as external, miniature recording media like memory cards.
  • mobile appliances such as notebook computers, personal digital assistants (PDA), digital cameras, portable audio players, and cellular phones, as external, miniature recording media like memory cards.
  • PDA personal digital assistants
  • portable audio players portable audio players
  • cellular phones portable audio players
  • it is desirable that the semiconductor memory apparatuses have large capacities and small sizes.
  • the storage area of a flash memory device is generally divided into a plurality of pages each having a fixed number of memory cells. Writing and reading of data are performed page by page.
  • the storage area is further divided into a plurality of blocks each having a fixed number of the pages. A data erasing is performed collectively in each of the blocks. Accordingly, page-by-page overwriting of data cannot be performed in the strict sense in the flash memory device, in contrast to RAMs.
  • a conventional semiconductor memory apparatus realizes a renewal of data stored in some pages of flash memory devices (which is hereafter referred to as a renewal of pages) and a writing of new data onto blank pages (which is hereafter referred to as an addition of pages), for example, as follows.
  • FIG. 9 is an illustration of the renewal or addition of pages in one block of a flash memory 1 by the conventional semiconductor memory apparatus.
  • the conventional semiconductor memory apparatus comprises the flash memory 1 and two RAMs; a saving buffer 20 and a page buffer 2 .
  • the flash memory 1 is divided into more than one block B 0 , B 1 , . . .
  • a physical address is allocated to each of the blocks B 0 , B 1 , . . .
  • Each of the blocks includes 32 pages.
  • the head block (or the first block) B 0 includes pages P 0 , P 1 , . . . , and P 31
  • the (n+1)th block Bn (n ⁇ 1) includes pages Q 0 , Q 1 , . . . , and Q 31 .
  • a page in the block is identified by the pair of the physical address of the block and a page number in the block.
  • the page numbers are, for example, serial numbers 0 - 31 put on the respective pages of the block from its top page in sequence.
  • the saving buffer 20 and the page buffer 2 each have a storage capacity substantially equal to that of one page of the
  • a host sends out a logical address designating a write target page and data objects to be written, to the semiconductor memory apparatus.
  • the semiconductor memory apparatus stores the data objects DN in the page buffer 2 .
  • the semiconductor memory apparatus identifies the corresponding page in the flash memory 1 from the logical address. For example, when the logical address designates the (p+1)th page Pp (0 ⁇ p ⁇ 31) of the head block B 0 , the semiconductor memory apparatus converts the logical address into the pair of the physical address of the head block B 0 and the page number p of the (p+1)th page Pp.
  • the physical address is identified as the physical address of a block being a source of data transfer (which is hereafter referred to as a source block).
  • the semiconductor memory apparatus selects, in the flash memory 1 , one block in which data has not yet been written (which is hereafter referred to as a blank block).
  • the semiconductor memory apparatus selects, for example, the (n+1)th block Bn being the blank block.
  • the physical address of the (n+1)th block Bn is identified as a physical address of the block to which the data stored in the source block B 0 is transferred (which is hereafter referred to as a destination block).
  • the conventional semiconductor memory apparatus transfers data items stored in the source block B 0 to the destination block Bn as follows. First, the data item D 0 of the top page P 0 of the source block B 0 is read into the saving buffer 20 (see the arrow R 0 shown in FIG. 9 .) Next, the data item D 0 of the saving buffer 20 is written onto the top page Q 0 of the destination block Bn (see the arrow WO shown in FIG. 9 .) Then, the data item D 1 of the second page P 1 of the source block B 0 is read into the saving buffer 20 (see the arrow R 1 shown in FIG.
  • the data item D 1 of the saving buffer 20 is written onto the second page Q 1 of the destination block Bn (see the arrow W 1 shown in FIG. 9 .)
  • the semiconductor memory apparatus skips the data transfer to the saving buffer 20 for the page. Instead, the data object DN to be written, which is stored in the page buffer 2 .
  • the semiconductor memory apparatus brings the logical address corresponding to the physical address of the source block B 0 into correspondence with the physical address of the destination block Bn.
  • the data item on the (p+1)th page Pp having the page number p is rewritten in the destination block Bn, in contrast to the source block B 0 .
  • the conventional semiconductor memory apparatus realizes the renewal and addition of pages for one block of the flash memory 1 .
  • Semiconductor memory apparatuses are required to have large capacities and small Sizes as far as possible. However, improvements in packing density of the flash memory devices are not easy. Accordingly, size reductions of circuit parts except the flash memory devices are desirable. For example, when many functional sections each include common circuit parts, the common parts are to be integrated into a single part. Thereby, reductions in number of the common parts are desirable. Size reductions of the semiconductor memory apparatuses are more desirable since they reduce the costs of manufacturing through the reductions in area of chips.
  • the conventional semiconductor memory apparatus has the two RAMs, the saving buffer and the page buffer, as described above. The RAMs share the commonalities, being used as a buffer memory and having the substantially same storage capacity as that of one page of the flash memory device.
  • the integration of the saving buffer and the page buffer into one RAM is strongly desirable.
  • the page buffer has to hold data objects to be written until the write target page is set as a target of saving, as described above. Therefore, it is difficult that the page buffer doubles as the saving buffer.
  • An object of the present invention is to provide a semiconductor memory apparatus wherein the size of RAM is reduced through the integration of the saving buffer and the page buffer into a single RAM, and thereby miniaturization is achieved.
  • a semiconductor memory apparatus comprises:
  • (A) a flash memory device comprising more than one block, each of which includes more than one page, and a page-offset storage area in which a page offset of each of the blocks is stored, and writing data into a blank block from its top page in sequence;
  • the logical page numbers are serial numbers allocated to the respective pages in the flash memory device by the host.
  • the physical page numbers are serial numbers put on the respective pages of each block in the flash memory device, from the top page in sequence.
  • the page offset of a block means a cyclic deviation of the logical page order from the physical page order in the block.
  • the page offset of the block is preferably the same as the logical page number of the top page of the block.
  • the above-described semiconductor memory apparatus according to the present invention stores the page offsets of the respective blocks in the flash memory device.
  • the actually stored data items may be the logical page numbers of particular pages, in addition to the page offsets themselves.
  • the page offset storage areas are preferably the redundant areas of the top pages of the respective blocks.
  • the redundant area of the page is the storage area accessible independently of the data area of the page.
  • the logical address corresponding to the page, the flag showing whether or not the page is a blank page, the flag showing that the data written onto the page is enabled/disabled (in other words, the access of the host to the page is allowed/inhibited), and the error-detecting code (e.g. CRC) of the data are stored in the redundant area of the page.
  • the storage space for the page offsets may be allocated to a non-volatile memory separated from the above-described flash memory device (which is hereafter referred to as a page-offset storage section), in addition to the page-offset storage area in the flash memory device.
  • the page-offset storage section is included, for example, in the memory control section.
  • the page buffer is a RAM, and preferably, an SRAM.
  • the number of pages of the data objects to be written means the amount of the data objects expressed in the unit that is the data storage capacity per page in the flash memory device.
  • the number of pages of the data objects is equal to the number of pages of the page area of the destination block into which the data objects are written.
  • the logical page numbers of the pages in the flash memory device may shift from the physical page numbers of the pages in a cyclic manner in the respective blocks.
  • the physical page number of each page is calculated based on the logical page number of the page and the page offset of the block to which the page belongs.
  • the above-described semiconductor memory apparatus can use the page buffer as a saving buffer at the saving of the source block.
  • the above-described semiconductor memory apparatus according to the present invention has RAMs smaller in size than those of conventional apparatuses. Therefore, the above-described semiconductor memory apparatus according to the present invention has the whole size smaller than that of the conventional apparatus when the sizes of the flash memory devices are fixed.
  • the above-described semiconductor memory apparatus may further comprise: (a) a host interface for receiving the logical address of the write target page and the data object, which are sent out from the host; and (b) an address-conversion-table storage section storing a logical/physical address conversion table showing a correspondence between a logical address and a physical address for each of the blocks in the flash memory device, and a flag for showing whether or not each of the blocks is the blank block; and the above-described memory control section may count the number of pages of the data objects and may start data transmission from the source block to the destination block, when the number of the pages reaches a predetermined number, or when the host provides notification of the end of sending of the data object.
  • the address-conversion-table storage section is preferably a RAM.
  • the logical/physical address conversion table is the table showing the correspondences between the logical address allocated to each block in the flash memory device and the physical address of the block.
  • the host interface is independent of the memory control section, data communications between the host and the semiconductor memory apparatus are performed independently of data writing/reading in the flash memory device. Thereby, for example, the latency time of the host for writing data into the flash memory device is shortened.
  • the address conversion section scans, for example, the redundant areas of the pages in the flash memory device. Thereby, the logical addresses of the respective blocks in the flash memory device are listed. Thus, the address conversion section creates the logical/physical address conversion table, and stores the table into the address-conversion-table storage section. The address conversion section consults the logical/physical address conversion table, when converting the logical address of the write target page into the pair of the physical address of the source block and the logical page number of the write target page. Thereby, the section can promptly retrieve the physical address corresponding to the logical address.
  • the address conversion section further checks whether or not each block is a blank block, based on the data items stored in the scanned redundant areas. Thereby, the section determines the above-described flags for the respective blocks, and stores the flags into the address-conversion-table storage section.
  • the memory control section consults the above-described flags, when selecting one of the blank blocks as a destination block. Thereby, the section can promptly determine the destination block.
  • the memory control section when transferring the data objects to be written, which the host stores in the page buffer, from the page buffer to the destination block, the memory control section counts the number of times of the transfer.
  • the host may notify the semiconductor memory apparatus of the end of sending of the data objects, for example, using a predetermined command. In that case, the memory control section can detect the number of pages of the data objects from the above-described number of times of the transfer at the receipt of the notification.
  • the memory control section starts the data transfer from the source block to the destination block.
  • the host may notify the semiconductor memory apparatus of the number of pages of the data objects before sending the data objects. In that case, the memory control section starts the data transfer from the source block to the destination block when the above-described number of times of the transfer reaches the notified number of pages.
  • a method of writing data into a flash memory device which is the method of writing data into a flash memory device comprising more than one block, each of which includes more than one page, and writing data into a blank block from its top page in sequence;
  • (H) obtaining a physical page number of a transfer start page of the source block based on the number of pages of the data objects and the physical page number of the write target page, and transferring data stored in the source block, from the transfer start page in a sequential and cyclic manner, via the page buffer, to a page next to or after a page area of the destination block into which the data object is written.
  • the logical page number, the physical page number, the page offset of the block, the page-offset storage area (or the page-off set storage section), the page buffer, and the number of pages of the data objects to be written are defined in a manner similar to the above-described ones.
  • the logical page numbers of the pages in the flash memory device may shift from the physical page numbers of the pages in a cyclic manner in the respective blocks.
  • the physical page number of each page is calculated based on the local page number of the page and the page offset of the block to which the page belongs.
  • the method of writing data according to the present invention may further comprise the step of counting the number of pages of the page area of the destination block, into which the data objects are written, and starting data transmission from the source block to the destination block, when the number of the pages reaches a predetermined number, or when the host provides notification of the end of sending of the data object. For example, every time when the data object is transferred from the page buffer to the destination block, the number of times of the transfer is counted.
  • the host may notify the semiconductor memory apparatus of the end of sending of the data object, for example, using a predetermined command. In that case, the number of pages of the above-described page area is detected from the above-described number of times of the transfer at the receipt of the notification.
  • the data transfer from the source block to the destination block gets started at the notification.
  • the host may notify the semiconductor memory apparatus of the number of pages of the data objects before sending the data objects. In that case, the data transfer from the source block to the destination block starts when the above-described number of times of the transfer reaches the notified number of pages.
  • the page buffer is freed before the start of the saving process for the source block in the above-described semiconductor memory apparatus and its method of writing data according to the present invention. Accordingly, the page buffer can double as a saving buffer at the saving process.
  • the above-described semiconductor memory apparatus has RAMs smaller in size than those of conventional apparatuses. Therefore, the above-described semiconductor memory apparatus according to the present invention has the whole size smaller than that of the conventional apparatus when the sizes of the flash memory devices are fixed. Manufacturing costs of the above-described semiconductor memory apparatus according to the present invention reduce lower than those of the conventional apparatuses, since the chip area is particularly small.
  • FIG. 1 is a block diagram showing a semiconductor memory apparatus 10 according to an embodiment of the present invention.
  • FIG. 2 is a schematic diagram showing the outline of the structure of a cell array in a flash memory 1 according to the embodiment of the present invention
  • FIG. 3 is an illustration about the semiconductor memory apparatus 10 according to the embodiment of the present invention, showing-the transfer process from a page buffer 2 to the flash memory 1 that a memory controller 6 performs for the data objects DN 8 -DN 12 to be written, which are transferred from a host H to the page buffer 2 ;
  • FIG. 4 is an illustration about the semiconductor memory apparatus 10 according to the embodiment of the present invention, showing the first half of the data transfer process from a source block B 0 to a destination block Bn that the memory controller 6 performs following the data transfer process shown in FIG. 3 ;
  • FIG. 5 is an illustration about the semiconductor memory apparatus 10 according to the embodiment of the present invention, showing the second half of the data transfer process from the source block B 0 to the destination block Bn that the memory controller 6 performs following the data transfer process shown in FIG. 3 ;
  • FIG. 6 is a flow chart of the method of writing data by the semiconductor memory apparatus 10 according to the embodiment of the present invention.
  • FIG. 7 is a flow chart of transfers of the data objects DN(q) ⁇ DN(q+m ⁇ 1) to be written from the page buffer 2 to the destination block Bn (Step 7 ), about the method of writing data by the semiconductor memory apparatus 10 according to the embodiment of the present invention;
  • FIG. 8 is a flow chart of data transfers from the source block B 0 to the destination block Bn (Step S 8 ), about the method of writing data by the semiconductor memory apparatus 10 according to the embodiment of the present invention;
  • FIG. 9 is an illustration for demonstrating a renewal or an addition of pages in one block of the flash memory 1 by a conventional semiconductor-memory apparatus.
  • FIG. 1 is the block diagram showing the semiconductor memory apparatus 10 according to the embodiment of the present invention.
  • the semiconductor memory apparatus 10 is connected with the host H through an external bus 7 .
  • the host H is, for example, an information processing device such as a personal computer, or a mobile appliance such as a PDA and a cellular phone.
  • the semiconductor memory apparatus 10 may be provided for the host H either internally or externally.
  • the flash memory 1 is preferably a NAND-type EEPROM (electrically erasable programmable ROM).
  • FIG. 2 is the schematic diagram showing the outline of the structure of the cell array in the flash memory 1 .
  • the cell array is a cluster of many blocks B 0 , B 1 , B 2 , . . . Each block includes 32 pages, for example.
  • the head block B 0 includes 32 pages P 0 -P 31 , for example.
  • Other blocks B 1 , B 2 , . . . are alike.
  • data items are only collectively erased on a block-by-block basis.
  • Each page includes the two-dimensional arrangement of (512+16)-column ⁇ 8 memory cells.
  • the redundant area RA stores the attributes of the data items stored in the data area DA of the page to which the redundant area belongs.
  • the redundant area includes, for example, the logical address corresponding to the page to which the redundant area belongs, a flag showing whether or not the page is blank, a flag showing whether the data items written on the page are enabled or disabled (in other words, the access by the host is allowed or inhibited), and/or the error-detecting codes (e.g., CRC) of the data items.
  • CRC error-detecting codes
  • the data streams are divided into pages and written into the data areas DA of the respective pages, from the top page of the blank block in sequence.
  • the logical page order in each block may shift from the physical page order in the block in a cyclic manner as follows: In FIG. 2 , for example, the top page (the first page) P 0 , the second page P 1 , . . . , the 30th page P 29 , the 31st page P 30 , and the final page (the 32nd page) P 31 of the head block B 0 store data items D 2 , D 3 , . . . , D 31 , D 0 , and D 1 , respectively.
  • numerical values beside the reference symbol P showing the pages of the head block B 0 indicate the physical page numbers of the respective pages. Furthermore, numerical values beside the reference symbol D showing data items stored in the pages P 0 -P 31 indicate the logical page numbers of the respective pages. Then, each logical page number of the pages P 0 -P 31 of the head block B 0 shifts from the physical page number by a constant number, “2”.
  • the cyclic deviations between the logical page orders and the physical page orders generally vary among the blocks.
  • This cyclic deviation of a block is referred to as a page offset of the block.
  • the page offset of a block is the same as the logical page number of the top page of the block.
  • the page offsets are represented by integers between 0 and 31 inclusive and stored in page-offset storage areas of the respective blocks.
  • the page-offset storage area is, for example, the redundant area RA of the first page of each block.
  • the page offset “2” of the head block B 0 is stored in the redundant area RA of the top page P 0 .
  • the page offset may be stored in the redundant area RA of one of the pages except the top page.
  • the stored data item may be the logical page number of the page instead of the page offset itself.
  • the semiconductor memory apparatus 10 can calculate the page offset from the deviation between the logical page number and the physical page number of the page.
  • a host interface 3 relays data between the external bus 7 and the internal bus 8 , and realizes data exchanges between functional sections in the semiconductor memory apparatus 10 and the host H.
  • the host interface 3 decodes the read command and sends the logical address to specify a read target page to the address conversion section 4 .
  • the host interface 3 further sends the data objects to be read, which are transferred from the flash memory 1 to the page buffer 2 by the memory controller 6 , through the external bus 7 to the host H.
  • the host interface 3 decodes the write command and sends the logical address to specify the write target page to the address conversion section 4 .
  • the host interface 3 further transfers the data objects to be written, which are received from the host H, through the internal bus 8 to the page buffer 2 .
  • the page buffer 2 is an SRAM preferably, and temporarily stores the data items exchanged between the host interface 3 and the memory controller 6 .
  • the storage capacity of the page buffer 2 is 512 bytes, for example, and substantially the same as the storage capacity of (the data area DA of) one page in the flash memory 1 .
  • the address conversion section 4 receives the logical address from the host interface 3 .
  • the logical address for example, the upper bits show the logical address of one block in the flash memory 1 (a logical block address), and the lower bits show the logical page number of one page in the block.
  • the address conversion section 4 first divides the logical address input into the logical block address and the logical page number.
  • the address conversion section 4 next accesses an address-conversion-table storage section 5 .
  • the address-conversion-table storage section 5 is a RAM preferably, and stores a logical/physical address conversion table L.
  • the address conversion section 4 converts the logical block address into the physical address of the corresponding block, based on the logical/physical address conversion table L.
  • the logical/physical address conversion table L is a table bringing a-logical block address allocated to each enabled block in the flash memory 1 into correspondence with the physical address of the block.
  • the address conversion section 4 scans the redundant areas RA of the top pages of blocks of the flash memory 1 at the start up of the semiconductor memory apparatus 10 , for example, thereby listing the logical block addresses of the enabled blocks in the flash memory 1 .
  • the logical/physical address conversion table L is created and stored in the address-conversion-table storage section 5 .
  • the address-conversion-table storage section 5 stores, for example, a flag F for each block of the flash memory 1 to show whether or not to be a blank block, in addition to the logical/physical address conversion table L.
  • the address conversion section 4 checks each block in the flash memory 1 for a blank block, based do the data stored in the redundant area RA of the block, and determines the above-described flag F.
  • the address conversion section 4 further stores the flags F into the address-conversion-table storage section 5 .
  • the memory controller 6 identifies one page in the flash memory 1 based on the pair of the physical address and the logical page number, which is received from the address conversion section 4 .
  • the memory controller 6 performs data reading/writing for the identified page. For example, at the receipt of a read command from the host H, the memory controller 6 first receives from the address conversion section 4 the physical address that is converted from the destination address of the read command, and identifies a block corresponding to the physical address in the flash memory 1 . The memory controller 6 next reads the page offset of the block from the redundant area of the top page of the block. The memory controller 6 identifies the physical page number corresponding to the logical page number, based on the page offset and the logical page number received from the address conversion section 4 . The memory controller 6 reads from the flash memory 1 the data item stored on the page having the physical page number, and transfers the data item to the page buffer 2 .
  • FIGS. 3-5 are illustrations for demonstrating a method of writing data by the memory controller 6 .
  • FIG. 3 shows a transfer process from the page buffer 2 to the flash memory 1 , which the memory controller 6 performs for the data objects DN 8 -DN 12 to be written (numerical values beside the reference symbol DN show logical page numbers) that are transferred from the host H to the page buffer 2 .
  • DN 8 -DN 12 number of data objects
  • DN show logical page numbers
  • FIG. 4 and FIG. 5 respectively show the first and second halves of the data transfer process from a source block B 0 to a destination block Bn that the memory controller 6 performs following the data transfer process shown in FIG. 3 .
  • the memory controller 6 first receives a physical address from the address conversion section 4 . Then, the memory controller 6 identifies a block corresponding to the physical address as a source block in the flash memory 1 . In FIGS. 3-5 , for example, the head block (the first block) B 0 is identified as the source block. The memory controller 6 next reads the page offset “2” of the source block B 0 from the redundant area RA of the top page (the first page) P 0 of the source block B 0 . Data items D 0 , D 1 , . . . , and D 31 (numerical values beside the reference symbol D show the logical page numbers of the pages storing the data items) are stored in the data areas DA of the source block B 0 .
  • the logical page numbers of the pages P 0 -P 31 shift from the physical page numbers by the page offset “2” in a cyclic manner, as shown in FIG. 3 .
  • the pages P 0 , P 1 , . . . , and P 31 may include a page in a state of being erased (or a blank page).
  • the difference generally ranges from ⁇ 31 to 31 inclusive.
  • the memory controller 6 identifies the difference as the physical page number of the write target page.
  • the physical page number of the write target page is determined as an integer between or equal to 0 and 31.
  • the seventh page P 6 of the source block B 0 is identified as the write target page.
  • the memory controller 6 accesses the address-conversion-table storage section 5 and, based on the flags F stored there, selects one of blank blocks in the flash memory 1 as a destination block.
  • the (n+1)th block Bn (n ⁇ 1) is selected as the destination block.
  • Any of the 32 pages Q 0 , Q 1 , . . . , and Q 31 (numerical values beside the reference symbol Q show physical page numbers) in the destination block Bn is blank.
  • the host interface 3 receives data objects DN 8 -DN 12 to be written that is sent from the host H, and writes the data objects into the page buffer 2 page by page.
  • the memory controller 6 transfers the data objects DN 8 -DN 12 from the page buffer 2 to the destination block Bn page by page (see the arrow shown in FIG. 3 .)
  • the data objects DN 8 -DN 12 are written page by page, starting from the top page Q 0 of the destination block Bn in sequence. Thereby, the data objects DN 8 -DN 12 are stored in the data areas DA of the top page Q 0 through the fifth page Q 4 of the destination block Bn (see FIG. 3 .)
  • the memory controller 6 further determines the logical page number “8” of the write target page as the page offset of the destination block Bn, and writes the page offset into the redundant area RA of the top page Q 0 of the destination block Bn.
  • the memory controller 6 Every time when transferring the data objects DN 8 -DN 12 from the page buffer 2 to the destination block Bn, the memory controller 6 counts the number of times of the transfer.
  • the host H notifies the semiconductor memory apparatus 10 of the end of sending of data objects to be written, using a predetermined command.
  • the memory controller 6 detects the command through the host interface 3 .
  • the memory controller 6 determines the number of pages, “5”, of the storage region Q 0 -Q 4 of the data objects DN 8 -DN 12 , based on the above-described number of times of the transfer. Then, the memory controller 6 further starts the data transfer from the source block B 0 to the destination block Bn.
  • the host H may provide the semiconductor memory apparatus 10 with prior notification of the page number “5” required for the storage of the data objects DN 8 -DN 12 . In that case, when the above-described number of times of the transfer reaches the notified page number “5”, the memory controller 6 starts the data transfer from the source block B 0 to the destination block Bn.
  • the page buffer 2 Before the start of a data transfer from the source block B 0 to the destination block Bn (which is hereafter referred to as a block transfer), the page buffer 2 is freed.
  • the memory controller 6 using the page buffer 2 , performs the block transfer as follows (see FIG. 4 and FIG. 5 ): First, the fifth page (the 12th page) P 11 counted from the write target page (the seventh page) P 6 of the source block B 0 is identified as the start page of the block transfer (which is hereafter referred to as a transfer start page) (see FIG. 4 .) Next, data items D 13 , . . .
  • the data item D 14 in the page buffer 2 is written onto the seventh page Q 6 of the destination block Bn (see the arrow W 2 shown in FIG. 4 .)
  • the data items D 13 , D 14 , . . . , D 31 , D 0 , and D 1 on the 12th page P 11 through the final page P 31 of the source block B 0 are transferred to the data areas DA of the sixth page Q 5 through the 26th page Q 25 of the destination block Bn.
  • the memory controller 6 next transfers data items D 2 , D 3 , . . . , and D 7 of the to page P 0 through the page (the sixth page) P 5 just before the write target page P 6 of the source block B 0 to the destination block Bn as follows (see FIG. 5 ): First, the data item D 2 on the top page P 0 of the source block B 0 is read into the page buffer 2 (see the arrow R 26 shown in FIG. 5 .) Furthermore, the data item D 2 is written from the page buffer 2 onto the 27th page Q 26 of the destination block Bn. Next, the data item D 3 ) on the second page P 1 of the source block B 0 is similarly transferred via the page buffer 2 to the 28th page Q 27 of the destination block Bn.
  • the physical page number of the transfer start page is equal to the sum of the physical page number of the write target page and the number of pages of the storage region of the data objects to be written.
  • the value of the sum minus the total page number is identified as the physical page number of the transfer start page.
  • the memory controller 6 transfers the data items on the transfer start page through the page just before the write target page to the destination block Bn in a manner similar to the data transfers shown in FIG. 5 .
  • the data items D 8 -D 12 on the pages having the logical page numbers “8” through “12” are replaced with the new data items DN 8 -DN 12 in the destination block Bn, in contrast to the source block B 0 (see FIG. 5 .) Furthermore, the logical page order changes in a cyclic manner, and the page offset changes from “2” to “8”.
  • the memory controller 6 disables or collectively erases data items in the source block B 0 .
  • the address conversion section 4 updates the logical/physical address conversion table L, and brings the logical address corresponding to the physical address of the source block B 0 into correspondence with the physical-address of the destination block Bn.
  • the address conversion section 4 further resets the flag F stored in the address-conversion-table storage section 5 to show that the source block B 0 is a blank block.
  • the memory controller 6 performs the data writing from the page buffer 2 into the destination block Bn, starting from the top page Q 0 of the destination block Bn and finishing at the final page Q 31 as described above.
  • This writing order is the same as that of conventional apparatuses. Accordingly, the same configuration as that of the conventional apparatuses may be used for the data writing from the page buffer into the destination block.
  • FIG. 6 is the flow chart of the method of writing data by the semiconductor memory apparatus 10 .
  • a data write command is sent out from the host H.
  • the host interface 3 receives the data write command and decodes it into the logical address of a write target page.
  • the host interface 3 further sends the logical address to the address conversion section 4 .
  • the address conversion section 4 receives the logical address from the host interface 3 .
  • the address conversion section 4 then consults the logical/physical address conversion table L and converts the logical address into the pair of the physical address of the source block B 0 and the logical page number q (0 ⁇ q ⁇ 31) of the write target page.
  • the address conversion section 4 further sends the pair to the memory controller 6 .
  • the memory controller 6 accesses the address-conversion-table storage section 5 and selects one of blank blocks, Bn in the flash memory 1 as a destination block, based on the flags F.
  • the source block B 0 is a blank block
  • the source block B 0 itself may be selected as the destination block Bn. In that case, the following steps S 8 and S 9 are skipped.
  • the memory controller 6 writes the logical page number q received from the address conversion section 4 into the redundant area RA of the top page Q 0 of the destination block Bn (see FIG. 3 .)
  • the memory controller 6 reads the page offset p (0 ⁇ p ⁇ 31) of the source block B 0 from the redundant area RA of the top page P 0 of the source block B 0 .
  • the memory controller 6 determines the difference between the logical page number q of the write target page and the page offset p of the source block B 0 .
  • the host interface 3 receives data objects DN(q), DN(q+1), . . . to be written from the host H (reference symbols in parentheses beside the reference symbol DN show logical page numbers.)
  • the host interface 3 transfers the data objects DN(q), DN(q+1), . . . to the page buffer 2 page by page.
  • the host interface 3 further notifies the memory controller 6 of the transfer.
  • the memory controller 6 transfers the data objects DN(q), DN(q+1), . . . in the page buffer 2 every notification from the host interface 3 , starting from the top page Q 0 of the destination block Bn in sequence.
  • FIG. 7 is the flow chart of the transfers.
  • the memory controller 6 starts a data transfer from the source block B 0 to the destination block Bn (a block transfer).
  • FIG. 8 is the flow chart of the block transfer.
  • the memory controller 6 collectively erases or disables data items in the source block B 0 .
  • the address conversion section 4 then updates the logical/physical address conversion table L, and brings the logical address corresponding to the physical address of the source block B 0 into correspondence with the physical address of the destination block Bn.
  • the address conversion section 4 further resets the flag F stored in the address-conversion-table storage section 5 to show that the source block B 0 is a blank block.
  • the semiconductor memory apparatus 10 uses the page buffer 2 as a saving space of the data items in the original block, thereby including no saving buffer apart from the page buffer 2 , in contrast to conventional apparatuses.
  • the semiconductor memory apparatus has RAMs smaller in size than those of the conventional apparatuses. Therefore, a small size of the whole apparatus can be maintained.
  • the semiconductor memory apparatus realizes miniaturization through the integration of page buffer and saving buffer. Therefore, the present invention has extremely high industrial applicability.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Read Only Memory (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)
  • Memory System (AREA)
US12/016,751 2002-08-29 2003-08-25 Semiconductor memory apparatus and method for writing data into the flash memory device Expired - Fee Related USRE42648E1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2002-251194 2002-08-29
JP2002251194 2002-08-29
PCT/JP2003/010718 WO2004021191A1 (ja) 2002-08-29 2003-08-25 半導体メモリ装置、及び、フラッシュメモリへのデータ書き込み方法

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/486,960 Reissue US7107389B2 (en) 2002-08-29 2003-08-25 Semiconductor memory device and method for writing data into flash memory

Publications (1)

Publication Number Publication Date
USRE42648E1 true USRE42648E1 (en) 2011-08-23

Family

ID=31972668

Family Applications (2)

Application Number Title Priority Date Filing Date
US12/016,751 Expired - Fee Related USRE42648E1 (en) 2002-08-29 2003-08-25 Semiconductor memory apparatus and method for writing data into the flash memory device
US10/486,960 Ceased US7107389B2 (en) 2002-08-29 2003-08-25 Semiconductor memory device and method for writing data into flash memory

Family Applications After (1)

Application Number Title Priority Date Filing Date
US10/486,960 Ceased US7107389B2 (en) 2002-08-29 2003-08-25 Semiconductor memory device and method for writing data into flash memory

Country Status (8)

Country Link
US (2) USRE42648E1 (zh)
EP (1) EP1533702A4 (zh)
JP (1) JP4358111B2 (zh)
KR (1) KR100944054B1 (zh)
CN (2) CN100347685C (zh)
CA (1) CA2461446A1 (zh)
TW (1) TWI260535B (zh)
WO (1) WO2004021191A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110093649A1 (en) * 2009-10-16 2011-04-21 Chun-Kun Lee Method for managing a plurality of blocks of a flash memory, and associated memory device and controller thereof

Families Citing this family (281)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100377120C (zh) * 2002-10-02 2008-03-26 松下电器产业株式会社 非易失性存储器装置的控制方法
JP4253272B2 (ja) 2004-05-27 2009-04-08 株式会社東芝 メモリカード、半導体装置、及び半導体メモリの制御方法
US7383414B2 (en) * 2004-05-28 2008-06-03 Oracle International Corporation Method and apparatus for memory-mapped input/output
JP3969494B2 (ja) * 2004-08-31 2007-09-05 三菱電機株式会社 車載電子制御装置
JP2006085380A (ja) * 2004-09-15 2006-03-30 Toshiba Corp ファイルストレージデバイス、プログラム、及び不揮発性半導体メモリの書込方法
US7409623B2 (en) * 2004-11-04 2008-08-05 Sigmatel, Inc. System and method of reading non-volatile computer memory
KR100706242B1 (ko) * 2005-02-07 2007-04-11 삼성전자주식회사 메모리 시스템 및 그것의 런 단위 어드레스 매핑 테이블 구성 방법
JP5130646B2 (ja) * 2005-06-06 2013-01-30 ソニー株式会社 記憶装置
JP4688584B2 (ja) * 2005-06-21 2011-05-25 株式会社日立製作所 ストレージ装置
KR101197556B1 (ko) * 2006-01-09 2012-11-09 삼성전자주식회사 불 휘발성 메모리의 프로그램 동작을 검증하는 장치 및방법, 그리고 그 장치를 포함한 메모리 카드
JP2007199905A (ja) * 2006-01-25 2007-08-09 Toshiba Corp 半導体記憶装置の制御方法
WO2007119267A1 (ja) 2006-03-13 2007-10-25 Matsushita Electric Industrial Co., Ltd. フラッシュメモリ用のメモリコントローラ
US7996598B2 (en) * 2006-03-14 2011-08-09 Stmicroelectronics Pvt. Ltd. Memory management module
JP2008009527A (ja) * 2006-06-27 2008-01-17 Toshiba Corp メモリシステム
KR100816148B1 (ko) * 2006-09-29 2008-03-21 주식회사 하이닉스반도체 플래시 메모리 소자 및 이의 독출 방법
CN101105774B (zh) * 2006-10-26 2010-08-11 福昭科技(深圳)有限公司 闪存记忆体在进行数据存取时的逻辑与物理地址转换方法
TWI326028B (en) * 2006-11-20 2010-06-11 Silicon Motion Inc Method for flash memory data management
CN101196851B (zh) * 2006-12-05 2011-09-07 慧荣科技股份有限公司 闪存的数据管理方法
EP1988548B1 (fr) * 2007-05-02 2010-08-25 Stmicroelectronics Sa Mémoire non volatile à écriture rapide
US7962683B2 (en) * 2007-08-15 2011-06-14 Silicon Motion, Inc. Flash memory, and method for operating a flash memory
US20090144458A1 (en) * 2007-12-03 2009-06-04 Broadcom Corporation Dongle device and host device with millimeter wave host inerface and method for use therewith
CN101256564B (zh) * 2007-12-25 2010-06-02 深圳市同洲电子股份有限公司 一种循环文件的操作方法
US20090259806A1 (en) * 2008-04-15 2009-10-15 Adtron, Inc. Flash management using bad page tracking and high defect flash memory
US8180954B2 (en) * 2008-04-15 2012-05-15 SMART Storage Systems, Inc. Flash management using logical page size
US8566505B2 (en) * 2008-04-15 2013-10-22 SMART Storage Systems, Inc. Flash management using sequential techniques
US8028123B2 (en) * 2008-04-15 2011-09-27 SMART Modular Technologies (AZ) , Inc. Circular wear leveling
US8185778B2 (en) * 2008-04-15 2012-05-22 SMART Storage Systems, Inc. Flash management using separate metadata storage
WO2009129340A2 (en) * 2008-04-15 2009-10-22 Adtron, Inc. Flash memory management
US8555086B2 (en) * 2008-06-30 2013-10-08 Intel Corporation Encrypting data on a non-volatile memory
US9280466B2 (en) * 2008-09-09 2016-03-08 Kabushiki Kaisha Toshiba Information processing device including memory management device managing access from processor to memory and memory management method
CN101676885B (zh) * 2008-09-17 2013-08-21 群联电子股份有限公司 数据管理方法及其存储装置与其控制器
US8566562B2 (en) * 2008-10-03 2013-10-22 Skymedi Corporation Method for sequentially writing data with an offset to a non-volatile memory
US8296503B2 (en) * 2009-05-26 2012-10-23 Mediatek Inc. Data updating and recovering methods for a non-volatile memory array
TWI426384B (zh) * 2009-09-10 2014-02-11 Robustflash Technologies Ltd 資料寫入方法與系統
CN101673243B (zh) * 2009-09-29 2011-09-07 威盛电子股份有限公司 数据储存装置与方法
TWI416525B (zh) * 2009-12-15 2013-11-21 Asolid Technology Co Ltd 非揮發性記憶體裝置及其損耗平均方法
US8381018B2 (en) 2010-05-21 2013-02-19 Mediatek Inc. Method for data recovery for flash devices
US8909851B2 (en) 2011-02-08 2014-12-09 SMART Storage Systems, Inc. Storage control system with change logging mechanism and method of operation thereof
US8935466B2 (en) 2011-03-28 2015-01-13 SMART Storage Systems, Inc. Data storage system with non-volatile memory and method of operation thereof
US9098399B2 (en) 2011-08-31 2015-08-04 SMART Storage Systems, Inc. Electronic system with storage management mechanism and method of operation thereof
US9021231B2 (en) 2011-09-02 2015-04-28 SMART Storage Systems, Inc. Storage control system with write amplification control mechanism and method of operation thereof
US9063844B2 (en) 2011-09-02 2015-06-23 SMART Storage Systems, Inc. Non-volatile memory management system with time measure mechanism and method of operation thereof
US9021319B2 (en) 2011-09-02 2015-04-28 SMART Storage Systems, Inc. Non-volatile memory management system with load leveling and method of operation thereof
US8797799B2 (en) * 2012-01-05 2014-08-05 Conversant Intellectual Property Management Inc. Device selection schemes in multi chip package NAND flash memory system
US9239781B2 (en) 2012-02-07 2016-01-19 SMART Storage Systems, Inc. Storage control system with erase block mechanism and method of operation thereof
US9298252B2 (en) 2012-04-17 2016-03-29 SMART Storage Systems, Inc. Storage control system with power down mechanism and method of operation thereof
TWI486766B (zh) * 2012-05-11 2015-06-01 Phison Electronics Corp 資料處理方法、記憶體控制器與記憶體儲存裝置
CN102722456B (zh) * 2012-05-30 2015-02-04 深圳市江波龙电子有限公司 闪存存储设备的数据写入方法和闪存存储设备
US8949689B2 (en) 2012-06-11 2015-02-03 SMART Storage Systems, Inc. Storage control system with data management mechanism and method of operation thereof
CN103019616B (zh) 2012-11-23 2015-11-25 记忆科技(深圳)有限公司 一种固态硬盘及闪存芯片的充放电控制方法
US9671962B2 (en) 2012-11-30 2017-06-06 Sandisk Technologies Llc Storage control system with data management mechanism of parity and method of operation thereof
US9123445B2 (en) 2013-01-22 2015-09-01 SMART Storage Systems, Inc. Storage control system with data management mechanism and method of operation thereof
US9329928B2 (en) 2013-02-20 2016-05-03 Sandisk Enterprise IP LLC. Bandwidth optimization in a non-volatile memory system
US9214965B2 (en) 2013-02-20 2015-12-15 Sandisk Enterprise Ip Llc Method and system for improving data integrity in non-volatile storage
US9183137B2 (en) 2013-02-27 2015-11-10 SMART Storage Systems, Inc. Storage control system with data management mechanism and method of operation thereof
US9470720B2 (en) 2013-03-08 2016-10-18 Sandisk Technologies Llc Test system with localized heating and method of manufacture thereof
US9043780B2 (en) 2013-03-27 2015-05-26 SMART Storage Systems, Inc. Electronic system with system modification control mechanism and method of operation thereof
US9170941B2 (en) 2013-04-05 2015-10-27 Sandisk Enterprises IP LLC Data hardening in a storage system
US10049037B2 (en) 2013-04-05 2018-08-14 Sandisk Enterprise Ip Llc Data management in a storage system
US9543025B2 (en) 2013-04-11 2017-01-10 Sandisk Technologies Llc Storage control system with power-off time estimation mechanism and method of operation thereof
US10546648B2 (en) 2013-04-12 2020-01-28 Sandisk Technologies Llc Storage control system with data management mechanism and method of operation thereof
US9313874B2 (en) 2013-06-19 2016-04-12 SMART Storage Systems, Inc. Electronic system with heat extraction and method of manufacture thereof
US9898056B2 (en) 2013-06-19 2018-02-20 Sandisk Technologies Llc Electronic assembly with thermal channel and method of manufacture thereof
US9367353B1 (en) 2013-06-25 2016-06-14 Sandisk Technologies Inc. Storage control system with power throttling mechanism and method of operation thereof
US9244519B1 (en) 2013-06-25 2016-01-26 Smart Storage Systems. Inc. Storage system with data transfer rate adjustment for power throttling
US9146850B2 (en) 2013-08-01 2015-09-29 SMART Storage Systems, Inc. Data storage system with dynamic read threshold mechanism and method of operation thereof
US9448946B2 (en) 2013-08-07 2016-09-20 Sandisk Technologies Llc Data storage system with stale data mechanism and method of operation thereof
US9361222B2 (en) 2013-08-07 2016-06-07 SMART Storage Systems, Inc. Electronic system with storage drive life estimation mechanism and method of operation thereof
US9431113B2 (en) 2013-08-07 2016-08-30 Sandisk Technologies Llc Data storage system with dynamic erase block grouping mechanism and method of operation thereof
US11630585B1 (en) 2016-08-25 2023-04-18 Pure Storage, Inc. Processing evacuation events in a storage array that includes a plurality of storage devices
US9152555B2 (en) 2013-11-15 2015-10-06 Sandisk Enterprise IP LLC. Data management with modular erase in a data storage system
CN103778964B (zh) * 2013-12-30 2016-08-17 上海晨思电子科技有限公司 一种NAND Flash烧写数据的处理、使用方法及装置、系统
JP2015138272A (ja) * 2014-01-20 2015-07-30 ソニー株式会社 情報処理装置、情報処理方法、および情報処理プログラム
US9653184B2 (en) 2014-06-16 2017-05-16 Sandisk Technologies Llc Non-volatile memory module with physical-to-physical address remapping
US9613715B2 (en) 2014-06-16 2017-04-04 Sandisk Technologies Llc Low-test memory stack for non-volatile storage
US8976609B1 (en) 2014-06-16 2015-03-10 Sandisk Enterprise Ip Llc Low-test memory stack for non-volatile storage
CN104166627B (zh) * 2014-09-02 2017-12-08 科大智能电气技术有限公司 一种基于单片机的nand‑flash写操作方法
US11102298B1 (en) 2015-05-26 2021-08-24 Pure Storage, Inc. Locally providing cloud storage services for fleet management
US9716755B2 (en) 2015-05-26 2017-07-25 Pure Storage, Inc. Providing cloud storage array services by a local storage array in a data center
US9594678B1 (en) 2015-05-27 2017-03-14 Pure Storage, Inc. Preventing duplicate entries of identical data in a storage device
US11503031B1 (en) 2015-05-29 2022-11-15 Pure Storage, Inc. Storage array access control from cloud-based user authorization and authentication
US9444822B1 (en) 2015-05-29 2016-09-13 Pure Storage, Inc. Storage array access control from cloud-based user authorization and authentication
US10021170B2 (en) 2015-05-29 2018-07-10 Pure Storage, Inc. Managing a storage array using client-side services
US9300660B1 (en) 2015-05-29 2016-03-29 Pure Storage, Inc. Providing authorization and authentication in a cloud for a user of a storage array
US9588691B2 (en) 2015-06-10 2017-03-07 Pure Storage, Inc. Dynamically managing control information in a storage device
US9594512B1 (en) 2015-06-19 2017-03-14 Pure Storage, Inc. Attributing consumed storage capacity among entities storing data in a storage array
US10310740B2 (en) * 2015-06-23 2019-06-04 Pure Storage, Inc. Aligning memory access operations to a geometry of a storage device
US9547441B1 (en) * 2015-06-23 2017-01-17 Pure Storage, Inc. Exposing a geometry of a storage device
US10296236B2 (en) 2015-07-01 2019-05-21 Pure Storage, Inc. Offloading device management responsibilities from a storage device in an array of storage devices
US9892071B2 (en) 2015-08-03 2018-02-13 Pure Storage, Inc. Emulating a remote direct memory access (‘RDMA’) link between controllers in a storage array
US9851762B1 (en) 2015-08-06 2017-12-26 Pure Storage, Inc. Compliant printed circuit board (‘PCB’) within an enclosure
US11294588B1 (en) 2015-08-24 2022-04-05 Pure Storage, Inc. Placing data within a storage device
US11625181B1 (en) 2015-08-24 2023-04-11 Pure Storage, Inc. Data tiering using snapshots
US10198194B2 (en) 2015-08-24 2019-02-05 Pure Storage, Inc. Placing data within a storage device of a flash array
US9384082B1 (en) 2015-10-23 2016-07-05 Pure Storage, Inc. Proactively providing corrective measures for storage arrays
US11360844B1 (en) 2015-10-23 2022-06-14 Pure Storage, Inc. Recovery of a container storage provider
US10514978B1 (en) 2015-10-23 2019-12-24 Pure Storage, Inc. Automatic deployment of corrective measures for storage arrays
US10284232B2 (en) 2015-10-28 2019-05-07 Pure Storage, Inc. Dynamic error processing in a storage device
US9740414B2 (en) 2015-10-29 2017-08-22 Pure Storage, Inc. Optimizing copy operations
US10374868B2 (en) 2015-10-29 2019-08-06 Pure Storage, Inc. Distributed command processing in a flash storage system
US10353777B2 (en) 2015-10-30 2019-07-16 Pure Storage, Inc. Ensuring crash-safe forward progress of a system configuration update
US9760479B2 (en) 2015-12-02 2017-09-12 Pure Storage, Inc. Writing data in a storage system that includes a first type of storage device and a second type of storage device
US11762764B1 (en) 2015-12-02 2023-09-19 Pure Storage, Inc. Writing data in a storage system that includes a first type of storage device and a second type of storage device
US10326836B2 (en) 2015-12-08 2019-06-18 Pure Storage, Inc. Partially replicating a snapshot between storage systems
US11616834B2 (en) 2015-12-08 2023-03-28 Pure Storage, Inc. Efficient replication of a dataset to the cloud
US10162835B2 (en) 2015-12-15 2018-12-25 Pure Storage, Inc. Proactive management of a plurality of storage arrays in a multi-array system
US11347697B1 (en) 2015-12-15 2022-05-31 Pure Storage, Inc. Proactively optimizing a storage system
US10346043B2 (en) 2015-12-28 2019-07-09 Pure Storage, Inc. Adaptive computing for data compression
US9886314B2 (en) 2016-01-28 2018-02-06 Pure Storage, Inc. Placing workloads in a multi-array system
US10572460B2 (en) 2016-02-11 2020-02-25 Pure Storage, Inc. Compressing data in dependence upon characteristics of a storage system
US9760297B2 (en) 2016-02-12 2017-09-12 Pure Storage, Inc. Managing input/output (‘I/O’) queues in a data storage system
US11995315B2 (en) 2016-03-16 2024-05-28 Pure Storage, Inc. Converting data formats in a storage system
US9959043B2 (en) 2016-03-16 2018-05-01 Pure Storage, Inc. Performing a non-disruptive upgrade of data in a storage system
US11112990B1 (en) 2016-04-27 2021-09-07 Pure Storage, Inc. Managing storage device evacuation
US11809727B1 (en) 2016-04-27 2023-11-07 Pure Storage, Inc. Predicting failures in a storage system that includes a plurality of storage devices
US9841921B2 (en) 2016-04-27 2017-12-12 Pure Storage, Inc. Migrating data in a storage array that includes a plurality of storage devices
US9811264B1 (en) 2016-04-28 2017-11-07 Pure Storage, Inc. Deploying client-specific applications in a storage system utilizing redundant system resources
US10303390B1 (en) 2016-05-02 2019-05-28 Pure Storage, Inc. Resolving fingerprint collisions in flash storage system
US11231858B2 (en) 2016-05-19 2022-01-25 Pure Storage, Inc. Dynamically configuring a storage system to facilitate independent scaling of resources
US9507532B1 (en) 2016-05-20 2016-11-29 Pure Storage, Inc. Migrating data in a storage array that includes a plurality of storage devices and a plurality of write buffer devices
US10691567B2 (en) 2016-06-03 2020-06-23 Pure Storage, Inc. Dynamically forming a failure domain in a storage system that includes a plurality of blades
US10452310B1 (en) 2016-07-13 2019-10-22 Pure Storage, Inc. Validating cabling for storage component admission to a storage array
US11706895B2 (en) 2016-07-19 2023-07-18 Pure Storage, Inc. Independent scaling of compute resources and storage resources in a storage system
US10459652B2 (en) 2016-07-27 2019-10-29 Pure Storage, Inc. Evacuating blades in a storage array that includes a plurality of blades
US10474363B1 (en) 2016-07-29 2019-11-12 Pure Storage, Inc. Space reporting in a storage system
US10235229B1 (en) 2016-09-07 2019-03-19 Pure Storage, Inc. Rehabilitating storage devices in a storage array that includes a plurality of storage devices
US11960348B2 (en) 2016-09-07 2024-04-16 Pure Storage, Inc. Cloud-based monitoring of hardware components in a fleet of storage systems
US10908966B1 (en) 2016-09-07 2021-02-02 Pure Storage, Inc. Adapting target service times in a storage system
US11481261B1 (en) 2016-09-07 2022-10-25 Pure Storage, Inc. Preventing extended latency in a storage system
US11531577B1 (en) 2016-09-07 2022-12-20 Pure Storage, Inc. Temporarily limiting access to a storage device
US10331588B2 (en) 2016-09-07 2019-06-25 Pure Storage, Inc. Ensuring the appropriate utilization of system resources using weighted workload based, time-independent scheduling
US10146585B2 (en) 2016-09-07 2018-12-04 Pure Storage, Inc. Ensuring the fair utilization of system resources using workload based, time-independent scheduling
US10671439B1 (en) 2016-09-07 2020-06-02 Pure Storage, Inc. Workload planning with quality-of-service (‘QOS’) integration
US11886922B2 (en) 2016-09-07 2024-01-30 Pure Storage, Inc. Scheduling input/output operations for a storage system
US10007459B2 (en) 2016-10-20 2018-06-26 Pure Storage, Inc. Performance tuning in a storage system that includes one or more storage devices
US11379132B1 (en) 2016-10-20 2022-07-05 Pure Storage, Inc. Correlating medical sensor data
US11620075B2 (en) 2016-11-22 2023-04-04 Pure Storage, Inc. Providing application aware storage
US10162566B2 (en) 2016-11-22 2018-12-25 Pure Storage, Inc. Accumulating application-level statistics in a storage system
US10198205B1 (en) 2016-12-19 2019-02-05 Pure Storage, Inc. Dynamically adjusting a number of storage devices utilized to simultaneously service write operations
US11461273B1 (en) 2016-12-20 2022-10-04 Pure Storage, Inc. Modifying storage distribution in a storage system that includes one or more storage devices
US10489307B2 (en) 2017-01-05 2019-11-26 Pure Storage, Inc. Periodically re-encrypting user data stored on a storage device
US11307998B2 (en) 2017-01-09 2022-04-19 Pure Storage, Inc. Storage efficiency of encrypted host system data
US10503700B1 (en) 2017-01-19 2019-12-10 Pure Storage, Inc. On-demand content filtering of snapshots within a storage system
US11340800B1 (en) 2017-01-19 2022-05-24 Pure Storage, Inc. Content masking in a storage system
US11163624B2 (en) 2017-01-27 2021-11-02 Pure Storage, Inc. Dynamically adjusting an amount of log data generated for a storage system
US10521344B1 (en) 2017-03-10 2019-12-31 Pure Storage, Inc. Servicing input/output (‘I/O’) operations directed to a dataset that is synchronized across a plurality of storage systems
US11675520B2 (en) 2017-03-10 2023-06-13 Pure Storage, Inc. Application replication among storage systems synchronously replicating a dataset
US11442825B2 (en) 2017-03-10 2022-09-13 Pure Storage, Inc. Establishing a synchronous replication relationship between two or more storage systems
US11941279B2 (en) 2017-03-10 2024-03-26 Pure Storage, Inc. Data path virtualization
US10503427B2 (en) 2017-03-10 2019-12-10 Pure Storage, Inc. Synchronously replicating datasets and other managed objects to cloud-based storage systems
US11089105B1 (en) 2017-12-14 2021-08-10 Pure Storage, Inc. Synchronously replicating datasets in cloud-based storage systems
US11803453B1 (en) 2017-03-10 2023-10-31 Pure Storage, Inc. Using host connectivity states to avoid queuing I/O requests
US11169727B1 (en) 2017-03-10 2021-11-09 Pure Storage, Inc. Synchronous replication between storage systems with virtualized storage
US10454810B1 (en) 2017-03-10 2019-10-22 Pure Storage, Inc. Managing host definitions across a plurality of storage systems
US9910618B1 (en) 2017-04-10 2018-03-06 Pure Storage, Inc. Migrating applications executing on a storage system
US10459664B1 (en) 2017-04-10 2019-10-29 Pure Storage, Inc. Virtualized copy-by-reference
US11868629B1 (en) 2017-05-05 2024-01-09 Pure Storage, Inc. Storage system sizing service
US10884636B1 (en) 2017-06-12 2021-01-05 Pure Storage, Inc. Presenting workload performance in a storage system
CN116431072A (zh) 2017-06-12 2023-07-14 净睿存储股份有限公司 集成到大容量存储设备的可访问快速耐久存储
US10976962B2 (en) 2018-03-15 2021-04-13 Pure Storage, Inc. Servicing I/O operations in a cloud-based storage system
US10552090B2 (en) 2017-09-07 2020-02-04 Pure Storage, Inc. Solid state drives with multiple types of addressable memory
US11442669B1 (en) 2018-03-15 2022-09-13 Pure Storage, Inc. Orchestrating a virtual storage system
US11340939B1 (en) 2017-06-12 2022-05-24 Pure Storage, Inc. Application-aware analytics for storage systems
US10613791B2 (en) 2017-06-12 2020-04-07 Pure Storage, Inc. Portable snapshot replication between storage systems
US11016824B1 (en) 2017-06-12 2021-05-25 Pure Storage, Inc. Event identification with out-of-order reporting in a cloud-based environment
US11609718B1 (en) 2017-06-12 2023-03-21 Pure Storage, Inc. Identifying valid data after a storage system recovery
US10853148B1 (en) 2017-06-12 2020-12-01 Pure Storage, Inc. Migrating workloads between a plurality of execution environments
US11592991B2 (en) 2017-09-07 2023-02-28 Pure Storage, Inc. Converting raid data between persistent storage types
US11210133B1 (en) 2017-06-12 2021-12-28 Pure Storage, Inc. Workload mobility between disparate execution environments
US11422731B1 (en) 2017-06-12 2022-08-23 Pure Storage, Inc. Metadata-based replication of a dataset
US10789020B2 (en) 2017-06-12 2020-09-29 Pure Storage, Inc. Recovering data within a unified storage element
US11989429B1 (en) 2017-06-12 2024-05-21 Pure Storage, Inc. Recommending changes to a storage system
US10417092B2 (en) 2017-09-07 2019-09-17 Pure Storage, Inc. Incremental RAID stripe update parity calculation
US11561714B1 (en) 2017-07-05 2023-01-24 Pure Storage, Inc. Storage efficiency driven migration
US11477280B1 (en) 2017-07-26 2022-10-18 Pure Storage, Inc. Integrating cloud storage services
US10831935B2 (en) 2017-08-31 2020-11-10 Pure Storage, Inc. Encryption management with host-side data reduction
US11455168B1 (en) 2017-10-19 2022-09-27 Pure Storage, Inc. Batch building for deep learning training workloads
US11861423B1 (en) 2017-10-19 2024-01-02 Pure Storage, Inc. Accelerating artificial intelligence (‘AI’) workflows
US10360214B2 (en) 2017-10-19 2019-07-23 Pure Storage, Inc. Ensuring reproducibility in an artificial intelligence infrastructure
US10671435B1 (en) 2017-10-19 2020-06-02 Pure Storage, Inc. Data transformation caching in an artificial intelligence infrastructure
US10452444B1 (en) 2017-10-19 2019-10-22 Pure Storage, Inc. Storage system with compute resources and shared storage resources
US11494692B1 (en) 2018-03-26 2022-11-08 Pure Storage, Inc. Hyperscale artificial intelligence and machine learning infrastructure
US10509581B1 (en) 2017-11-01 2019-12-17 Pure Storage, Inc. Maintaining write consistency in a multi-threaded storage system
US10484174B1 (en) 2017-11-01 2019-11-19 Pure Storage, Inc. Protecting an encryption key for data stored in a storage system that includes a plurality of storage devices
US10467107B1 (en) 2017-11-01 2019-11-05 Pure Storage, Inc. Maintaining metadata resiliency among storage device failures
US10671494B1 (en) 2017-11-01 2020-06-02 Pure Storage, Inc. Consistent selection of replicated datasets during storage system recovery
US10817392B1 (en) 2017-11-01 2020-10-27 Pure Storage, Inc. Ensuring resiliency to storage device failures in a storage system that includes a plurality of storage devices
US10929226B1 (en) 2017-11-21 2021-02-23 Pure Storage, Inc. Providing for increased flexibility for large scale parity
US10936238B2 (en) 2017-11-28 2021-03-02 Pure Storage, Inc. Hybrid data tiering
US10990282B1 (en) 2017-11-28 2021-04-27 Pure Storage, Inc. Hybrid data tiering with cloud storage
US10795598B1 (en) 2017-12-07 2020-10-06 Pure Storage, Inc. Volume migration for storage systems synchronously replicating a dataset
US11036677B1 (en) 2017-12-14 2021-06-15 Pure Storage, Inc. Replicated data integrity
US10929031B2 (en) 2017-12-21 2021-02-23 Pure Storage, Inc. Maximizing data reduction in a partially encrypted volume
US10992533B1 (en) 2018-01-30 2021-04-27 Pure Storage, Inc. Policy based path management
US11150834B1 (en) 2018-03-05 2021-10-19 Pure Storage, Inc. Determining storage consumption in a storage system
US10942650B1 (en) 2018-03-05 2021-03-09 Pure Storage, Inc. Reporting capacity utilization in a storage system
US10521151B1 (en) 2018-03-05 2019-12-31 Pure Storage, Inc. Determining effective space utilization in a storage system
US11861170B2 (en) 2018-03-05 2024-01-02 Pure Storage, Inc. Sizing resources for a replication target
US11972134B2 (en) 2018-03-05 2024-04-30 Pure Storage, Inc. Resource utilization using normalized input/output (‘I/O’) operations
US10296258B1 (en) 2018-03-09 2019-05-21 Pure Storage, Inc. Offloading data storage to a decentralized storage network
US11288138B1 (en) 2018-03-15 2022-03-29 Pure Storage, Inc. Recovery from a system fault in a cloud-based storage system
US11048590B1 (en) 2018-03-15 2021-06-29 Pure Storage, Inc. Data consistency during recovery in a cloud-based storage system
US10917471B1 (en) 2018-03-15 2021-02-09 Pure Storage, Inc. Active membership in a cloud-based storage system
US10924548B1 (en) 2018-03-15 2021-02-16 Pure Storage, Inc. Symmetric storage using a cloud-based storage system
US11210009B1 (en) 2018-03-15 2021-12-28 Pure Storage, Inc. Staging data in a cloud-based storage system
US11171950B1 (en) 2018-03-21 2021-11-09 Pure Storage, Inc. Secure cloud-based storage system management
US11095706B1 (en) 2018-03-21 2021-08-17 Pure Storage, Inc. Secure cloud-based storage system management
US10838833B1 (en) 2018-03-26 2020-11-17 Pure Storage, Inc. Providing for high availability in a data analytics pipeline without replicas
US11392553B1 (en) 2018-04-24 2022-07-19 Pure Storage, Inc. Remote data management
US11436344B1 (en) 2018-04-24 2022-09-06 Pure Storage, Inc. Secure encryption in deduplication cluster
US11675503B1 (en) 2018-05-21 2023-06-13 Pure Storage, Inc. Role-based data access
US20190354628A1 (en) 2018-05-21 2019-11-21 Pure Storage, Inc. Asynchronous replication of synchronously replicated data
US11954220B2 (en) 2018-05-21 2024-04-09 Pure Storage, Inc. Data protection for container storage
US11455409B2 (en) 2018-05-21 2022-09-27 Pure Storage, Inc. Storage layer data obfuscation
US10871922B2 (en) 2018-05-22 2020-12-22 Pure Storage, Inc. Integrated storage management between storage systems and container orchestrators
US11403000B1 (en) 2018-07-20 2022-08-02 Pure Storage, Inc. Resiliency in a cloud-based storage system
US11416298B1 (en) 2018-07-20 2022-08-16 Pure Storage, Inc. Providing application-specific storage by a storage system
US11146564B1 (en) 2018-07-24 2021-10-12 Pure Storage, Inc. Login authentication in a cloud storage platform
US11632360B1 (en) 2018-07-24 2023-04-18 Pure Storage, Inc. Remote access to a storage device
US11954238B1 (en) 2018-07-24 2024-04-09 Pure Storage, Inc. Role-based access control for a storage system
CN112567327A (zh) * 2018-08-21 2021-03-26 索尼公司 非易失性存储装置、主机装置和数据存储系统
US11436151B2 (en) * 2018-08-29 2022-09-06 Seagate Technology Llc Semi-sequential drive I/O performance
US11860820B1 (en) 2018-09-11 2024-01-02 Pure Storage, Inc. Processing data through a storage system in a data pipeline
US10671302B1 (en) 2018-10-26 2020-06-02 Pure Storage, Inc. Applying a rate limit across a plurality of storage systems
US12026381B2 (en) 2018-10-26 2024-07-02 Pure Storage, Inc. Preserving identities and policies across replication
US10963189B1 (en) 2018-11-18 2021-03-30 Pure Storage, Inc. Coalescing write operations in a cloud-based storage system
US11526405B1 (en) 2018-11-18 2022-12-13 Pure Storage, Inc. Cloud-based disaster recovery
US11379254B1 (en) 2018-11-18 2022-07-05 Pure Storage, Inc. Dynamic configuration of a cloud-based storage system
US12026060B1 (en) 2018-11-18 2024-07-02 Pure Storage, Inc. Reverting between codified states in a cloud-based storage system
US11340837B1 (en) 2018-11-18 2022-05-24 Pure Storage, Inc. Storage system management via a remote console
US12026061B1 (en) 2018-11-18 2024-07-02 Pure Storage, Inc. Restoring a cloud-based storage system to a selected state
US11650749B1 (en) 2018-12-17 2023-05-16 Pure Storage, Inc. Controlling access to sensitive data in a shared dataset
US11003369B1 (en) 2019-01-14 2021-05-11 Pure Storage, Inc. Performing a tune-up procedure on a storage device during a boot process
US11042452B1 (en) 2019-03-20 2021-06-22 Pure Storage, Inc. Storage system data recovery using data recovery as a service
US11221778B1 (en) 2019-04-02 2022-01-11 Pure Storage, Inc. Preparing data for deduplication
US11068162B1 (en) 2019-04-09 2021-07-20 Pure Storage, Inc. Storage management in a cloud data store
US11853266B2 (en) 2019-05-15 2023-12-26 Pure Storage, Inc. Providing a file system in a cloud environment
US11126364B2 (en) 2019-07-18 2021-09-21 Pure Storage, Inc. Virtual storage system architecture
US11392555B2 (en) 2019-05-15 2022-07-19 Pure Storage, Inc. Cloud-based file services
US11327676B1 (en) 2019-07-18 2022-05-10 Pure Storage, Inc. Predictive data streaming in a virtual storage system
US12001355B1 (en) 2019-05-24 2024-06-04 Pure Storage, Inc. Chunked memory efficient storage data transfers
US11487715B1 (en) 2019-07-18 2022-11-01 Pure Storage, Inc. Resiliency in a cloud-based storage system
US11526408B2 (en) 2019-07-18 2022-12-13 Pure Storage, Inc. Data recovery in a virtual storage system
US11093139B1 (en) 2019-07-18 2021-08-17 Pure Storage, Inc. Durably storing data within a virtual storage system
US11861221B1 (en) 2019-07-18 2024-01-02 Pure Storage, Inc. Providing scalable and reliable container-based storage services
US11797197B1 (en) 2019-07-18 2023-10-24 Pure Storage, Inc. Dynamic scaling of a virtual storage system
US11086553B1 (en) 2019-08-28 2021-08-10 Pure Storage, Inc. Tiering duplicated objects in a cloud-based object store
US11693713B1 (en) 2019-09-04 2023-07-04 Pure Storage, Inc. Self-tuning clusters for resilient microservices
US11797569B2 (en) 2019-09-13 2023-10-24 Pure Storage, Inc. Configurable data replication
US11625416B1 (en) 2019-09-13 2023-04-11 Pure Storage, Inc. Uniform model for distinct types of data replication
US11573864B1 (en) 2019-09-16 2023-02-07 Pure Storage, Inc. Automating database management in a storage system
US11669386B1 (en) 2019-10-08 2023-06-06 Pure Storage, Inc. Managing an application's resource stack
US11943293B1 (en) 2019-12-06 2024-03-26 Pure Storage, Inc. Restoring a storage system from a replication target
US11720497B1 (en) 2020-01-13 2023-08-08 Pure Storage, Inc. Inferred nonsequential prefetch based on data access patterns
US11733901B1 (en) 2020-01-13 2023-08-22 Pure Storage, Inc. Providing persistent storage to transient cloud computing services
US11709636B1 (en) 2020-01-13 2023-07-25 Pure Storage, Inc. Non-sequential readahead for deep learning training
US12014065B2 (en) 2020-02-11 2024-06-18 Pure Storage, Inc. Multi-cloud orchestration as-a-service
US11637896B1 (en) 2020-02-25 2023-04-25 Pure Storage, Inc. Migrating applications to a cloud-computing environment
US11868622B2 (en) 2020-02-25 2024-01-09 Pure Storage, Inc. Application recovery across storage systems
US11321006B1 (en) 2020-03-25 2022-05-03 Pure Storage, Inc. Data loss prevention during transitions from a replication source
US11301152B1 (en) 2020-04-06 2022-04-12 Pure Storage, Inc. Intelligently moving data between storage systems
US11630598B1 (en) 2020-04-06 2023-04-18 Pure Storage, Inc. Scheduling data replication operations
US11494267B2 (en) 2020-04-14 2022-11-08 Pure Storage, Inc. Continuous value data redundancy
US11921670B1 (en) 2020-04-20 2024-03-05 Pure Storage, Inc. Multivariate data backup retention policies
US11431488B1 (en) 2020-06-08 2022-08-30 Pure Storage, Inc. Protecting local key generation using a remote key management service
US11442652B1 (en) 2020-07-23 2022-09-13 Pure Storage, Inc. Replication handling during storage system transportation
US11349917B2 (en) 2020-07-23 2022-05-31 Pure Storage, Inc. Replication handling among distinct networks
US11397545B1 (en) 2021-01-20 2022-07-26 Pure Storage, Inc. Emulating persistent reservations in a cloud-based storage system
US11853285B1 (en) 2021-01-22 2023-12-26 Pure Storage, Inc. Blockchain logging of volume-level events in a storage system
US11563744B2 (en) 2021-02-22 2023-01-24 Bank Of America Corporation System for detection and classification of intrusion using machine learning techniques
US20220365827A1 (en) 2021-05-12 2022-11-17 Pure Storage, Inc. Rebalancing In A Fleet Of Storage Systems Using Data Science
US11816129B2 (en) 2021-06-22 2023-11-14 Pure Storage, Inc. Generating datasets using approximate baselines
US11893263B2 (en) 2021-10-29 2024-02-06 Pure Storage, Inc. Coordinated checkpoints among storage systems implementing checkpoint-based replication
US11714723B2 (en) 2021-10-29 2023-08-01 Pure Storage, Inc. Coordinated snapshots for data stored across distinct storage environments
US11914867B2 (en) 2021-10-29 2024-02-27 Pure Storage, Inc. Coordinated snapshots among storage systems implementing a promotion/demotion model
US11922052B2 (en) 2021-12-15 2024-03-05 Pure Storage, Inc. Managing links between storage objects
US11847071B2 (en) 2021-12-30 2023-12-19 Pure Storage, Inc. Enabling communication between a single-port device and multiple storage system controllers
US12001300B2 (en) 2022-01-04 2024-06-04 Pure Storage, Inc. Assessing protection for storage resources
US11860780B2 (en) 2022-01-28 2024-01-02 Pure Storage, Inc. Storage cache management
US11886295B2 (en) 2022-01-31 2024-01-30 Pure Storage, Inc. Intra-block error correction
CN115454900A (zh) * 2022-08-08 2022-12-09 北京阿帕科蓝科技有限公司 数据传输方法、装置、计算机设备、存储介质和程序产品

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0546461A (ja) 1991-08-09 1993-02-26 Toshiba Corp メモリカード装置
JPH05313989A (ja) 1992-05-08 1993-11-26 Toshiba Corp メモリカード装置
US5519847A (en) * 1993-06-30 1996-05-21 Intel Corporation Method of pipelining sequential writes in a flash memory
US5579502A (en) 1991-08-09 1996-11-26 Kabushiki Kaisha Toshiba Memory card apparatus using EEPROMS for storing data and an interface buffer for buffering data transfer between the EEPROMS and an external device
US5611067A (en) 1992-03-31 1997-03-11 Kabushiki Kaisha Toshiba Nonvolatile semiconductor memory device having means for selective transfer of memory block contents and for chaining together unused memory blocks
JPH09282111A (ja) 1996-04-15 1997-10-31 Internatl Business Mach Corp <Ibm> 半導体メモリ装置及びその制御方法
US5745912A (en) 1992-04-02 1998-04-28 Kabushiki Kaisha Toshiba Memory card apparatus including a link table for managing the correspondency between the recorded contents in the memory card and that in the link table
WO1998043248A1 (en) 1997-03-21 1998-10-01 Canal+ Societe Anonyme Computer memory organization
JPH11203885A (ja) 1998-01-09 1999-07-30 Hitachi Ltd 記憶装置
US6141726A (en) 1997-08-26 2000-10-31 Robert Bosch Gmbh Method for modifying data
EP1134662A1 (en) 1999-07-28 2001-09-19 Sony Corporation Recording system, data recording device, memory device, and data recording method
US20030204675A1 (en) * 2002-04-29 2003-10-30 Dover Lance W. Method and system to retrieve information from a storage device
US6721843B1 (en) * 2000-07-07 2004-04-13 Lexar Media, Inc. Flash memory architecture implementing simultaneously programmable multiple flash memory banks that are host compatible
US6763424B2 (en) 2001-01-19 2004-07-13 Sandisk Corporation Partial block data programming and reading operations in a non-volatile memory
US6938116B2 (en) 2001-06-04 2005-08-30 Samsung Electronics Co., Ltd. Flash memory management method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4085478B2 (ja) * 1998-07-28 2008-05-14 ソニー株式会社 記憶媒体及び電子機器システム

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5579502A (en) 1991-08-09 1996-11-26 Kabushiki Kaisha Toshiba Memory card apparatus using EEPROMS for storing data and an interface buffer for buffering data transfer between the EEPROMS and an external device
JPH0546461A (ja) 1991-08-09 1993-02-26 Toshiba Corp メモリカード装置
US5611067A (en) 1992-03-31 1997-03-11 Kabushiki Kaisha Toshiba Nonvolatile semiconductor memory device having means for selective transfer of memory block contents and for chaining together unused memory blocks
US5745912A (en) 1992-04-02 1998-04-28 Kabushiki Kaisha Toshiba Memory card apparatus including a link table for managing the correspondency between the recorded contents in the memory card and that in the link table
JPH05313989A (ja) 1992-05-08 1993-11-26 Toshiba Corp メモリカード装置
US5519847A (en) * 1993-06-30 1996-05-21 Intel Corporation Method of pipelining sequential writes in a flash memory
JPH09282111A (ja) 1996-04-15 1997-10-31 Internatl Business Mach Corp <Ibm> 半導体メモリ装置及びその制御方法
US5963983A (en) 1996-04-15 1999-10-05 International Business Machines Corporation Method and apparatus for dynamically creating conversion tables to access a semiconductor memory device
WO1998043248A1 (en) 1997-03-21 1998-10-01 Canal+ Societe Anonyme Computer memory organization
US6141726A (en) 1997-08-26 2000-10-31 Robert Bosch Gmbh Method for modifying data
JPH11203885A (ja) 1998-01-09 1999-07-30 Hitachi Ltd 記憶装置
EP1134662A1 (en) 1999-07-28 2001-09-19 Sony Corporation Recording system, data recording device, memory device, and data recording method
US6965963B1 (en) 1999-07-28 2005-11-15 Sony Corporation Continuous arrangement of data clusters across multiple storages
US6721843B1 (en) * 2000-07-07 2004-04-13 Lexar Media, Inc. Flash memory architecture implementing simultaneously programmable multiple flash memory banks that are host compatible
US6763424B2 (en) 2001-01-19 2004-07-13 Sandisk Corporation Partial block data programming and reading operations in a non-volatile memory
US6938116B2 (en) 2001-06-04 2005-08-30 Samsung Electronics Co., Ltd. Flash memory management method
US20030204675A1 (en) * 2002-04-29 2003-10-30 Dover Lance W. Method and system to retrieve information from a storage device

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
Chiang et al., "Managing flash memory in personal communication devices," Consumer Electronics, 1997, ISCE '97, Proceedings of 1997 IEEE International Symposium on Singapore Dec. 2-4, 1997, New York, NY, USA, IEEE, US, Dec. 2, 1997, pp. 177-182, XP010268685, ISBN: 0-7803-4371-9.
English language Abstract of JP 11-203885.
English language Abstract of JP 5-046641.
English language Abstract of JP 5-313989.
English language Abstract of JP 9-282111.
Wu et al., "eNVy: A Non-Volatile, Main Memory Stotage System," ACM Sigplan Notices, ACM, Association for Computing Machinery, New York, NY, US, vol. 29, No. 11, Nov. 1, 1994, pp. 86-97, XP000491727, ISSN: 0362-1340.

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110093649A1 (en) * 2009-10-16 2011-04-21 Chun-Kun Lee Method for managing a plurality of blocks of a flash memory, and associated memory device and controller thereof

Also Published As

Publication number Publication date
US7107389B2 (en) 2006-09-12
KR100944054B1 (ko) 2010-02-24
US20040193786A1 (en) 2004-09-30
KR20050033504A (ko) 2005-04-12
CN1585930A (zh) 2005-02-23
CN100347685C (zh) 2007-11-07
JP4358111B2 (ja) 2009-11-04
CA2461446A1 (en) 2004-03-11
WO2004021191A1 (ja) 2004-03-11
TWI260535B (en) 2006-08-21
EP1533702A4 (en) 2007-05-23
CN101114255A (zh) 2008-01-30
JPWO2004021191A1 (ja) 2005-12-22
TW200407769A (en) 2004-05-16
EP1533702A1 (en) 2005-05-25

Similar Documents

Publication Publication Date Title
USRE42648E1 (en) Semiconductor memory apparatus and method for writing data into the flash memory device
KR101150162B1 (ko) 데이터 저장 시스템에서 심볼 빈도 레벨링
US9606911B2 (en) Apparatuses for managing and accessing flash memory module
US8473672B2 (en) System and method for storing data using a flexible data format
US20070300130A1 (en) Method of Error Correction Coding for Multiple-Sector Pages in Flash Memory Devices
US8321624B2 (en) Memory device and management method of memory device
US8281072B2 (en) Data processing system, controller, and method thereof for searching for specific memory area
US7979625B2 (en) SPI bank addressing scheme for memory densities above 128Mb
US8127072B2 (en) Data storage device and method for accessing flash memory
KR20120109017A (ko) 메모리 컨트롤러, 이를 포함하는 장치들, 및 이의 동작 방법
US9213636B2 (en) Data accessing method for flash memory storage device having data perturbation module, and storage system and controller using the same
CN110059017B (zh) 用于存取安全数字sd卡的方法及sd卡的控制器
WO2007137013A2 (en) Error correction coding for multiple-sector pages in flash memory devices
US8209464B2 (en) Management method, management apparatus, and controller for memory data access
US7913003B2 (en) Reclaim algorithm for fast edits in a nonvolatile file system
JP2007052769A (ja) メモリカードインターフェイス変換フレームワーク
CN112486861B (zh) 固态硬盘映射表数据查询方法、装置、计算机设备及存储介质
US20110040929A1 (en) Method and apparatus for modifying data sequences stored in memory device
CN111596859B (zh) 数据储存装置与数据处理方法
JP2007241619A (ja) メモリコントローラ、不揮発性記憶装置、不揮発性記憶システム、及びデータ書き込み方法

Legal Events

Date Code Title Description
FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FEPP Fee payment procedure

Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

AS Assignment

Owner name: GODO KAISHA IP BRIDGE 1, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:PANASONIC CORPORATION (FORMERLY MATSUSHITA ELECTRIC INDUSTRIAL CO., LTD.);REEL/FRAME:032209/0630

Effective date: 20131203

FPAY Fee payment

Year of fee payment: 8

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.)

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY