1 / 4

Performance Improvement of Flash-Memory-Based NTFS/EXT2 – A Firmware Solution

This study presents a firmware solution aimed at improving the performance of flash memory when used with file systems NTFS and EXT2. By clustering metadata files and employing a page-level mapping with a log-based updating mechanism, the proposed architecture minimizes maintenance overhead and boosts system performance. The research evaluates performance using a range of benchmarks on EXT2 and simulations for NTFS, demonstrating significant improvements in file creation, deletion, and overall handling of data operations.

adli
Télécharger la présentation

Performance Improvement of Flash-Memory-Based NTFS/EXT2 – A Firmware Solution

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Performance Improvement of Flash-Memory-Based NTFS/EXT2 – A Firmware Solution Po-Lang Wu, Johnson Chang, and Tei-Wei Kuo National Taiwan University

  2. Performance Improvement for NTFS/EXT2 • Objective: • Improve the performance of flash memory with the feature considerations of file systems. • Method: • Cluster metadata files and metadata to improve system performance and to reduce the maintenance overhead. • Architecture • Adopt page-level mapping and a log-based updating mechanism. • Write mapping and version information in a summary page. Block Set

  3. System Architecture • File System Identifier: Determine the layout of the file systems • Metadata Filter: Separate Metadata requests and Userdata requests • Metadata FTL: Manage the Metadata location and translate to IO Operations • Cleaner: Do garbage collection to reclaim invalid pages

  4. Performance Evaluation • The experiments on EXT2 are on a DaVinci Evaluation Board with realistic transmission patterns and benchmark. • Bonnie++: Sequential/Random files creation and deletion • NTFS: Simulation over a 7-day disk trace

More Related