1. Field of the Invention
The present invention relates generally to storage devices, and more particularly, to a dual media storage device using a direct data file storage interface.
2. Background
Conventional computer systems typically include several functional components. These components may include a central processing unit (CPU), main memory, input/output (“I/O”) devices, and mass storage. In conventional systems, the main memory is coupled to the CPU via a system bus or a local memory bus. The main memory is used to provide the CPU access to data and/or program information that is stored in main memory at execution time. Typically, the main memory is composed of random access memory (RAM) circuits. A computer system with the CPU and main memory is often referred to as a host system.
Mass storage is typically used to retain data. Generally, a program stored in mass storage is copied to main memory before being executed by the CPU. Common mass storage devices include floppy disks, hard disks, optical disks and tape drives.
Additionally, flash memory may be used to provide non-volatile storage. A host system interfaces with flash memory (also referred to as “flash device”, “flash” or “flash card” interchangeably throughout this specification) via an interface. Flash memory typically includes non-volatile memory cell arrays for storing information.
Flash memory systems are most commonly provided in the form of a memory card or flash drive that is removably connected with a variety of hosts such as a personal computer, a camera or the like, but may also be embedded within such host systems.
A flash memory controller typically controls the operations of a memory array. The memory controller includes a microprocessor, some non-volatile read only memory (“ROM”), a volatile random-access memory (“RAM”) and one or more special circuits, for example, an error correction-code circuit (“ECC”) that calculates ECC from data as it passes through the memory controller.
In an early generation of commercial flash memory systems, a rectangular array of memory cells were divided into a large number of groups of cells that each stored the amount of data of a standard disk drive sector, namely 512 bytes. An additional amount of data, such as 16 bytes, are also usually included in each group to store an error correction code (ECC) and possibly other overhead data relating to the user data and/or to the memory cell group in which it is stored. The memory cells in each such group are the minimum number of memory cells that are erasable together. That is, the erase unit is effectively the number of memory cells that store one data sector and any overhead data that is included. Examples of this type of memory system are described in U.S. Pat. Nos. 5,602,987 and 6,426,893. It is a characteristic of flash memory that the memory cells need to be erased prior to re-programming them with data.
In conventional systems, a host maintains a file system and allocates file data to logical clusters, where the cluster size is typically fixed. A flash device is divided into plural logical sectors and the host allocates space within the clusters comprising of a plurality of logical sectors. A cluster is a sub-division of logical addresses and a cluster map is designated as a file allocation table (“FAT”). The FAT is normally stored on the storage device itself.
In conventional systems, when writing data to the memory, the host typically assigns unique logical addresses to sectors, clusters or other units of data within a continuous virtual address space of the memory system. Like a disk operating system (DOS), the host writes data to, and reads data from, addresses within the logical address space of the memory system. A controller within the memory system translates logical addresses received from the host into physical addresses within the memory array, where the data are actually stored, and then keeps track of these address translations. The data storage capacity of the memory system is at least as large as the amount of data that is addressable over the entire logical address space defined for the memory system.
The inventor has previously explored the concept of merging separate devices (i.e. mass storage and flash memory) into a single mass storage system, as disclosed in the aforementioned co-pending patent applications. These integrated devices operate where a logical interface is used to transfer data between the host and the merged storage systems.
Other file storage systems (or formats) are now being developed so that a host does not have to perform file to logical address mapping.
Therefore, there is a need for a method and system that allows a host system to efficiently read/write data to/from a flash memory system that uses a non-traditional file storage format and a mass storage device that is still based on conventional logical address space/format using a logical interface.
In one aspect of the present invention, a system for transferring data between a host system and a data storage system is provided. The system includes an interface that uses a file based protocol to transfer data between the data storage system and the host system, wherein the data storage system includes a first mass storage device and a second mass storage device; wherein the first mass storage device is a solid state non-volatile memory device and the second mass storage device is a non-solid state memory device.
The first mass storage device is a flash memory device that operates as a primary storage device that stores data on a file by file basis. The second mass storage device is a magnetic disk drive that operates as secondary storage device and stores data received via a logical interface.
In another aspect of the present invention, a system for transferring data between a host system and a data storage system is provided. The system includes an interface that uses a file based protocol to transfer data between the data storage system and the host system, wherein the data storage system includes a first non-volatile mass storage device and a second non-volatile mass storage device; and the first non-volatile mass storage device stores data in a first format and the second non-volatile mass storage device stores data in a second format.
In yet another aspect of the present invention, a data storage system is provided. The data storage system includes a first non-volatile mass storage device that interfaces with a host system via an interface that uses a file based protocol; and a second non-volatile mass storage device; wherein the second non-volatile mass storage device interfaces with the first non-volatile mass storage device and data from the host system can be stored in the first non-volatile mass storage device and/or the second non-volatile mass storage device.
In another aspect of the present invention, a data storage system is provided. The data storage system includes a first non-volatile mass storage device that interfaces with a host system via a file based protocol; wherein the first non-volatile mass storage device includes a disk driver to interface with a second non-volatile mass storage device and file data from the host system can be stored in the first non-volatile mass storage device and/or second non-volatile mass storage device.
In yet another aspect of the present invention, a method for writing data sent by a host system to a mass storage system is provided. The mass storage system includes a first non-volatile mass storage device and a second non-volatile mass storage device. The method includes identifying individual files of data by unique file identifiers and offsets within the individual files, wherein the host system generates the unique file identifiers and the offsets, and sends the file identifiers and offsets to the mass storage system; and storing the data in the first non-volatile mass storage device, if space is available in the first non-volatile storage device; and if storage space for the file is unavailable in the first non-volatile mass storage device, then scheduling a copy operation for transferring data from the first non-volatile mass storage device to the second non-volatile mass storage device.
In another aspect of the invention, a method for reading data from a mass storage system is provided. The mass storage system includes a first non-volatile mass storage device and a second non-volatile mass storage device. The method includes, receiving individual unique file identifiers and offsets for a file, wherein a host system generates the unique file identifiers and offsets, and sends the file identifiers and offsets to the mass storage system for data to be read from the mass storage system; determining if the file is located in the first non-volatile mass storage device or the second non-volatile mass storage device; and accessing data from the first non-volatile mass storage device, if the file is located in the first non-volatile mass storage device.
In yet another aspect of the present invention, a method is provided for writing data sent by a host system to a mass storage system with a first non-volatile mass storage device and a second non-volatile mass storage device. The method includes identifying individual files of data by unique file identifiers and offsets within the individual files, wherein the host system generates the unique file identifiers and the offsets, and sends the file identifiers and offsets to the mass storage system; writing the file data to the first non-volatile mass storage device, if space is available in the first non-volatile mass storage device; determining if the file data should be segmented; and copying a file segment to the second non-volatile mass storage device.
In yet another aspect of the present invention, a method is provided for writing data sent by a host system to a mass storage system, wherein the mass storage system includes a first non-volatile mass storage device and a second non-volatile mass storage device. The method includes receiving a write command from a host system; sending a write command to the first non-volatile mass storage device for writing a first file segment, if space is available in the first non-volatile mass storage device; sending a write command to the second non-volatile mass storage device for writing a second file segment; storing the first file segment in the first non-volatile mass storage device while the second non-volatile mass storage device is getting ready to store the second file segment; and storing a second file segment in the second non-volatile mass storage device.
This brief summary has been provided so that the nature of the invention may be understood quickly. A more complete understanding of the invention can be obtained by reference to the following detailed description of the preferred embodiments thereof in connection with the attached drawings.
The foregoing features and other features of the present invention will now be described with reference to the drawings of a preferred embodiment. In the drawings, the same components have the same reference numerals. The illustrated embodiment is intended to illustrate, but not to limit the invention. The drawings include the following Figures:
To facilitate an understanding of the preferred embodiment, the general architecture and operation of a host system/flash device will be described. The specific architecture and operation of the preferred embodiment will then be described with reference to the general architecture.
Host System:
Computer system 100 includes a central processing unit (“CPU”) (or microprocessor) 175 connected to a system bus 155. Main memory 145 (for example, Random access main memory (“RAM”)) is also coupled to system bus 155 and provides CPU 175 with access to memory storage. When executing program instructions, CPU 175 stores those process steps in RAM 145 and executes the stored process steps out of RAM 145.
Read only memory (“ROM”) (not shown) is provided to store invariant instruction sequences such as start-up instruction sequences or basic Input/output operating system (BIOS) sequences.
Mass storage device 150 allows computer system 100 to permanently retain large amounts of data. Mass storage device 150 is described below in detail.
Mass Storage System:
Mass storage 150 is a virtual flash file store that uses a direct data file flash device (or solid state non-volatile memory device) 116 (also shown as 116 in
Secondary store 110 includes disk controller 111A and memory storage 111B. Disk controller 111A facilitates data transfer between the primary store 116 and the secondary store 110. It is noteworthy that secondary store 110 may be a non-solid state memory device, for example, a hard disk, tape drive and others.
To a user mass storage device 150 appears to be a flash storage device, when in reality a magnetic disk 110 is used in conjunction with flash device 116.
It is noteworthy that primary store 116 may be an integral part of host system 100, while secondary store 110 operating as a traditional hard disk may be external to host system 100. Furthermore, the primary store 116 and the secondary store 110 may store data using similar or different formats.
Flash device 116 (or Primary store 116, used interchangeably throughout this specification) includes a controller module 116A (may also be referred to as “memory system controller” or” “memory controller” or “controller”) and solid-state memory modules 116B. Controller 116A interfaces with host system 100 via file interface 103 or another peripheral bus (not shown) or via system bus 155.
There are currently many different flash devices (or flash memory cards) that are commercially available, examples being the CompactFlash (CF), the MultiMediaCard (MMC), Secure Digital (SD), miniSD, Memory Stick, SmartMedia and TransFlash cards. Although each of these cards has a unique mechanical and/or electrical interface according to its standardized specifications, the flash memory included in each is very similar. These cards are all available from SanDisk Corporation, assignee of the present application. SanDisk also provides a line of flash drives under its Cruzer trademark, which are hand held memory systems in small packages that have a Universal Serial Bus (USB) plug for connecting with a host by plugging into the host's USB receptacle. Each of these memory cards and flash drives includes controllers that interface with the host and control operation of the flash memory within them.
Host systems that use such memory cards and flash drives are many and varied. They include personal computers (PCs), laptop and other portable computers, cellular telephones, personal digital assistants (PDAs), digital still cameras, digital movie cameras and portable audio players. The host typically includes a built-in receptacle for one or more types of memory cards or flash drives but some require adapters into which a memory card is plugged.
Primary store 116 when compared to secondary store 110 is compact and has higher resistance to shock and vibration because it can operate without moving parts, unlike secondary store 110 that uses various moving parts.
Primary store 116 also has faster seek time than secondary store 110, i.e., a host can read and write data to/from primary store 116 faster than it can from/to the secondary store 110. Primary store 116 typically has less storage capacity than secondary store 110. Mass storage system 150 advantageously provides both a faster direct data file flash storage device and a high capacity storage device, described below in detail.
A NAND architecture of the memory cell arrays 116B is currently preferred, although other architectures, such as NOR, can also be used instead. Examples of NAND flash memories and their operation as part of a memory system may be had by reference to U.S. Pat. Nos. 5,570,315, 5,774,397, 6,046,935, 6,373,746, 6,456,528, 6,522,580, 6,771,536 and 6,781,877 and United States patent application publication no. 2003/0147278.
A host interface 116G interfaces with host system 100 (via file interface 103), while a flash interface 116F interfaces with memory modules 116B.
A block of memory cells is the unit of erase, the smallest number of memory cells that are physically erasable together. For increased parallelism, however, the blocks are operated in larger metablock units. One block from each plane is logically linked together to form a metablock. The four blocks 137-140A are shown to form one metablock 141. All of the cells within a metablock are typically erased together. The blocks used to form a metablock need not be restricted to the same relative locations within their respective planes, as is shown in a second metablock 143 made up of blocks 145-148.
Although it is usually preferable to extend the metablocks across all of the planes, for high system performance, the memory system can be operated with the ability to dynamically form metablocks of any or all of one, two or three blocks in different planes. This allows the size of the metablock to be more closely matched with the amount of data available for storage in one programming operation.
The individual blocks are in turn divided for operational purposes into pages of memory cells, as illustrated in
In the NAND architecture, a page is formed of memory cells along a word line within a block. However, in order to increase the memory system operational parallelism, such pages within two or more blocks may be logically linked into metapages. A metapage 151 is illustrated in
Although it is preferable to program and read the maximum amount of data in parallel across all four planes, for high system performance, the memory system can also be operated to form metapages of any or all of one, two or three pages in separate blocks in different planes. This allows the programming and reading operations to adaptively match the amount of data that may be conveniently handled in parallel and reduces the occasions when part of a metapage remains un-programmed with data.
A metapage formed of physical pages of multiple planes, as illustrated in
As the parallelism of memories increases, data storage capacity of the metablock increases and the size of the data page and metapage also increase as a result. The data page may then contain more than two sectors of data. With two sectors in a data page, and two data pages per metapage, there are four sectors in a metapage. Each metapage thus stores 2048 bytes of data. This is a high degree of parallelism, and can be increased even further as the number of memory cells in the rows is increased. For this reason, the width of flash memories is being extended in order to increase the amount of data in a page and a metapage.
The physically small re-programmable non-volatile memory cards and flash drives identified above are commercially available with data storage capacity of 512 megabytes (MB), 1 gigabyte (GB), 2 GB and 4 GB, and may go higher.
A common logical interface between the host and the memory system is illustrated in
Three Files 1, 2 and 3 are shown in the example of
When a File 2 is later created by the host, the host similarly assigns two different ranges of contiguous addresses within the logical address space 161, as shown in
The host keeps track of the memory logical address space by maintaining a file allocation table (FAT), where the logical addresses the host assigns to the various host files are maintained. The FAT table is typically stored in the non-volatile memory, as well as in a host memory, and is frequently updated by the host as new files are stored, other files deleted, files modified and the like. When a host file is deleted, for example, the host then de-allocates the logical addresses previously allocated to the deleted file by updating the FAT table to show that they are now available for use with other data files.
The host is not concerned about the physical locations where the memory system controller chooses to store the files. The typical host only knows its logical address space and the logical addresses that it has allocated to its various files. The memory system, on the other hand, through a typical host/card interface, only knows the portions of the logical address space to which data have been written but does not know the logical addresses allocated to specific host files, or even the number of host files. The memory system controller 116A converts the logical addresses provided by the host for the storage or retrieval of data into unique physical addresses within the flash memory cell array where host data are stored. A block 163 represents a working table of these logical-to-physical address conversions, which is maintained by the memory system controller 116A.
The memory system controller 116A is programmed to store data files within the blocks and metablocks of a memory array 165 in a manner to maintain the performance of the system at a high level. Four planes or sub-arrays are used in this illustration. Data are preferably programmed and read with the maximum degree of parallelism that the system allows, across an entire metablock formed of a block from each of the planes. At least one metablock 167 is usually allocated as a reserved block for storing operating firmware and data used by the memory controller. Another metablock 169, or multiple metablocks, may be allocated for storage of host operating software, the host FAT table and the like. Most of the physical storage space remains for the storage of data files.
The memory system controller 116A does not know, however, how the data received has been allocated by the host among its various file objects. All the memory controller 116A typically knows from interacting with the host is that data written by the host to specific logical addresses are stored in corresponding physical addresses as maintained by the controller's logical-to-physical address table 163.
In a typical memory system, a few extra blocks of storage capacity are provided than are necessary to store the amount of data within the address space 161. One or more of these extra blocks may be provided as redundant blocks for substitution for other blocks that may become defective during the lifetime of the memory. The logical grouping of blocks contained within individual metablocks may usually be changed for various reasons, including the substitution of a redundant block for a defective block originally assigned to the metablock. One or more additional blocks, such as metablock 171, are typically maintained in an erased block pool.
When the host writes data to the memory system, the controller 116A converts the logical addresses assigned by the host to physical addresses within a metablock in the erased block pool. Other metablocks not being used to store data within the logical address space 161 are then erased and designated as erased pool blocks for use during a subsequent data write operation.
Data stored at specific host logical addresses are frequently overwritten by new data as the original stored data become obsolete. The memory system controller 116A, in response, writes the new data in an erased block and then changes the logical-to-physical address table for those logical addresses to identify the new physical block to which the data at those logical addresses are stored. The blocks containing the original data at those logical addresses are then erased and made available for the storage of new data. Such erasure often must take place before a current data write operation may be completed if there is not enough storage capacity in the pre-erased blocks from the erase block pool at the start of writing. This can adversely impact the system data programming speed. The memory controller 116A typically learns that data at a given logical address has been rendered obsolete by the host only when the host writes new data to their same logical address. Many blocks of the memory can therefore be storing such invalid data for a time.
The sizes of blocks and metablocks are increasing in order to efficiently use the area of the integrated circuit memory chip. This results in a large proportion of individual data writes storing an amount of data that is less than the storage capacity of a metablock, and in many cases even less than that of a block. Since the memory system controller 116A normally directs new data to an erased pool metablock, this can result in portions of metablocks going unfilled. If the new data are updates of some data stored in another metablock, remaining valid metapages of data from that other metablock having logical addresses contiguous with those of the new data metapages are also desirably copied in logical address order into the new metablock. The old metablock may retain other valid data metapages. This results over time in data of certain metapages of an individual metablock being rendered obsolete and invalid, and replaced by new data with the same logical address being written to a different metablock.
In order to maintain enough physical memory space to store data over the entire logical address space 161, such data are periodically compacted or consolidated (garbage collection). It is also desirable to maintain sectors of data within the metablocks in the same order as their logical addresses as much as practical, since this makes reading data in contiguous logical addresses more efficient. So data compaction and garbage collection are typically performed with this additional goal. Some aspects of managing a memory when receiving partial block data updates and the use of metablocks are described in U.S. Pat. No. 6,763,424.
Direct Data File Storage System:
In a DFS device, data is accessed by host system 100 on a file-by-file basis (i.e. using a file based protocol) as described in the aforementioned patent application, that is, data is identified by a host logically using a unique file identifier (“fileID” or any other unique reference) and an offset address within the file. No logical address space is defined for the device. Host system 100 does not allocate file data to logical clusters, and directory/index table information for files is generated by flash device 116.
The host addresses each file by a unique file ID (or other unique reference) and offset addresses of units of data (such as bytes) within the file. This file address is given directly to the memory system controller 116A, which then keeps its own table of where the data of each host file are physically stored.
This file-based interface is illustrated in
The file-based interface is also illustrated by
With reference to
Virtual Flash Store 150:
Host application programs 101 operating in host 100 interfaces via a host file driver 102 to read and/or write data to/from virtual flash store 150. Host file driver 102 provides host addresses where each file is identified by a unique file ID (or other unique reference) and offset addresses of units of data (such as bytes) within the file.
The virtual flash store 150 performs and functions as a direct data file storage device while providing the capacity of a magnetic disk.
Files that are written to the virtual store 150 are directed to the primary store 116 and are made available for subsequent read and/or write access. Files that are read from virtual store 150 are read from their current location in primary store 116, or read directly from secondary store 110 and copied to the primary store 116 for subsequent access.
A maximum number of files may be retained in primary store 116. The current location for files is moved from primary store 116 to secondary store 110 on a least recently accessed basis.
Files may be read efficiently from secondary store 110 by directing the initial access to a first block of the file stored in primary store 116 and then switching to secondary store 110 after the initial seek time.
Primary store 116 can also store application program files 104 instead of secondary store 110. Application program files 104 are copied from primary store 116 by CPU 145 and then executed out of main memory 145. Since the primary store 116 can be accessed quickly compared to secondary store 110, the overall execution time for application program files 104 is reduced.
Direct data file storage device components in primary store 116, for example, file-based front end system 115, direct data file interface 107, and direct data file back end system 108 have been described in the aforementioned co-pending patent application.
A file director module 106 manages transfer of files in and out of primary store 116 and secondary store 110, as described below in detail. The operations to move file data may be performed in accordance with garbage collection operation described in the co-pending application, whereby data may be copied as a background task or interleaved as a foreground task based on improving efficiency and overall performance.
File director 106 has access to a buffer 105 (or memory 105) that may be used to temporarily store data that is being transferred between host 100 and virtual store 150.
Primary store 116 includes a disk file system 113 and a disk driver 112 that allows primary store 116 to interface with a conventional magnetic disk 110 via a logical interface 111C. Disk file system 113 and disk driver 112 map data files at direct data file interface 107 to a conventional logical address space used by magnetic disk 110 to allow file data transfer between primary store 116 and secondary store 110.
It is noteworthy that disk file system 113 and disk driver 112 may also be used to perform background operations, such as, de-fragmentation of files that are stored on magnetic disk 111.
File director 106 uses a file locator table 106A (shown in
The file locator table 106A is updated when data is written to a store, copied between stores, or deleted from a store. The file locator table 106A identifies only the store in which data with a specific offset address within a file is located. It does not identify the physical location within the store at which the data is located. This is done by the normal file directory and file indexing structures within the two stores.
Mass storage system 150 has several advantages. For example, in one aspect of the present invention, secondary store 110 can be placed in an available or unavailable state. An unavailable state can mean that the device is physically unavailable or that a memory controller cannot access the device until it becomes available.
Primary store 116 is always in an available state and hence accessible by memory controller 116A. When the secondary store 110 is in an available state, then file director 106 can access both the primary store 116 and secondary store 110.
When file interface channel 103 receives data from the host system, controller 116A can write the data in either the primary store 116 or the secondary store 110. If data is first written in primary store 116A, then it is copied to the secondary store 110, as a background operation.
Controller 116A chooses the appropriate storage device based on optimizing storage space usage and for allowing a host to complete the write operation as quickly as possible. Since, primary store 116A has a lower seek time than the secondary store 110; it will be advantageous to first write to the primary store 116A and then copy to the secondary store 110.
In another aspect, virtual flash store 150 provides a fast system boot and fast application start-up. Information that is required by a host system during its boot process, for example, operating system and configuration files, can be stored on a file-by-file basis in primary store 116. In this situation, primary store 116 operates as a read cache and its fast random read access characteristics allow much faster system access and start-up.
Information that is used for the boot process can be identified and secured so that is it not over-written. This initial information can be copied from secondary store 110 or stored in primary store 116. Application software files (shown as 104) can be treated the same way so that applications can be launched quickly by the host system.
Virtual store 150 can also operate as a low power storage device. Typically, secondary store 110 consumes more power than the flash memory based primary store 116. Primary memory store 116 can be used as a read/cache device by maintaining a copy of recently accessed information in primary store 116 together with a copy of recently written information. This will allow virtual file store 150 to respond quickly to a host request by means of a cache hit in primary store 116. Controller 116A can then spin down the secondary store 110 to reduce power consummation. This is especially advantageous in portable applications, for example, laptops, notebooks and others.
Virtual file store 150 also operates as a shock-tolerant storage device. Controller 116A can spin down secondary store 110 when the device is being used in an environment with a risk of high mechanical shock. Controller 116A firmware can be programmed so that it spins down secondary store 110 when such an environment is probable. Primary store 116 operating as a read/write cache provides the host system with the information that a host needs to function.
Once secondary store 110 becomes available, then data is synchronized between primary store 116 and secondary store 110. For a portable device, secondary store 110 becomes available once the device is placed in a docking station. In another aspect, motion detection circuitry can be used to determine if the system is no longer in a shock prone environment. Also, a user can manually change the settings so that secondary store 110 is available at any given time. In another instance, by plugging the system in a power outlet may signal the controller 116A to activate the secondary store 110.
Virtual flash store 150 with its' primary store 116 and secondary store 110 provides a reliable storage device with short-term backup that is readily accessible. Primary store 116 can operate as a write cache and retain information, even after the information is transferred to secondary store 110. If the information is maintained for as long as possible, and is only over-written when space is needed, then the write cache provides a copy of recently written information. This provides a safeguard, in case secondary store 110 crashes due to a disk failure and loses data.
Primary store 116 operates as a read cache when data that is read from secondary store 110 is copied and stored in primary store 116. Copied data is stored in flash memory 116B and controlled by file director 106. It is noteworthy that data being read from secondary store 110 may be selectively copied. This could be on the basis of the frequency with which data is read, the nature, i.e. the type and size of the file that is being read, or any other criterion. Controller 116A firmware may be programmed to configure primary store 116 to operate as a read cache based on such criterion.
As stated earlier, primary store 116 can also operate as a write cache. When host system 100 sends data via file interface channel 103, file director 106 can store the data completely or partially in flash memory 116B and then copy the data to secondary store 110 when virtual store 150 is not being used. The amount of data that will be copied in primary store 116 will depend on the size of the file and the amount of free space available in primary store 116 at a given time. This allows a host system to write quickly because primary store 116 has a faster access time.
In yet another aspect of the present invention, memory controller 116A splits a file that is received from the host into two or more segments. One segment is stored in primary store 116 and the other segment is stored in secondary store 110. The segment that is stored in primary store 116 includes enough information for the file so that the file can be easily located when the host requests it. When the host wants to read the complete file, it can quickly access the first segment that is stored in primary store 116 while the second segment is being obtained from secondary store 110.
F1 is stored in primary store 116 and F2 is copied to secondary store 110. Typically, the copy operation is conducted as a background operation.
The size of segments F1 and F2 depend on the seek time to access secondary store 110 and primary store 116, respectively, the overall size of the file and the rate at which data can be transferred to the host. Memory controller 116A splits the file to ensure that data transfer to the host is efficient and memory space usage is optimum.
When the host wants to read File F, it will first access segment F1 that is stored in primary store 116. Since primary store 116 has faster access time, the host can access F1 at a faster rate. While F1 is being transferred to the host, controller 116A obtains segment F2 from secondary store 110 that has a slower seek time. Hence, when the F1 transfer is complete, F2 is already obtained and ready to be transferred. This improves the overall efficiency of read operations from virtual store 150.
File locator 106A tracks where file segments, F1 and F2 are stored (
In yet another aspect of the present invention, caching files, instead of caching logical block addresses provides an advantage over prior art system. In previous dual storage media systems, the host has a logical interface between both the flash device and the hard disk. Data that is transferred to/from the host is identified by logical addresses and the caching takes place on logical address instead of a file. There is no way to ensure that a complete range of logical addresses for a file is located in the correct device at the right time.
For example, a system may want to ensure that a .exe file is stored in the flash device when the hard disk (secondary store) is powered down or when the disk is removed (for example, in undocked portable equipment). In previous systems, this is achieved by caching logical addresses for the .exe file in flash and then locking them in the flash device. The caching is performed when logical addresses were previously accessed from the disk. However, there is no guarantee that the logical addresses represent the entire .exe file. It may only be for functions within the application that are used when the portable equipment is docked and the disk is available. Other functions that are used in an undocked mode may not have been cached at all.
Mass storage system 150 solves the foregoing shortcoming by caching complete files, instead of a range of logical addresses. This ensures that the entire .exe file (as discussed in the foregoing example) is cached in primary store 116 is available for a fast access.
Process Flow:
In one aspect of the present invention, file director 106 in primary store 116 performs various operations that are summarized below and then described in detail with respect to the process flow diagrams illustrated in
When a new file is opened for writing, it is opened within primary store 116. Mass storage system 150 behaves as a direct data file device for writing, updating and reading data within this file.
When an existing file is opened for writing, it is also opened in primary store 116. If the current version is resident on secondary store 110, then it is copied to primary store 116. This is performed as a background operation, but may also be interleaved at low duty cycle with reading or writing other data in primary store 116. Again, mass storage system 150 behaves as a direct data file device for writing, updating and reading data within this file.
When an existing file is opened for reading, the latest version of the file is opened from its location in either the primary store 116 or secondary store 110. If the file is read from secondary store 110, it is copied to primary store 116. The file is preferably copied concurrently while being read from secondary store 110, but it may be copied as a separate background operation or interleaved with reading or writing other data in the primary store as a low duty cycle operation.
When a file is closed, it may be copied from primary store 116 to secondary store 110. This is normally done on a least recently used basis, while retaining a maximum number of files in primary store 116. Such copying may be performed as a pre-emptive background operation while the most active current file versions remain in the primary store 116, until the files are deleted.
Some files may be locked to the primary store 116 and hence are always read from the primary store 116. For example, files associated with the operating system and application programs 104 are always read from primary store 116. Some files in primary store 116 are also copied to secondary store 110 for security as a back up.
When an active version of a file is assigned to the secondary store 110, then an initial block of data for the file may be retained in primary store 116.
When a file whose current version is in the secondary store 110 is read, its first block of data may be read from the primary store 116 while the secondary store 110 is performing a seek for subsequent data. This provides faster access to stored file data.
When a file is opened for reading by a certain class of on card application (104), then copying of the file from secondary store 110 to the primary store 116 may be suppressed. This allows an application such as a virus checker to operate directly on a large number of files in secondary store 110.
It is noteworthy, that when the host interface is inactive, files are copied by transferring units of data continuously until a command is received at the host interface or all pending files are copied.
When the host interface is active, files are copied by interleaving writing/reading units of data from/to the host interface with copying units of data between a buffer (105,
The unit of data may be any convenient unit. For example, it may be a sector of data comprising 512 bytes, which is the minimum unit of data that may be addressed in secondary store 110. It may also be a page of data, which is the minimum unit of data that can be programmed in flash memory 116B. A page may comprise 1, 2, 4, 8 or more sectors. It may also be a metapage of data, which is the maximum unit of data that can be programmed in flash memory 116B. A metapage may comprise 1, 2, 4, 8 or more pages. It may also be a unit of data larger than a metapage. The unit of data being written/read in one store may have a different size from the unit of data being written/read in the other store.
Turning in detail to the process flow diagrams,
If there is no write command, then in step S304, controller 116A determines if a command for a file read operation has been received. If a read command is received, then the process moves to step S308, described below with respect to
If a read command was not received in step S304, then in step S310, controller 116A determines if a file copy log contains any entries. If yes, then the process moves to step S312, described below in
File Write Process Flow:
Referring to
In step S404, file locator 106A is read. The file locator 106A is used to identify the location of files as being either stored in the primary store 116 or secondary store 110.
After the file location information is read, in step S406; controller 116A determines if the current version of the file is stored in the secondary store 110. If the file is located in the secondary store 110, then an entry is added to a copy log 700 (shown in
If the current version of the file is not stored in the secondary store 110, then the process moves to step S410. In step S410, the write command is sent to the direct data file back-end system 108.
In step S412, file director 412 determines if space is available to write data. Since data is written as a single unit a low threshold value is used to determine if space is available to write data. The threshold value is set to define a capacity at which only a small number of units of data may still be written to the primary store 116, but at that point a file copy operation from the primary store 116 to secondary store 110 should be started to create more available space in primary store 116. If no space is available, then in step S414, a file is selected for copying from primary store 116.
If space is available in step S412, then in step S416, file director 106 determines if data from host system 100 is available. If host data is not available, then the process moves to step S422, shown in
If data is available, then in step S418, shown in
In step S422, file director 106 determines if an entry to copy a file exists in the copy log 700. If yes, then one or more data units for the file is copied in step S424. If an entry does not exist, then in step S425, file director 106 determines if another command has been received. If no other command is received, the process reverts back to step S412 in
In step S802, memory controller 116A writes a file in primary store 116. After the file is written, in step S804, memory controller 116A determines if the file can (or should) be segmented. If the file cannot/should not be segmented, then the process returns to step S800 (in step S806).
If the file is segmented, then in step S808, memory controller 116A determines the file segments (F1 and F2,
In step S816, memory controller 116A (via file director 106) determines if space exists in primary store 116 (similar to step S412,
In step S822, at least a unit of data for file segment F1 is sent to primary store 116. It is noteworthy that the write command in step S820 is sent before any data unit is written in step S822. This allows secondary store 110 to go through it's seek time while a data unit is being written in primary store 116. This expedites the overall write process.
In step S824, data for segment F2 is sent to secondary store 110 and the process ends in step S830.
If in step S816, space is unavailable in primary store 116, then in step S826, a write command is sent secondary store 110 and in step S828, data for the file is sent to secondary store 110.
File Read Process:
In step S502, the file director 106 determines if the file is present in the primary store 116. If yes, then in step S504, the read command is sent to the primary store 110. If the file is not located in primary store 110, then in step S512, the current file is logged for copying from the secondary store 110 and in step S514, the read command is sent to secondary store 110 and the process moves to step S506.
In step S506, file director 106 determines if data is available from the selected store (i.e. primary store 116 or secondary store 110). If yes, then in step S508, data is transferred from the selected store. If data is not available, then the process moves to step S516, where file director 106 determines if a file copy log entry exists. If an entry exists, then in step S518, one or more data units for the file is copied. If the entry does not exist, then in step S510, file director 106 determines if another command has been received. If another command is not received, then the process reverts back to step S506, other wise, in step S520, the process moves to step S302 (
In step S904, file director 106 determines if the requested file (“F”) is segmented. If the file is not segmented, then in step S914, the read command for the file is sent to primary store 116/secondary store 110 based on where the file is stored. In step S916, data for the file is received from primary store 116 or secondary store 110 and the process ends.
If the file is segmented, then in step S906, file director 106 sends a read command for segment F1 to memory controller 116A of primary store 116. In step S908, file director 106 also sends a read command for segment F2 to secondary store 110.
In step S910, data for segment F1 is received from primary store 116. It is noteworthy that while data is being received from primary store 116, secondary store 110 is completing it's seek time to deliver data for segment F2. This improves the overall efficiency of the read process.
In step S912, data for segment F2 is received from secondary store 110 and the process ends.
File Copy Operation:
Turning in detail to
If the host interface is inactive, then in step S602, file director 106 determines if a file copy operation from primary store 116 is pending, i.e. if a copy operation is in progress or waiting to occur. If a file copy operation is pending, then in step S604, at least one unit of data for a file is copied from primary store 116 to secondary store 110 and the process moves to step S606 in
If a file copy operation is not pending in step S602, then in step S612, file director 106 determines if a file copy operation is pending from secondary store 110. If the operation is pending, then in step S614, which is shown in
Referring again to
Referring to
Referring to
If primary store 116 is not active in step S622, then in step S628, file director 106 determines if secondary store 110 is active. If the secondary store 110 is not active, then in step S634, the process returns to Step S302.
If the secondary store 110 is active, then in step S630, file director 106 determines if a file copy operation is pending between buffer 105 and primary store 116. If the file operation is pending, then in step S632, at least a unit of data is transferred between buffer 105 and primary store 116.
If a file copy operation is not pending in step S630, then the process moves to step S634.
The file copy operation described above transfers a unit of data while host 100 is inactive. The operation is conducted in background, interleaved with a write operation from host 110 to virtual store 150. The ratio of interleaving (i.e., the amount of write data written from host 110 and the amount of data copied) may be varied by varying the size of the unit of data that is being copied. The size of the unit of data is chosen to optimize performance.
Listing of Operations:
Operation 201 is a preferred file write operation from host 100 to primary store 116. Operation 202 is a write operation from host 100 to secondary store 110. This operation may be used if insufficient space is available in primary store 116.
Operation 203 is a file read operation from primary store 116 to host 100, when a current version of the file resides in primary store 116. Operation 204 is used to read file data from secondary store 110.
Operation 205 is a file copy operation. During this operation file data is copied from primary store 116 to secondary store 110. Operation 205 is preferably performed when host interface 103 is inactive.
Operation 206 is also a file copy operation. During this operation file data is copied from secondary store 110 to primary store 116. Operation 206 is also preferably performed when interface 103 is inactive.
Operations 207-210 are conducted using buffer 105 and may occur concurrently with transfer of data from host 100 to/from secondary store 110 and/or host 100 to/from primary store 116. Operation 207 is a file copy operation, where file data is copied from flash memory 116B to buffer 105. Operation 208 is a file copy operation where file data is copied from buffer 105 to primary store 116.
Operation 209 is performed for copying file data from secondary store 110 to buffer 105. Operation 210 is performed for copying file data from buffer 105 to secondary store 110.
In one aspect of the present invention, virtual store 150 provides a mass storage system with a direct data file flash memory system and a conventional magnetic disk. This provides access to a host system access to a direct data file system flash storage device, as well as to a traditional magnetic disk.
Although the present invention has been described with reference to specific embodiments, these embodiments are illustrative only and not limiting. Many other applications and embodiments of the present invention will be apparent in light of this disclosure and the following claims.
This application is a continuation of U.S. patent application Ser. No. 11/196,826, filed Aug. 3, 2005, the disclosure of which is hereby incorporated by reference in its entirety. This application is related to the following co-pending patent applications, incorporated herein by reference in their entirety: Ser. No. 10/772,855; Filed on Feb. 4, 2005; entitled “Dual Media Storage Device” with Alan W. Sinclair as the inventor; Ser. No. 10/772,789; Filed on Feb. 4, 2005; entitled “Mass Storage Accelerator” with Alan W. Sinclair as the inventor; and Ser. No. 11/060,249; Filed on Feb. 16, 2005; entitled “Direct Data File Storage in Flash Memories” with Alan W. Sinclair and Peter J. Smith as inventors; Ser. No. 11/060,174; Filed on Feb. 16, 2005; entitled “Direct Data File Programming and Deletion in Flash Memories”, with Alan W. Sinclair and Peter J. Smith as inventors; Ser. No. 11/060,248; Filed on Feb. 16, 2005; entitled “Direct Data File Storage Implementation Techniques in Flash Memories”, with Alan W. Sinclair and Peter J. Smith as inventors; and Provisional patent application filed by Alan W. Sinclair and Barry Wright concurrently herewith, and entitled “Direct Data File Storage in Flash Memories” (the foregoing hereinafter collectively referenced as the “Direct Data File Storage Applications”).
Number | Name | Date | Kind |
---|---|---|---|
4761737 | Duvall et al. | Aug 1988 | A |
4800520 | Iijima | Jan 1989 | A |
4802117 | Chrosny et al. | Jan 1989 | A |
4896262 | Wayama et al. | Jan 1990 | A |
5226155 | Iijima | Jul 1993 | A |
5369754 | Fandrick et al. | Nov 1994 | A |
5388083 | Assar et al. | Feb 1995 | A |
5404485 | Ban | Apr 1995 | A |
5530673 | Tobita et al. | Jun 1996 | A |
5542066 | Mattson et al. | Jul 1996 | A |
5544356 | Robinson et al. | Aug 1996 | A |
5570315 | Tanaka et al. | Oct 1996 | A |
5586291 | Lasker et al. | Dec 1996 | A |
5592662 | Sawada et al. | Jan 1997 | A |
5592669 | Robinson et al. | Jan 1997 | A |
5602987 | Harari et al. | Feb 1997 | A |
5619690 | Matsumani et al. | Apr 1997 | A |
5628014 | Cecchini et al. | May 1997 | A |
5634050 | Krueger et al. | May 1997 | A |
5636355 | Ramakrishnan et al. | Jun 1997 | A |
5708846 | Ryan | Jan 1998 | A |
5754888 | Yang et al. | May 1998 | A |
5774397 | Endoh et al. | Jun 1998 | A |
5778418 | Auclair et al. | Jul 1998 | A |
5787493 | Niijima et al. | Jul 1998 | A |
5798968 | Lee et al. | Aug 1998 | A |
5799168 | Ban | Aug 1998 | A |
5809543 | Byers et al. | Sep 1998 | A |
5809558 | Matthews et al. | Sep 1998 | A |
5832493 | Marshall et al. | Nov 1998 | A |
5848420 | Xu | Dec 1998 | A |
5867641 | Jenett | Feb 1999 | A |
5890192 | Lee et al. | Mar 1999 | A |
5896393 | Yard et al. | Apr 1999 | A |
5907854 | Kerns | May 1999 | A |
5928347 | Jones | Jul 1999 | A |
5933846 | Endo | Aug 1999 | A |
5937425 | Ban | Aug 1999 | A |
5953538 | Duncan et al. | Sep 1999 | A |
5966720 | Itoh et al. | Oct 1999 | A |
5973964 | Itoh et al. | Oct 1999 | A |
5978893 | Bakshi et al. | Nov 1999 | A |
5987478 | See et al. | Nov 1999 | A |
5996047 | Peacock | Nov 1999 | A |
6014724 | Jenett | Jan 2000 | A |
6016530 | Auclair et al. | Jan 2000 | A |
6021415 | Cannon et al. | Feb 2000 | A |
6038636 | Brown, III et al. | Mar 2000 | A |
6046935 | Takeuchi et al. | Apr 2000 | A |
6069827 | Sinclair | May 2000 | A |
6078520 | Tobita et al. | Jun 2000 | A |
6094693 | Haneda | Jul 2000 | A |
6145069 | Dye | Nov 2000 | A |
6148354 | Ban et al. | Nov 2000 | A |
6216204 | Thiriet | Apr 2001 | B1 |
6223271 | Cepulis | Apr 2001 | B1 |
6226728 | See et al. | May 2001 | B1 |
6256690 | Carper | Jul 2001 | B1 |
6275436 | Tobita et al. | Aug 2001 | B1 |
6275804 | Carl et al. | Aug 2001 | B1 |
6279069 | Robinson et al. | Aug 2001 | B1 |
6286056 | Edgar et al. | Sep 2001 | B1 |
6286256 | Weder | Sep 2001 | B1 |
6351787 | Katayama et al. | Feb 2002 | B2 |
6370614 | Teoman et al. | Apr 2002 | B1 |
6373746 | Takeuchi et al. | Apr 2002 | B1 |
6380597 | Gudesen et al. | Apr 2002 | B1 |
6385690 | Iida et al. | May 2002 | B1 |
6389433 | Bolosky et al. | May 2002 | B1 |
6408357 | Hanmann et al. | Jun 2002 | B1 |
6412040 | Hasbun et al. | Jun 2002 | B2 |
6421279 | Tobita et al. | Jul 2002 | B1 |
6424486 | Heaton et al. | Jul 2002 | B2 |
6426893 | Conley et al. | Jul 2002 | B1 |
6427186 | Lin et al. | Jul 2002 | B1 |
6446140 | Nozu | Sep 2002 | B1 |
6456528 | Chen | Sep 2002 | B1 |
6466973 | Jaffe | Oct 2002 | B2 |
6467015 | Nolan et al. | Oct 2002 | B1 |
6467021 | Sinclair | Oct 2002 | B1 |
6467022 | Buckland et al. | Oct 2002 | B1 |
6477616 | Takahashi | Nov 2002 | B1 |
6480935 | Carper et al. | Nov 2002 | B1 |
6484937 | Devaux et al. | Nov 2002 | B1 |
6490649 | Sinclair | Dec 2002 | B2 |
6493811 | Blades et al. | Dec 2002 | B1 |
6504846 | Yu et al. | Jan 2003 | B1 |
6522580 | Chen et al. | Feb 2003 | B2 |
6535949 | Parker | Mar 2003 | B1 |
6542407 | Chen et al. | Apr 2003 | B1 |
6547150 | Deo et al. | Apr 2003 | B1 |
6567307 | Estakhri | May 2003 | B1 |
6598114 | Funakoshi | Jul 2003 | B2 |
6604168 | Ogawa | Aug 2003 | B2 |
6631453 | Friday | Oct 2003 | B1 |
6631456 | Leighnor et al. | Oct 2003 | B2 |
6643188 | Tanaka et al. | Nov 2003 | B2 |
6646948 | Stence et al. | Nov 2003 | B1 |
6667932 | Roohparvar et al. | Dec 2003 | B2 |
6668336 | Lasser | Dec 2003 | B2 |
6681239 | Munroe et al. | Jan 2004 | B1 |
6728851 | Estakhri et al. | Apr 2004 | B1 |
6748457 | Fallon et al. | Jun 2004 | B2 |
6763424 | Conley | Jul 2004 | B2 |
6766432 | Saltz | Jul 2004 | B2 |
6771536 | Li et al. | Aug 2004 | B2 |
6772955 | Yoshimoto et al. | Aug 2004 | B2 |
6779063 | Yamamoto | Aug 2004 | B2 |
6781877 | Cernea et al. | Aug 2004 | B2 |
6798710 | Roohparvar et al. | Sep 2004 | B2 |
6804730 | Kawashima | Oct 2004 | B1 |
6804749 | Chien et al. | Oct 2004 | B2 |
6810462 | Matsunami et al. | Oct 2004 | B2 |
6823417 | Spencer | Nov 2004 | B2 |
6834331 | Liu | Dec 2004 | B1 |
6839823 | See et al. | Jan 2005 | B1 |
6842843 | Vishlitzky et al. | Jan 2005 | B1 |
6845385 | Hennessey | Jan 2005 | B1 |
6865659 | Montemayor | Mar 2005 | B2 |
6877074 | Naitoh et al. | Apr 2005 | B2 |
6883114 | Lasser | Apr 2005 | B2 |
6886083 | Murakami | Apr 2005 | B2 |
6896464 | Chow et al. | May 2005 | B1 |
6898662 | Gorobets | May 2005 | B2 |
6925007 | Harari et al. | Aug 2005 | B2 |
6938116 | Kim et al. | Aug 2005 | B2 |
6965963 | Nakanishi et al. | Nov 2005 | B1 |
7003553 | Kanai et al. | Feb 2006 | B2 |
7032065 | Gonzalez et al. | Apr 2006 | B2 |
7035949 | Bychkov et al. | Apr 2006 | B2 |
7092911 | Yokota et al. | Aug 2006 | B2 |
7127549 | Sinclair | Oct 2006 | B2 |
7136973 | Sinclair | Nov 2006 | B2 |
7193899 | Eggleston et al. | Mar 2007 | B2 |
7251747 | Bean et al. | Jul 2007 | B1 |
7627733 | Sinclair | Dec 2009 | B2 |
7877539 | Sinclair et al. | Jan 2011 | B2 |
8209516 | Sinclair | Jun 2012 | B2 |
9104315 | Sinclair | Aug 2015 | B2 |
20010034809 | Ogawa | Oct 2001 | A1 |
20010052038 | Fallon et al. | Dec 2001 | A1 |
20020069354 | Fallon et al. | Jun 2002 | A1 |
20020078002 | Bottomley et al. | Jun 2002 | A1 |
20020083280 | Naitoh et al. | Jun 2002 | A1 |
20020099904 | Conley | Jul 2002 | A1 |
20020166023 | Nolan et al. | Nov 2002 | A1 |
20020178143 | Fujimoto | Nov 2002 | A1 |
20020184436 | Kim et al. | Dec 2002 | A1 |
20020188592 | Leonhardt et al. | Dec 2002 | A1 |
20030002432 | Morris et al. | Jan 2003 | A1 |
20030026186 | Ando et al. | Feb 2003 | A1 |
20030065866 | Spencer | Apr 2003 | A1 |
20030065876 | Lasser | Apr 2003 | A1 |
20030065899 | Gorobets | Apr 2003 | A1 |
20030088812 | Lasser | May 2003 | A1 |
20030109093 | Harari et al. | Jun 2003 | A1 |
20030128619 | Roohparvar et al. | Jul 2003 | A1 |
20030135514 | Patel et al. | Jul 2003 | A1 |
20030147278 | Tanaka et al. | Aug 2003 | A1 |
20030208501 | Walter et al. | Nov 2003 | A1 |
20030229753 | Hwang | Dec 2003 | A1 |
20030229769 | Montemayor | Dec 2003 | A1 |
20040019716 | Bychkov et al. | Jan 2004 | A1 |
20040019736 | Kim et al. | Jan 2004 | A1 |
20040019761 | Fukuzumi | Jan 2004 | A1 |
20040024921 | Peake, Jr. et al. | Feb 2004 | A1 |
20040028068 | Kizhepat | Feb 2004 | A1 |
20040030693 | Toda | Feb 2004 | A1 |
20040040018 | Fleming et al. | Feb 2004 | A1 |
20040044873 | Wong et al. | Mar 2004 | A1 |
20040073627 | Amano | Apr 2004 | A1 |
20040073727 | Moran et al. | Apr 2004 | A1 |
20040103241 | Chang et al. | May 2004 | A1 |
20040123020 | Gonzalez et al. | Jun 2004 | A1 |
20040133718 | Kodama et al. | Jul 2004 | A1 |
20040157638 | Moran et al. | Aug 2004 | A1 |
20040186946 | Lee | Sep 2004 | A1 |
20040205289 | Srinivasan | Oct 2004 | A1 |
20040205301 | Hara et al. | Oct 2004 | A1 |
20040207512 | Bastian, II | Oct 2004 | A1 |
20040248612 | Lee | Dec 2004 | A1 |
20050018527 | Gorobets | Jan 2005 | A1 |
20050021657 | Negishi et al. | Jan 2005 | A1 |
20050055497 | Estakhri et al. | Mar 2005 | A1 |
20050086241 | Ram | Apr 2005 | A1 |
20050086422 | Wong et al. | Apr 2005 | A1 |
20050108487 | Kobayashi et al. | May 2005 | A1 |
20050125600 | Ehrlich | Jun 2005 | A1 |
20050125602 | Ehrlich | Jun 2005 | A1 |
20050125603 | Ehrlich | Jun 2005 | A1 |
20050141312 | Sinclair et al. | Jun 2005 | A1 |
20050141313 | Gorobets et al. | Jun 2005 | A1 |
20050144357 | Sinclair | Jun 2005 | A1 |
20050144358 | Conley et al. | Jun 2005 | A1 |
20050144360 | Bennett et al. | Jun 2005 | A1 |
20050144363 | Sinclair | Jun 2005 | A1 |
20050144365 | Gorobets et al. | Jun 2005 | A1 |
20050144367 | Sinclair | Jun 2005 | A1 |
20050166087 | Gorobets | Jul 2005 | A1 |
20050172067 | Sinclair | Aug 2005 | A1 |
20050172074 | Sinclair | Aug 2005 | A1 |
20050223166 | Kanai et al. | Oct 2005 | A1 |
20060004951 | Rudelic et al. | Jan 2006 | A1 |
20060020744 | Sinclair et al. | Jan 2006 | A1 |
20060020745 | Conley et al. | Jan 2006 | A1 |
20060031593 | Sinclair | Feb 2006 | A1 |
20060047880 | Lindblom et al. | Mar 2006 | A1 |
20060061953 | Le | Mar 2006 | A1 |
20060087957 | Kelly et al. | Apr 2006 | A1 |
20060143365 | Kikuchi | Jun 2006 | A1 |
20060155920 | Smith et al. | Jul 2006 | A1 |
20060155921 | Gorobets et al. | Jul 2006 | A1 |
20060155922 | Gorobets et al. | Jul 2006 | A1 |
20060161724 | Bennett et al. | Jul 2006 | A1 |
20060161728 | Bennett et al. | Jul 2006 | A1 |
20060168392 | Hwang | Jul 2006 | A1 |
20060168395 | Deng et al. | Jul 2006 | A1 |
20060184718 | Sinclair et al. | Aug 2006 | A1 |
20060184719 | Sinclair | Aug 2006 | A1 |
20060184720 | Sinclair et al. | Aug 2006 | A1 |
20060184722 | Sinclair | Aug 2006 | A1 |
20060184723 | Sinclair et al. | Aug 2006 | A1 |
20070014136 | Ali et al. | Jan 2007 | A1 |
20070030734 | Sinclair et al. | Feb 2007 | A1 |
20070033323 | Gorobets | Feb 2007 | A1 |
20070033324 | Sinclair | Feb 2007 | A1 |
20070033326 | Sinclair | Feb 2007 | A1 |
20070033328 | Sinclair et al. | Feb 2007 | A1 |
20070033329 | Sinclair et al. | Feb 2007 | A1 |
20070033330 | Sinclair et al. | Feb 2007 | A1 |
20070033332 | Sinclair et al. | Feb 2007 | A1 |
20070033362 | Sinclair | Feb 2007 | A1 |
20070033373 | Sinclair | Feb 2007 | A1 |
20070033374 | Sinclair et al. | Feb 2007 | A1 |
20070143532 | Gorobets et al. | Jun 2007 | A1 |
20070143570 | Gorobets et al. | Jun 2007 | A1 |
20070143571 | Sinclair et al. | Jun 2007 | A1 |
20150363135 | Sinclair | Dec 2015 | A1 |
Number | Date | Country |
---|---|---|
1466060 | Jan 2004 | CN |
0 564 699 | Oct 1993 | EP |
0 702 305 | Mar 1996 | EP |
1 054 319 | Nov 2000 | EP |
1 100 001 | Aug 2003 | EP |
1 357 463 | Oct 2003 | EP |
1 571 557 | Sep 2005 | EP |
1 851 638 | Aug 2006 | EP |
1 875 334 | Aug 2006 | EP |
1 920 316 | Feb 2007 | EP |
11-161527 | Jun 1999 | JP |
2000-040026 | Feb 2000 | JP |
2005 122439 | May 2005 | JP |
5178514 | Jan 2013 | JP |
5236469 | Apr 2013 | JP |
10-1369996 | Feb 2014 | KR |
10-1449543 | Oct 2014 | KR |
1234070 | Jun 2005 | TW |
I327274 | Jul 2010 | TW |
I350968 | Oct 2011 | TW |
I352901 | Nov 2011 | TW |
WO 199712324 | Apr 1997 | WO |
WO 9750035 | Dec 1997 | WO |
WO 0049488 | Aug 2000 | WO |
WO 0219334 | Mar 2002 | WO |
WO 2002023341 | Mar 2002 | WO |
WO 2002029575 | Apr 2002 | WO |
WO 2002058074 | Jul 2002 | WO |
WO 2004012027 | Feb 2004 | WO |
WO 2004040453 | May 2004 | WO |
WO 2004040455 | May 2004 | WO |
WO 2004046937 | Jun 2004 | WO |
WO 2005066793 | Jul 2005 | WO |
WO 2005081097 | Sep 2005 | WO |
WO 2006088719 | Aug 2006 | WO |
WO 2006088723 | Aug 2006 | WO |
WO 2006088727 | Aug 2006 | WO |
WO 2007019075 | Feb 2007 | WO |
WO 2007076378 | Jul 2007 | WO |
WO 2007079358 | Jul 2007 | WO |
Entry |
---|
Decision to grant a European patent pursuant to Article 97(1) EPC for European Patent Application No. 06788726.5 (Mar. 24, 2016). |
Communication under Rule 71(3) EPC for European Patent Application No. 06 788 726.5 (Nov. 5, 2015). |
Commonly-assigned, co-pending U.S. Appl. No. 14/815,886 for “Systems and Methods for a Mass Data Storage System Having a File-Based Interface to a Host and a Non-File-Based Interface to Secondary Storage,” (Unpublished, filed Jul. 31, 2015). |
Notice of Allowance and Fee(s) Due for U.S. Appl. No. 11/196,826 (dated Apr. 3, 2015). |
Communication pursuant to Article 94(3) EPC for European Application No. 06 788 725.7 (dated Oct. 16, 2014). |
Decision to Grant for Korean Application No. 10-2008-7005263 (dated Jul. 29, 2014). |
Final Office Action for U.S. Appl. No. 11/196,826 (dated Aug. 19, 2014). |
Non-Final Office Action for U.S. Appl. No. 11/196,826 (dated Apr. 11, 2014). |
Notice of Preliminary Rejection for Korean Patent Application No. 2008-7005263 (dated Jan. 29, 2014). |
Decision to Grant for Korean Application No. 10-2008-7005250 (dated Dec. 12, 2013). |
Final Office Action for U.S. Appl. No. 11/196,826 (dated Nov. 14, 2013). |
Notice of Preliminary Rejection for Korean Patent Application No. 2008-7005250 (dated Mar. 29, 2013). |
Notice of Allowance for Japanese Patent Application No. 2008-525047 (dated Mar. 5, 2013). |
Non-Final Office Action for U.S. Appl. No. 11/196,826 (dated Mar. 11, 2013). |
Notice of Preliminary Rejection for Korean Patent Application No. 2008-7005263 (dated Feb. 18, 2013). |
Decision of Refusal for Japanese Patent Application No. 2008-525047 (dated Jul. 31, 2012). |
Interview Summary for U.S. Appl. No. 11/196,826 (dated Nov. 30, 2011). |
First Office Action for Japanese Patent Application No. 2008-525047 (dated Nov. 8, 2011). |
First Office Action for Japanese Patent Application No. 2008-525046 (dated Nov. 8, 2011). |
Final Official Action for U.S. Appl. No. 11/196,826 (dated Aug. 23, 2011). |
Official Action for U.S. Appl. No. 11/196,826 (dated Feb. 15, 2011). |
Communication pursuant to Article 94(3) EPC for European application No. 06788726.5 (dated Dec. 1, 2010). |
Taiwanese Office Action for Taiwanese Patent Application No. 095128234 (dated Oct. 6, 2010). |
Notice of Allowance and Fee(s) Due for U.S. Appl. No. 11/060,249 (dated Sep. 21, 2010). |
Official Action for U.S. Appl. No. 11/196,826 (dated Jul. 30, 2010). |
Notice of Abandonment for U.S. Appl. No. 11/060,174 (dated Jul. 2, 2010). |
Notice of Allowance and Fee(s) Due for U.S. Appl. No. 11/314,842 (dated Apr. 29, 2010). |
Taiwanese Office Action for Taiwanese Patent Application No. 095148079 (dated Apr. 23, 2010). |
Decision to Grant for Taiwanese Application No. 095128233 (dated Mar. 22, 2010). |
Notice of Allowance and Fee(s) Due for U.S. Appl. No. 11/313,633 (dated Mar. 22, 2010). |
Final Official Action for U.S. Appl. No. 11/342,170 (dated Mar. 4, 2010). |
Commonly-assigned, co-pending U.S. Appl. No. 12/714,237 for “Method and System for Dual Mode Access for Storage Devices,” (Unpublished, filed Feb. 26, 2010). |
Interview Summary for U.S. Appl. No. 11/314,842 (dated Feb. 23, 2010). |
Notice of Non-Compliant Appeal Brief for U.S. Appl. No. 11/060,249 (dated Feb. 22, 2010). |
Notice of Allowance for U.S. Appl. No. 11/313,567 (dated Feb. 12, 2010). |
Official Action for Taiwanese Application No. 095148077 (dated Feb. 8, 2010). |
Final Official Action for U.S. Appl. No. 11/342,168 (dated Nov. 19, 2009). |
Advisory Action for U.S. Appl. No. 11/060,248 (dated Nov. 10, 2009). |
Interview Summary for U.S. Appl. No. 11/313,633 (dated Nov. 5, 2009). |
Interview Summary for U.S. Appl. No. 11/313,567 (dated Nov. 5, 2009). |
Official Action for U.S. Appl. No. 11/314,842 (dated Oct. 26, 2009). |
Final Official Action for U.S. Appl. No. 11/196,826 (dated Aug. 18, 2009). |
Official Action for Taiwanese Patent Application No. 095128233 (dated Aug. 11, 2009). |
China State Intellectual Property Office, “First Office Action,” corresponding Chinese Patent Application No. 2006800089822.0, dated Aug. 5, 2009, 7 pages. |
China State Intellectual Property Office, “First Office Action,” corresponding Chinese Patent Application No. 200680009222.3, dated Jul. 22, 2009, 7 pages. |
Official Action for U.S. Appl. No. 11/313,633 (dated Jul. 17, 2009). |
Notice of Allowance and Fee(s) Due for U.S. Appl. No. 11/196,168 (dated Jul. 16, 2009). |
Official Action for U.S. Appl. No. 11/313,567 (dated Jun. 15, 2009). |
Official Action for U.S. Appl. No. 11/342,170 (dated May 20, 2009). |
Official Action for U.S. Appl. No. 11/314,842 (dated May 8, 2009). |
Interview Summary for U.S. Appl. No. 11/060,249 (dated May 8, 2009). |
Final Official Action for U.S. Appl. No. 11/060,248 (dated Apr. 28, 2009). |
Final Official Action for U.S. Appl. No. 11/060,174 (Apr. 28, 2009). |
China State Intellectual Property Office, “Office Action,” corresponding Chinese Patent Application No. 200680089894, dated Apr. 24, 2009, 25 pages (including translation). |
Final Official Action for U.S. Appl. No. 11/060,249 (dated Apr. 8, 2009). |
Communication pursuant to Article 94(3) EPC for European Application No. 06788725.7 (dated Mar. 10, 2009). |
Official Action for U.S. Appl. No. 11/342,168 (dated Mar. 4, 2009). |
Official Action for U.S. Appl. No. 11/196,826 (dated Feb. 23, 2009). |
Interview Summary for U.S. Appl. No. 11/313,567 (dated Feb. 2, 2009). |
Noting of loss of rights pursuant to Rule 112(1) EPC for European Application No. 06734695.7 (dated Jan. 21, 2009). |
Noting of loss of rights pursuant to Rule 112(1) EPC for European Application No. 067720547.6 (dated Jan. 20, 2009). |
Official Action for U.S. Appl. No. 11/313,633 (dated Jan. 6, 2009). |
Official Action for U.S. Appl. No. 11/313,567 (dated Jan. 6, 2009). |
Official Action for U.S. Appl. No. 11/196,168 (dated Dec. 24, 2008). |
Communication pursuant to Article 94(3) EPC for European Application No. 06788726.5 (dated Dec. 12, 2008). |
Official Action for U.S. Appl. No. 11/342,170 (dated Oct. 17, 2008). |
Restriction Requirement for U.S. Appl. No. 11/196,826 (dated Oct. 6, 2008). |
Official Action for U.S. Appl. No. 11/314,842 (dated Sep. 15, 2008). |
Official Action for U.S. Appl. No. 11/342,168 (dated Aug. 19, 2008). |
Official Action for U.S. Appl. No. 11/060,248 (dated Aug. 14, 2008). |
Official Action for U.S. Appl. No. 11/060,249 (dated Aug. 4, 2008). |
Official Action for U.S. Appl. No. 11/060,174 (dated Jul. 24, 2008). |
Final Official Action for U.S. Appl. No. 11/196,168 (dated Jul. 24, 2008). |
Notification Concerning Transmittal of International Preliminary Report on Patentability for International Application No. PCT/US2006/062341 (dated Jul. 3, 2008). |
Notification Concerning the Transmittal of International Preliminary Report on Patentability for International Application No. PCT/US2006/062340 (dated Jul. 3, 2008). |
Communication pursuant to Article 94(3) EPC corresponding to European Patent Application No. 06734659.3 (dated Jun. 23, 2008). |
Final Official Action for U.S. Appl. No. 11/313,567 (dated May 28, 2008). |
Communication pursuant to Article 94(3) EPC for European Application No. 06734695.7 (dated May 19, 2008). |
Communication pursuant to Article 94(3) EPC for European Application No. 06720547.6 (dated May 19, 2008). |
Final Official Action for U.S. Appl. No. 11/313,633 (dated Apr. 29, 2008). |
Communication of European Publication Number and Information on the Application of Article 67(3) EPC for European Application No. 06788726.5 (dated Apr. 16, 2008). |
Final Official Action for U.S. Appl. No. 11/314,842 (dated Apr. 1, 2008). |
Notification Concerning Transmittal of International Preliminary Report on Patentability for International Application U.S. Appl. No. PCT/US2006/029307 (dated Feb. 14, 2008). |
Notification Concerning Transmittal of International Preliminary Report on Patentability for International Application No. PCT/US2006/029306 (dated Feb. 14, 2008). |
Interview Summary for U.S. Appl. No. 11/314,842 (dated Jan. 16, 2008). |
Interview Summary for U.S. Appl. No. 11/313,567 (dated Jan. 16, 2008). |
Final Official Action for U.S. Appl. No. 11/060,249 (dated Dec. 26, 2007). |
Official Action for U.S. Appl. No. 11/342,168 (dated Dec. 26, 2007). |
Final Official Action for U.S. Appl. No. 11/060,248 (dated Dec. 26, 2007). |
Official Action for U.S. Appl. No. 11/342,170 (dated Dec. 14, 2007). |
Final Official Action for U.S. Appl. No. 11/060,174 (dated Dec. 12, 2007). |
Official Action for U.S. Appl. No. 11/196,168 (dated Nov. 28, 2007). |
Notification of Transmittal of the International Search Report and the Written Opinion of the international Searching Authority, or the Declaration for International Application No. PCT/US2006/062340 (dated Oct. 29, 2007). |
Official Action for U.S. Appl. No. 11/313,567 (dated Oct. 9, 2007). |
Official Action for U.S. Appl. No. 11/313,633 (dated Oct. 9, 2007). |
Official Action for U.S. Appl. No. 11/314,842 (dated Oct. 9, 2007). |
International Preliminary Report on Patentability for International Application No. PCT/US2006/004658 (dated Aug. 21, 2007). |
International Preliminary Report on Patentability for International Application No. PCT/US2006/004585 (dated Aug. 21, 2007). |
International Preliminary Report on Patentability for International Application No. PCT/US2006/004555 (dated Aug. 21, 2007). |
Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration for International Application No. PCT/US2006/062341 (dated Jun. 26, 2007). |
Official Action for U.S. Appl. No. 11/060,249 (dated Apr. 13, 2007). |
Official Action for U.S. Appl. No. 11/060,248 (dated Apr. 5, 2007). |
Official Action for U.S. Appl. No. 11/060,174 (dated Mar. 27, 2007). |
Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration for International Application Serial No. PCT/US2006/029307 (dated Mar. 9, 2007). |
Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration for International Application No. PCT/US2006/029306 (dated Mar. 9, 2007). |
Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration for International Application No. PCT/US2006/004555 (dated Oct. 4, 2006). |
International Search Report for International Application No. PCT/US2006/004658 (dated Aug. 23, 2006). |
Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration for International Application No. PCT/US2006/004585 (dated Aug. 17, 2006). |
Written Opinion of the International Searching Authority for International Application No. PCT/US2005/000275 (dated Aug. 7, 2006). |
Lim et al., “An Efficient NAND Flash File System for Flash Memory Storage,” IEEE Transactions on Computer, vol. 55, No. 7, pp. 906-912 (Jul. 1, 2006). |
Notice of Allowance and Fee(s) due for U.S. Appl. No. 10/772,855 (dated Jun. 16, 2006). |
Notice of Allowance and Fee(s) due for U.S. Appl. No. 10/772,789 (dated Jun. 16, 2006). |
Official Action for U.S. Appl. No. 10/772,789 (dated Mar. 24, 2006). |
Notice of Allowance and Fee(s) due for U.S. Appl. No. 10/772,855 (dated Feb. 21, 2006). |
Co-pending U.S. Patent Application entitled “Method and System for Accessing Non-Volatile Storage Devices,” U.S. Appl. No. 11/313,633, filed Dec. 22, 2005. |
Co-pending U.S. Patent Application entitled “Dual Mode Access for Non-Volatile Storage Devices,” U.S. Appl. No. 11/314,842, filed Dec. 21, 2015. |
Co-pending U.S. Patent Application entitled “Method and System for Accessing Non-Volatile Storage Devices,” U.S. Appl. No. 11/313,567, filed Dec. 21, 2015. |
Gal et al. “Algorithms and Data Structures for Flash Memories,” ACM Computing Surveys (CSUR) vol. 37, Issue 2, pp. 138-163, (Jun. 2005). |
Co-pending U.S. Patent Application entitled Direct File Data Programming and Deletion in Flash Memories,) U.S. Appl. No. 11/060,174, filed Feb. 16, 2005. |
Co-pending U.S. Provisional Patent Application entitled “Direct Data File Storage in Flash Memories,” U.S. Appl. No. 60/705,388, filed Aug. 3, 2004. |
Rankl, Wolfgang, “Smart Card Handbook,” Third Edition, Translated by Kenneth Cox, John Wiley & Sons, Ltd., pp. 52-93, 233-369, & 435-490, (2004). |
Imamiya et al., “A 125-mm2 1-Gb NAND Flash Memory with 10-Mbyte/s Program Speed,” IEEE Journal of Solid-State Circuits, vol. 37, No. 11, pp. 1493-1501, (Nov. 2002). |
Kim et al., “A Space-Efficient Flash Translation Layer for CompactFlash Systems,” IEEE Transactions on Consumer Electronics, vol. 48, No. 2, pp. 366-375, (May 2002). |
Lai/The Waite Group, “Writing MS-DOS® Device Drivers,” Second Edition, pp. 240-253 (2002). |
Microsoft Computer Dictionary, Microsoft Press, 2002, Fifth Edition, p. 151. |
Ban, Amir, “Local Flash Disks: Two Architectures Compared,” M-Systems Flash Disks Pioneers, White Paper, Rev. 1.0, pp. 1-8, (Aug. 2001). |
DataChute PCI Release Note, Feb. 13, 2001, pp. 1-12. |
Kim, et al., “A New Flash Memory Management for Flash Storage System,” Computer Software and Applications Conference, 1999. Compsac '99 Proceedings. IEEE Comput. Soc., pp. 284-289 (1999). |
Chiang et al., “Cleaning Policies in Mobile Computers Using Flash Memory,” Journal of Systems & Software, vol. 48, pp. 213-231, (1999). |
“Intel AP-686 Application Note, Flash File System Selection Guide,” 18 pgs. (Dec. 1998). |
“ISO/IEC, International Standard, Information Technology—Identification Cards—Integrated Circuit(s) With Contracts,” Part 4: Interindustry Commands for Interchange, ISO/IEC 7816-4, First Edition, 46 pgs. (Sep. 1, 1995). |
Eshel et al., “Multiple Caching Schemes in a Lan-Attached Server,” IP.Com Journal, IP.Com Inc., West Henrietta, NY, US. (Apr. 1, 1995). |
Kjelso et al., “Memory Management in Flash-Memory Disks with Data Compression,” Springer-Verlag, pp. 399-413 (1995). |
Wu et al., “Envy: A Non-Volatile, Main Memory Storage System,” ACM Sigplan Notices, vol. 29, No. 11, pp. 86-97, (Nov. 1, 1994). |
Hitz, D. et al., “File System Design for an NFS File Server Appliance,” Network Appliance Technical Report 3002 Retrieved from http://citeseer.ist.psu.edu/hitz95file.html (Jan. 19, 1994). |
Ban, Amir, “Inside Flash File Systems—Part II,” IC Card Systems & Design, pp. 21-24, (Sep./Oct. 1993). |
Ban, Amir, “Inside Flash File Systems—Part I,” IC Card Systems & Design, pp. 15-16, & 18, (Jul. Aug. 1993). |
Kolowsky, “Introduction to MTP: Media Transfer Protocol,” Cypress Semiconductor (Publication Date Unknown). |
Chiang et al., “Data Management in a Flash Memory Based Storage Server,” National Chiao-Tung University, Hsinchu, Taiwan, Dept. of Computer and Information Science, 8 pages, (Publication Date Unknown). |
PNY Technologies Attache Flash Product, http://www.pny.com/products/flash/attache.asp (Copyright 2003). |
Sinclair, et al., Office Action dated Aug. 23, 2017 for U.S. Appl. No. 14/815,886. |
Number | Date | Country | |
---|---|---|---|
20150363131 A1 | Dec 2015 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 11196826 | Aug 2005 | US |
Child | 14815891 | US |