This invention relates generally to disk caching for processor-based systems and more particularly to preserving coherency in a write-back disk cache.
Peripheral devices such as disk drives used in processor-based systems may be slower than other circuitry in those systems. There have been many attempts to increase the performance of disk drives. However, because disk drives are electromechanical in nature, there may be a finite limit beyond which performance cannot be increased.
One way to reduce the information bottleneck at the peripheral device, such as disk drives, is to use a cache. A cache is a memory device that logically resides between a device, such as a disk drive, and the remainder of the processor-based system. A cache is a memory location that serves as a temporary storage area for a device, such as the disk drive. Frequently accessed data resides in the cache after an initial access. Subsequent accesses to the same data may be made to the cache instead of to the disk drive.
Generally, two types of disk cache are used, write-through cache and write-back cache. Write-through disk cache means that the information is written both to the cache and to the corresponding disk drive. Write-back disk cache means that information is only written to the cache, and the information is only written to the corresponding disk drive when the data in the cache is being replaced with some other disk drive data. Write-back is faster than write-through cache (since writing to the slower disk is avoided on write operations) but may cause coherency problems since the data in the cache may be different (dirty) than in the corresponding disk drive. A cache line of data is dirty if the data in the cache line has been updated by the system but the corresponding disk drive has not been updated. A clean cache line is a line of data in the cache whose corresponding disk drive has the same data.
Caches are typically much smaller capacity compared to disk drives, but the most important data is kept in the cache for fastest access.
A processor-based system may use a write-back disk cache on a disk drive that is used during the normal operation of the computer and used to start (boot-up) the system. During the system start-up, the disk may be accessed by a basic input/output system (BIOS) disk request. Later in the start-up and after an operating system loads a disk drive software driver (operating system disk driver), the disk may be accessed by the operating system disk driver write request. However, the BIOS write request and the operating system disk driver write request may access or manipulate the cache and the disk drive inconsistently. Additionally, if a system crash occurs during an operation that precludes flushing the state of any dirty cache lines to the disk, the BIOS disk request may not access coherent data before the operating system disk driver loads.
Thus, there may be a need for alternative ways of implementing a disk cache.
Referring to
The system 100 may include an input device 104 coupled to the processor 102. The input device 104 may include a keyboard or a mouse. The system 100 may also include an output device 106 coupled to the processor 102. The output device 106 may include a display device such as a cathode ray tube monitor, liquid crystal display, or a printer. Liquid crystal displays may use super twisted nematics (STN) or thin film transistor (TFT) technologies.
Additionally, the processor 102 may be coupled to any number of memory devices such as a read only memory (ROM) 108, a random access memory (RAM) 110, an option ROM 112, a disk cache memory 114, or a disk drive 116. The disk drive 116 may be a floppy disk, hard disk, solid state disk, compact disk (CD) or digital video disk (DVD), or any other disk device that may be used in computer or consumer systems. In one embodiment, the system 100 may enable a wireless network access using a wireless interface 118. The wireless interface 118 may be a radio frequency interface, as one example, including a transceiver and an antenna. However, the present invention is not limited to processor-based systems that permit wireless access.
Disk cache 114 may be made from a ferroelectric polymer memory. Data may be stored in layers within the memory. The higher the number of layers, the higher the capacity of the memory. Each of the polymer layers includes polymer chains with dipole moments. Data may be stored by changing the polarization of the polymer between metal lines.
Ferroelectric polymer memories are non-volatile memories with sufficiently fast read and write speeds. For example, microsecond initial reads may be possible with write speeds comparable to those with flash memories.
In the typical operation of system 100, the processor 102 may access ROM 108 to execute a power on start-up test (POST) program and/or a basic input output system (BIOS) program. The processor may use the BIOS and POST software to initialize the system 100. The processor 102 may then access disk drive 116 to retrieve operating system software. The disk drive 116 may be a hard disk, floppy disk, or any other type of disk equivalent including solid state disk devices. The system 100 may also receive input from the input device 104 or may run an application program stored in memory or accessed from the wireless device 118. System 100 may also display the system 100 activity on the output device 106. The RAM 110 may be used to hold application programs or data that is used by processor 102. The disk cache 114 may be used to cache data for disk drive 116.
Referring to
Referring to
When the executed BIOS code discovers a disk drive that may support disk caching, the BIOS code may invoke the option ROM entry point that communicates to the option ROM that the cache supported disk drive has been discovered so that BIOS can communicate the disk drive identification data to the option ROM 112, as illustrated in block 330. Then, the executed BIOS code may allow the option ROM 112 code to read and write to the disk drive 116 of
In block 360, the executed BIOS code invokes option ROM code to filter disk requests when a disk request is made for a disk drive that is cached. The executed option ROM 112 code may at this point monitor the system for write requests, as in block 215 in
For logged write requests, the option ROM may record the location on the disk, but does not save the actual disk data. Then the option ROM may cause the normal BIOS interrupt 13 disk write routine to perform the requested disk write.
In another embodiment, an option ROM 112 (
During subsequent interrupt 13 write requests such as in Block 430, the executed option ROM code may replace the instruction pointer and code segment at the determined stack offset with another option ROM execution address, as illustrated in block 440. In block 450, the executed option ROM code returns control to the BIOS code which will in turn return to what it thinks is the original requester of an interrupt 13 disk request operation. However, since the stack instruction pointer and code segment have been changed, control will actually revert back to the option ROM code, as illustrated in block 460. Therefore by modifying the stack, the option ROM may, as illustrated in block 470, monitor write requests (as in block 215,
While the present invention has been described with respect to a limited number of embodiments, those skilled in the art will appreciate numerous modifications and variations therefrom. It is intended that the appended claims cover all such modifications and variations as fall within the true spirit and scope of this present invention.
Number | Name | Date | Kind |
---|---|---|---|
4296465 | Lemak | Oct 1981 | A |
4972316 | Dixon et al. | Nov 1990 | A |
5142680 | Ottman et al. | Aug 1992 | A |
5574920 | Parry | Nov 1996 | A |
5764922 | Peacock et al. | Jun 1998 | A |
6453404 | Bereznyi et al. | Sep 2002 | B1 |
6606685 | Huxoll | Aug 2003 | B2 |
6647508 | Zalewski et al. | Nov 2003 | B2 |
6687819 | Aguilar et al. | Feb 2004 | B1 |
6698015 | Moberg et al. | Feb 2004 | B1 |
6973447 | Aguilar et al. | Dec 2005 | B1 |
20040268026 | Royer, Jr. et al. | Dec 2004 | A1 |
20050015566 | Zohar et al. | Jan 2005 | A1 |
Number | Date | Country | |
---|---|---|---|
20050125606 A1 | Jun 2005 | US |