Method and apparatus for verifying integrity in memory-disaggregated environment
US-12153525-B2 · Nov 26, 2024 · US
US9753853B2 · US · B2
| Field | Value |
|---|---|
| Publication number | US-9753853-B2 |
| Application number | US-201414510785-A |
| Country | US |
| Kind code | B2 |
| Filing date | Oct 9, 2014 |
| Priority date | Oct 9, 2014 |
| Publication date | Sep 5, 2017 |
| Grant date | Sep 5, 2017 |
A practical reading order for non-experts. Skip the full description unless you need deep technical detail.
What the patent document calls the invention.
A short plain-language summary of the technical disclosure.
Who owns or filed the patent and who is credited as inventor.
Filing, priority, publication, and grant dates set the timeline.
The legal scope of protection — read this for what is actually claimed.
Technology tags used to group this patent with similar filings.
Prior art links and similar publications in this corpus.
Official abstract text for this publication.
Methods and systems for managing caching mechanisms in storage systems are provided where a global cache management function manages multiple independent cache pools and a global cache pool. As an example, the method includes: splitting a cache storage into a plurality of independently operating cache pools, each cache pool comprising storage space for storing a plurality of cache blocks for storing data related to an input/output (“I/O”) request and metadata associated with each cache pool; receiving the I/O request for writing a data; operating a hash function on the I/O request to assign the I/O request to one of the plurality of cache pools; and writing the data of the I/O request to one or more of the cache blocks associated with the assigned cache pool. In an aspect, this allows efficient I/O processing across multiple processors simultaneously.
Opening claim text (preview).
What is claimed is: 1. A method comprising: splitting a cache storage into a plurality of cache pools, each cache pool comprising storage space that stores a plurality of cache blocks that store data related to an input/output (“I/O”) request; receiving the I/O request; extracting a volume identifier and at least one Logical Block Address (LBA) from the I/O request; providing the volume identifier and the at least one LBA to a hash function; determining, by the hash function, a hash index corresponding to the volume identifier and the at least one LBA, wherein determining the hash index includes: determining, using the at least one LBA and a number of stripes in a volume, a hash stripe corresponding to the I/O request; assigning the I/O request to one of the plurality of cache pools that corresponds to the determined hash index; and writing, by a processor assigned to the assigned cache pool, data of the I/O request to one or more of the cache blocks associated with the assigned cache pool. 2. The method of claim 1 , further comprising: receiving a second I/O request; assigning the second I/O request to a second one of the cache pools based on the hash function; and writing, by a second processor assigned to the assigned second cache pool, data of the second I/O request to one or more of the cache blocks associated with the assigned second cache pool, wherein the second processor is different than the processor. 3. The method of claim 2 , wherein the writing of the data of the I/O request and the writing of the data of the second I/O request occur during overlapping time periods. 4. The method of claim 1 , further comprising: reserving a number of cache blocks for a global cache pool; and when the assigned cache pool has too few empty cache blocks, borrowing at least one cache block from the global cache pool and associating the borrowed at least one cache block with the assigned cache pool. 5. The method of claim 4 , further comprising: releasing the borrowed at least one cache block back to the global cache pool. 6. The method of claim 1 , wherein the I/O request spans multiple cache pools. 7. A non-transitory machine readable medium having stored thereon instructions for performing a method comprising machine executable code which when executed by at least one machine, causes the machine to: split a cache storage into a plurality of cache pools, each cache pool comprising storage space that stores a plurality of cache blocks that store data related to an input/output (“I/O”) request; receive the I/O request; extract a volume identifier and at least one Logical Block Address (LBA) from the I/O request; provide the volume identifier and the at least one LBA to a hash function; determine, by the hash function, a hash index corresponding to the volume identifier and the at least one LBA, wherein determining the hash index includes: determining, using the at least one LBA and a number of stripes in a volume, a hash stripe corresponding to the I/O request: assign the I/O request to one of the plurality of cache pools that corresponds to the hash index; and write, by a processor assigned to the assigned cache pool, data of the I/O request to one or more of the cache blocks associated with the assigned cache pool. 8. The non-transitory machine readable medium of claim 7 , further comprising instructions to: receive a second I/O request; assign the second I/O request to a second one of the cache pools based on the hash function; and write, by a second processor assigned to the assigned second cache pool, data of the second I/O request to one or more of the cache blocks associated with the assigned second cache pool, wherein the second processor is different than the processor. 9. The non-transitory machine readable of claim 8 , wherein the writing of the data of the I/O request and the writing of the data of the second I/O request occur during overlapping time periods. 10. The non-transitory machine readable medium of claim 7 , further comprising instructions to: reserve a number of cache blocks for a global cache pool; and when the assigned cache pool has too few empty cache blocks, borrow at least one cache block from the global cache pool and associating the borrowed at least one cache block with the assigned cache pool. 11. The non-transitory machine readable medium of claim 10 , further comprising instructions to release the borrowed at least one cache block back to the global cache pool. 12. The non-transitory machine readable medium of claim 7 , wherein the I/O request spans multiple cache pools. 13. A computing device comprising: a memory containing non-transitory machine readable medium comprising machine executable code having stored thereon instructions; and a processor coupled to the memory, the processor configured to execute the machine executable code to cause the processor to: split a cache storage into a plurality of cache pools, each cache pool comprising storage space that stores a plurality of cache blocks that store data related to an input/output (“I/O”) request; receive the I/O request; extract a volume identifier and at least one Logical Block Address (LBA) from the I/O request; provide the volume identifier and the at least one LBA to a hash function; determine, by the hash function, a hash index corresponding to the volume identifier and the at least one LBA, wherein determining the hash index includes: determining, using the at least one LBA and a number of stripes in a volume, a hash stripe corresponding to the I/O request; assign the I/O request to one of the plurality of cache pools that corresponds to the hash index; and write, by a processor assigned to the assigned cache pool, data of the I/O request to one or more of the cache blocks associated with the assigned cache pool. 14. The computing device of claim 13 , wherein the processor is further to: receive a second I/O request; assign the second I/O request to a second one of the cache pools based on the hash function; and write, by a second processor assigned to the assigned second cache pool, data of the second I/O request to one or more of the cache blocks associated with the assigned second cache pool, wherein the second processor is different than the processor. 15. The computing device of claim 14 , wherein the writing of the data of the I/O request and the writing of the data of the second I/O request occur during overlapping time periods. 16. The computing device of claim 13 , wherein the processor is further to: reserve a number of cache blocks for a global cache pool; and when the assigned cache pool has too few empty cache blocks, borrow at least one cache block from the global cache pool and associating the borrowed at least one cache block with the assigned cache pool. 17. The computing device of claim 16 , wherein the processor is further configured to release the borrowed at least one cache block back to the global cache pool. 18. The computing device of claim 13 , wherein the I/O request spans multiple cache pools. 19. The method of claim 1 , wherein determining the hash index further includes: applying a randomizing multiplier to the determined hash stripe. 20. The non-transitory machine readable medium of claim 7 , wherein determining the hash index further includes: applying a randomizing multiplier to the determined hash stripe. 21. The computing device of claim 13 , wherein determining the hash index further includes: applying
In storage controller · CPC title
Mapping of cache memory to specific storage devices or parts thereof · CPC title
using pseudo-associative means, e.g. set-associative or hashing · CPC title
Space efficiency improvement · CPC title
Details relating to cache mapping · CPC title
Related publications grouped by family.
Answers are generated from the same data shown on this page.