Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Wayne A. Sawdon is active.

Publication


Featured researches published by Wayne A. Sawdon.


symposium on operating systems principles | 1987

Recovery management in QuickSilver

Roger L. Haskin; Yoni Malachi; Wayne A. Sawdon; Gregory Chan

One price of extensibility and distribution, as implemented in QuickSilver, is a more complicated set of failure modes, and the consequent necessity of dealing with them. In traditional operating systems, services (e.g., file, display) are intrinsic pieces of the kernel. Process state is maintained in kernel tables, and the kernel contains explicit cleanup code (e.g., to close files, reclaim memory, and get rid of process images after hardware or software failures). QuickSilver, however, is structured according to the client-server model, and as in many systems of its type, system services are implemented by user-level processes that maintain a substantial amount of client process state. Examples of this state are the open files, screen windows, address space, etc., belonging to a process. Failure resilience in such an environment requires that clients and servers be aware of problems involving each other. Examples of the way one would like the system to behave include having files closed and windows removed from the screen when a client terminates, and having clients see bad return codes (rather than hanging) when a file server crashes. This motivates a number of design goals:Properly written programs (especially servers) should be resilient to external process and machine failures, and should be able to recover all resources associated with failed entities. Server processes should contain their own recovery code. The kernel should not make any distinction between system service processes and normal application processes. To avoid the proliferation of ad-hoc recovery mechanisms, there should be a uniform system-wide architecture for recovery management. A client may invoke several independent servers to perform a set of logically related activitites (a unit of work) that must execute atomically in the presence of failures, that is, either all the related activities should occur or none of them should. The recovery mechanism should support this. In QuickSilver, recovery is based on the database notion of atomic transactions, which are made available as a system service to be used by other, higher-level servers. This allows meeting all the above design goals. Software portability is important in the QuickSilver environment, dictating that transaction-based recovery be accessible to conventional programming languages rather than a special-purpose one such as Argus [Liskov84]. To accommodate servers with diverse recovery demands, the low-level primitives of commit coordination and log recovery are exposed directly rather than building recovery on top of a stable-storage mechanism such as in CPR [Attanasio87] or recoverable objects such as those in Camelot [Spector87] or Clouds [Allchin&McKendry83].


Archive | 2003

Providing a snapshot of a subset of a file system

Wayne A. Sawdon; Frank B. Schmuck


Archive | 2002

Deferred copy-on-write of a snapshot

Wayne A. Sawdon; Frank B. Schmuck


Archive | 1991

Log archive filtering method for transaction-consistent forward recovery from catastrophic media failures

Dean Daniels; Wayne A. Sawdon; Roger L. Haskin


Archive | 2002

Dynamic links to file system snapshots

Wayne A. Sawdon; Frank B. Schmuck


Archive | 2002

Writable file system snapshot with ditto address feature

Wayne A. Sawdon; Frank B. Schmuck; James C. Wyllie


Archive | 2003

Efficient method for copying and creating block-level incremental backups of large files and sparse files

Robert J. Curran; Wayne A. Sawdon; Frank B. Schmuck


Archive | 2002

Standby file system with snapshot feature

Marc M. Eshel; Roger L. Haskin; Wayne A. Sawdon; Frank B. Schmuck


Archive | 2003

Rapid restoration of file system usage in very large file systems

Robert J. Curran; Wayne A. Sawdon; Frank B. Schmuck


Archive | 2002

Generating data set of the first file system by determining a set of changes between data stored in first snapshot of the first file system, and data stored in second snapshot of the first file system

Marc M. Eshel; Roger L. Haskin; Wayne A. Sawdon; Frank B. Schmuck

Researchain Logo
Decentralizing Knowledge