Atomically moving list elements between lists using read-copy update

a technology of list elements and read-copy update, applied in the field of computer systems and methods, can solve the problems of requiring duplication of the entire, requiring the subsequent lookup of the old name to fail, and requiring the entire to be renamed

Inactive Publication Date: 2006-05-25
IBM CORP
View PDF6 Cites 68 Cited by
  • Summary
  • Abstract
  • Description
  • Claims
  • Application Information

AI Technical Summary

Benefits of technology

[0019] In exemplary embodiments of the invention, the lookup further includes maintaining a count of elements traversed by the lookup and asserting a lock against concurrent move operations if the count reaches a computed maximum. The lookup may additionally include determining whether the lookup has been pulled from one list to another as a result of a concurrent move, and if true, retur

Problems solved by technology

If a lookup of the new name succeeds, then every subsequent lookup of the old name must fail.
This is undesirable because directory cache lookups are extremely common, and such operations should be lock-free if possible.
However, these rename( ) operations are extremely costly, requiring duplication of the entire data structure (which for a hash table can contain hundreds of thousands of elements, even on small desktop systems).
Furthermore, even though the lookups are lock-free, they use atomic operations that perform write operations, thereby inflicting costly cache misses on lookups running in other processors.
This is impractical for the POSIX rename( ) operation.
File system operations further complexify traditional read-copy update due to the existence of long-lived references to the old list element (directory entry representing the file) that is to be removed following a grace period.
It is often difficult or even infeasible to determine where these references are located, because many different parts of an operating system kernel or of dynamically loaded kernel module

Method used

the structure of the environmentally friendly knitted fabric provided by the present invention; figure 2 Flow chart of the yarn wrapping machine for environmentally friendly knitted fabrics and storage devices; image 3 Is the parameter map of the yarn covering machine
View more

Image

Smart Image Click on the blue labels to locate them in the text.
Viewing Examples
Smart Image
  • Atomically moving list elements between lists using read-copy update
  • Atomically moving list elements between lists using read-copy update
  • Atomically moving list elements between lists using read-copy update

Examples

Experimental program
Comparison scheme
Effect test

Embodiment Construction

[0031] Before discussing the details of the invention in its exemplary embodiments, it will be helpful to consider several examples illustrating the manner in which conventional read-copy update can be used to update list elements. FIGS. 1A-1D illustrate one such situation wherein a data element B in a group of data elements A, B and C is to be modified. The data elements A, B, and C are arranged in a singly-linked list that is traversed in acyclic fashion, with each element containing a pointer to a next element in the list (or a NULL pointer for the last element) in addition to storing some item of data. A global pointer (not shown) is assumed to point to data element A, the first member of the list.

[0032] It is assumed that the data element list of FIGS. 1A-1D is traversed (without locking) by multiple concurrent readers and occasionally updated by updaters that delete, insert or modify data elements in the list. In FIG. 1A, the data element B is being referenced by a reader r1,...

the structure of the environmentally friendly knitted fabric provided by the present invention; figure 2 Flow chart of the yarn wrapping machine for environmentally friendly knitted fabrics and storage devices; image 3 Is the parameter map of the yarn covering machine
Login to view more

PUM

No PUM Login to view more

Abstract

A system, method and computer program product for atomically moving a shared list element from a first list location to a second list location includes inserting a placeholder element at the second list location to signify to readers that a move operation is underway, removing the shared list element from the first list location, re-identifying the list element to reflect its move from the first list location to the second list location, inserting it at the second list location and unlinking the placeholder element. A deferred removal of the placeholder element is performed following a period in which readers can no longer maintain references thereto. A method, system and computer program product are additionally provided for performing a lookup of a target list element that is subject to being atomically moved from a first list to a second list.

Description

BACKGROUND OF THE INVENTION [0001] 1. Field of the Invention [0002] The present invention relates to computer systems and methods in which list data are shared by software running concurrently on one or more processors. More particularly, the invention concerns an improved system and method that allows lock-free lookups of list elements while efficiently permitting concurrent update operations in which list elements are moved from one list to another. [0003] 2. Description of the Prior Art [0004] By way of background, shared data elements that are members of a linked list sometimes need to be moved from one list to another while maintaining consistency for the benefit of data consumers who may be concurrently performing lookups on the same data. This situation arises in the context of in-memory file system tree images used by operating systems to perform file name lookups for locating files maintained on block storage devices. When a file's name is changed and / or the file is moved f...

Claims

the structure of the environmentally friendly knitted fabric provided by the present invention; figure 2 Flow chart of the yarn wrapping machine for environmentally friendly knitted fabrics and storage devices; image 3 Is the parameter map of the yarn covering machine
Login to view more

Application Information

Patent Timeline
no application Login to view more
IPC IPC(8): G06F7/00
CPCG06F17/30958G06F16/9024
Inventor MCKENNEY, PAUL E.KRIEGER, ORRAN Y.SARMA, DIPANKARSONI, MANNEESH
Owner IBM CORP
Who we serve
  • R&D Engineer
  • R&D Manager
  • IP Professional
Why Eureka
  • Industry Leading Data Capabilities
  • Powerful AI technology
  • Patent DNA Extraction
Social media
Try Eureka
PatSnap group products