Global ETD Search
Search theses and dissertations gathered from participating repositories worldwide. Every result links back to the library that holds it. No account is needed.
Results
Showing 1 to 6 of 6 for “"Buffer Cache"”.
-
Beefing Up The Buffer Cache
… for reducing latency in computer systems is the cache. A cache's main purpose is to store data that is frequently re-accessed, and thereby reducing the time it takes to fetch popular items, instead of constantly fetching from slower devices. In this report, we examine the page cache in the Linux …
-
Exploring remote memory for buffer cache extension: a preliminary investigation
Submission published under a 24 month embargo labeled 'Closed Access', the embargo will last until 2026-05-01
-
Storage management for large scale systems
… This thesis studies performance issues in buffer cache management and disk layout management, two important components of storage management. The buffer cache stores popular disk pages in memory to speed up the access to them. Buffer cache management algorithms used in real systems often …
-
Verifying an I/O-concurrent file system
… if a file system call experiences a miss in the buffer cache and starts a disk I/O, the file system overlaps the I/O with the execution of another file system call. CIO-FSCQ re-uses the implementation, specifications, and proofs of an existing verified sequential file, FSCQ, and turns it into an …
-
Performance Aspects of Computers With Graphical User Interfaces
… of windowing programs are studied. Cache tradeoffs for a frame-buffer cache are presented. A cache organization is proposed to improve the frame-buffer performance.
-
ScaleFS : a multicore-scalable file system
… locks and pages present in the page cache or buffer cache. Furthermore, data structures that are on separate cache lines in memory (e.g., directory entries) are grouped together when the file system writes them to disk for durability. This grouping results in additional conflicts. …