14 citations found. Retrieving documents...
Jeanne Neefe Matthews, et al. Improving the Performance of Log-Structured File Systems with Adaptive Methods. Sixteenth ACM Symposium on Operating System Principles, pp. 238-251, October 1997.

 Home/Search   Document Not in Database   Summary   Related Articles   Check  

This paper is cited in the following contexts:
The Vagabond Approach to Logging and Recovery in Transaction-Time .. - Nørvåg   (Correct)

....the expected lifetimes for PCache nodes, TreeIDX nodes and objects are different. By writing data of only one category into a particular segment when possible, the cleaning cost can be reduced. A more general discussion about cleaning techniques for log structured storage systems can be found in [1, 10]. 4.7 Query Processing Queries are essentially lookup operations, either on single objects, or on a set of objects. In a temporal ODB, queries can also be performed on time validity as well as values. The query processing can be considered as a mapping from a query into a set of result objects. ....

J. M. Neefe et al. Improving the performance of log structured file systems with adaptive methods. In Proceedings of the Sixteenth ACM Symposium on Operating System Principles, 1997.


Metadata Efficiency in a Comprehensive Versioning File.. - Soules, Goodson, Strunk, .. (2002)   (4 citations)  (Correct)

....structures [2, 22, 23, 44, 45] Our directory structure borrows from these techniques. The log structured data layout was developed for write once media [33] and later extended to provide write performance benefits for read write disk technology [36] Since its inception, LFS has been evaluated [3, 27, 35, 38] and used [1, 7, 12, 17] by many different groups. Much of the work done to improve both LFS and LFS cleaners is directly applicable to CVFS. While journal based metadata is a new concept, journaling has been used in several different file systems to provide metadata consistency guarantees ....

