The present invention relates to computing systems and methods and, more particularly, to computing systems including a storage system with buffer memory.
Because the capacity of the buffer memory 24 usually is small in comparison to the capacity of the storage medium 22, it typically is not possible to store all of data transferred from the storage medium 22 to the main memory in the buffer memory 24. Therefore, the data stored in the buffer memory 24 is intermittently transferred to the storage medium 22 under control of the controller 26. The transfer of data from the buffer memory 24 to the storage medium 22 typically is automatically performed without intervention of the host 10. For example, the data temporally stored in the buffer memory 24 may be automatically transferred to the storage medium 22 if the buffer memory 24 lacks room for storing new data when the host 10 requests to perform a write operation, or if the storage 20 is in an idle state wherein no requests are received from the host 10 within a predetermined time period.
The above-mentioned computing system may have disadvantages. When data of a file processed by an application program of the host 10 is deleted, the data is treated as the deleted file by the file system at the host 10. Even if the data is considered deleted at the level of the host 10, the data may actually still be stored in the buffer memory 24. The data stored in the buffer memory 24 may then be automatically transferred to the storage medium 22 without intervention of the host 10 when the buffer memory 24. Although the data stored in the buffer memory becomes invalid because of the deletion at the high level, the invalid data may be unnecessarily written in the storage medium 22 because the controller 26 typically cannot determine the validity of data stored in the buffer memory 24. Accordingly, write performance of the storage 20 may be degraded, and a lifetime of the storage 20 may be shortened due to the unnecessary write operations. In addition, power may be wasted by unnecessary write operations.
In some embodiments of the present invention, a computing system includes a buffer memory configured to temporarily store data intended for storage in an external storage device and a processing unit configured to selectively invalidate data stored in the buffer memory and to control transfer of data from the buffer memory to the external storage device responsive to the selective invalidation. In some embodiments, for example, the processing unit may be configured to manage write state information for the temporarily stored data to provide selective invalidation. The processing unit may be configured to control the buffer memory and the external storage according to the write state information so that at least a part of the temporarily stored data is not written in the external storage. The write state information may indicate whether the temporarily stored data is valid. The processor may be configured to store the write state information in a table in a memory of the computing system. A system memory of the computing system may be configured to store a device driver configured to manage the buffer memory. The buffer memory may be configured as a read cache memory and/or a write cache memory.
In further embodiments of the present invention, a computing system includes a buffer memory configured to temporarily store data intended for storage in an external storage device, a system memory configured to provide a device driver configured to manage the buffer memory, and a processing unit configured to control the buffer memory responsive to the device driver and to manage write state information of data stored in the buffer memory. The write state information may indicate whether the temporarily stored data is valid. The processing unit may be configured to prevent writing of invalid data from the buffer memory to the external storage device.
In some method embodiments of the present invention, data temporarily stored in a buffer memory is identified as invalid. Data is selectively transferred from the buffer memory to an external storage device based on the selective identification of data. For example, if the temporarily stored data is invalidated, the temporarily stored data may not be written in the external storage. Selectively identifying may include updating write state information for the temporarily stored data.
In additional embodiments of the present invention, a computing system includes a buffer memory configured to temporarily store data intended for storage in an external storage device and a processing unit configured to selectively control data transfer from the buffer memory according to invalidation information related to data stored in the buffer memory.
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the principle of the invention.
Specific exemplary embodiments of the invention now will be described with reference to the accompanying drawings. This invention may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art. In the drawings, like numbers refer to like elements. It will be understood that when an element is referred to as being “connected” or “coupled” to another element, it can be directly connected or coupled to the other element or intervening elements may be present. Furthermore, “connected” or “coupled” as used herein may include wirelessly connected or coupled.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the singular forms “a”, “an” and “the” are intended to include the plural forms as well, unless expressly stated otherwise. It will be further understood that the terms “includes,” “includes,” “including” and/or “including,” when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
Unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. It will be further understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the relevant art and the present specification and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.
It will be understood that although the terms first and second are used herein to describe various elements, these elements should not be limited by these terms. These terms are only used to distinguish one element from another element. Thus, a first item could be termed a second item, and similarly, a second item may be termed a first item without departing from the teachings of the present invention. As used herein, the term “and/or” includes any and all combinations of one or more of the associated listed items. The symbol “/” may also used as a shorthand notation for “and/or”.
In the present invention, an “unwrite,” “erase” or “delete” command, request or information represents a command or other information input to a storage system to invalidate data stored in a buffer memory and prevent its transfer from the buffer memory to a storage medium. A transfer of data from a buffer memory to a storage medium may be referred to as a “transcribe” or “flushing” operation.
The host system 100 includes a central processing unit (CPU) 110 and a memory 120. The memory 120 may include a main memory of the host system 100. An application program 121 and a file system 122 are embodied in the memory 120. The file system 122 may include one or more file systems having a file allocation table (FAT) or other file system.
The host system 100 outputs an unwrite command to the storage system 200 when all or some of the data of a file processed by the application program 121 is to be deleted. The host system 100 may, for example, transmit the unwrite command accompanied by information relating to an address and/or size of the data to be deleted to the storage system 200.
A FAT file system, such as that shown in
A predetermined character may be used as a first character of a file name to indicate a deleted file. For example, a hexadecimal number byte code E5h may be assigned to the first character of the file name for a deleted file to serve as a tag for indicating that the file is deleted. When a file is deleted, the CPU 110 may assign a predetermined character as the first character of the file name of the deleted file and also output an unwrite command and/or other invalidity information corresponding to the deleted file to the storage system 200.
Still referring to
The storage medium 220 may store all types of data, such as text, images, music and programs. The storage medium 220 may be a nonvolatile memory, such as a magnetic disk and/or a flash memory. However, it will be understood that the storage medium 220 is not limited to nonvolatile memory.
The buffer memory 240 is used to buffer data transfer between the host system 100 and storage medium 220. The buffer memory 240 may include high speed volatile memory, such as dynamic random access memory (DRAM) and/or static random access memory (SRAM), and/or nonvolatile memory, such as magnetoresistive random access memory (MRAM), parameter random access memory (PRAM), ferroelectric random access memory (FRAM), NAND flash memory and/or NOR flash memory.
The buffer memory 240 serves as a write buffer. For example, the buffer memory 240 may temporarily store data to be written in the storage medium 220 responsive to a request of the host system 100. The write buffer function of the buffer memory 240 can be selectively used. Occasionally, in a “write bypass” operation, data transferred from the host system may be directly transferred to the storage medium 220 without being stored in the buffer memory 240. The buffer memory 240 may also work as a read buffer. For example, the buffer memory 240 may temporarily store data read from the storage medium 220. Although
The controller 260 controls the storage medium 220 and the buffer memory 240. When a read command is input from the host system 100, the controller 260 controls the storage medium 220 to cause transfer of data stored in the storage medium 220 directly to the host system 100 or to cause transfer of data stored in the storage medium 220 to the host system 100 via the buffer memory 240. When a write command is input from the host system 100, the controller 240 temporarily stores data related to the write command in the buffer memory 240. All or part of the data stored in the buffer memory 240 is transferred to the storage medium 220 when the buffer memory 240 lacks room for storing additional data or when the storage system 200 is idle. The storage system 200 may be considered idle when no requests have been received from the host system 100 within a predetermined time.
The controller 260 holds address mapping information for the storage medium 220 and the buffer memory 240 and a mapping table 261 for storing write state information representing validity/invalidity of stored data. The write state information is updated by invalidity information (e.g., an indicator) provided from an external device. The controller 260 controls the storage medium 220 and the buffer memory 240 to write all or part of data stored in the buffer memory 240 to the storage medium 220 based on the write state information in the mapping table 261. In some embodiments of the present invention, the storage medium 220 and the buffer memory 240 may be embodied using a flash memory.
As described above, the storage system 200 of the illustrated embodiments of the present invention determines whether or not to transfer all or part of data stored in the buffer memory 240 to the storage medium 220 by referring to the write state information. That is, the storage system 200 of the present invention receives the unwrite or other information representing that data stored in the buffer memory is invalid data from an external source device, such as the host system 100. In response to the unwrite or other invalidity indicator, the storage system 200 prevents writing of invalid data to the storage medium 220 from the buffer memory 240. In other words, the storage system 200 assigns a tag representing invalidity of data stored in the buffer memory 240 and selectively transfers data stored in the buffer memory 240 to the storage medium 220 based on the assigned tag. Accordingly, a write performance of the storage system 200 may be improved, which can reduce shortening of the lifetime of the storage system 200 caused by unnecessary write operations. Furthermore, power consumed by unnecessary write operations may be reduced.
In
If invalidity information including, for example, an unwrite command, address information for the invalid data file and size information for the invalid data file, is input to the controller 260 before the transfer of corresponding data to the storage medium 220, the controller 260 invalidates data related to the invalidity information. For example, as shown in
In another example shown in
Although the invalid data is written in the storage medium 220, files related to the invalid data stored in the storage medium 220 are not influenced by the stored invalid data. Furthermore, the controller 260 may selectively transfer the invalid data to the storage medium 220. That is, although the data stored in the buffer memory 240 is invalidated by the unwrite command, the controller 260 may selectively transfer the invalid data to the storage medium 220.
The storage system 200 described above controls data transfer operations between the buffer memory 240 and the storage medium 220 by referring to the mapping table including the write state information representing whether the data stored in the buffer memory 240 is invalid or valid. As described above, the write state information of the data may be provided from a source external to the storage system 200. Also, the data may be new data read and modified by the external source. It will be appreciated that storage systems according to various embodiments of the present invention may be used not only in computing systems, but also in devices that store data on a hard disk or in a flash memory, such as a MP3 player or other portable electronic device. By reducing transfer of invalid from a buffer memory to a storage medium, write performance and/or lifetime of the storage system can be improved. In addition, power consumption associated with unnecessary write operations can be reduced.
Continuing to refer to
The buffer memory 2300 may be used to smooth data transfer between the computing system 2000 and the external storage device 3000. The buffer memory 2300 may include high-speed volatile memory, such as DRAM or SRAM, and non-volatile memory, such as MRAM, PRAM, FRAM, NAND flash memory, NOR flash memory, or the like. In exemplary embodiments, the buffer memory 2300 may include a NAND flash memory.
The buffer memory 2300 may function as a write buffer. For example, the buffer memory 2300 may function as a write buffer that temporarily stores data to be written in the external storage device 3000 according to request of the processing unit 2100. The write buffer function may be used selectively. For example, data processed by the processing unit 2100 can be directly transferred to the external storage device 3000 without passing through the write buffer, that is, the buffer memory 2300. The buffer memory 2300 may also serve as a read buffer. For example, the buffer memory 2300 may function as a read buffer that temporarily stores data read out from the external storage device 3000 according to a request of the processing unit 2100. Although only one buffer 2300 is illustrated in
Continuing to refer to
The processing unit 2100 may be configured to control the external storage device 3000 and the buffer memory 2300. The processing unit 2100 may control the external storage device 3000 using the device driver 2230 so that data in the external storage device 3000 is transferred to the computing system 2000 as necessary. The processing unit 2100 may control the buffer memory 2300 and the external storage device 3000 using the device driver 2230 so that data in the external storage device 3000 is transferred to the computing system 2000 via the buffer memory 2300 as necessary. The processing unit 2100 can cause data in the external storage device 3000 to be stored temporarily in the buffer memory 2300. For example, all or a part of data temporarily stored in the buffer memory 2300 may be transferred to the external storage device 3000 under control of the processing unit 2100 when the buffer memory 2300 lacks room for storing new data or when an idle time period of the processing unit 2100 exists. In order to perform the above-described operations, as set forth above, the processing unit 2100 may manage the mapping table 2240 for storing address mapping information between the external storage device 3000 and the buffer memory 2300 and write state information indicating whether data in the buffer memory 2300 is valid information. In some embodiments, the computing system 2000 and the external storage device 3000 may be interconnected by a standardized interface, such as ATA, SATA, USB, SCCSI, ESDI, or IDE interface, or by other types of interfaces.
When the buffer memory 2300 lacks room for storing new data or when the processing unit 2100 is idle for a sufficient time period, the computing system 2000 may refer to write state information of the mapping table and prevent at least a part of data stored in the buffer memory 2300 from being transferred to the external storage device 3000. The computing system 2000 may limit or prevent invalid data in the buffer memory 2300 from being written in the external storage device 3000, based on write state information indicating whether data stored in the buffer memory 2300 is valid data or invalid data. In other words, the computing system 2000 may selectively control a data transfer operation to the external storage device 3000 by fastening a tag of valid/invalid information to data stored in the buffer memory 2300. An operation of transferring data stored in the buffer memory 2300 to the external storage device 3000 may be substantially the same as described in FIGS. 4 to 6, and description thereof is thus omitted. According to the illustrated embodiments, write performance of the computing system 2000 may be improved, and it may be possible to prevent the lifetime of the external storage device 3000 from being unduly shortened due to unnecessary write operations. It may also be possible to increase battery life.
In some embodiments, the buffer memory 2300 may be integrated with the processing unit 2100 in a common circuit board assembly, e.g., mounted on an on-board type of computing system. In further embodiments, the buffer memory 2300 may be connected to the processing unit 2100 via a PCI bus or a PCI-E bus. Other interconnection techniques may also be used. For example, commonly used interfaces for a desktop and notebook computers may be used.
In the event that the buffer memory 2300 is realized with a non-volatile memory, such as a NAND flash memory or a NOR flash memory, it can be used for various functions. For example, the buffer memory 2300 may be used as a boot-up memory for storing a boot code that is used at booting. A buffer memory 2300 may also be used as a boot-up memory. Furthermore, important software can be stored in the buffer memory 2300 in order to improve system performance.
In some embodiments of the present invention, various functions of constituent elements are described. However, an interface function (including a control function) can be provided in each constituent element if necessary. Although a bus of a computing system in
It will be apparent to those skilled in the art that various modifications and variations can be made in the present invention. Thus, it is intended that the present invention covers the modifications and variations of this invention provided they come within the scope of the appended claims and their equivalents.
Number | Date | Country | Kind |
---|---|---|---|
2004-109826 | Dec 2004 | KR | national |
This application is a continuation-in-part application of U.S. application Ser. No. 11/230,994, filed Sep. 20, 2005, which claims priority to Korean Application No. 2004-109826, filed Dec. 21, 2004, the disclosures of both of which are hereby incorporated herein by reference in their entireties.
Number | Date | Country | |
---|---|---|---|
Parent | 11230994 | Sep 2005 | US |
Child | 11673228 | Feb 2007 | US |