Song Jiang

Song Jiang recieved his PhD from the Department of Computer Science at the College of William and Mary. He is now an assistant professor at the Department of Electrical and Computer Engineering at Wayne State University. His research interests include operating system, file and storage system, fault tolerance in parallel systems, and distributed systems. The algorithms he designed on kernel memory management and storage system have been adopted in many mainstream systems, including Linux, NetBSD, and MySQL.

Publications

Swap Token: Rethink the Application of the LRU Principle on Paging to Remove System Thrashing
Song Jiang. © 2012. 20 pages.
A prototype implementation of the swap token mechanism in the Linux kernel as well as some experiment measurements are presented. The experiment results show that the mechanism...
Advanced Operating Systems and Kernel Applications: Techniques and Technologies
Yair Wiseman, Song Jiang. © 2010. 340 pages.
As any application running on a computer makes use of the operating system, the potential impact of improving areas such as memory management, process scheduling, file systems...
Swap Token: Rethink the Application of the LRU Principle on Paging to Remove System Thrashing
Song Jiang. © 2010. 21 pages.
Most computer systems use the global page replacement policy based on the LRU principle to reduce page faults. The LRU principle for the global page replacement dictates that a...
Application of both Temporal and Spatial Localities in the Management of Kernel Buffer Cache
Song Jiang. © 2010. 11 pages.
As the hard disk remains as the mainstream on-line storage device, it continues to be the performance bottleneck of data-intensive applications. One of existing most effective...
Exploiting Disk Layout and Block Access History for I/O Prefetch
Feng Chen, Xiaoning Ding, Song Jiang. © 2010. 17 pages.
As the major secondary storage device, the hard disk plays a critical role in modern computer system. In order to improve disk performance, most operating systems conduct data...