• Documents
  • Authors
  • Tables
  • Log in
  • Sign up
  • MetaCart
  • DMCA
  • Donate

CiteSeerX logo

Advanced Search Include Citations

Tools

Sorted by:
Try your query at:
Semantic Scholar Scholar Academic
Google Bing DBLP
Results 1 - 10 of 307
Next 10 →

The Design and Implementation of a Log-Structured File System

by Mendel Rosenblum, John K. Ousterhout - ACM Transactions on Computer Systems , 1992
"... This paper presents a new technique for disk storage management called a log-structured file system. A logstructured file system writes all modifications to disk sequentially in a log-like structure, thereby speeding up both file writing and crash recovery. The log is the only structure on disk; it ..."
Abstract - Cited by 1092 (8 self) - Add to MetaCart
of simulations that demonstrate the efficiency of a simple cleaning policy based on cost and benefit. We have implemented a prototype logstructured file system called Sprite LFS; it outperforms current Unix file systems by an order of magnitude for small-file writes while matching or exceeding Unix performance

The Zebra striped network file system

by John H. Hartman, John K. Ousterhout - ACM Transactions on Computer Systems , 1995
"... Zebra is a network file system that increases throughput by striping file data across multiple servers. Rather than striping each file separately, Zebra forms all the new data from each client into a single stream, which it then stripes using an approach similar to a log-structured file system. This ..."
Abstract - Cited by 302 (5 self) - Add to MetaCart
. This provides high performance for writes of small files as well as for reads and writes of large files. Zebra also writes parity information in each stripe in the style of RAID disk arrays; this increases storage costs slightly but allows the system to continue operation even while a single storage server

Accelerating checkpoint operation by node-level write aggregation on multicore systems

by Xiangyong Ouyang, Karthik Gopalakrishnan, Dhabaleswar K. P , 2009
"... Abstract—Clusters and applications continue to grow in size while their mean time between failure (MTBF) is getting smaller. Checkpoint/Restart is becoming increasingly important for large scale parallel jobs. However, the performance of the Checkpoint/Restart mechanism does not scale well with incr ..."
Abstract - Cited by 6 (4 self) - Add to MetaCart
for the NAS parallel benchmarks revealed a large number of small file writes interspersed with large writes. Based on these observation we propose to optimize checkpoint creation by classifying checkpoint file writes into small writes, medium writes and large writes based on their size of data to write

UNIX Disk Access Patterns

by Chris Ruemmler, John Wilkes , 1993
"... Disk access patterns are becoming ever more important to understand as the gap between processor and disk performance increases. The study presented here is a detailed characterization of every lowlevel disk access generated by three quite different systems over a two month period. The contributions ..."
Abstract - Cited by 277 (20 self) - Add to MetaCart
. The contributions of this paper are the detailed information we provide about the disk accesses on these systems (many of our results are significantly different from those reported in the literature, which provide summary data only for file-level access on small-memory systems); and the analysis of a set

Large Files, Small Writes, and pNFS

by Dean Hildebrand, Peter Honeyman, Lee Ward - IN PROCEEDINGS OF THE 20TH ACM INTERNATIONAL CONFERENCE ON SUPERCOMPUTING , 2006
"... Workload characterization studies highlight the prevalence of small and sequential data requests in scientific applications. Parallel file systems excel at large data transfers but sometimes at the expense of small I/O performance. pNFS is an NFSv4.1 high-performance enhancement that provides direct ..."
Abstract - Cited by 13 (4 self) - Add to MetaCart
. We also show how pNFS can improve the overall write performance of parallel file systems by using direct, parallel I/O for large write requests and a distributed file system for small write requests. We describe our pNFS prototype and present experiments demonstrating the performance improvements.

An Implementation of a Log-Structured File System for UNIX

by Margo Seltzer, Keith Bostic, Marshall Kirk McKusick, Carl Staelin, Hewlett-packard Laboratories , 1993
"... Research results [ROSE91] demonstrate that a log-structured file system (LFS) offers the potential for dramatically improved write performance, faster recovery time, and faster file creation and deletion than traditional UNIX file systems. This paper presents a redesign and implementation of the Spr ..."
Abstract - Cited by 192 (13 self) - Add to MetaCart
Research results [ROSE91] demonstrate that a log-structured file system (LFS) offers the potential for dramatically improved write performance, faster recovery time, and faster file creation and deletion than traditional UNIX file systems. This paper presents a redesign and implementation

On Implementing MPI-IO Portably and with High Performance

by Rajeev Thakur, William Gropp, Ewing Lusk - In Proceedings of the 6th Workshop on I/O in Parallel and Distributed Systems , 1999
"... We discuss the issues involved in implementing MPI-IO portably on multiple machines and file systems and also achieving high performance. One way to implement MPI-IO portably is to implement it on top of the basic Unix I/O functions (open, lseek, read, write, and close), which are themselves portabl ..."
Abstract - Cited by 196 (20 self) - Add to MetaCart
We discuss the issues involved in implementing MPI-IO portably on multiple machines and file systems and also achieving high performance. One way to implement MPI-IO portably is to implement it on top of the basic Unix I/O functions (open, lseek, read, write, and close), which are themselves

STFS: A Novel File System for Efficient Small Writes

by Lu Jun, Lu Xianliang, Luo Guangchun, Han Hong
"... Abstract: This paper presents a novel high performance file system: Same Track File System (STFS) based on the researches of the character of modern disk drive. This paper firstly analyses the non-linear seek latency character of modem disk drive, and then indicates the drawback of FFS due to small ..."
Abstract - Add to MetaCart
writes. Then, this paper describes a novel disk layout of STFS: putting the recta-data and data into the same track. This disk layout of STFS can effectively depress the seek overhead of small writes and greatly improve file system throughput. The experiments of this paper show that STFS is a high

Beating the I/O Bottleneck: A Case for Log-Structured File Systems

by John Ousterhout, Fred Douglis - Operating Systems Review , 1988
"... CPU speeds are improving at a dramatic rate, while disk speeds are not. This technology shift suggests that many engineering and office applications may become so I/O-limited that they cannot benefit from further CPU improvements. This paper discusses several techniques for improving I/O performance ..."
Abstract - Cited by 151 (4 self) - Add to MetaCart
-of-magnitude improvements in write performance. When log-structured file systems are combined with arrays of small disks (which provide high bandwidth) and large main-memory file caches (which satisfy most read accesses), we believe it will be possible to achieve 1000-fold improvements in I/O performance over today

File System Logging Versus Clustering: A Performance Comparison

by Margo Seltzer, Keith A. Smith, Hari Balakrishnan, Jacqueline Chang, Sara Mcmains, Venkata Padmanabhan , 1995
"... The Log-structured File System (LFS), introduced in 1991 [8], has received much attention for its potential order-of-magnitude improvement in file system performance. Early research results [9] showed that small file performance could scale with processor speed and that cleaning costs could be kept ..."
Abstract - Cited by 124 (11 self) - Add to MetaCart
The Log-structured File System (LFS), introduced in 1991 [8], has received much attention for its potential order-of-magnitude improvement in file system performance. Early research results [9] showed that small file performance could scale with processor speed and that cleaning costs could be kept
Next 10 →
Results 1 - 10 of 307
Powered by: Apache Solr
  • About CiteSeerX
  • Submit and Index Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2019 The Pennsylvania State University