Jeanna Neefe Matthews, Drew Roselli, Adam M. Costello, Randolph Y. Wang, and Thomas E. Anderson. Improving the performance of logstructured file systems with adaptive methods. ACM Symposium on Operating System Principles (Saint-Malo, France, 5--8 October 1997.


Track-aligned Extents: Matching Access Patterns to.. - Schindler, Griffin, .. (2002)   (9 citations)  (Correct)

....efficiency at Point A. The peaks in the track aligned curve correspond to multiples of the track size. requests increase both buffer space requirements and stream initiation latency [6, 7, 22] Log structured file systems (LFS) incur higher cleaning overheads as segment size increases [5, 24, 33]. Even for general file system operation, allocation of very large sequential regions competes with space management robustness [25] and very large accesses may put deep prefetching ahead of foreground requests. Also, large requests can be used for small files by grouping their contents [14, 15, ....

....Note the small change in head switch time relative to other characteristics. these facts create a complex storage management problem. Systems can address this problem with combinations of pre allocation heuristics [4, 18] on line reallocation actions [23, 33, 41] and idle time reorganization [2, 24]. There is no straightforward solution and the difficulty grows with the target disk request size, because more related data must be clustered. 2.2 Disk characteristics Modern storage protocols, such as SCSI and IDE ATA, expose storage capacity as a linear array of fixed sized blocks (Figure ....

[Article contains additional citation context not shown here]

Jeanna Neefe Matthews, Drew Roselli, Adam M. Costello, Randolph Y. Wang, and Thomas E. Anderson. Improving the performance of log-structured file systems with adaptive methods. ACM Symposium on Operating System Principles (Saint-Malo, France, 5 8 October 1997.


Blurring the Line Between OSes and Storage Devices - Ganger (2001)   (7 citations)  (Correct)

....Internal storage optimization. Another promising use for free bandwidth is internal storage system optimization. Many techniques have been developed for reorganizing stored data to improve performance of future accesses. Examples include placing related data contiguously for sequential disk access [30, 54], placing hot data near the center of the disk [53, 43, 2] and replicating data on disk to provide quicker to access options for subsequent reads [34, 57] Other examples include index reorganization [23, 20] and compression of cold data [9] Our preliminary work has explored segment cleaning in ....

Jeanna Neefe Matthews, Drew Roselli, Adam M. Costello, Randolph Y. Wang, and Thomas E. Anderson. Improving the performance of log-structured file systems with adaptive methods. ACM Symposium on Operating System Principles (Saint-Malo, France, 5-8 October 1997.


Performance Availability for Networks of Workstations - Arpaci-Dusseau (1999)   (4 citations)  (Correct)

....to the application. However, naive replication is costly, and much work would be required in order to create lightweight mechanisms that do not tax system resources too greatly. 13.3. 3 Long term Adaptation There has been recent file system work extolling the virtue of adaptive systems [87, 112]. Most of this work has concentrated on file systems, and the adaptation therein has been off line. For example, Neefe et al. propose a system that reorganizes disk blocks to improve sequential read performance in a log structured file system. In contrast, the focus of this dissertation has been ....

Jeanna Neefe Matthews, Drew Roselli, Adam M. Costello, Randolph Y. Wang, and Thomas E. Anderson. Improving the performance of log-structured file systems with adaptive methods. In Proceedings of the 16th Symposium on Operating Systems Principles (SOSP-97) [1], pages 238--251.


Adaptive Resource Management Via Modular Feedback Control - Goel, Steere, Pu, Walpole (1999)   (7 citations)  (Correct)

....from insignificant variations in resource levels. These systems implement feedback mechanisms, while we advocate building modular feedback and monitoring policies that can be analyzed, simulated and visualized. Adaptive systems often use dynamic reconfiguration. For instance, adaptive LFS [10] dynamically chooses the traditional cleaner during low loads and does hole plugging during high loads for overall performance. SWiFT provides support for building such reconfigurable controllers. 6 Conclusions We have presented SWiFT, a software feedback toolkit that provides a framework for ....

Jeanna Matthews, Drew Roselli, Adam Costello, Randolph Wang, and Thomas Anderson. Improving the performance of log-structured file systems with adaptive methods. In Symposium on Operating Systems Principles, October 1997.


Deciding when to forget in the Elephant file system - Santry, Feeley.. (1999)   (49 citations)  (Correct)

....system detects and recovers from cleaner failure by terminating the cleaner process, releasing all inode log locks it holds, scheduling the recovery procedure, and restarting the cleaner. Finally, it is important to distinguishthe Elephant cleaner from the cleaner of a Log Structured File System [19, 22, 9]. An LFS cleaner serves two roles: it frees obsolete blocks and it coalesces free space. In contrast, the Elephant cleaner s role is simply to free obsolete blocks. As a result, the Elephant cleaner has significantly lower overhead than an LFS cleaner, because Elephant s cleaning is performed ....

Jeanna Neefe Matthews, Drew Roselli, Adam M. Costello, Randolph Y. Wang, and Thomas E. Anderson. Improving the performance of log-structured file systems with adaptative methods. In Proceedings of the 16th Symposium on Operating Systems Princi ples, pages 238--252, 1997.


Efficient, Protected Extension of Commodity Operating Systems - Ghormley (1998)   Self-citation (Anderson)   (Correct)

No context found.

Jeanna Neefe Matthews, Drew Roselli, Adam M. Costello, Randolph Y. Wang, and Thomas E. Anderson. Improving the Performance of Logstructured File Systems with Adaptive Methods. In Proceedings of the 16th ACM Symposium on Operating Systems Principles, October 1997.


Researching System Administration - Anderson   Self-citation (Anderson)   (Correct)

No context found.

Jeanna Neefe Matthews, Drew Roselli, Adam M. Costello, Randolph Y. Wang, and Thomas E. Anderson. Improving the performance of log-structured file systems with adaptive methods. In Proceedings of the 16th Symposium on Operating Systems Principles (SOSP-97), pages 238--251, Saint-Malo, France, October 1997. ACM SIGOPS. 105


GLUnix: a Global Layer Unix for a Network of Workstations - Ghormley (1997)   (48 citations)  Self-citation (Anderson)   (Correct)

....thumbnail images off of the web 6 . The second most common use of the cluster has been as a parallel compilation server via the glumake utility. The cluster has been used to achieve a world record in disk to disk sorting [4] for simulations of advanced log structured file system research [30], two dimensional particle in cell plasma [41] three dimensional fast Fourier transforms, and genetic inference algorithms. GLUnix was also found to be extremely useful for testing and system administration. Initially, parallel stress testing of the Myrinet network and Active Messages was ....

Jeanna Neefe Matthews, Drew Roselli, Adam M. Costello, Randolph Y. Wang, and Thomas E. Anderson. Improving the Performance of Log-structured File Systems with Adaptive Methods. In Proceedingsof the 16th ACM Symposiumon OperatingSystems Principles, October 1997.


GLUnix: a Global Layer Unix for a Network of Workstations - Ghormley, Petrou.. (1997)   (48 citations)  Self-citation (Anderson)   (Correct)

....of the cluster has been as a parallel compilation server via the glumake utility. The cluster has been used to achieve a world record in disk to disk sorting [4] for simulations of advanced log structured file sys 4 See http: http.cs. berkeley.edu eanders pictures index.html tem research [24], two dimensional particle in cell plasma, three dimensional fast Fourier transforms, and genetic inference algorithms. GLUnix was also found to be extremeley useful for testing and system administration. Using GLUnix for interactive parallel stress testing of the Myrinet network revealed bugs ....

Jeanna Neefe Matthews, Drew Roselli, Adam M. Costello, Randolph Y. Wang, and Thomas E. Anderson. Improving the Performance of Log-structured File Systems with Adaptive Methods. In Proceedingsof the 16th ACM Symposiumon OperatingSystems Principles, October 1997.


USENIX Association - Usenix (2004)   (2 citations)  (Correct)

No context found.

Jeanne Neefe Matthews, et al. Improving the Performance of Log-Structured File Systems with Adaptive Methods. Sixteenth ACM Symposium on Operating System Principles, pp. 238-251, October 1997.


Coordinating Access to Computation and Data in Distributed Systems - Thain (2004)   (Correct)

No context found.

Jeanna Neefe Matthews, Drew Roselli, Adam M. Costello, Randolph Y. Wang, and Thomas E. Anderson. Improving the Performance of Log-Structured File Systems with Adaptive Methods. In Proceedings of the 16th ACM Symposium on Operating Systems Principles (SOSP '97), pages 238--251, Saint-Malo, France, Oct 1997.


Coordinating Access to Computation and Data in Distributed Systems - Thain (2004)   (Correct)

No context found.

Jeanna Neefe Matthews, Drew Roselli, Adam M. Costello, Randolph Y. Wang, and Thomas E. Anderson. Improving the Performance of Log-Structured File Systems with Adaptive Methods. In Proceedings of the 16th ACM Symposium on Operating Systems Principles (SOSP '97), pages 238--251, Saint-Malo, France, Oct 1997.

Online articles have much greater impact   More about CiteSeer.IST   Add search form to your site   Submit documents   Feedback  

CiteSeer.IST - Copyright Penn State and NEC