13 Papers
144 Citations
Jun He is an academic researcher from University of Wisconsin-Madison. The author has contributed to research in topics: File system & Bottleneck. The author has an hindex of 8, co-authored 12 publications. Previous affiliations of Jun He include Carnegie Mellon University & Illinois Institute of Technology.
Chat about Author
Papers
The Unwritten Contract of Solid State Drives
Jun He,Sudarsun Kannan,Andrea C. Arpaci-Dusseau,Remzi H. Arpaci-Dusseau +3 more
- 23 Apr 2017
TL;DR: The "unwritten contract" that clients of SSDs should follow to obtain high performance is formalized, and the analysis is conducted to uncover application and file system designs that violate the contract.
102
I/O acceleration with pattern detection
Jun He,John M. Bent,Aaron Torres,Gary Grider,Garth A. Gibson,Carlos Maltzahn,Xian-He Sun +6 more
- 17 Jun 2013
TL;DR: This work develops and evaluates algorithms by which I/O patterns can be efficiently discovered and described and implements one such algorithm to reduce the metadata quantity in a virtual parallel file system by up to several orders of magnitude, thereby increasing the performance of writes and reads.
Pattern-Direct and Layout-Aware Replication Scheme for Parallel I/O Systems
Yanlong Yin,Jibing Li,Jun He,Xian-He Sun,Rajeev Thakur +4 more
- 20 May 2013
TL;DR: Experimental results show that PDLA is effective in improving data access performance of parallel I/O systems and a runtime system is designed and developed to integrate the PDLA replication scheme and existing parallel I/.
Reducing file system tail latencies with Chopper
Jun He,Duy Nguyen,Andrea C. Arpaci-Dusseau,Remzi H. Arpaci-Dusseau +3 more
- 16 Feb 2015
TL;DR: This work identifies four internal design issues in the block allocator of ext4 which form a large tail in the distribution of layout quality, and cuts the size of the tail by an order of magnitude, producing consistent and satisfactory file layouts that reduce data access latencies.
KNOWAC: I/O Prefetch via Accumulated Knowledge
Jun He,Xian-He Sun,Rajeev Thakur +2 more
- 24 Sep 2012
TL;DR: Experimental results on a real-world application show that KNOWAC is promising and has a true practical value in mitigating the I/O bottleneck.